http://bugs.winehq.org/show_bug.cgi?id=16543
--- Comment #30 from Jeff Zaroyko jeffz@jeffz.name 2009-05-08 09:40:42 --- (In reply to comment #28)
Doesn't seem so, this is the command from the shortcut created by menubuilder: env WINEPREFIX="/home/test/.wine" wine "C:\Program Files\PopCap Games\Bookworm Deluxe\Bookworm.exe"
So if the wine.desktop file starts with /Unix, then I guess this needs to be changed in the menubuilder too?
http://source.winehq.org/source/programs/winemenubuilder/winemenubuilder.c#L...
Probably.
Jeff, was your patch commited?
No, I looked at this a long time ago and haven't revisited it.
(In reply to comment #29)
Patch didn't work when I tried it.
works for me...
cd git/wine wget http://www.winehq.org/pipermail/wine-patches/attachments/20080603/f6fbdff5/a... patch -p1 < attachment.patch cd programs/start make WINEPREFIX=~/wine-bookworm ~/git/wine/wine start /Unix ~/wine-bookworm/drive_c/Program\ Files/PopCap\ Games/Bookworm\ Deluxe/Bookworm.exe
Program starts, hit play and the game loads instead of the fatal error message.