I'm trying to run the PC game "LEGO Rock Raiders", with original winxp DLLs.
I'm getting the following two errors:
err:mmtime:TIME_MMTimeStop Timer still active?!
err:d3d:context_release Failed to restore GL context 0x1e10b8 on device context 0x758, last error 0x7d0.
The latter of which I have found in only one other topic (linky).
I've found the former several times, but didn't find an explanation of its meaning.
So, does anyone understand what these errors mean and can explain them to me, if possible with a fix?
Anonymouse wrote:I'm trying to run the PC game "LEGO Rock Raiders", with original winxp DLLs.
Don't do that. Install it on Wine. And don't use any native dlls from the start. In most cases using _all_ native dlls will completely break Wine.
I've always installed it in wine - and tried with both wine DLLs and native DLLs. Should I use only wine DLLs and look for errors with those, then replace the problematic ones with native ones?
(sorry, I should've tested it before posting the previous post)
I've tried with wine DLLs, and it now still gives me
err:mmtime:TIME_MMTimeStop Timer still active?!
, but a different error before that:
Unhandled page fault on read access to 0x00000000 at address 0x472289 (thread 0009), starting debugger...
- along with a register dump, stack dump, backtrace and lists of modules and threads. That information can be found at http://wine.pastebin.com/UgSpgaJe .
Anonymouse wrote:But now I'm back to the original error:
err:d3d:context_release Failed to restore GL context 0x1cc920 on device context 0x758, last error 0x7d0.
What video card and drivers? Have you tried virtual desktop mode?
nVidia GeForce 7300 GS, proprietary drivers.
I tried virtual desktop mode, got the following:
err:d3d7:IDirect3DImpl_7_CreateDevice The application wants to create a Direct3D device, but non-opengl surfaces are set in the registry. Please set the surface implementation to opengl or autodetection to allow 3D rendering
err:d3d7:IDirect3DImpl_7_CreateDevice The application wants to create a Direct3D device, but non-opengl surfaces are set in the registry. Please set the surface implementation to opengl or autodetection to allow 3D rendering
I think I saw a winetrick for this, I'll have a look.