iChunUtil

iChunUtil

80M Downloads

I only get this crash on the server side not on my client.

FunnyC715 opened this issue ยท 0 comments

commented

-- Minecraft Crash Report ----

WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b144.jar)
FMLPlugin (elulib-0.1.11.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.4-Anarchy.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
LoadingPlugin (Quark-r1.4-122.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 2/28/18 3:02 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from iChunUtil (ichunutil)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
at net.minecraftforge.fml.common.versioning.Restriction.toStringFriendly(Restriction.java:227)
at net.minecraftforge.fml.common.versioning.VersionRange.toStringFriendly(VersionRange.java:500)
at net.minecraftforge.fml.common.network.internal.NetworkModHolder$DefaultNetworkChecker.checkCompatible(NetworkModHolder.java:114)
at net.minecraftforge.fml.common.network.internal.NetworkModHolder.check(NetworkModHolder.java:302)
at net.minecraftforge.fml.common.network.internal.NetworkModHolder.testVanillaAcceptance(NetworkModHolder.java:332)
at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:304)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:578)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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:278)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
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:498)
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:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Thread.java:745)