RavenShield (UnrealEngine) "General protection fault!&q

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

RavenShield (UnrealEngine) "General protection fault!&q

Post by wdub »

The game "Rainbow 6 - Ravenshield" crashes shortly after startup, displaying this message:
OS: Windows XP 5.1 (Build: 2600)
CPU: AuthenticAMD Unknown processor @ 2200 MHz with 2013MB RAM
Video: No Video

General protection fault!

History: UD3DRenderDevice::Init <- UGameEngine::Init <- InitEngine
Wine debug output:
http://kpaste.net/32b024

I hope, some of you can help me.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: RavenShield (UnrealEngine) "General protection faul

Post by vitamin »

wdub wrote:Video: No Video
Wine version? Video card? Drivers?
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

Post by wdub »

I'm sorry. Wine is 1.2.3, video card Radeon HD 4350. I was running the open source driver (radeon). Today i tried fglrx and got a different error (also at startup):
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 1260
Current serial number in output stream: 1260
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

RavenShield (UnrealEngine) "General protection fault!&a

Post by jjmckenzie »

On Wed, Dec 14, 2011 at 4:39 AM, wdub <[email protected]> wrote:
I'm sorry. Wine is 1.2.3, video card Radeon HD 4350. I was running the open source driver (radeon). Today i tried
fglrx and got a different error (also at startup):
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  135 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  1260
  Current serial number in output stream:  1260
What version of the Catalyst drivers are you using? The opensource
drivers are missing functions that Wine uses for most video cards.

James
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

Post by wdub »

Architecture: i386
Source: fglrx-installer
Version: 2:8.723.1-0ubuntu5
If i can't get this working, I would consider buying a new graphics card.
Maybe someone can recommend me one, that is known to be working for gaming under Wine (~50€)
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

I'm quite sure, that the graphics card isn't the problem, it should be capable of everything DX 9.0c or 9.29 requires. Don't know, if there is a more recent driver for your linux, but if there is, you should try it.

You should update wine to version 1.3.34 (soon 1.3.35). Do other games run under wine without issues?

If you look at
http://appdb.winehq.org/objectManager.p ... n&iId=7450
there are some winecfg options to run the game.
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

Post by wdub »

[quote="lahmbi5678"]I'm quite sure, that the graphics card isn't the problem, it should be capable of everything DX 9.0c or 9.29 requires.[quote]
For sure. But I thought, others manufacturer's support for linux drivers might be better.

But I've made some reasonable progress by now. Updating wine didn't change anything, but I got a new version of the proprietary drivers installed (https://help.ubuntu.com/community/Binar ... alyst_11.2) and this made the game basically working.

I now have to deal with some issues left, most important, the games is limited to about 800x600px at the corner of the screen, but I'm confident.

Many thanks for your help so far!
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

Post by wdub »

Ok, so it now works except for the sound which keeps stopping after some minutes.
Wine output:
err:winediag:AUDDRV_GetAudioEndpoint PulseAudio "default" -22 without handle_underrun. Audio may hang. Please upgrade to alsa_plugins >= 1.0.24
But libasound2_plugins is not available for my ubuntu 10.04.
Does someone know a solution?
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

wdub wrote:But libasound2_plugins is not available for my ubuntu 10.04.
Does someone know a solution?
Have you tried building it from source? The Ubuntu forum has a long thread about how to do it. http://ubuntuforums.org/showthread.php?t=1681577 (Disclaimer: I don't use Ubuntu and have no idea if those instructions work.)
wdub
Level 1
Level 1
Posts: 7
Joined: Thu Jun 23, 2011 5:37 pm

Post by wdub »

I don't think, that would work. There is a lot of packages relying exactly on version 1.0.22.
Of course I could change the version string to make the new version masquerade as the old one, but I'm afraid to cause serious problems by this.
Locked