Posts by invultri

    This time it was AE that crashed the server. Restarting.

    Display Spoiler

    [02:51:55] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.NullPointerException
    at appeng.items.materials.ItemMultiMaterial.hasCustomEntity(ItemMultiMaterial.java:214) ~[ItemMultiMaterial.class:?]
    at net.minecraftforge.common.ForgeInternalHandler.onEntityJoinWorld(ForgeInternalHandler.java:48) ~[ForgeInternalHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_9_ForgeInternalHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
    at net.minecraft.world.World.func_72838_d(World.java:1308) ~[afn.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_71012_a(EntityPlayer.java:794) ~[xl.class:?]
    at net.minecraftforge.common.ForgeHooks.onPlayerTossEvent(ForgeHooks.java:354) ~[ForgeHooks.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_71019_a(EntityPlayer.java:733) ~[xl.class:?]
    at net.minecraft.inventory.Container.func_75134_a(SourceFile:371) ~[ye.class:?]
    at net.minecraft.inventory.ContainerPlayer.func_75134_a(ContainerPlayer.java:85) ~[zb.class:?]
    at net.minecraft.entity.player.EntityPlayer.func_70106_y(EntityPlayer.java:1322) ~[xl.class:?]
    at net.minecraft.world.World.func_72900_e(World.java:1345) ~[afn.class:?]
    at net.minecraft.server.management.ServerConfigurationManager.func_72367_e(ServerConfigurationManager.java:277) ~[ld.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:625) ~[mx.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:154) ~[ms.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643) ~[MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) ~[lj.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
    [02:51:55] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/new_server/./crash-reports/crash-2014-06-04_02.51.55-server.txt

    EDIT: I will do a round of mod updates this evening. Some mods have some crash issues fixed.
    EDIT2: Additional info from algo. This seems to happen when a non existing item is dropped on the ground. Can someone that was present at the crash provide some more details on this ??

    Restarting now

    Cause:

    Display Spoiler

    [23:36:42] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.network.play.client.C17PacketCustomPayload.<init>(Ljava/lang/String;Lio/netty/buffer/ByteBuf;)V
    at carpentersblocks.util.handler.PacketHandler.sendPacketToServer(PacketHandler.java:119) ~[PacketHandler.class:?]
    at carpentersblocks.util.handler.EventHandler.onPlayerInteractEvent(EventHandler.java:112) ~[EventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_42_EventHandler_onPlayerInteractEvent_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
    at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:57) ~[ForgeEventFactory.class:?]
    at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:349) ~[mn.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551) ~[mx.class:?]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jc.class:?]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jc.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) ~[ef.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[ms.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643) ~[MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) ~[lj.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]

    this prob gonna be a sily /stupid coment, but to use the spatial storage would need to copy the dimension the AE uses to store the "building", or it will crash since it will try to load something that dont exist.

    It should be as simple as copying the dimension folders from the world directory.


    Correct, but not complete. world/AE2/settings.cfg should be hand edited as well to match dimensions and sizes and things. We did not have a successful move yet.

    I found these in normal log:

    EDIT: Gregtech.log is an empty dir.

    Display Spoiler


    java.lang.ArithmeticException: / by zero
    at gregtech.api.metatileentity.BaseMetaTileEntity.injectEnergyUnits(BaseMetaTileEntity.java:1168)
    at gregtech.api.metatileentity.implementations.GT_MetaTileEntity_Transformer.onPostTick(GT_MetaTileEntity_Transformer.java:87)
    at gregtech.api.metatileentity.BaseMetaTileEntity.func_145845_h(BaseMetaTileEntity.java:438)
    at net.minecraft.world.World.func_72939_s(World.java:1888)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)

    Restarted

    java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839)
    at java.util.HashMap$KeyIterator.next(HashMap.java:874)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:21)
    at net.minecraft.nbt.NBTTagCompound.func_150298_a(SourceFile:314)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:23)
    at net.minecraft.nbt.NBTTagCompound.func_150298_a(SourceFile:314)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:23)
    at net.minecraft.nbt.NBTTagCompound.func_150298_a(SourceFile:314)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:23)
    at net.minecraft.nbt.NBTTagList.func_74734_a(NBTTagList.java:32)
    at net.minecraft.nbt.NBTTagCompound.func_150298_a(SourceFile:314)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:23)
    at net.minecraft.nbt.NBTTagCompound.func_150298_a(SourceFile:314)
    at net.minecraft.nbt.NBTTagCompound.func_74734_a(SourceFile:23)
    at net.minecraft.nbt.CompressedStreamTools.func_150663_a(CompressedStreamTools.java:143)
    at net.minecraft.nbt.CompressedStreamTools.func_74800_a(CompressedStreamTools.java:133)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75821_a(AnvilChunkLoader.java:193)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75814_c(AnvilChunkLoader.java:179)
    at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:30)
    at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:23)
    at java.lang.Thread.run(Thread.java:745)


    Edit: And many of these as well
    java.lang.ArithmeticException
    Encountered Exception while ticking MetaTileEntity in Step 15. The Game should've crashed now, but I prevented that. Please report immidietly to GregTech Intergalactical!!!


    Greg ?

    Display Spoiler

    21:04:01] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.network.play.client.C17PacketCustomPayload.<init>(Ljava/lang/String;Lio/netty/buffer/ByteBuf;)V
    at carpentersblocks.util.handler.PacketHandler.sendPacketToServer(PacketHandler.java:119) ~[PacketHandler.class:?]
    at carpentersblocks.util.handler.EventHandler.onPlayerInteractEvent(EventHandler.java:112) ~[EventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_42_EventHandler_onPlayerInteractEvent_PlayerInteractEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
    at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:57) ~[ForgeEventFactory.class:?]
    at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:349) ~[mn.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551) ~[mx.class:?]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jc.class:?]
    at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jc.class:?]
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197) ~[ef.class:?]
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[ms.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643) ~[MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326) ~[lj.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]

    This be the exception, looks like carps

    use 64/stacks
    only need to move important stuff, don't need 50 stacks of 16x dirt...
    give us 2 days to pack i'm sure we can fit it in an inv


    No promises yet.

    EDIT:
    Main server startup log for gregtech

    Display Spoiler


    [07:36:19] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLConstructionEvent to mod gregtech
    [07:36:20] [Server thread/TRACE] [gregtech/]: Sent event FMLConstructionEvent to mod gregtech
    [07:36:24] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLPreInitializationEvent to mod gregtech
    [07:36:26] [Server thread/TRACE] [gregtech/]: Sent event FMLPreInitializationEvent to mod gregtech
    [07:36:27] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLInitializationEvent to mod gregtech
    [07:36:27] [Server thread/TRACE] [gregtech/]: Sent event FMLInitializationEvent to mod gregtech
    [07:36:27] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod gregtech
    [07:36:27] [Server thread/TRACE] [gregtech/gregtech]: Sending event IMCEvent to mod gregtech
    [07:36:27] [Server thread/TRACE] [gregtech/gregtech]: Sent event IMCEvent to mod gregtech
    [07:36:29] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLPostInitializationEvent to mod gregtech
    [07:36:51] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLPostInitializationEvent to mod gregtech
    [07:36:51] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLLoadCompleteEvent to mod gregtech
    [07:36:51] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLLoadCompleteEvent to mod gregtech
    [07:36:51] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLServerAboutToStartEvent to mod gregtech
    [07:36:51] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLServerAboutToStartEvent to mod gregtech
    [07:37:00] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLServerStartingEvent to mod gregtech
    [07:37:00] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLServerStartingEvent to mod gregtech
    [07:37:00] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLServerStartedEvent to mod gregtech
    [07:37:00] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLServerStartedEvent to mod gregtech


    Pregen server startup log for gregtech

    Display Spoiler


    grep "to mod gregtech" ../logs/fml-server-latest.log
    [15:15:09] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLConstructionEvent to mod gregtech
    [15:15:10] [Server thread/TRACE] [gregtech/]: Sent event FMLConstructionEvent to mod gregtech
    [15:15:15] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLPreInitializationEvent to mod gregtech
    [15:15:16] [Server thread/TRACE] [gregtech/]: Sent event FMLPreInitializationEvent to mod gregtech
    [15:15:17] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLInitializationEvent to mod gregtech
    [15:15:17] [Server thread/TRACE] [gregtech/]: Sent event FMLInitializationEvent to mod gregtech
    [15:15:17] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod gregtech
    [15:15:17] [Server thread/TRACE] [gregtech/gregtech]: Sending event IMCEvent to mod gregtech
    [15:15:17] [Server thread/TRACE] [gregtech/gregtech]: Sent event IMCEvent to mod gregtech
    [15:15:19] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLPostInitializationEvent to mod gregtech
    [15:15:37] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLPostInitializationEvent to mod gregtech
    [15:15:37] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLLoadCompleteEvent to mod gregtech
    [15:15:37] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLLoadCompleteEvent to mod gregtech
    [15:15:37] [Server thread/TRACE] [gregtech/gregtech]: Sending event FMLServerAboutToStartEvent to mod gregtech
    [15:15:37] [Server thread/TRACE] [gregtech/gregtech]: Sent event FMLServerAboutToStartEvent to mod gregtech

    Not a huge difference in startup time. This is of course from a single measurement.