when running an educational game, wine crashed and asked me to contact wine-devel. Below is the post mortem trace. Can anyone give me a hint what can be done?
err:ddraw:IDirectDrawImpl_QueryInterface (0x1bdd28) The App is requesting a D3D device, but a non-OpenGL surface type was choosen. Prepare for trouble! err:ddraw:IDirectDrawImpl_QueryInterface (0x1bdd28) You may want to contact wine-devel for help
Funky. Do you have any registry key like HKEY_CURRENT_USER/Software/Wine/Direct3D/DirectDrawRenderer = "gdi" set? I think no, because otherwise you should get a different warnding I think. If you have such a key set remove it, otherwise can you send a +ddraw trace? (compressed, preferably).
The fixme:d3d:IWineD3DImpl_FillGLCaps >>>>>>>>>>>>>>>>> 0x501 from extension are propably because you have an Intel graphics card. Those are fairly untested by the Direct3D developers. The other fixme's are not necessarilly unusual.