http://bugs.winehq.org/show_bug.cgi?id=11643
--- Comment #2 from affect afffect@gmail.com 2008-02-23 07:10:42 --- ok, i found out that it crashes after returning from IDirectDrawSurfaceImpl_Blt in
switch(hr) { ... default: return hr; } hr is 0 so its ok, and after that something else causes app to crash. some disassembling and debugging is needed