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

X_GLXCreateNewContext error caused by Nvdia driver update #13041

Closed
FazziCLAY opened this issue Dec 11, 2022 · 4 comments
Closed

X_GLXCreateNewContext error caused by Nvdia driver update #13041

FazziCLAY opened this issue Dec 11, 2022 · 4 comments
Labels
Action / change needed Code still needs changes (PR) / more information requested (Issues) @ Startup / Config / Util Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible

Comments

@FazziCLAY
Copy link

Minetest version

Minetest 5.6.1 (Linux)
Using Irrlicht 1.9.0mt8
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHAREDIR="/usr/share/minetest"
STATIC_LOCALEDIR="/usr/share/locale"

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 393
Current serial number in output stream: 394

OS / Hardware

Operating system: Linux
CPU: intel x64

GPU model:
OpenGL version:

Summary
Steps to reproduce

Open

@FazziCLAY FazziCLAY added the Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible label Dec 11, 2022
@FazziCLAY
Copy link
Author

uname --all
Linux fazzi-pc 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

@SmallJoker
Copy link
Member

When exactly does this error happen? Directly on startup or when you start a game (i.e. open a world)?

Rename /.minetest/minetest.conf to something else to start Minetest with the default configuration. If Minetest still does not want to start, check glxinfo | grep "OpenGL version string" / glxgears to make sure that you actually have working OpenGL libraries installed.

@fluxionary
Copy link
Contributor

googling for Major opcode of failed request: 152 (GLX):

which roughly correlates to my experience w/ similar errors, which usually were generated when using incompatible kernels and graphics drivers.

@Zughy Zughy added @ Startup / Config / Util Action / change needed Code still needs changes (PR) / more information requested (Issues) labels Dec 13, 2022
@FazziCLAY
Copy link
Author

@SmallJoker

When exactly does this error happen? Directly on startup or when you start a game (i.e. open a world)?

just installed, first cold start

The problem solved itself, coincidentally, the NVidia driver was updated in this session (auto-update in lubuntu).
After a simple reboot, the problem is solved

@SmallJoker SmallJoker changed the title Start error X_GLXCreateNewContext error caused by Nvdia driver update Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action / change needed Code still needs changes (PR) / more information requested (Issues) @ Startup / Config / Util Unconfirmed bug Bug report that has not been confirmed to exist/be reproducible
Projects
None yet
Development

No branches or pull requests

4 participants