asiekierka / AsieTweaks2

4 stars 3 forks source link

World crash on start #9

Open cocopuffs99 opened 9 years ago

cocopuffs99 commented 9 years ago

Not sure if this is an asie bug; any ideas?

---- Minecraft Crash Report ---- // There are four lights!

Time: 5/4/15 5:01 PM Description: Initializing game

java.lang.NullPointerException: Initializing game at java.util.TreeMap.cmp(TreeMap.java:1913) at java.util.TreeMap.containsKey(TreeMap.java:1707) at net.minecraftforge.common.config.ConfigCategory.containsKey(ConfigCategory.java:231) at net.minecraftforge.common.config.Configuration.get(Configuration.java:697) at net.minecraftforge.common.config.Configuration.get(Configuration.java:569) at net.minecraftforge.common.config.Configuration.get(Configuration.java:555) at pl.asie.tweaks.creative.TabManager.arrangeItems(TabManager.java:184) at pl.asie.tweaks.creative.CreativeTabManager.run(CreativeTabManager.java:36) at pl.asie.tweaks.AsieTweaks.postInit(AsieTweaks.java:168) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) 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.initializeMods(Loader.java:717) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:304) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) 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)

A detailed walkthrough of the error, its code path and all known details is as follows: http://pastebin.com/E2dUi0UB (full crash log)

cocopuffs99 commented 9 years ago

EDIT: Seems the latest forge (#1389 and up) is not compatible with Optifine and this is causing the error. Sorry for the post.

ref: found a similar error log: http://www.minecraftforum.net/forums/support/modded-client-support/2413786-please-help

8 April 26, 2015

Minecraft: Hadies420 Optifine is not compatible with the latest versions of Forge.It will run Forge 1388 for 1.7.10 just fine, but at 1389 and above the Forge team added a loading screen.For now you will have to downgrade to Forge 1388 to use Optifine. (I have no idea if the author of Optifine plans on adding support for the loading screen or not)

cocopuffs99 commented 9 years ago

RE:This may be another issue. Trying deleting then AsieTweaks config and repopulating it, if that works. Re-opening.

GunArm commented 8 years ago

I am on an RR3 server to which I have added several mods. I get this Exception on server startup ONLY if I add the ThaumicHorizons mod. Perhaps that will help reproduce it.