My server keeps crashing (Mindcrack v6)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Spikerbond

New Member
Jul 29, 2019
9
0
0
I have been getting a lot of the "[IC2] API ERROR: ic2.core.block.machine.tileentity.TileEntityRecycler@115edd85 didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true." errors recently, and I know that it is a documented bug and they are working on it. But it appears that my server crashing has a different cause. Any ideas on how to fix it?

(It wouldnt let me post the full crash report so I just attached the file below)
Code:
---- Minecraft Crash Report ----
// Don't do that.
 
Time: 1/29/13 6:27 AM
Description: Ticking tile entity
 
java.lang.IndexOutOfBoundsException: Index: 27, Size: 60
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at yc.q(World.java:2804)
    at com.eloraam.redpower.core.TubeLib.isConSide(TubeLib.java:40)
    at com.eloraam.redpower.core.TubeLib.getConnections(TubeLib.java:74)
    at com.eloraam.redpower.core.TubeLib$RouteFinder.find(TubeLib.java:128)
    at com.eloraam.redpower.core.TubeLib.findRoute(TubeLib.java:305)
    at com.eloraam.redpower.machine.TileTube$1.schedule(TileTube.java:92)
    at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:60)
    at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
    at yc.h(World.java:2155)
    at in.h(WorldServer.java:516)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
    at ho.r(DedicatedServer.java:270)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
    at fy.run(SourceFile:849)
 

Attachments

  • crash-2013-01-29_06.27.15-server.txt
    13.5 KB · Views: 53

Nessiroj

New Member
Jul 29, 2019
855
0
1
It's a know issue with the current ic2 build in the modpacks, we have to wait for ic2 to bring a stable update and then wait till it get's implemented in the modpacks
 
Status
Not open for further replies.