Follow up of MC-126508:
Minecraft crashes instantly on launch.
With 1.13-pre5, I am getting a full crash report:
---- Minecraft Crash Report ----
// Why is it breaking :(Time: 29-6-18 22:39
Description: Initializing gamejava.lang.ExceptionInInitializerError
at cey.<init>(SourceFile:21)
at cep.am(SourceFile:414)
at cep.a(SourceFile:358)
at net.minecraft.client.main.Main.main(SourceFile:143)
Caused by: java.lang.NullPointerException
at org.lwjgl.system.Checks.check(Checks.java:99)
at org.lwjgl.system.Pointer$Default.<init>(Pointer.java:52)
at org.lwjgl.system.SharedLibrary$Default.<init>(SharedLibrary.java:18)
at org.lwjgl.system.macosx.MacOSXLibrary.<init>(MacOSXLibrary.java:15)
at org.lwjgl.system.macosx.MacOSXLibraryDL.<init>(MacOSXLibraryDL.java:19)
at org.lwjgl.system.macosx.MacOSXLibrary.create(MacOSXLibrary.java:28)
at org.lwjgl.system.APIUtil.apiCreateLibrary(APIUtil.java:126)
at org.lwjgl.system.Library.loadNative(Library.java:329)
at org.lwjgl.system.Library.loadNative(Library.java:277)
at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:659)
... 4 more
A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Thread: Client thread
Stacktrace:
at cey.<init>(SourceFile:21)
at cep.am(SourceFile:414)-- Initialization --
Details:
Stacktrace:
at cep.a(SourceFile:358)
at net.minecraft.client.main.Main.main(SourceFile:143)-- System Details --
Details:
Minecraft Version: 1.13-pre5
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 101529568 bytes (96 MB) / 213458944 bytes (203 MB) up to 4281597952 bytes (4083 MB)
JVM Flags: 5 total; -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
Launched Version: 1.13-pre5
LWJGL: 3.1.6 build 14
OpenGL: ~~ERROR~~ NoClassDefFoundError: Could not initialize class org.lwjgl.glfw.GLFW
GL Caps:
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
Linked issues
is blocked by 1
is duplicated by 1
Comments 7
I don't even see the Mojang screen. Minecraft doesn't startup at all, it crashes immediately on launch.
Is this still an issue in 1.13-pre9 since the blocking MC-126508 was fixed in 1.13-pre5
Unfortunately, LWJGL3 no longer supports Mac OS X older than 10.9 (this report seems to be from 10.7.5)
Are you able to see the main menu (Single Player, Multiplayer, Minecraft realms...) or it crashes on the screen "Mojang"?