mojira.dev
MC-151578

Fatal Error during game load

Updated to ver 1.14. Installed fine. Tried to launch but get this error and a game crash:

FATAL ERROR in native method: Thread[Client thread,5,main]: No context is current or a function that is not available in the current context was called. The JVM will abort execution. at org.lwjgl.opengl.GL11.glAlphaFunc(Native Method) at com.mojang.blaze3d.platform.GlStateManager.alphaFunc(SourceFile:85) at cvi.av(SourceFile:539) at cvi.b(SourceFile:395) at net.minecraft.client.main.Main.main(SourceFile:154)

The crash log DOES NOT UPDATE.

Attachments

Comments 3

Is there a file with a name starting with hs_err_pid in your .minecraft folder? If so, can you attach that here?

FATAL ERROR in native method: Thread[Client thread,5,main]: No context is current or a function that is not available in the current context was called. The JVM will abort execution. at org.lwjgl.opengl.GL11.glAlphaFunc(Native Method) at com.mojang.blaze3d.platform.GlStateManager.alphaFunc(SourceFile:85) at cvk.au(SourceFile:539) at cvk.b(SourceFile:395) at net.minecraft.client.main.Main.main(SourceFile:154)
18:47:54
monitor
Process Monitor
fatal
Process crashed with exit code 1

the solution link:
https://www.bountysource.com/issues/74856476-lwjgl-crash-with-optifine

So, this is about classpath order. In previous versions of OptiFine, it was possible to have the optifine jar further down the classpath. Now it wants to be in the front for some odd reason.

Working classpath order:

libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
instances/1.14.2-OptiFine/libraries/preview_OptiFine_1.14.2_HD_U_F1_pre9.jar
libraries/org/lwjgl/lwjgl/3.2.1/lwjgl-3.2.1.jar
libraries/org/lwjgl/lwjgl-jemalloc/3.2.1/lwjgl-jemalloc-3.2.1.jar
libraries/org/lwjgl/lwjgl-openal/3.2.1/lwjgl-openal-3.2.1.jar
libraries/org/lwjgl/lwjgl-opengl/3.2.1/lwjgl-opengl-3.2.1.jar
libraries/org/lwjgl/lwjgl-glfw/3.2.1/lwjgl-glfw-3.2.1.jar
libraries/org/lwjgl/lwjgl-stb/3.2.1/lwjgl-stb-3.2.1.jar
libraries/com/mojang/patchy/1.1/patchy-1.1.jar
...
libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
libraries/com/mojang/minecraft/1.14.2/minecraft-1.14.2-client.jar
Not working classpath order:

libraries/org/lwjgl/lwjgl/3.2.1/lwjgl-3.2.1.jar
libraries/org/lwjgl/lwjgl-jemalloc/3.2.1/lwjgl-jemalloc-3.2.1.jar
libraries/org/lwjgl/lwjgl-openal/3.2.1/lwjgl-openal-3.2.1.jar
libraries/org/lwjgl/lwjgl-opengl/3.2.1/lwjgl-opengl-3.2.1.jar
libraries/org/lwjgl/lwjgl-glfw/3.2.1/lwjgl-glfw-3.2.1.jar
libraries/org/lwjgl/lwjgl-stb/3.2.1/lwjgl-stb-3.2.1.jar
libraries/com/mojang/patchy/1.1/patchy-1.1.jar
...
libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
instances/1.14.2-OptiFine/libraries/preview_OptiFine_1.14.2_HD_U_F1_pre9.jar
libraries/com/mojang/minecraft/1.14.2/minecraft-1.14.2-client.jar

Jeff Wyss

(Unassigned)

Unconfirmed

(Unassigned)

Minecraft 1.14, Minecraft 1.14.2

Retrieved