Page 1 of 1

Error starting openra

Posted: Fri Apr 25, 2014 9:41 am
by kabodie
Hello,
i got this error when i start openra
what can i do?
luca@SIMBADDA:~$ openra
Platform is Linux
Using SDL 1.2 with OpenGL renderer
Desktop resolution: 1280x1024
No custom resolution provided, using desktop resolution
Using resolution: 1280x1024
Failed to set video mode.
Failed to fetch GL_EXTENSIONS, this is bad.
Renderer initialization failed. Fallback in place. Check graphics.log for details.
Using SDL 2 with OpenGL renderer
Renderer initialization failed. Fallback in place. Check graphics.log for details.
Using SDL 1.2 with OpenGL renderer
Desktop resolution: 1280x1024
No custom resolution provided, using desktop resolution
Using resolution: 1280x1024
Failed to set video mode.
Failed to fetch GL_EXTENSIONS, this is bad.
Renderer initialization failed. Fallback in place. Check graphics.log for details.
Using SDL 1.2 with Cg renderer
Desktop resolution: 1280x1024
No custom resolution provided, using desktop resolution
Using resolution: 1280x1024
Failed to set video mode.
Failed to fetch GL_EXTENSIONS, this is bad.
Renderer initialization failed. Fallback in place. Check graphics.log for details.
Exception of type `System.InvalidOperationException`: No suitable renderers were found. Check graphics.log for details.
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Exception of type `System.NullReferenceException`: Object reference not set to an instance of an object
at OpenRA.Program.FatalError (System.Exception e) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
exception inside UnhandledException handler: Object reference not set to an instance of an object

[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at OpenRA.Program.FatalError (System.Exception e) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

Posted: Fri Apr 25, 2014 10:51 am
by Hiro
I'm no expert on the code base but since it looks like something went south with the opengl is it possible that you need to install some opengl thing or get a library that's missing?
Which install are you using and is this just the base default setup?

Posted: Mon Jun 02, 2014 10:06 am
by ddd
Show us your ~/.openra/Logs/graphics.log after the start. It's most probably the bug in previous playtest with wrong config file for SDL2 lib.

Posted: Mon Jun 02, 2014 4:29 pm
by Matt
Actually something is very wrong with your graphics card driver. It seems to have no OpenGL support. The error message has been improved to contain more hints recently. Try to install http://www.openra.net/news/playtest-20140602/ instead.