http://bugs.winehq.org/show_bug.cgi?id=17539 --- Comment #1 from Austin English <austinenglish(a)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" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.