-
Notifications
You must be signed in to change notification settings - Fork 608
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
Errors when running in linux #34
Comments
It's an issue with your graphics card or drivers and not related to nanogui. |
Thank you for your quick reply. I tried to compile and run nanogui in my two different computers, but the same errors occurred. BTW, my linux system is running on VMware. |
I don't think VMWare supports OpenGL 3.3 at the moment -- this means that you can't run nanogui in a VMWare container. |
You are right! I just checked my OpenGL version in VMWare, was 2.1. |
Also having this issue with VirtualBox 5.1.8 when trying to test a Ubuntu VM. It seems as of Sept 4th, 2016, Parallels only supports OpenGL 2.1 max. |
Hi! Thank you for offering this opensource library first.
This is my first time to use nanogui. I was trying to use it in Linux Mint 17.1 32bit. I successfully compiled it but when I ran it, errors occurred.
The detailed information as follow:
[example1]
GLFW error 65543: GFX Forward compatibility requested but GLX_ARB_create_context is unavailable
fatal error: Could not create an OpenGL 3.3 context!
[example2]
GLFW error 65543: GFX Forward compatibility requested but GLX_ARB_create_context is unavailable
terminate called after throwing an instance of 'std::runtime_error'
what(): could not create an OpenGL 3.3 context!
The text was updated successfully, but these errors were encountered: