[Bug 4351] wine segfaults (segmentation fault) with some apps during instalation

Wine Bugs wine-bugs at winehq.org
Mon Jan 23 10:47:42 CST 2006


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





------- Additional Comments From a_villacis at palosanto.com  2006-23-01 10:47 -------
It is not crazy. If you do not have any installer named "user.exe", and run

wine user.exe

at the command prompt, it will also segfault.
The most probable reason is that wine is loading the wrong binary. It is loading
/usr/local/lib/wine/user.exe.so (it exists because win16 provides a basic DLL
called user.exe). However, this is not meant to be invoked directly, and
therefore segfaults. 

Maybe you should try 

wine ./user.exe

and see if it runs correctly.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list