
GameWindow not working on Ubuntu 11.04 + nVidia
Posted Saturday, 16 April, 2011 - 20:16 by cody| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Jump to:
Description
I get this Exception on Ubuntu 11.04 64 bit with nVidia closed source drivers.
It worked on 10.10.
System.TypeInitializationException: An exception was thrown by the type initializer for OpenTK.Graphics.GraphicsMode ---> System.PlatformNotSupportedException: Please, refer to http://www.opentk.com for more information.
at OpenTK.Platform.Factory+UnsupportedPlatform.CreateGraphicsMode () [0x00000] in :0
at OpenTK.Graphics.GraphicsMode..cctor () [0x00000] in :0


Comments
#11
I am using the nvidia drivers ...
#12
I had exact the same problem when I yesterday installed Xubuntu 11.04 x32 to VM (virtualbox), installed
Quest additions, and got that "OpenTK.Graphics.GraphicsMode ---> System.PlatformNotSupportedException:".
Installing mesa-common-dev packet fixed the problem.
[edit] mesa-common-dev isnt needed, but libx11-dev
#13
Depends which platform (how you initialize GameWindow) you trying to use. But i installed libgl1-mesa-dev, and it helped as well.