
GLControl exception und Mono Ubuntu 9.04
Posted Saturday, 3 October, 2009 - 10:54 by Anonymous| Project: | The Open Toolkit library |
| Version: | 0.9.9-3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
GLControl throws NullReferenceException on initialization:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at OpenTK.GLControl.set_VSync (Boolean value) [0x00000]
at (wrapper remoting-invoke-with-check) OpenTK.GLControl:set_VSync (bool)
at LowiloGui.MainForm.InitializeComponent () [0x006e8] in /home/re/Desktop/LowiloCore/LowiloGui/MainForm.Designer.cs:191
at LowiloGui.MainForm..ctor () [0x000cc] in /home/re/Desktop/LowiloCore/LowiloGui/MainForm.cs:68
at (wrapper remoting-invoke-with-check) LowiloGui.MainForm:.ctor ()
at LowiloGui.Program.Main () [0x0000b] in /home/re/Desktop/LowiloCore/LowiloGui/Program.cs:21


Comments
#1
This has been fixed in SVN trunk.
Consider upgrading to the latest OpenTK from SVN or commenting out the offending line in your MainForm.Designer.cs file.
#2
Closing issues fixed in 0.9.9-3.