Problem Server tick crash.

  • 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

Choxy

New Member
Jul 29, 2019
5
0
0
Well recently since we got the computercraft setup in our spawn-zone the server has been crashing quite frequently. The server is not yet live so there is no players that could have done anything and the mod is blocked to players. It seems to happen when I edit or save computercraft programs to show text on the screens with advanced monitors and advanced computers.

crash-2013-10-3_08.24.52:
Code:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
 
Time: 10/3/13 8:24 AM
Description: Exception ticking world
 
java.lang.NullPointerException
    at yc.g(World.java:887)
    at yp.a(SpawnerAnimals.java:189)
    at in.b(WorldServer.java:291)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
    at ho.r(DedicatedServer.java:309)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
    at fy.run(ThreadMinecraftServer.java:16)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
    at yc.g(World.java:887)
    at yp.a(SpawnerAnimals.java:189)
    at in.b(WorldServer.java:291)
 
-- Affected level --
Details:
    Level name: BeginnerSpawn
    All players: 1 total; [iq['Choxy'/735, l='BeginnerSpawn', x=-479.37, y=104.40, z=-3274.74](Choxy at -479.3741087909513,104.39988277834499,-3274.7426950583435)]
    Chunk stats: ServerChunkCache: 256 Drop: 0
    Level seed: 5586005683095009304
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-482,105,-3228), Chunk: (at 14,6,4 in -31,-202; contains blocks -496,0,-3232 to -481,255,-3217), Region: (-1,-7; contains chunks -32,-224 to -1,-193, blocks -512,0,-3584 to -1,255,-3073)
    Level time: 6549007 game time, 6816199 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 166343 (now: false), thunder time: 42350 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:834)
    at ho.r(DedicatedServer.java:309)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:746)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
    at fy.run(ThreadMinecraftServer.java:16)
 
Ticking world means your world has corrupt players/chunks causing a crash. Best way to remove that w/o resetting the world is to use minecraft region fixer. http://www.minecraftforum.net/topic/302380-minecraft-region-fixer/ if you have a shared minecraft server (non VPS-dedicated) your host should have something similar to this that removes corrupted chunks.

Yeah we are currently using MCProHosting. I will have to see if they have something to be able to do it. Thank you so much for the reply I really couldn't figure it out. @.@


Update:
I just used the program and it finds no errors in the world or player dat's. Gosh I am so confused why it is doing this now.