http://bugs.winehq.org/show_bug.cgi?id=4351
------- Additional Comments From penna@bb.com.br 2006-23-01 05:43 ------- Found the problem (I guess) but not the solution!! If the *name* of the executable is "user.exe" the wine segfaults!! If the name is anyone else, wine works! (sounds crazy? So it does!!). See:
[f0000000@esbsa038550a002 ars-v5.1]$ mv Setup.exe user.exe [f0000000@esbsa038550a002 ars-v5.1]$ wine user.exe Segmentation fault [f0000000@esbsa038550a002 ars-v5.1]$ mv user.exe Setup.exe [f0000000@esbsa038550a002 ars-v5.1]$ wine Setup.exe err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\Arquivos de programas\AR System\resdlls\0009\aruser.chm") failed, error 193 err:menubuilder:ExtractFromICO Invalid ico file format err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
It install perfectly!!! It seems the problem is just the name "user.exe".