http://bugs.winehq.org/show_bug.cgi?id=16089
--- Comment #2 from Kornos kornos@flash.ro 2008-11-19 11:03:28 ---
I found why it crashed in the first place. This is th reason:
punkie@punkie:~/.wine/drive_c$ ls -al total 20 drwxr-xr-x 5 punkie punkie 4096 2008-11-19 18:56 . drwxr-xr-x 4 punkie punkie 4096 2008-11-19 18:13 .. drwxr-xr-x 6 punkie punkie 4096 2008-10-22 09:56 Program Files dr-xr-x--- 6 punkie punkie 4096 2008-07-18 23:32 StrongDc++ drwxr-xr-x 12 punkie punkie 4096 2008-10-18 21:49 windows
All files and dirs in StrongDC directory have the same acces rights. User cannot create any file in StrongDC++ dir and probably cannot write any existent file. These are the default access rights created on an NTFS partition while unzipping StrongDC original archive. They are also preserved while being copied to Linux.
OK now with a chmod ug+rwx StrongDC++ rights are fixed, StrongDC++ starts , loading finishes successfully. But now it crashes after few (variable)seconds .
Last few lines are: err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not valid, number of bitmaps in imagelist: 0 fixme:richedit:IRichEditOle_fnGetClientSite stub 0x3697a78 fixme:ole:OleCreateStaticFromData (not shown), stub! err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4bd9a0
I took your advice and set WINEDEBUG=+relay,+seh,+tid but the generated file iS HUGE (800MB) , i ran out of space , wine crashes with an error : cannot write registry , empty space.
I'l look into this new error and keep yoou posted.
Victor