http://bugs.winehq.org/show_bug.cgi?id=10877
Summary: Chessmaster 9000 graphics problems in wined3d Product: Wine Version: 0.9.51. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: julianlubenov@abv.bg
The problem is that the "chessmaster 9000" game can't display most of it's graphics. When you enter to the game room or class room no 3d graphics are displayed because of problem in the IWineD3DSwapChainImpl_Present function. The messages in the console are:
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options 0x5afe90/0x5afe90 err:d3d:IWineD3DSwapChainImpl_Present Cannot change the destination window of the owner of the primary context
The err message is critical. Because the destination window of the primary context can't be changed no graphics are displayed in the destination window.
The fixme message is problem too because if the error with the destination window is corrected the graphics probably won't be displayed correctly.