Open ldanko opened 7 years ago
VirtualBox has crappy OpenGL support and doesn't support OpenGL 2.1 which is required for the example to run.
Any real code should check the OpenGL version that was actually obtained before proceeding.
I can't run any OpenGL rust application.
It seems that OpenGL 2.1 is supported in VirtualBox, glxinfo
says: OpenGL version string: 2.1 Chromium 1.9
But as you said maybe something is broken in VirtualBox
I have the same error on Windows 8.1 x64 host, Lubuntu 16.10x64 guest. Virtualbox 5.1.12 glxgears work OK with 236 FPS. Not sure that VBox have the issue with OpenGL.
The only workaround I found so far is to disable "3D Acceleration" in VM Settings->Display
triangle example crashes on startup when running on Fedora 25 / VirtualBox: