http://bugs.winehq.org/show_bug.cgi?id=24896 Török Edwin <edwintorok(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edwintorok(a)gmail.com --- Comment #5 from Török Edwin <edwintorok(a)gmail.com> 2011-04-21 05:00:55 CDT --- I got the same error, then I started the program under winedbg, and it crashed somewhere in the [vdso] code at: div %ecx So I did this: winedbg> set $ecx = 1 winedbg> c Then DDO started correctly. I quit DDO, and started it again from PyLotro, and now it no longer crashes (it was crashing every single time before). Unfortunately I couldn't get a backtrace to see which function in vdso tried to do a divide by zero. HTH -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.