Re: GSP Family Tree fails at startup missing DLL?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/26/11 6:14 PM, vitamin wrote:
jl wrote:
james@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



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux