Otherwise benign chunk of error text

Issue #61 resolved
Nintendo1474 created an issue

whenever i load extrabees and extratrees, whether or not it does so successfully, it always throws this block of error text that im assuming has something to do with the version checker. it hasnt affected me in any way i can tell so far but it doesnt look like nothing either. just thought you might like to see it.

2013-09-06 19:07:29 [FINEST] [BinnieCore] Sending event FMLConstructionEvent to mod BinnieCore 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] Testing mod BinnieCore to verify it accepts its own version in a remote connection 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] The mod BinnieCore accepts its own version (1.8-dev1) 2013-09-06 19:07:29 [INFO] [STDERR] java.lang.NullPointerException 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.config.BinnieConfiguration.<init>(BinnieConfiguration.java:15) 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.config.ConfigurationManager.loadConfiguration(ConfigurationManager.java:35) 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.config.ConfigurationManager.registerConfiguration(ConfigurationManager.java:25) 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.BinnieCore.registerMod(BinnieCore.java:154) 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.BinnieCoreMod.<init>(BinnieCoreMod.java:21) 2013-09-06 19:07:29 [INFO] [STDERR] at binnie.core.BinnieCore.<init>(BinnieCore.java:65) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:174) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:514) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-09-06 19:07:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:509) 2013-09-06 19:07:29 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181) 2013-09-06 19:07:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:471) 2013-09-06 19:07:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:804) 2013-09-06 19:07:29 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-09-06 19:07:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-09-06 19:07:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-09-06 19:07:29 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BinnieCore 2013-09-06 19:07:29 [FINEST] [BinnieCore] Sent event FMLConstructionEvent to mod BinnieCore 2013-09-06 19:07:29 [FINEST] [ExtraBees] Sending event FMLConstructionEvent to mod ExtraBees 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] Testing mod ExtraBees to verify it accepts its own version in a remote connection 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] The mod ExtraBees accepts its own version (1.8-dev1) 2013-09-06 19:07:29 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExtraBees 2013-09-06 19:07:29 [FINEST] [ExtraBees] Sent event FMLConstructionEvent to mod ExtraBees 2013-09-06 19:07:29 [FINEST] [ExtraTrees] Sending event FMLConstructionEvent to mod ExtraTrees 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] Testing mod ExtraTrees to verify it accepts its own version in a remote connection 2013-09-06 19:07:29 [FINEST] [ForgeModLoader] The mod ExtraTrees accepts its own version (1.8-dev1) 2013-09-06 19:07:29 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExtraTrees 2013-09-06 19:07:29 [FINEST] [ExtraTrees] Sent event FMLConstructionEvent to mod ExtraTrees

Comments (1)

  1. Log in to comment