对于某些openGL的错误导致无法打开1.17及以上的高版 本,可以有如下解决方案 #3310
Closed
udhgu
started this conversation in
日常闲聊 | General
Replies: 1 comment 1 reply
-
请提供完整日志 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
当你在Linux(我这里是raspdebian)中启动minecraft1.17及以上时会得到如下错误
GLFW error 65543: GLX: Failed to create context: GLXBadFBConfig.
Please make sure you have up-to-date drivers (see aka.ms/mcdriver for instructions).
这是一个openGL的错误,可以在终端中输入以下命令解决(并不是永久解决,可以用脚本代替每次启动需输入的 指令)
MESA_GL_VERSION_OVERRIDE=4.3 java -jar (你的启动器名字)
例子:MESA_GL_VERSION_OVERRIDE=4.3 java -jar HMCL-3.5.9.jar
享受你的游戏之旅吧!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions