http://bugs.winehq.org/show_bug.cgi?id=17539
--- Comment #1 from Austin English austinenglish@gmail.com 2009-02-26 11:36:08 --- (In reply to comment #0)
The following crashes every time:
wine "/home/mike/.wine/drive_c/Program Files/Metrowerks/CodeWarrior/IDE.exe"
But remove the initial slash, and it *works* every time:
cd / wine "home/mike/.wine/drive_c/Program Files/Metrowerks/CodeWarrior/IDE.exe"
Many windows applications depend on being called with their full path and/or from their current directory. E.g.,:
$ cd wine "/home/mike/.wine/drive_c/Program Files/Metrowerks/CodeWarrior/" $ wine "C:\Program Files\Metrowerks\CodeWarrior\IDE.exe"