1.13 crashes at launch. Logs attached . Able to play 1.12 and previous without problems.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000120cab8ce, pid=1939, tid=779
#
# JRE version: Java(TM) SE Runtime Environment (8.0_74-b02) (build 1.8.0_74-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.74-b02 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [liblwjgl_opengl.dylib+0xd8ce]
[error occurred during error reporting (printing problematic frame), id 0xe0000000]
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Linked issues
is duplicated by 25
Attachments
Comments 22
Currently this issue seems to be due to hardware on older Macs not being able to support the libraries needed for the newest version of the game. Make sure that if you have the ability to update to a newer version of macOS that you have done so. If there are no updates available for your computer, do the following.
Click on the Apple Icon (on the top left) -> About This Mac -> System Report -> Graphics/Displays and make sure your GPU meets the minimum requirements posted here. If it does not meet the requirements, you will need to use version 1.12.2 or lower of Minecraft, or look into using a newer computer.
If your graphics card/hardware does meet the requirements please include our version of macOS and the Model Identifier found in Apple Icon (on the top left) -> About This Mac -> System Report in your comment.
My computer is updated to High Sierra 10.13.6.
Macmini6,1
I updated Java. I can get on single player but not my realm. It crashes the minute I click on Minecraft Realms.
Reading the native crash there, it looks like there was a crash during the initialization of the game, and then while it was creating the crash report, it failed a second time during a call to glGetString
(normally used to get the OpenGL version), which caused a JVM crash instead of using the normal mechanism to avoid crashes in crash reports. Unfortunately the JVM crash means that the first crash report is lost.
If possible, can someone add -Dorg.lwjgl.util.Debug=true -Dorg.lwjgl.util.DebugFunctions=true
to their JVM options in the launcher, and then launch the game again and upload the new launcher log?
Here it is (if i did it right)
Minecraft Crash Report ----
// I'm sorry, Dave.
Time: 8/12/18 10:24 PM
Description: Initializing game
java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl32.so
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:61)
at org.lwjgl.system.MemoryStack.<init>(MemoryStack.java:61)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:82)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:71)
at java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:284)
at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
at java.lang.ThreadLocal.get(ThreadLocal.java:170)
at org.lwjgl.system.MemoryStack.stackGet(MemoryStack.java:628)
at org.lwjgl.system.MemoryStack.stackPush(MemoryStack.java:637)
at cfs.a(SourceFile:126)
at cfi.an(SourceFile:554)
at cfi.am(SourceFile:433)
at cfi.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:144)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
– Head –
Thread: Client thread
Stacktrace:
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:61)
at org.lwjgl.system.MemoryStack.<init>(MemoryStack.java:61)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:82)
at org.lwjgl.system.MemoryStack.create(MemoryStack.java:71)
at java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:284)
at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
at java.lang.ThreadLocal.get(ThreadLocal.java:170)
at org.lwjgl.system.MemoryStack.stackGet(MemoryStack.java:628)
at org.lwjgl.system.MemoryStack.stackPush(MemoryStack.java:637)
at cfs.a(SourceFile:126)
at cfi.an(SourceFile:554)
at cfi.am(SourceFile:433)
– Initialization –
Details:
Stacktrace:
at cfi.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:144)
– System Details –
Details:
Minecraft Version: 1.13
Operating System: Linux (i386) version 4.4.0-130-generic
Java Version: 1.8.0_181, Oracle Corporation
Java VM Version: Java HotSpot(TM) Server VM (mixed mode), Oracle Corporation
Memory: 86998296 bytes (82 MB) / 221773824 bytes (211 MB) up to 909901824 bytes (867 MB)
JVM Flags: 0 total;
Launched Version: 1.13
LWJGL: 3.1.6 build 14
OpenGL: ~ERROR~ NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library
GL Caps:
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: 8 Bit Miner
Current Language: ~ERROR~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
I still get a crash on 1.14 (noted I'm on linux but was redirected from a more fitting thread to this one). Bug report says
Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 4/23/19 12:47 PM
Description: Initializing game
java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl32.so
at org.lwjgl.system.Library.loadSystem(Library.java:147)
at org.lwjgl.system.Library.loadSystem(Library.java:67)
at org.lwjgl.system.Library.<clinit>(Library.java:50)
at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:97)
at org.lwjgl.system.Pointer$Default.<clinit>(Pointer.java:61)
at cub.a(SourceFile:106)
at com.mojang.blaze3d.platform.GLX.initGlfw(SourceFile:191)
at cvi.av(SourceFile:459)
at cvi.b(SourceFile:395)
at net.minecraft.client.main.Main.main(SourceFile:154)
...
– System Details –
Details:
Minecraft Version: 1.14
Operating System: Linux (i386) version 4.4.0-145-generic
Java Version: 1.8.0_191, Oracle Corporation
Java VM Version: Java HotSpot(TM) Server VM (mixed mode), Oracle Corporation
Memory: 50633600 bytes (48 MB) / 208842752 bytes (199 MB) up to 523501568 bytes (499 MB)
JVM Flags: 5 total; -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
Launched Version: 1.14
LWJGL: 3.2.1 build 12
OpenGL: ~ERROR~ NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library
GL Caps:
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: 8 Bit Miner
Current Language: ~ERROR~ NullPointerException: null
CPU: <unknown>
You are still on a 32-Bit OS, so its not going to work in any version 1.13 or above.
Stop pressing your problem into a report that it has nothing to do with.
I have the same problem. Also on a Mac.
This is the crash log.
https://paste.ubuntu.com/p/CQpQcDg9GY/