1

Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk

User4473899G 2/16/23 8:15 pm
1.6k
2/17/2023 3:48 pm
I need a bit of help.


Error: net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk

the whole crash report

---- Minecraft Crash Report ----

WARNING: coremods are present:
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.5-core.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
Quark Plugin (Quark-r1.6-179.jar)
FutureMC (future-mc-0.2.11.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
RenderLibPlugin (RenderLib-1.12.2-1.1.10.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.5.jar)
JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.0.3.jar)
EntityCullingPlugin (EntityCulling-1.12.2-6.2.5.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 2/17/23 1:13 AM
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:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
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 failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 51 more


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: 1066549608 bytes (1017 MB) / 1806696448 bytes (1723 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.2859 68 mods loaded, 68 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.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2859 | forge-1.12.2-14.23.5.2859.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | micdoodlecore | 4.0.5 | minecraft.jar | None |
| LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LC | abyssalcraft | 1.10.4 | AbyssalCraft-1.12.2-1.10.4.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build411.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LE | aether | 0.3.0 | aether_ii-1.12.2-0.3.0+build411-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| L | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
| L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| L | artifacts | 1.12.2-1.2.3 | Artifacts-1.12.2-1.2.3.jar | None |
| L | atum | 2.0.20 | Atum-1.12.2-2.0.20.jar | None |
| L | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| L | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| L | backportedflora | 1.7 | backportedflora-1.7.jar | None |
| L | betteranimalsplus | @VERSION@ | betteranimalsplusplus-1-29-2022.jar | None |
| L | betternether | 0.1.8.6 | betternether-0.1.8.6.jar | None |
| L | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
| L | byg | 1.7.1 | BiomesYouGo1.7.1.jar | None |
| L | blue_skies | 1.1.3 | blue_skies-1.12.2-v1.1.3.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 | coralreef | 2.0 | CoralReef-2.5-1.12.2.jar | None |
| L | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| L | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
| L | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
| L | ctm | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar | None |
| L | doubleslabs | 0.12.2 | DoubleSlabs-1.12-0.12.2.jar | None |
| L | dungeonsmod | @VERSION@ | DungeonsMod-1.12.2-1.0.8.jar | None |
| L | renderlib | 1.1.10 | RenderLib-1.12.2-1.1.10.jar | None |
| L | entityculling | 6.2.5 | EntityCulling-1.12.2-6.2.5.jar | None |
| L | erebus | 1.0.32 | Erebus-1.0.32.jar | None |
| L | exoticbirds | 1.0 | Exotic Birds 1.12.2-3.2.0.jar | None |
| L | futuremc | 0.2.6 | future-mc-0.2.11.jar | None |
| L | galacticraftcore | 4.0.5 | Galacticraft-1.12.2-4.0.5.jar | None |
| L | galacticraftplanets | 4.0.5 | Galacticraft-1.12.2-4.0.5.jar | None |
| L | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
| L | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | None |
| L | hatstand | 7.1.0 | HatStand-1.12.2-7.1.0.jar | None |
| L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None |
| L | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| L | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| L | mca | 6.1.0 | MCA-1.12.2-6.1.0-universal.jar | None |
| L | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
| L | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
| L | particleculling | v1.3 | particleculling-1.12.2-v1.3.1.jar | None |
| L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
| L | jeid | 2.0.3 | RoughlyEnoughIDs-2.0.3.jar | None |
| L | rtg | 1.0.1 | RTGU-1.12.2-1.0.1.jar | None |
| L | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| L | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| L | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
| L | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| L | theaurorian | 1.12.2-Release | theaurorian-1.12.2-release-may3021.jar | None |
| L | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
| L | treechop | 0.14.6 | TreeChop-1.12.2-0.14.7.jar | None |
| L | undergroundbiomes | 1.3.14 | UndergroundBiomesConstructs-1.12-1.3.14.jar | None |
| L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
| L | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
| L | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar | None |
| L | jade | 0.1.0 | Jade-0.1.0.jar | None |
| L | thebetweenlands | 3.9.5 | TheBetweenlands-3.9.5-universal.jar | None |

Loaded coremods (and transformers):
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.5-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)

Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
FutureMC (future-mc-0.2.11.jar)
thedarkcolour.futuremc.asm.CoreTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)

DoubleSlabs Plugin (DoubleSlabs-1.12-0.12.2.jar)
cjminecraft.doubleslabs.client.asm.ClassTransformer
RenderLibPlugin (RenderLib-1.12.2-1.1.10.jar)
meldexun.renderlib.asm.RenderLibClassTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.5.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
JustEnoughIDs Extension Plugin (RoughlyEnoughIDs-2.0.3.jar)
org.dimdev.jeid.JEIDTransformer
EntityCullingPlugin (EntityCulling-1.12.2-6.2.5.jar)
meldexun.entityculling.asm.EntityCullingClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 512.52' Renderer: 'NVIDIA GeForce RTX 3060/PCIe/SSE2'

hopefully its enough info to help as I dont wanna be difficult
Posted by
User4473899G
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

VintagePhil
02/17/2023 3:48 pm
Level 19 : Journeyman Artist Birb
An error occured with the Aether mod's integrated Phosphor mod. It seems to not being able to render something while loading the mod.
Try un- and reinstalling this mod
1
star_weaver
02/17/2023 2:41 am
She/Her • Level 27 : Expert Princess Button Pusher
looks like aether mod is borked
1

Welcome