[Bug 5007] Star Wars ep I Racer "No 3D hardware found"

Wine Bugs wine-bugs at winehq.org
Sat Jun 17 16:42:54 CDT 2006


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


stefandoesinger at gmx.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From stefandoesinger at gmx.at  2006-17-06 16:42 -------
Hmm. Then they contradict themselves. The dx sdk says that calling 
QueryInterface on a IDirectDraw interface for the IDirect3D interface returns 
a IDirect3D interface. Releasing the IDirect3D interface will not reset the 
settings, because the IDirect3D interface has the same lifetime as the 
IDirectDraw interface it was queried from.

It could be of course that each interface has its own refcount, but all 
interfaces point to the same objects. E.g. that calling SetCooperativeLevel on 
the IDirectDraw7 interface also modifies the IDirectDraw interface's refcount.

This needs some unit tests...

-- 
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