Update pushed

Discussion in 'Announcements' started by sk89q, Aug 1, 2013.

Tags:
  1. sk89q

    sk89q Administrator
    Staff Member

    Joined:
    Dec 1, 2011
    Messages:
    2,490
    Likes Received:
    1,504
    Sorry for the quick restart, but we had to fix some balancing issues that came up.

    In addition, the first update had a problem that did not occur during testing, and you may need to update again. Sorry for the trouble.
     
  2. Magi1053

    Magi1053 That one guy
    Staff Member

    Joined:
    Jun 26, 2012
    Messages:
    159
    Likes Received:
    49
    Forge Mod Loader has found ID mismatches.
    ID 2555 from Mod ExraUtilities is missing
    ID 4044 from Mod ImmibisCore is missing
    ID 4095 is mismatched between world and game
    Code:
    [fml.ItemTracker] Missing items : {2555=Item 2555, Type extrautils.block.BlockCursedEarth, owned by ExtraUtilities, ordinal 0, name cursedEarth, claimedModId null, 4044=Item 4044, Type mods.immibis.redlogic.lamps.ItemLampCube, owned by ImmibisCore, ordinal 0, name redlogic.lampCubeOn, claimedModId null}
    [fml.ItemTracker] Mismatched items : {4095=(Item 4095, Type ic2.core.item.block.ItemBlockIC2, owned by IC2, ordinal 0, name blockOreCopper, claimedModId null, Item 4095, Type mods.immibis.redlogic.lamps.ItemLampCube, owned by ImmibisCore, ordinal 0, name redlogic.lampCubeOn, claimedModId null)}
    Code:
    2013-08-01 15:11:41 [INFO] [STDERR] java.lang.RuntimeException: codechicken.core.NetworkClosedException
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.core.ClientUtils.getServerIP(ClientUtils.java:78)
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.core.ClientUtils.isLocal(ClientUtils.java:84)
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:110)
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.nei.NEICPH.handlePacket(NEICPH.java:27)
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.core.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:162)
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.core.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:133)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.client.FMLClientHandler.disconnectIDMismatch(FMLClientHandler.java:536)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.FMLCommonHandler.disconnectIDMismatch(FMLCommonHandler.java:463)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.ModIdMapPacket.execute(ModIdMapPacket.java:101)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:115)
    2013-08-01 15:11:41 [INFO] [STDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:80)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
    2013-08-01 15:11:41 [INFO] [STDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)
    2013-08-01 15:11:41 [INFO] [STDERR]    at java.lang.Thread.run(Unknown Source)
    2013-08-01 15:11:41 [INFO] [STDERR] Caused by: codechicken.core.NetworkClosedException
    2013-08-01 15:11:41 [INFO] [STDERR]    at codechicken.core.ClientUtils.getServerIP(ClientUtils.java:73)
    2013-08-01 15:11:41 [INFO] [STDERR]    ... 25 more
    
     
  3. Magi1053

    Magi1053 That one guy
    Staff Member

    Joined:
    Jun 26, 2012
    Messages:
    159
    Likes Received:
    49
    Internal Server Error
    Code:
    2013-08-01 15:19:10 [INFO] [STDOUT] TubeStuff: RP2 Machine doesn't seem to be installed
    2013-08-01 15:19:10 [INFO] [STDOUT] TubeStuff: RP2 Logic doesn't seem to be installed
    2013-08-01 15:23:53 [INFO] [Minecraft-Client] Connecting to serenity.sk89q.com., 45444
    2013-08-01 15:23:54 [INFO] [STDERR] java.lang.NullPointerException
    2013-08-01 15:23:54 [INFO] [STDERR]at net.minecraft.client.gui.RunnableTitleScreen.run(RunnableTitleScreen.java:33)
    2013-08-01 15:23:54 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)
    2013-08-01 15:24:16 [INFO] [Minecraft-Client] Connecting to serenity.sk89q.com., 45444
    2013-08-01 15:24:21 [INFO] [STDERR] java.lang.NullPointerException
    2013-08-01 15:24:21 [INFO] [STDERR]at net.minecraft.client.gui.RunnableTitleScreen.run(RunnableTitleScreen.java:33)
    2013-08-01 15:24:21 [INFO] [STDERR]at java.lang.Thread.run(Unknown Source)