Treecapitator

Treecapitator

5M Downloads

None Critical Error Treecapitator and BoP

Adarcer opened this issue · 1 comments

commented

game still loads but have been getting this error since BoP moved its configs into a subfolder (I did update the cfg path for BoP in Treecapitor.cfg but still get error)

Client> 2014-01-31 00:03:39 [INFO] [STDOUT] [BiomesOPlenty] There was an error while integrating TreeCapitator with Biomes O' Plenty!
Client> 2014-01-31 00:03:39 [INFO] [STDERR] java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.base.Absent.get(Absent.java:42)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.integration.TreeCapitatorIntegration.init(TreeCapitatorIntegration.java:19)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.integration.BOPCrossIntegration.init(BOPCrossIntegration.java:49)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.BiomesOPlenty.load(BiomesOPlenty.java:130)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

commented

You should report this to them since it is an issue with their code.

On Feb 1, 2014, at 1:29 PM, Adarcer [email protected] wrote:

game still loads but have been getting this error since BoP moved its configs into a subfolder (I did update the cfg path for BoP in Treecapitor.cfg but still get error)

Client> 2014-01-31 00:03:39 [INFO] [STDOUT] [BiomesOPlenty] There was an error while integrating TreeCapitator with Biomes O' Plenty!
Client> 2014-01-31 00:03:39 [INFO] [STDERR] java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.base.Absent.get(Absent.java:42)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.integration.TreeCapitatorIntegration.init(TreeCapitatorIntegration.java:19)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.integration.BOPCrossIntegration.init(BOPCrossIntegration.java:49)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at biomesoplenty.BiomesOPlenty.load(BiomesOPlenty.java:130)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
Client> 2014-01-31 00:03:39 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


Reply to this email directly or view it on GitHub.