Graphics.Renderer=Cg not working...

Game crashing due to processor, I think...

Discussion about the game and its default mods.
Post Reply
Überfuchs
Posts: 1
Joined: Wed Jun 06, 2012 6:53 am

Graphics.Renderer=Cg not working...

Post by Überfuchs »

When I run the game, it crashes on me. For some reason, I don't really get any options to explain why. Could have been something I changed in the settings ages ago. I'm running a Windows machine on what I believe is an ATI Radeon X1800 single card with 64 bit windows. This is the dump in my error logs:

Exception.log:
System.InvalidProgramException: Unsupported GPU. See graphics.log for details.
at OpenRA.Renderer.SdlCommon.SdlGraphics.InitializeSdlGl(Size& size, WindowMode window, String[] requiredExtensions)
at OpenRA.Renderer.Cg.GraphicsDevice..ctor(Size size, WindowMode window)
at OpenRA.Renderer.Cg.DeviceFactory.Create(Size size, WindowMode windowMode)
at OpenRA.Graphics.Renderer.CreateDevice(Assembly rendererDll, Int32 width, Int32 height, WindowMode window)
at OpenRA.Graphics.Renderer.Initialize(WindowMode windowMode)
at OpenRA.Game.Initialize(Arguments args)
at OpenRA.Program.Run(String[] args)
at OpenRA.Program.Main(String[] args)


Graphics.log:
Unsupported GPU: Missing extensions: GL_ARB_vertex_program,GL_ARB_fragment_program,GL_ARB_vertex_buffer_object

OpenGL Information:
Vendor: Microsoft Corporation
Renderer: GDI Generic
GL Version: 1.1.0
Shader Version:
Available extensions:
GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture

twarpie
Posts: 60
Joined: Sun Jun 26, 2011 3:10 pm

Post by twarpie »

It seems you don't have the proper drivers installed for your graphics card.

Vendor: Microsoft Corporation

indicates that the MS default OpenGL ICD is currently active, which is not what you want. It should be AMD's.

Could you check to make sure you have the proper Catalysts installed?

Post Reply