Search found 2 matches

by Silicon
Tue Oct 04, 2005 3:07 am
Forum: Irrlicht.NET
Topic: AccessViolation Exception
Replies: 15
Views: 5222

I posted a similar thread with more info on my interactions resulting in the AccessViolation -- it only occurs when Irrlicht is run with OpenGL. I am running under .NET 2.0 (C# Express, with the July CTP of the framework). Are these also the case with your project?
by Silicon
Sun Oct 02, 2005 7:30 pm
Forum: Irrlicht.NET
Topic: System.AccessViolationException on exit when using OpenGL
Replies: 7
Views: 2481

System.AccessViolationException on exit when using OpenGL

I'm using the Irrlicht.NET 0.12 wrapper, I see a System.AccessViolationException when using OpenGL 1.5 as the video driver. I'm using the VS2005 Express beta, so my code is being compiled and run under .NET v2.0, if that might effect something. I've pared down the code to a minimum -- I'm just initi...