Skip to content
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

Closed
chenming-wu opened this issue Dec 16, 2015 · 5 comments
Closed

Errors when running in linux #34

chenming-wu opened this issue Dec 16, 2015 · 5 comments

Comments

@chenming-wu
Copy link

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!

@wjakob
Copy link
Owner

wjakob commented Dec 16, 2015

It's an issue with your graphics card or drivers and not related to nanogui.

@wjakob wjakob closed this as completed Dec 16, 2015
@chenming-wu
Copy link
Author

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.

@wjakob
Copy link
Owner

wjakob commented Dec 16, 2015

I don't think VMWare supports OpenGL 3.3 at the moment -- this means that you can't run nanogui in a VMWare container.

@chenming-wu
Copy link
Author

You are right! I just checked my OpenGL version in VMWare, was 2.1.
Thank you very much. I think I can learn a lot from you here. :)

@tony
Copy link
Contributor

tony commented Oct 23, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants