Re: Erro (lançando minecraft) Java oracle 8

1

Ao tentar iniciar o Minecraft, recebi este erro.

Agradeço antecipadamente por qualquer ajuda.

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.)
    
por Sapper1_cd 02.01.2016 / 17:32

2 respostas

3

Parece ser um problema com 1.8.0_31, pode ser corrigido em 1.8.0_60:

link

No entanto, este relatório pode ser um hit mais exato e ainda reproduzi-lo em 1.8.0_74 amd64:

link

Mudar de volta para o java 1.7 ajuda. Usando a solução alternativa fornecida no link mencionado por Ruud Schmitz (obrigado) também ajuda:

java -Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar minecraft.jar
    
por axm 03.09.2016 / 07:20
0

Eu tive esse problema com o Gentoo e reinstalei o Java 1.8.0 121 b13 sem o suporte do JavaFX resolve o problema. Talvez um usuário do Ubuntu possa usar essas informações para corrigi-lo.

    
por Bob 23.04.2017 / 18:08