[Bug 17539] NULL pointer dereference in Metrowerks Standard Library when CodeWarrior Pro 8.3 IDE launched with absolute pathname

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 26 11:36:08 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17539





--- Comment #1 from Austin English <austinenglish at 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.



More information about the wine-bugs mailing list