-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenGL error on Example #69
Comments
Are you running this on a relatively new system? Do you have a graphics card installed? I haven't updated OpenTK in a bit, I know some older versions have issues actually loading drivers and instead try to use the ancient OpenGL implementation that Windows ships with, which could be the problem here. To diagnose, can you please add this line into ExampleWindow.cs, line 126 (between
And copy/paste the results here? If running in Visual Studio, the result should be visible in the Output view. I would recommend putting a breakpoint on InitializeOpenGL as well. It should look something like this:
I would also recommend making sure that your graphics card (or integrated graphics) drivers are up-to-date. |
Just solved this issue by upgrading to the newest OpenTK package (2.0.0). I am using: |
I am getting this I have updated openTK package to 2.0.0(Stable) |
Do you still get the same string out from OpenTK 2.0.0? What graphics card do you actually have/is there actually an implementation besides the GDI Generic one? What OS are you running? I would also try 3.0.0-pre, this is looking more like an OpenTK issue than a SharpNav issue right now |
after update to 2.0.0(Stable)(via Nuget Package Manager) I have |
Ok it Solved |
Awesome! I'll bump up the nuget version to 2.0.0 in a bit and then close this issue. |
before you close are there any place like discord or something where we can question about using it for new people like me |
Closest thing would be a mailing list I set up a while ago, which hasn't really caught on: https://groups.google.com/forum/#!forum/sharpnav I'm really stretched thin as far as how much time I have to maintain + develop SharpNav, but it's a port of Recast, so pretty much everything you read online about Recast can be applied to SharpNav. |
Thanks |
When I try to run the example is throws the error below
System.EntryPointNotFoundException: 'Unable to find an entry point named 'glGenBuffers' in DLL 'opengl32.dll'.'
The text was updated successfully, but these errors were encountered: