Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
- PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
- OECore (OceanicExpanse-1.1.6.jar)
- CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
- ForgelinPlugin (Forgelin-1.8.4.jar)
- MixinBooter (!mixinbooter-10.5.jar)
- Contact their authors BEFORE contacting forge
- // There are four lights!
- Time: 2/15/25 11:27 PM
- Description: There was a severe problem during mod loading that has caused the game to fail
- net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
- at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
- at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
- at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
- at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
- at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
- at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
- at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
- at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
- at com.google.common.eventbus.EventBus.post(EventBus.java:217)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
- at net.minecraft.client.main.Main.main(SourceFile:123)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
- at java.lang.Class.getDeclaredConstructors0(Native Method)
- at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
- at java.lang.Class.getConstructor0(Class.java:3075)
- at java.lang.Class.getConstructor(Class.java:1825)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
- at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
- at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
- ... 37 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 44 more
- Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:406)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:240)
- at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:208)
- at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:71)
- at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
- ... 46 more
- 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
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
- at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
- at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
- at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:377)
- ... 51 more
- (MixinBooter) Mixins in Stacktrace:
- net/minecraft/world/chunk/Chunk:
- me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk$Vanilla (mixins.phosphor.json) [unknown-owner]
- me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk (mixins.phosphor.json) [unknown-owner]
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_51, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 471266456 bytes (449 MB) / 1556086784 bytes (1484 MB) up to 3817865216 bytes (3641 MB)
- JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.5.2860 60 mods loaded, 60 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:----- |:----------------------------------- |:------------------ |:---------------------------------------------------- |:---------------------------------------- |
- | LC | minecraft | 1.12.2 | minecraft.jar | None |
- | LC | mcp | 9.42 | minecraft.jar | None |
- | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
- | LC | mixinbooter | 10.5 | minecraft.jar | None |
- | LC | forgeendertech | 1.12.2-4.5.6.1 | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar | None |
- | LE | adlods | 1.12.2-1.0.8.0 | AdLods-1.12.2-1.0.8.0-build.0504.jar | None |
- | L | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build411.jar | None |
- | L | aether | 0.3.0 | aether_ii-1.12.2-0.3.0+build411-universal.jar | None |
- | L | alcatrazcore | 1.0.4 | alcatrazcore-1.0.4.jar | None |
- | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
- | L | ancientwarfare | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
- | L | ancientwarfareautomation | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
- | L | ancientwarfarenpc | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
- | L | ancientwarfarestructure | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
- | L | ancientwarfarevehicle | 1.12.2-2.7.0.1038 | ancientwarfare-1.12.2-2.7.0.1038.jar | None |
- | L | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
- | L | animania | 2.0.3.28 | animania-1.12.2-base-2.0.3.28.jar | None |
- | L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
- | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
- | L | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
- | L | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
- | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
- | L | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
- | L | carryon | 1.12.3 | carryon-1.12.2-1.12.7.23.jar | None |
- | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
- | L | charset | 0.5.6.6 | Charset-Lib-0.5.6.6.jar | None |
- | L | corpse | 1.12.2-1.0.8 | corpse-1.12.2-1.0.8.jar | None |
- | L | dimdoors | 3.2.2 | Dimensional Doors-3.2.2.jar | None |
- | L | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
- | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
- | L | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar | None |
- | L | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
- | L | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
- | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
- | L | maptooltip | 1.0 | maptooltip-1.12.2-1.0.jar | None |
- | L | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
- | L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |
- | L | mcwpaintings | 1.0.5 | mcw-paintings-1.0.5-1.12.2forge.jar | None |
- | L | mcwpaths | 1.0.2 | mcw-paths-1.0.2forge-mc1.12.2.jar | None |
- | L | mcwtrpdoors | 1.0.2 | mcw-trapdoors-1.0.3-mc1.12.2.jar | None |
- | L | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
- | L | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
- | L | roots | 1.12.2-3.1.9.2 | Roots-1.12.2-3.1.9.2.jar | None |
- | L | mysticalworld | 1.12.2-1.11.0 | mysticalworld-1.12.2-1.11.0.jar | None |
- | L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
- | L | netherendingores | 1.12.2-1.4.2 | Netherending-Ores-1.12.2-1.4.2.jar | None |
- | L | notreepunching | 2.0.21 | notreepunching-2.0.21.jar | None |
- | L | oe | 1.1.6 | OceanicExpanse-1.1.6.jar | None |
- | L | patchouli | 1.0-22 | Patchouli-1.0-22.jar | None |
- | L | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |
- | L | psi | r1.1-78 | Psi-r1.1-78.2.jar | None |
- | L | qualitytools | 1.0.7_for_1.12.2 | QualityTools-1.0.7_for_1.12.2.jar | None |
- | L | storagedrawers | 5.5.3 | StorageDrawers-1.12.2-5.5.3.jar | None |
- | L | taiga | 1.12.2-1.3.3 | taiga-1.12.2-1.3.4.jar | None |
- | L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
- | L | thaumictinkerer | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar | None |
- | L | xpbook | v2.0.1 | xptome-1.12.2-v2.0.1.jar | None |
- | L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar | None |
- | L | mysticallib | 1.12.2-1.13.0 | mysticallib-1.12.2-1.13.0.jar | None |
- Loaded coremods (and transformers):
- RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
- pw.prok.realbench.asm.RBTransformer
- PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
- OECore (OceanicExpanse-1.1.6.jar)
- CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
- ForgelinPlugin (Forgelin-1.8.4.jar)
- MixinBooter (!mixinbooter-10.5.jar)
- 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