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

vitamin wineforum-user at winehq.org
Tue Apr 26 20:14:48 CDT 2011


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.







More information about the wine-users mailing list