http://bugs.winehq.org/show_bug.cgi?id=6340
Jonathan Ernst jonathan@ernstfamily.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan@ernstfamily.ch
--- Comment #6 from Jonathan Ernst jonathan@ernstfamily.ch 2008-01-14 08:00:25 --- "Please do not PASTE logs and back traces, (attach them instead)."
It's written right over the comment textarea, so please do so.
For the backtrace you have to run your application through winedbg
winedbg yourapplication.exe WineDbg starting on pid 0xa In 32 bit mode. 0x7fc7b2e4: pushl %esi Wine-dbg>bt Backtrace: =>1 0x7fc7b2e4 in kernel32 (+0x4b2e4) (0x7f9ffff4) 2 0xb7fd2c31 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000) Wine-dbg>bt all
Then attach what you get after typing bt all.