Displaying 1 result from an estimated 1 matches for "initdirectdraw".
2008 Dec 18
5
how to fix consistent crash if mouse is not contained?
...s displayed:
Code:
FastBltNoTrans() - err ret = 88760096, pDescription = Dirty Rect Fast Blt, rSrcRect: t=158, b=198, l=-5, r=25, dwDestX=-5, dwDestY=158 - DDERR_INVALIDRECT - Rectangle provided was invalid.
If I disable the "Emulate a virtual desktop" option, then I get
Code:
"InitDirectDraw() We're sorry - your system cannot play the correct display mode for this game. Game shutting down."
(I'm guessing it doesn't like my native multi-monitor resolution.)
So I guess my questions would be:
1) can the mouse be configured somehow to stay within the Wine desktop?
2)...