Guest User

Untitled

a guest
Feb 15th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  5. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  6. OECore (OceanicExpanse-1.1.6.jar)
  7. CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  8. ForgelinPlugin (Forgelin-1.8.4.jar)
  9. MixinBooter (!mixinbooter-10.5.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // There are four lights!
  13.  
  14. Time: 2/15/25 11:27 PM
  15. Description: There was a severe problem during mod loading that has caused the game to fail
  16.  
  17. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  18. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
  19. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:497)
  24. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  25. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  26. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  27. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  28. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  29. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  31. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  32. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:497)
  37. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  38. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  39. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  40. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  41. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  42. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  44. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  45. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  46. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  47. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  48. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  49. at net.minecraft.client.main.Main.main(SourceFile:123)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:497)
  54. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  55. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  56. Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
  57. at java.lang.Class.getDeclaredConstructors0(Native Method)
  58. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
  59. at java.lang.Class.getConstructor0(Class.java:3075)
  60. at java.lang.Class.getConstructor(Class.java:1825)
  61. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
  62. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
  63. at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
  64. ... 37 more
  65. Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
  66. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  69. ... 44 more
  70. Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
  71. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:406)
  72. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240)
  73. at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208)
  74. at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71)
  75. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  77. ... 46 more
  78. Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla from owner unknown-owner failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap mixins.phosphor.refmap.json
  79. at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
  80. at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
  81. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
  82. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
  83. at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
  84. at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
  85. at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
  86. at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377)
  87. ... 51 more
  88.  
  89. (MixinBooter) Mixins in Stacktrace:
  90. net/minecraft/world/chunk/Chunk:
  91. me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk$Vanilla (mixins.phosphor.json) [unknown-owner]
  92. me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk (mixins.phosphor.json) [unknown-owner]
  93.  
  94. A detailed walkthrough of the error, its code path and all known details is as follows:
  95. ---------------------------------------------------------------------------------------
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.12.2
  100. Operating System: Windows 10 (amd64) version 10.0
  101. Java Version: 1.8.0_51, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 471266456 bytes (449 MB) / 1556086784 bytes (1484 MB) up to 3817865216 bytes (3641 MB)
  104. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP 9.42 Powered by Forge 14.23.5.2860 60 mods loaded, 60 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108.  
  109. | State | ID | Version | Source | Signature |
  110. |:----- |:----------------------------------- |:------------------ |:---------------------------------------------------- |:---------------------------------------- |
  111. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  112. | LC | mcp | 9.42 | minecraft.jar | None |
  113. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  114. | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  115. | LC | mixinbooter | 10.5 | minecraft.jar | None |
  116. | LC | forgeendertech | 1.12.2-4.5.6.1 | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar | None |
  117. | LE | adlods | 1.12.2-1.0.8.0 | AdLods-1.12.2-1.0.8.0-build.0504.jar | None |
  118. | L | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build411.jar | None |
  119. | L | aether | 0.3.0 | aether_ii-1.12.2-0.3.0+build411-universal.jar | None |
  120. | L | alcatrazcore | 1.0.4 | alcatrazcore-1.0.4.jar | None |
  121. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  122. | L | ancientwarfare | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  123. | L | ancientwarfareautomation | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  124. | L | ancientwarfarenpc | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  125. | L | ancientwarfarestructure | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  126. | L | ancientwarfarevehicle | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
  127. | L | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  128. | L | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
  129. | L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  130. | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  131. | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  132. | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
  133. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  134. | L | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
  135. | L | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None |
  136. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  137. | L | charset | 0.5.6.6 | Charset-Lib-0.5.6.6.jar | None |
  138. | L | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None |
  139. | L | dimdoors | 3.2.2 | Dimensional Doors-3.2.2.jar | None |
  140. | L | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
  141. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
  142. | L | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar | None |
  143. | L | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
  144. | L | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
  145. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  146. | L | maptooltip | 1.0 | maptooltip-1.12.2-1.0.jar | None |
  147. | L | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
  148. | L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
  149. | L | mcwpaintings | 1.0.5 | mcw-paintings-1.0.5-1.12.2forge.jar | None |
  150. | L | mcwpaths | 1.0.2 | mcw-paths-1.0.2forge-mc1.12.2.jar | None |
  151. | L | mcwtrpdoors | 1.0.2 | mcw-trapdoors-1.0.3-mc1.12.2.jar | None |
  152. | L | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
  153. | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  154. | L | roots | 1.12.2-3.1.9.2 | Roots-1.12.2-3.1.9.2.jar | None |
  155. | L | mysticalworld | 1.12.2-1.11.0 | mysticalworld-1.12.2-1.11.0.jar | None |
  156. | L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  157. | L | netherendingores | 1.12.2-1.4.2 | Netherending-Ores-1.12.2-1.4.2.jar | None |
  158. | L | notreepunching | 2.0.21 | notreepunching-2.0.21.jar | None |
  159. | L | oe | 1.1.6 | OceanicExpanse-1.1.6.jar | None |
  160. | L | patchouli | 1.0-22 | Patchouli-1.0-22.jar | None |
  161. | L | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
  162. | L | psi | r1.1-78 | Psi-r1.1-78.2.jar | None |
  163. | L | qualitytools | 1.0.7_for_1.12.2 | QualityTools-1.0.7_for_1.12.2.jar | None |
  164. | L | storagedrawers | 5.5.3 | StorageDrawers-1.12.2-5.5.3.jar | None |
  165. | L | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
  166. | L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  167. | L | thaumictinkerer | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar | None |
  168. | L | xpbook | v2.0.1 | xptome-1.12.2-v2.0.1.jar | None |
  169. | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar | None |
  170. | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
  171.  
  172. Loaded coremods (and transformers):
  173. RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  174. pw.prok.realbench.asm.RBTransformer
  175. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  176.  
  177. OECore (OceanicExpanse-1.1.6.jar)
  178.  
  179. CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  180.  
  181. ForgelinPlugin (Forgelin-1.8.4.jar)
  182.  
  183. MixinBooter (!mixinbooter-10.5.jar)
  184.  
  185. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.94' Renderer: 'NVIDIA GeForce RTX 3050/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment