http://bugs.winehq.org/show_bug.cgi?id=24896
Török Edwin edwintorok@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |edwintorok@gmail.com
--- Comment #5 from Török Edwin edwintorok@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