Hello, i'm e new gamer but i have a little problem to running game :/

Help for running game openRA

Discussion about the game and its default mods.
Post Reply
Abou
Posts: 1
Joined: Tue Mar 02, 2021 8:58 am

Hello, i'm e new gamer but i have a little problem to running game :/

Post by Abou »

Hello, i have installed openRA, but when i want playing, the game not running :/

1) Message error in file "exception-2021-03-02T191234Z.txt" :

OpenRA engine version release-20200503
Date: 2021-03-02 19:02:16Z
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Version: .NET CLR 4.0.30319.42000
Exception of type `System.InvalidOperationException`: Failed to initialize platform-integration library. Check graphics.log for details.
à OpenRA.Game.Initialize(Arguments args)
à OpenRA.Game.InitializeAndRun(String[] args)
à OpenRA.WindowsLauncher.RunGame(String[] args)

2) Message error in file "graphics.txt" :

System.InvalidProgramException: Failed to initialize low-level OpenGL bindings. GPU information is not available. ---> System.ArgumentNullException: La valeur ne peut pas être null.
Nom du paramètre : ptr
à System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t)
à OpenRA.Platforms.Default.OpenGL.Bind[T](String name)
à OpenRA.Platforms.Default.OpenGL.Initialize(Boolean preferLegacyProfile)
--- Fin de la trace de la pile d'exception interne ---
à OpenRA.Platforms.Default.OpenGL.Initialize(Boolean preferLegacyProfile)
à OpenRA.Platforms.Default.Sdl2GraphicsContext.InitializeOpenGL()
à OpenRA.Platforms.Default.Sdl2PlatformWindow..ctor(Size requestEffectiveWindowSize, WindowMode windowMode, Single scaleModifier, Int32 batchSize, Int32 videoDisplay, GLProfile requestProfile)
à OpenRA.Platforms.Default.DefaultPlatform.CreateWindow(Size size, WindowMode windowMode, Single scaleModifier, Int32 batchSize, Int32 videoDisplay, GLProfile profile)
à OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
à OpenRA.Game.Initialize(Arguments args)
System.InvalidProgramException: Failed to initialize low-level OpenGL bindings. GPU information is not available. ---> System.ArgumentNullException: La valeur ne peut pas être null.
Nom du paramètre : ptr
à System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t)
à OpenRA.Platforms.Default.OpenGL.Bind[T](String name)
à OpenRA.Platforms.Default.OpenGL.Initialize(Boolean preferLegacyProfile)
--- Fin de la trace de la pile d'exception interne ---
à OpenRA.Platforms.Default.OpenGL.Initialize(Boolean preferLegacyProfile)
à OpenRA.Platforms.Default.Sdl2GraphicsContext.InitializeOpenGL()
à OpenRA.Platforms.Default.Sdl2PlatformWindow..ctor(Size requestEffectiveWindowSize, WindowMode windowMode, Single scaleModifier, Int32 batchSize, Int32 videoDisplay, GLProfile requestProfile)
à OpenRA.Platforms.Default.DefaultPlatform.CreateWindow(Size size, WindowMode windowMode, Single scaleModifier, Int32 batchSize, Int32 videoDisplay, GLProfile profile)
à OpenRA.Renderer..ctor(IPlatform platform, GraphicSettings graphicSettings)
à OpenRA.Game.Initialize(Arguments args)

3) Please help-me for this problem, i'm newbee :/
My speek english is very bad !

I speek french only :/ but i'm not a french.

abcdefg30
Posts: 641
Joined: Mon Aug 18, 2014 6:00 pm

Re: Hello, i'm e new gamer but i have a little problem to running game :/

Post by abcdefg30 »

Sorry, it could very well be that your graphics card is too old. :(
The only thing you can try is setting

Code: Select all

Graphics: 
	GLProfile: Legacy
in your settings.yaml
(see https://github.com/OpenRA/OpenRA/wiki/Settings#location and https://github.com/OpenRA/OpenRA/wiki/S ... #glprofile )

Post Reply