Minecraft 1.8+ falha no lançamento

0

Quando o Minecraft 1.8 ou superior é iniciado, ele cai imediatamente com o seguinte log de falha:

Completely ignored arguments: [--nativeLauncherVersion, 286, --nativeLauncherVersion, 307]
[19:53:27] [Client thread/INFO]: Setting user: ninjakwool
[19:53:38] [Client thread/INFO]: LWJGL Version: 2.9.4
[19:53:43] [Client thread/INFO]: Reloading ResourceManager: Default
[19:53:47] [Sound Library Loader/INFO]: Starting up SoundSystem...
[19:53:47] [Thread-5/INFO]: Initializing LWJGL OpenAL
[19:53:47] [Thread-5/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[19:53:48] [Thread-5/INFO]: OpenAL initialized.
[19:53:48] [Sound Library Loader/INFO]: Sound engine started
[19:54:01] [Client thread/INFO]: Created: 1024x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x27b93e88, pid=5192, tid=3920
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [ig4dev32.dll+0x3e88]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Matthew\AppData\Roaming\.minecraft\hs_err_pid5192.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

Poderia fazer alguma coisa para corrigir esse problema de falha?

    
por KrunchyPlayz 01.09.2016 / 02:07

1 resposta

1

Seu relatório de erros mostra os diretórios do Windows no log de erros, portanto, estou supondo que você esteja executando o Minecraft no WINE.

Se este for o caso, você deve tentar executar o Minecraft nativamente. Para fazer isso, você precisará de alguma forma de java instalada, e você precisará baixar a versão Linux / Other do Minecraft em aqui . (Link encontrado aqui )

Para fazer o download do Oracle Java 8, execute os seguintes comandos em um terminal:

sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-installer

OR Para instalar o OpenJRE 8, execute os seguintes comandos em um terminal:

sudo apt update
sudo apt install openjdk-8-jre

Quando o java estiver instalado, abra um terminal, navegue até o Minecraft.jar baixado e execute java -jar Minecraft.jar ; isso iniciará o lançador do Minecraft.

Se este é um acidente acontecendo no Windows, não WINE no Ubuntu, então isso pode ajudá-lo. (E essa questão não seria muito boa no AskUbuntu.)

    
por pizzapants184 01.09.2016 / 03:43