ReikaKalseki / Reika_Mods_Issues

The issue tracker for all of my mods - RotaryCraft, its addons, ChromatiCraft, and everything else.
46 stars 13 forks source link

Custom modpack crashes at startup #1285

Closed ghrim28 closed 7 years ago

ghrim28 commented 7 years ago

---- Minecraft Crash Report ---- // Don't do that.

Time: 1/1/17 2:24 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) ... 10 more Caused by: java.lang.ClassCastException: info.inpureprojects.core.Utils.Loggers.EventLogger cannot be cast to org.apache.logging.log4j.core.Logger at Reika.DragonAPI.Auxiliary.LoggingFilters.getLogger(LoggingFilters.java:246) at Reika.DragonAPI.Auxiliary.LoggingFilters.registerFilter(LoggingFilters.java:234) at Reika.DragonAPI.Auxiliary.LoggingFilters.registerCoreFilters(LoggingFilters.java:276) at Reika.DragonAPI.DragonAPIInit.loadLogParsers(DragonAPIInit.java:847) at Reika.DragonAPI.DragonAPIInit.(DragonAPIInit.java:843) ... 34 more

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

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_111, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 774935304 bytes (739 MB) / 1206124544 bytes (1150 MB) up to 4225236992 bytes (4029 MB) Mod Pack: ERROR NullPointerException: null LiteLoader Mods: ERROR NullPointerException: null LaunchWrapper: 79 active transformer(s)

Duckfan77 commented 7 years ago

There doesn't appear to be any Reika code referenced in the stack trace, what was changed prior to getting this crash? Also, in the future please use gist for posting crash reports.

If you try removing mods to find the conflict, the mods that FML recognized as errored are ae2wct, Reactorcraft, Buildcraft|Robotics, DragonAPI, and RotaryCraft. One thing I noticed was that ae2wct is for ae2 rv2, while the installed version of ae2 is rv3, so that might be a good place to start.

ReikaKalseki commented 7 years ago

Caused by: java.lang.ClassCastException: info.inpureprojects.core.Utils.Loggers.EventLogger cannot be cast to org.apache.logging.log4j.core.Logger at Reika.DragonAPI.Auxiliary.LoggingFilters.getLogger(LoggingFilters.java:246) at Reika.DragonAPI.Auxiliary.LoggingFilters.registerFilter(LoggingFilters.java:234) at Reika.DragonAPI.Auxiliary.LoggingFilters.registerCoreFilters(LoggingFilters.java:276) at Reika.DragonAPI.DragonAPIInit.loadLogParsers(DragonAPIInit.java:847) at Reika.DragonAPI.DragonAPIInit.(DragonAPIInit.java:843)

Who is the dev of inpure core?

ghost commented 7 years ago

Denoflions is.

ReikaKalseki commented 7 years ago

@Denoflions What is this logger, and what is it exactly (class type)?

Builderb0y commented 7 years ago

I believe the name you're searching for is @denoflionsx.

denoflionsx commented 7 years ago

I haven't modded minecraft in years at this point, so can we refrain from tagging me please?

ReikaKalseki commented 7 years ago

Alright; has someone else picked up inpurecore?

zemerick commented 7 years ago

According to Curse, Valaelea, however it hasn't been touched since may of 2015, so I would say it's abandoned and should just be removed.

ReikaKalseki commented 7 years ago

In that case, closed unless something important requires action.