尝试启动 Minecraft 时,我收到此错误。
预先感谢您的任何帮助。
The program 'java' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 587 error_code 143 request_code 139 minor_code 7)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
答案1
似乎是 1.8.0_31 的一个问题,它可能在 1.8.0_60 中得到修复:
http://bugs.java.com/view_bug.do?bug_id=8056151
但是,此报告可能更为准确,并且仍在 1.8.0_74 amd64 上重现:
https://github.com/LWJGL/lwjgl3/issues/149
切换回 Java 1.7 会有所帮助。使用提供的解决方法http://my.stargazer.at/2015/02/03/java-8-jvm-crash-on-linux/Ruud Schmitz 提到的 (感谢) 也有帮助:
java -Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar minecraft.jar
答案2
重新安装并不总是有帮助。在主目录中创建目录“03@C7:8”,并在该目录中创建文件“ync”,您需要在其中写入启动配置,该文件位于启动器本身中(该文件在出现错误之前成功创建)。我使用 TLauncher,配置文件如下所示:
# TLauncher configuration file
# Version 2.69
# Fri Mar 06 23:35:11 MSK 2020
minecraft.versions.release=true
gui.console.width=720
minecraft.versions.modified=true
minecraft.versions.sub.remote=true
client=c561a135-e790-4612-8079-500de0fea2b7
gui.console.height=500
settings.version=3
retest.update=true
gui.settings.servers.recommendation=true
minecraft.versions.sub.old_release=true
minecraft.gamedir=/home/[dir]/.minecraft
minecraft.memory.ram2=4237
gui.statistics.checkbox=false
gui.console.y=30
skin.status.checkbox.state=true
gui.console.x=30
connection=good
gui.notice.ad_other=true
minecraft.size=925;530
gui.notice.ad_server=true
gui.notice.ad_youtube=true
minecraft.fullscreen=false
locale=ru_RU
minecraft.onlaunch=hide
log.file.counter=9
gui.settings.guard.checkbox=true
UPDATER_LAUNCHER=false
chooser.type.account=false
gui.console=none
答案3
我在使用 Gentoo 时遇到了这个问题,并重新安装了 Java 1.8.0 121 b13没有JavaFX 支持解决了该问题。Ubuntu 用户也许可以使用此信息来修复它。