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

can't run on manjaro linux #1

Open
GamesOpenSource opened this issue Sep 5, 2019 · 2 comments
Open

can't run on manjaro linux #1

GamesOpenSource opened this issue Sep 5, 2019 · 2 comments

Comments

@GamesOpenSource
Copy link

I can build this (had to switch glut to freeglut - maybe that is a problem?) but I can't run it:

$ ./graphics_asgn1 
Error: GLX: Failed to create context: GLXBadFBConfig
graphics_asgn1: /build/glfw/src/glfw-3.3/src/posix_thread.c:62: _glfwPlatformGetTls: Assertion `tls->posix.allocated == GLFW_TRUE' failed.
Aborted (core dumped)

I'm running manjaro in VirtualBox, perhaps that's the problem (thought after a glance at https://stackoverflow.com/questions/39213757/glfw-cannot-create-a-window-glx-failed-to-create-context-glxbadfbconfig/39214184 )

@dynaevdv
Copy link

dynaevdv commented Feb 11, 2021

I have the same problem when try to use gitlab ci/cd for my small project which use GLFW. And i have manjaro too (KDE).

@WiktorJanecki
Copy link

Solution:
sudo pacman -S glfw-x11

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