1 | ---- Minecraft Crash Report ----
|
2 |
|
3 | WARNING: coremods are present:
|
4 | BlockbusterCore (blockbuster-2.7.1-1.12.2.jar)
|
5 | BetterLightsCoreMod (BetterLights-0.0.3.PREVIEW-all.jar)
|
6 | Contact their authors BEFORE contacting forge
|
7 |
|
8 | |
9 |
|
10 | Time: 7/9/25 1:32 PM
|
11 | Description: Initializing game
|
12 |
|
13 | java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal
|
14 | at net.minecraftforge.client.ForgeHooksClient.shouldUseVanillaReloadableListener(ForgeHooksClient.java:951)
|
15 | at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:131)
|
16 | at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
|
17 | at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
|
18 | at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:247)
|
19 | at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
|
20 | at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
|
21 | at net.minecraft.client.main.Main.main(SourceFile:123)
|
22 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
23 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
24 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
25 | at java.lang.reflect.Method.invoke(Method.java:497)
|
26 | at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
|
27 | at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
28 | Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.RenderGlobal
|
29 | at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
|
30 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
31 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
32 | ... 14 more
|
33 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
34 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:373)
|
35 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:227)
|
36 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:195)
|
37 | at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
|
38 | at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
|
39 | at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
|
40 | ... 16 more
|
41 | Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.optifine.shaders.Shaders
|
42 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformField(MixinPreProcessorStandard.java:758)
|
43 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:728)
|
44 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:297)
|
45 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:267)
|
46 | at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1274)
|
47 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:288)
|
48 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
|
49 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:573)
|
50 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:361)
|
51 | ... 21 more
|
52 |
|
53 |
|
54 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
55 | ---------------------------------------------------------------------------------------
|
56 |
|
57 | -- Head --
|
58 | Thread: Client thread
|
59 | Stacktrace:
|
60 | at net.minecraftforge.client.ForgeHooksClient.shouldUseVanillaReloadableListener(ForgeHooksClient.java:951)
|
61 | at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:131)
|
62 | at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
|
63 | at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
|
64 | at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:247)
|
65 | at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
|
66 |
|
67 | -- Initialization --
|
68 | Details:
|
69 | Stacktrace:
|
70 | at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
|
71 | at net.minecraft.client.main.Main.main(SourceFile:123)
|
72 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
73 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
74 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
75 | at java.lang.reflect.Method.invoke(Method.java:497)
|
76 | at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
|
77 | at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
|
78 |
|
79 | -- System Details --
|
80 | Details:
|
81 | Minecraft Version: 1.12.2
|
82 | Operating System: Windows 10 (amd64) version 10.0
|
83 | Java Version: 1.8.0_51, Oracle Corporation
|
84 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
85 | Memory: 310998440 bytes (296 MB) / 980942848 bytes (935 MB) up to 15480127488 bytes (14763 MB)
|
86 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16608m -Xms256m
|
87 | IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
|
88 | FML: MCP 9.42 Powered by Forge 14.23.5.2859 8 mods loaded, 7 mods active
|
89 | States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
|
90 |
|
91 | | State | ID | Version | Source | Signature |
|
92 | |:----- |:---------------- |:------------ |:---------------------------------- |:---------------------------------------- |
|
93 | | L | minecraft | 1.12.2 | minecraft.jar | None |
|
94 | | L | mcp | 9.42 | minecraft.jar | None |
|
95 | | L | FML | **.**.**.** | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
|
96 | | L | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
|
97 | | UD | blockbuster_core | 2.7.1 | minecraft.jar | None |
|
98 | | L | acslib | 1.2.4 | ACsGuis-1.2.11-dev2-all.jar | None |
|
99 | | L | better_lights | 0.0.3 | BetterLights-0.0.3.PREVIEW-all.jar | None |
|
100 | | L | blockbuster | 2.7.1 | blockbuster-2.7.1-1.12.2.jar | None |
|
101 |
|
102 | Loaded coremods (and transformers):
|
103 | BlockbusterCore (blockbuster-2.7.1-1.12.2.jar)
|
104 | mchorse.blockbuster.core.BBCoreClassTransformer
|
105 | BetterLightsCoreMod (BetterLights-0.0.3.PREVIEW-all.jar)
|
106 | fr.betterlights.asm.ASMTransformer
|
107 | GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 576.52' Renderer: 'NVIDIA GeForce RTX 3060/PCIe/SSE2'
|
108 | Launched Version: forge-14.23.5.2859
|
109 | LWJGL: 2.9.4
|
110 | OpenGL: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 576.52, NVIDIA Corporation
|
111 | GL Caps: Using GL 1.3 multitexturing.
|
112 | Using GL 1.3 texture combiners.
|
113 | Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
|
114 | Shaders are available because OpenGL 2.1 is supported.
|
115 | VBOs are available because OpenGL 1.5 is supported.
|
116 |
|
117 | Using VBOs: Yes
|
118 | Is Modded: Definitely; Client brand changed to 'fml,forge'
|
119 | Type: Client (map_client.txt)
|
120 | Resource Packs:
|
121 | Current Language: ~~ERROR~~ NullPointerException: null
|
122 | Profiler Position: N/A (disabled)
|
123 | CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400F
|