OpenRA on Ubuntu 10.10

Discussion about the game and its default mods.
Post Reply
xondak
Posts: 3
Joined: Sat Mar 12, 2011 8:33 pm

OpenRA on Ubuntu 10.10

Post by xondak »

I've searched for help elsewhere, but gotten nowhere... so I figured I'd come here for advice.

I'm on a 32 bit machine running Ubuntu 10.10. According to lspci I have an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c). When I launch the game from the terminal, the screen goes black for a moment, then I'm returned to the terminal with the following output:

Code: Select all

Using Gl renderer

Unhandled Exception: System.InvalidOperationException: GL Error: 1282
  at OpenRA.Renderer.Glsl.GraphicsDevice.CheckGlError &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Renderer.Glsl.Shader..ctor &#40;OpenRA.Renderer.Glsl.GraphicsDevice dev, System.String type&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Renderer.Glsl.GraphicsDevice.CreateShader &#40;System.String name&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Graphics.Renderer..ctor &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Game.Initialize &#40;OpenRA.Arguments args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Program.Run &#40;System.String&#91;&#93; args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Program.Main &#40;System.String&#91;&#93; args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0
Anybody know what's wrong?

beedee
Posts: 94
Joined: Mon Sep 06, 2010 5:02 am
Location: Wellington
Contact:

Post by beedee »

Intel integrated graphics chips have very poor feature support for OpenGL. You can try using the CG renderer by installing the nvidia-cg-toolkit and passing "Graphics.Renderer=Cg" to the game.

xondak
Posts: 3
Joined: Sat Mar 12, 2011 8:33 pm

Post by xondak »

Thank you! That fixed my problem. Another quick question: when the game is in fullscreen mode it stretches the entire playfield across all of my workspaces. Anything I can do to prevent that?

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

This is again a driver issue - your driver is telling OpenRA that there is only one workspace, which we quite happily fill. You'll have to run OpenRA in windowed mode, or find a better driver.

User avatar
riderr3
Posts: 98
Joined: Sat Feb 26, 2011 11:26 pm
Location: Camo pillbox
Contact:

Post by riderr3 »

how can I run OpenRA without openGL mode? :o0: I'm on Ubuntu and ATI videocard

ddd
Posts: 272
Joined: Sat Oct 23, 2010 5:04 pm

Post by ddd »

Use nvidia-cg-toolkit (NVIDIA's C graphics compiler toolkit) too. It's not depend on the nVidia or ATI video card.

Post Reply