Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created June 17, 2016 09:11
Show Gist options
  • Save Lanse505/8e765c54414b3dbe4ecc259046e643b4 to your computer and use it in GitHub Desktop.
Save Lanse505/8e765c54414b3dbe4ecc259046e643b4 to your computer and use it in GitHub Desktop.
[11:10:34] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: cofh.api.energy.EnergyStorage.setCapacity(I)V
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_92]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_92]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1046) [bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_92]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_92]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_92]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
Caused by: java.lang.NoSuchMethodError: cofh.api.energy.EnergyStorage.setCapacity(I)V
at getfluxed.fluxedcrystals.tileentities.base.TileEnergyBase.func_145839_a(TileEnergyBase.java:157) ~[TileEnergyBase.class:?]
at getfluxed.fluxedcrystals.api.generators.generators.GeneratorBase.func_145839_a(GeneratorBase.java:152) ~[GeneratorBase.class:?]
at getfluxed.fluxedcrystals.api.generators.generators.GeneratorBase.onDataPacket(GeneratorBase.java:240) ~[GeneratorBase.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.func_147273_a(NetHandlerPlayClient.java:1174) ~[bkq.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148833_a(SourceFile:52) ~[fu.class:?]
at net.minecraft.network.play.server.SPacketUpdateTileEntity.func_148833_a(SourceFile:11) ~[fu.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fj$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_92]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_92]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
... 17 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment