http://bugs.winehq.org/show_bug.cgi?id=13277
Alexander Dorofeyev alexd4@inbox.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4@inbox.lv
--- Comment #9 from Alexander Dorofeyev alexd4@inbox.lv 2008-05-22 08:55:24 --- (In reply to comment #8)
The bug seems fixable, I have the game running with d3d7. First problem is the game releases the d3d7 interface
From the log it looks more like d3d3 btw.
About game releasing the interface, do you mean IDirect3DDevice or IDirect3D?
I tried to force it to stay alive, then the next problem was a copysurface trying to copy itself to itself, anyway that was a quick fix.
copysurface?