[Bug 7434] 3DMark 2005 crashes after first test

Wine Bugs wine-bugs at winehq.org
Tue Apr 10 05:40:41 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7434





------- Additional Comments From stefandoesinger at gmx.at  2007-10-04 05:40 -------
I think this is a refcounting problem in d3d9. The device does not get 
destroyed, thus the context is not unset. When the new device is created, the 
context manager tries to restore the old context after setting up the new 
one(intended, the new context is finally set when used the first time. 
Unfortunately, by that time, the drawable is not valid any more -> bang

I have a patch for this, will send it later today to wine-patches


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list