Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 1.24 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. System.NullReferenceException: Object reference not set to an instance of an object
  2.   at OpenTK.Graphics.OpenGL.GL.GetError () [0x00000] in <filename unknown>:0
  3.   at Voyager.OpenGL.OGLRenderer.CheckError () [0x00000] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/OpenGL/OGLRendererPartial.cs:279
  4.   at Voyager.OpenGL.OGLRenderer+RenderWindow..ctor (Int32 Width, Int32 Height) [0x00155] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/OpenGL/OGLRendererPartial.cs:47
  5.   at (wrapper remoting-invoke-with-check) Voyager.OpenGL.OGLRenderer/RenderWindow:.ctor (int,int)
  6.   at Voyager.OpenGL.OGLRenderer..ctor () [0x00017] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/OpenGL/OGLRenderer.cs:61
  7.   at Voyager.Singletons.GraphicsEngine.Create () [0x00050] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/Singletons/GraphicsEngine.cs:52
  8.   at Voyager.Engine.Create () [0x0001f] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/Engine.cs:29
  9.   at Voyager.Program.CreateEngine (System.String[] args) [0x00000] in /Users/miguel/Documents/Programming/repos/Voyager/Voyager/Engine.cs:98
  10.   at Game.Program.Main (System.String[] args) [0x00000] in /Users/miguel/Documents/Programming/repos/Voyager/Game/Program.cs:18