Author Topic: Game Crashes when starting  (Read 2159 times)

lego6245

  • Posts: 2
  • Turrets: +0/-0
Game Crashes when starting
« on: August 13, 2008, 07:06:30 pm »
Hello!
My game (on ubuntu linux), crashes when it starts to load. The screen goes black for a second, then shrinks, then disappears, leaving me at my desktop. Any help would be great, and a fast answer even more so.

Thanks,
William

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Game Crashes when starting
« Reply #1 on: August 13, 2008, 08:30:20 pm »
Run it from a terminal and paste the error here.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

lego6245

  • Posts: 2
  • Turrets: +0/-0
Re: Game Crashes when starting
« Reply #2 on: August 14, 2008, 12:00:42 am »
Error is as follows
SDL_SetVideoMode failed: Couldn't find matching GLX visual
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Using 8/8/8 Color bits, 16 depth, 8 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
 You are using software Mesa (no hardware acceleration)!   
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  136 (XFree86-VidModeExtension)
  Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
  Value in failed request:  0x440000d
  Serial number of failed request:  184
  Current serial number in output stream:  186



Taiyo.uk

  • Posts: 2309
  • Turrets: +222/-191
    • Haos Redro
Re: Game Crashes when starting
« Reply #3 on: August 14, 2008, 12:09:18 am »
As the error message says, you are attempting to use software GL. This means that you do not have the drivers installed for your video card. You can probably install them via the restricted drivers manager if you have an ATI or NVidia card. Otherwise you'll need to download them from www.nvidia.com or www.ati.com