http://bugs.winehq.org/show_bug.cgi?id=19936
--- Comment #5 from Andrew Nguyen arethusa26@gmail.com 2009-09-05 04:15:36 --- Created an attachment (id=23444) --> (http://bugs.winehq.org/attachment.cgi?id=23444) wined3d backtrace
I get different console output, but with the same end result. The application reports an unexpected error, reports an access violation in wined3d.dll, and then repeatedly displays the runtime error dialog. Thus, the issue seems to be in wined3d. The captured backtrace in winedbg was:
Backtrace: =>0 0x7e42f384 ActivateContext+0xe4(This=0x1920d0, target=0x18c140, usage=CTXUSAGE_CLEAR) [/home/andrew/wine-git/dlls/wined3d/context.c:1714] in wined3d (0x0033ee2c) 1 0x7e447804 IWineD3DDeviceImpl_ClearSurface+0x64(This=0x1920d0, target=0x18c140, Count=0, pRects=(nil), Flags=<register EDI not in topmost frame>, Color=0, Z=0.000000, Stencil=0) [/home/andrew/wine-git/dlls/wined3d/device.c:4939] in wined3d (0x0033ef4c) ...
Standard error and backtrace output are attached.