search for: 004097a6

Displaying 1 result from an estimated 1 matches for "004097a6".

2007 May 21
3
running .exe with space in path and getting a crash
Hi, I use wine 0.9.37 under Kubuntu 7.04. I insert USB drive, it gets mounted as /media/something, then I run an executable (installer) from the command line with wine : wine /media/something/some\ folder\setup.exe And I immediately get the messagebox : "Access violation at address 004097a6" "write of address 00400000" The only workaround was to copy the executable into my home directory, and run it from there : wine ~/setup.exe What information should I apply to report this as a bug ? I remember real Windows API uses quite non-trivial logic when executing pro...