web-dev-qa-db-fra.com

Re: Erreur (lancement de minecraft) Java Oracle 8

En essayant de lancer Minecraft, j'ai reçu cette erreur.

Merci d'avance pour toute aide.

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
Sapper1_cd

Cela semble être un problème avec 1.8.0_31, il pourrait être corrigé dans 1.8.0_60:

http://bugs.Java.com/view_bug.do?bug_id=8056151

Cependant, ce rapport pourrait être un hit plus exact et le reproduit toujours sur 1.8.0_74 AMD64:

https://github.com/LWJGL/lwjgl3/issues/149

Revenir à Java 1.7 aide. Utiliser la solution de contournement fournie à http://my.stargazer.at/2015/02/03/Java-8-jvm-crash-on-linux/ mentionné par Ruud Schmitz (merci) aide également:

Java -Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar minecraft.jar
3
axm

Je rencontrais ce problème avec Gentoo et je réinstallais Java 1.8.0 121 b13 sans La prise en charge de JavaFX résout le problème. Peut-être un utilisateur Ubuntu peut-il utiliser ces informations pour y remédier.

0
Bob