I will get this main error: Error: java.lang.NullPointerException: Initializing game
Crash report:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 4/24/19 11:56 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at com.mojang.blaze3d.platform.GLX.glGenFramebuffers(SourceFile:854)
at ctm.b(SourceFile:99)
at ctm.a(SourceFile:58)
at ctm.<init>(SourceFile:44)
at cvi.av(SourceFile:487)
at cvi.b(SourceFile:395)
at net.minecraft.client.main.Main.main(SourceFile:154)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
– Head –
Thread: Client thread
Stacktrace:
at com.mojang.blaze3d.platform.GLX.glGenFramebuffers(SourceFile:854)
at ctm.b(SourceFile:99)
at ctm.a(SourceFile:58)
at ctm.<init>(SourceFile:44)
at cvi.av(SourceFile:487)
– Initialization –
Details:
Stacktrace:
at cvi.b(SourceFile:395)
at net.minecraft.client.main.Main.main(SourceFile:154)
– System Details –
Details:
Minecraft Version: 1.14
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1437070592 bytes (1370 MB) / 2013265920 bytes (1920 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Launched Version: 1.14
LWJGL: 3.2.1 build 12
OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 8.14.10.1930, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
VBOs are available because ARB_vertex_buffer_object is supported.
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
CPU: 2x Pentium(R) Dual-Core CPU E5400 @ 2.70GHz
Please assist, I just started playing again and I don't want to loose out on the progress I made with the server I just joined..
-Sarah
- duplicates
-
MC-149112 NullPointerException in glGenFramebuffers on startup caused by VBO being on
- Resolved