Space Rangers 2 on 1.6-rc1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Bluddy
Newbie
Newbie
Posts: 3
Joined: Tue Jun 11, 2013 6:12 pm

Space Rangers 2 on 1.6-rc1

Post by Bluddy »

SR2 has always worked really well on wine for me. Recently though, I upgraded to 1.6-rc1 and the game now doesn't start properly. I get a white window only, while the video sounds play without showing anything. Finally, I get to the main menu and see only the game cursor rotating on top of a white screen.
Can anyone else verify this?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: Space Rangers 2 on 1.6-rc1

Post by DanKegel »

I tried

f32629b6af20d8a064762d83ae8ae6904b556a82 space_rangers_2_demo.exe

and it worked fine here (aside from black screen during two
of the initial splash movies). What graphics card do you have?
Bluddy
Newbie
Newbie
Posts: 3
Joined: Tue Jun 11, 2013 6:12 pm

Re: Space Rangers 2 on 1.6-rc1

Post by Bluddy »

DanKegel wrote:I tried

f32629b6af20d8a064762d83ae8ae6904b556a82 space_rangers_2_demo.exe

and it worked fine here (aside from black screen during two
of the initial splash movies). What graphics card do you have?
I have an AMD card, though I doubt it's anything related to that. I guess the problem is probably on the OSX side (since that's what I'm using), possibly to do with the recent switch to the native (non-X) api. I'll post some of the errors I'm getting when running the game:

ixme:d3d:context_check_fbo_status FBO status GL_FRAMEBUFFER_UNDEFINED (0x8219)
err:d3d:context_check_fbo_status FBO 0 is incomplete, driver bug?
err:d3d:device_clear_render_targets >>>>>>>>>>>>>>>>> GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @ device.c / 672
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {da4e3da0-d07d-11d0-bd50-00a0c911ce86} could be created for context 0x1
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:avicap:query_video_device Video 4 Linux support not enabled
err:ole:CoGetClassObject class {cc7bfb41-f175-11d1-a392-00e0291f3959} not registered
err:ole:CoGetClassObject no class object {cc7bfb41-f175-11d1-a392-00e0291f3959} could be created for context 0x1
err:ole:CoGetClassObject class {cc7bfb46-f175-11d1-a392-00e0291f3959} not registered
err:ole:CoGetClassObject no class object {cc7bfb46-f175-11d1-a392-00e0291f3959} could be created for context 0x1
fixme:win:EnumDisplayDevicesW ((null),0,0x33f49c,0x00000000), stub!
fixme:avifile:AVIFileExit (): stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:win:EnumDisplayDevicesW ((null),0,0x33ebcc,0x00000000), stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:avifile:AVIFileExit (): stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet

I'm specifically wary of the error messages.
Locked