Problem Direwolfpack server crash - compacksolar....

  • 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

Vaupell

New Member
Jul 29, 2019
80
0
1
SOLVED!! but i cant change the PREFIX!!


Hi guys, im trying to identify what this error means, and how to resolved it..

By removing the mod from the server, it launches fine. And it is possible to join the game etc.
however as soon as i re-add the mod and restart the server just crash during launch.

Any suggestions?

Below is the initial thing of the code, which helped me to identify which mod causing it.
Here is a link to the FULL error - http://pastebin.com/xPhkJeS3

Code:
Description: Exception in server tick loop
 
java.lang.ArrayIndexOutOfBoundsException: 3
        at cpw.mods.compactsolars.CompactSolarType.makeEntity(CompactSolarType.java:58)
        at cpw.mods.compactsolars.BlockCompactSolar.createNewTileEntity(BlockCompactSolar.java:48)
        at amq.createTileEntity(Block.java:1659)
        at zz.e(Chunk.java:1006)
        at yc.q(World.java:2798)
        at ic2.api.Direction.applyToTileEntity(Direction.java:61)
        at ic2.core.EnergyNet.getValidReceivers(EnergyNet.java:629)
        at ic2.core.EnergyNet.discover(EnergyNet.java:518)
        at ic2.core.EnergyNet.addTileEntity(EnergyNet.java:167)
        at ic2.core.EnergyNet$EventHandler.onEnergyTileLoad(EnergyNet.java:51)
        at net.minecraftforge.event.ASMEventHandler_29_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic)
        at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
        at net.minecraftforge.event.EventBus.post(EventBus.java:103)
        at ic2.core.block.wiring.TileEntityElectricBlock.onLoaded(TileEntityElectricBlock.java:117)
        at ic2.core.block.TileEntityBlock$1.tickCallback(TileEntityBlock.java:42)
        at ic2.core.IC2.tickStart(IC2.java:1635)
        at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16)
        at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:119)
        at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:295)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:663)
        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)
 

Vaupell

New Member
Jul 29, 2019
80
0
1
was able to sort it, not sure how..

Things that had changed was

"I used MCedit to remove "unused" areas of the map"
"I had the server running for a few hours without the mod"

Then i added the mod again and it worked. tadaaa.