`System.InvalidOperationException`: OpenGL Error

When exiting game with 11 AI vs 1

Discussion about the game and its default mods.
Post Reply
MeatAnt
Posts: 3
Joined: Mon Aug 05, 2013 9:25 pm

`System.InvalidOperationException`: OpenGL Error

Post by MeatAnt »

Map: Box II "Overheated"
AI: 11 random bots vs 1
Version: playtest 902.
The replay does not reproduce this crash.

The following crash happens when aborting mission after winning. GPU mem is 1gb.

Also in the stats I think 'Buildings Killed' is limited to 999.

Code: Select all

Exception of type `System.InvalidOperationException`: OpenGL Error: See graphics.log for details.
   at OpenRA.Renderer.SdlCommon.ErrorHandler.CheckGlError()
   at OpenRA.Renderer.SdlCommon.Texture.SetData(Byte[] colors, Int32 width, Int32 height)
   at OpenRA.Graphics.Sheet.get_Texture()
   at OpenRA.Graphics.SpriteRenderer.Flush()
   at OpenRA.Graphics.Renderer.set_CurrentBatchRenderer(IBatchRenderer value)
   at OpenRA.Graphics.WorldRenderer.Draw()
   at OpenRA.Graphics.Viewport.DrawRegions(WorldRenderer wr, IInputHandler inputHandler)
   at OpenRA.Game.Tick(OrderManager orderManager, Viewport viewPort)
   at OpenRA.Game.Run()
   at OpenRA.Program.Run(String[] args)
   at OpenRA.Program.Main(String[] args)

Code: Select all

GL Error: GL_OUT_OF_MEMORY
   at OpenRA.Renderer.SdlCommon.ErrorHandler.CheckGlError()
   at OpenRA.Renderer.SdlCommon.Texture.SetData(Byte[] colors, Int32 width, Int32 height)
   at OpenRA.Graphics.Sheet.get_Texture()
   at OpenRA.Graphics.SpriteRenderer.Flush()
   at OpenRA.Graphics.Renderer.set_CurrentBatchRenderer(IBatchRenderer value)
   at OpenRA.Graphics.WorldRenderer.Draw()
   at OpenRA.Graphics.Viewport.DrawRegions(WorldRenderer wr, IInputHandler inputHandler)
   at OpenRA.Game.Tick(OrderManager orderManager, Viewport viewPort)
   at OpenRA.Game.Run()
   at OpenRA.Program.Run(String[] args)
   at OpenRA.Program.Main(String[] args)
Warning!! This replay goes for 1h:29m:27s and will cause your eyes to bleed. (A slider bar in the replay viewer is what we need).


File needs to be uploaded in two parts because there is a 2mb file limit - I get this error when uploading a 2.8mb file: http://www.phpbbhacks.com/forums/tried- ... 60370.html

Split it into 2 parts that need to be renamed to .zip.000 and .zip.001.

If you have trouble joining, use:

Code: Select all

copy /b *.zip.00? new.zip
Attachments
OpenRA-2013-09-03T200512Z.zip
part 1 (rename to .zip.000 )
(1.91 MiB) Downloaded 265 times
Last edited by MeatAnt on Sat Sep 07, 2013 10:39 pm, edited 4 times in total.

MeatAnt
Posts: 3
Joined: Mon Aug 05, 2013 9:25 pm

Post by MeatAnt »

part 2
Attachments
OpenRA-2013-09-03T200512Z.zip
rename to .zip.001
(851.78 KiB) Downloaded 258 times

Post Reply