exception happen when run on windows

Discussion about the game and its default mods.
Post Reply
fanrongqi
Posts: 6
Joined: Thu Jun 09, 2011 3:36 am

exception happen when run on windows

Post by fanrongqi »

I complied the project successful. when I run it ,the exception happen .the log file is this:

System.InvalidOperationException: GL Error: 1282
在 OpenRA.Renderer.Glsl.GraphicsDevice.CheckGlError() 位置 E:\OpenRA\OpenRA.Renderer.Gl\GraphicsDevice.cs:行号 46
在 OpenRA.Renderer.Glsl.Shader..ctor(GraphicsDevice dev, String type) 位置 E:\OpenRA\OpenRA.Renderer.Gl\Shader.cs:行号 93
在 OpenRA.Renderer.Glsl.GraphicsDevice.CreateShader(String name) 位置 E:\OpenRA\OpenRA.Renderer.Gl\GraphicsDevice.cs:行号 305
在 OpenRA.Graphics.Renderer..ctor() 位置 E:\OpenRA\OpenRA.Game\Graphics\Renderer.cs:行号 52
在 OpenRA.Game.Initialize(Arguments args) 位置 E:\OpenRA\OpenRA.Game\Game.cs:行号 259
在 OpenRA.Program.Main(String[] args) 位置 E:\OpenRA\OpenRA.Game\Support\Program.cs:行号 35

how can I solved this problem .thanks .

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

Post by Sleipnir »


Post Reply