CubicChunks

CubicChunks

840k Downloads

just report crash loading Lnet/minecraft/world/chunk/Chunk

FomaDima opened this issue ยท 3 comments

commented

WARNING: coremods are present:
LogisticsPipesCoreLoader (logisticspipes-0.10.2.216.jar)
OpenEyePlugin (OpenEye-1.12.2-0.8.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-1.1.17.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
agriseasons (agriseasons-1.12.2-1.0.2.jar)
HCASM (HammerCore-1.12.2-2.0.6.13.jar)
StackUpCore (StackUp-0.2.3.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
GTCELoadingPlugin (gregtech-1.12.2-1.9.0.481.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
SplashAnimationCoremod (SplashAnimation-0.2.1.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
Quark Plugin (Quark-r1.6-177.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b166.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
CubicChunksCoreMod (CubicChunks-1.12.2-0.0.1042.0-SNAPSHOT-all.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
WarpDriveCore (WarpDrive-1.12.2-1.5.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
CoreModBase (TCFastCraftingMod-2.6-mc[1.12-1.12.2].jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 2/19/20 11:09 PM
Description: Initializing game

java.lang.NoClassDefFoundError: Lnet/minecraft/world/chunk/Chunk;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29)
at ic2.core.network.NetworkManager.(NetworkManager.java:877)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at ic2.core.util.SideGateway.(SideGateway.java:10)
at ic2.core.IC2.(IC2.java:188)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
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.ClassNotFoundException: net.minecraft.world.chunk.Chunk
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 48 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at ic2.core.util.ReflectionUtil.getField(ReflectionUtil.java:29)
at ic2.core.network.NetworkManager.(NetworkManager.java:877)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at ic2.core.util.SideGateway.(SideGateway.java:10)
at ic2.core.IC2.(IC2.java:188)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
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)

-- Initialization --
Details:
Stacktrace:
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)

-- 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: 1566611488 bytes (1494 MB) / 2690121728 bytes (2565 MB) up to 9856090112 bytes (9399 MB)

commented

I need complete log to figure out the real error, because OptiFine (might be other mod if you don't have optifine) cause the real source of the error to be initially ignored and logged way earlier.

commented

I'm having the same/similar error, and since this topic hasn't changed since February, I would like to bring the attention back to it if you're not too busy with something else
crash-2020-04-08_01.43.24-client.txt
latest.log

Edit: If you need any more info, I can provide

commented

You have at least one incompatible mod, one of them is phosphor. It may be better to start fresh and add mods to that, testing which ones are compatible.

It's also not the same issue.