Done Server crash (RFTools dim?)

Discussion in 'Project Ozone 2' started by atesz8916, Nov 25, 2016.

  1. atesz8916

    atesz8916 Well-Known Member

    Messages:
    151
    Likes Received:
    3
    Local Time:
    7:31 PM
    Server is crashing if some players are connecting.

    chat:
    +(playername1)
    -(playername1)
    ~servercrash

    [17:54:40] [Client thread/INFO] [TabbyChat]: [CHAT] [+] Zerosub04
    [17:54:40] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
    [17:54:40] [Client thread/INFO] [mcjty.lib.varia.Logging]: RfToolsDimensionManager.syncFromServer
    [17:54:40] [Client thread/INFO] [mcjty.lib.varia.Logging]: Dimension information from server is empty.
    [17:54:51] [Client thread/INFO] [TabbyChat]: [CHAT] [+] Drakantos
    [17:54:51] [Client thread/INFO] [STDOUT]: [mcjty.rftools.dimension.network.SyncDimensionInfoHelper:syncDimensionManagerFromServer:15]: SYNC DIMENSION STUFF: world.isRemote = true
    [17:54:51] [Client thread/INFO] [mcjty.lib.varia.Logging]: RfToolsDimensionManager.syncFromServer
    [17:54:51] [Client thread/INFO] [mcjty.lib.varia.Logging]: Dimension information from server is empty.


    i experienced this already from 2 players

    Edit: this message about rftools dim always logged into console whenever a player connect to the server.
     
  2. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    7:31 PM
    Does have nothing to do with rftools. The latest crashes were caused by gildedgames util:
    Code:
    java.lang.NullPointerException: Exception in server tick loop
    	at com.gildedgames.util.spawning.SpawnManager.tickSpawning(SpawnManager.java:70)
    	at com.gildedgames.util.spawning.SpawningCore.onTick(SpawningCore.java:85)
    	at cpw.mods.fml.common.eventhandler.ASMEventHandler_502_SpawningCore_onTick_WorldTickEvent.invoke(.dynamic)
    	at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    	at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    	at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:259)
    	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:974)
    	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
    	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669)
    	at java.lang.Thread.run(Thread.java:745)
     

Share This Page