EvilTelephone Posted October 19, 2013 Posted October 19, 2013 I get the following exception when my Hexxit server loads the world. It started happening recently. It completely crashes the server process. Until I figure out a workaround, the server is completely down, unfortunately. If any of you can help, I'd really appreciate it. I have 6 GB of RAM assigned to the server. It should be more than enough, I rarely get more than 10 people playing simultaneously. 2013-10-19 14:15:28 [sEVERE] net.minecraft.util.ReportedException: Ticking entity 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:844) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 2013-10-19 14:15:28 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1005 2013-10-19 14:15:28 [sEVERE] at mod_HarkenScythe.common.EntityHSSpectralEnderman.func_70636_d(EntityHSSpectralEnderman.java:491) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:871) 2013-10-19 14:15:28 [sEVERE] at mod_HarkenScythe.common.EntityHSSpectralEnderman.func_70071_h_(EntityHSSpectralEnderman.java:203) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.world.World.func_72866_a(World.java:2522) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:941) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.world.World.func_72870_g(World.java:2475) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.world.World.func_72939_s(World.java:2287) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:806) 2013-10-19 14:15:28 [sEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:838) 2013-10-19 14:15:28 [sEVERE] ... 4 more 2013-10-19 14:15:28 [sEVERE] Encountered an unexpected exception ReportedException net.minecraft.util.ReportedException: Ticking entity at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:844) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1005 at mod_HarkenScythe.common.EntityHSSpectralEnderman.func_70636_d(EntityHSSpectralEnderman.java:491) at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:871) at mod_HarkenScythe.common.EntityHSSpectralEnderman.func_70071_h_(EntityHSSpectralEnderman.java:203) at net.minecraft.world.World.func_72866_a(World.java:2522) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:941) at net.minecraft.world.World.func_72870_g(World.java:2475) at net.minecraft.world.World.func_72939_s(World.java:2287) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:806) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:838) ... 4 more Quote
MurasakiBandit Posted October 23, 2013 Posted October 23, 2013 Did you change anything in your config files? Particularly Harken Scythe? Quote
EvilTelephone Posted October 23, 2013 Author Posted October 23, 2013 Did you change anything in your config files? Particularly Harken Scythe? No changes to the HarkenScythe configs. I did make one change to another plugin's config (I think infernal mobs?) in order to suppress an informational message that spammed the console. That one change is the only change I've made. I'll look up exactly what that change was when I have a moment. From what I remember it was something about setting a variable along the lines of 'use simple class names' to true. Quote
TwoTails Posted October 24, 2013 Posted October 24, 2013 Its a error within the world. you have to delete the world to make the server work. I know this because I get this error a lot when playing any version/modpack of Minecraft. Quote
EvilTelephone Posted October 24, 2013 Author Posted October 24, 2013 Its a error within the world. you have to delete the world to make the server work. I know this because I get this error a lot when playing any version/modpack of Minecraft. While I appreciate the assistance, I would hope there are other options. Deleting this world would mean 30+ players losing months of work. At that point I might as well not even host Hexxit anymore, no one would play it knowing their builds might not be safe. There must be a way to repair the world. If it's a corrupted entity or block in the world, could I just remove it with MCEdit? I would need to know what I'm looking for. Quote
TwoTails Posted October 25, 2013 Posted October 25, 2013 While I appreciate the assistance, I would hope there are other options. Deleting this world would mean 30+ players losing months of work. At that point I might as well not even host Hexxit anymore, no one would play it knowing their builds might not be safe. There must be a way to repair the world. If it's a corrupted entity or block in the world, could I just remove it with MCEdit? I would need to know what I'm looking for. You can't remove it with MCEDIT you would need NBTexployer and you will need to know what the error is what chunk packet it is in, witch there is billions of chunks in a berely exployed world, in yours there my be over 100000000 billion chunks. and if you asign it the wrong ID or code, your world will be even more broken. Quote
TwoTails Posted October 25, 2013 Posted October 25, 2013 While I appreciate the assistance, I would hope there are other options. Deleting this world would mean 30+ players losing months of work. At that point I might as well not even host Hexxit anymore, no one would play it knowing their builds might not be safe. There must be a way to repair the world. If it's a corrupted entity or block in the world, could I just remove it with MCEdit? I would need to know what I'm looking for. You can't remove it with MCEDIT you would need NBTexployer and you will need to know what the error is what chunk packet it is in, witch there is billions of chunks in a berely exployed world, in yours there my be over 100000000 billion chunks. and if you asign it the wrong ID or code, your world will be even more broken. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.