[Wine] GSP Family Tree fails at startup missing DLL?

James McKenzie jjmckenzie51 at gmail.com
Sun May 1 12:01:40 CDT 2011


On 4/26/11 6:14 PM, vitamin wrote:
> jl wrote:
>> james at james-laptop:~$ wine start 'c:/Family/family.exe'&>  /tmp/famlog.txt
> This won't work. "start" program sans a separate process. You have to do something like this:
>
> Code:
>
> wine 'c:\Family\family.exe'&>  /tmp/famlog.txt
>
>
>
> Also note back-slashes instead of forward slashes. MS for whatever reason decided to be different.
>
Also, error messages go to the STDERR queue.  I use:

[code]

cd .wine/drive_c/Program\ Files/Family
wine family.exe & > /tmp/famlog.txt 2>&1

[/code]

Catches all of the output....

BTW, most fixme's can be safely ignored.

James McKenzie

James McKenzie



More information about the wine-users mailing list