Jump to content

Jejar

Members
  • Posts

    1
  • Joined

  • Last visited

Jejar's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. While playing Big Dig I noticed I was suddenly losing several gigabytes of free drive space. Looking into it I found out Big Dig was creating gigantic log files (sometimes several gigabytes large!). Examining further I found out a the log files were all filled with a certain message that was repeating itself a lot, even several times every second: 2014-05-13 18:14:57 [INFO] [STDERR] java.io.EOFException 2014-05-13 18:14:57 [INFO] [STDERR] at java.io.DataInputStream.readInt(Unknown Source) 2014-05-13 18:14:57 [INFO] [STDERR] at binnie.extrabees.network.PacketITankContainer.readData(PacketITankContainer.java:78) 2014-05-13 18:14:57 [INFO] [STDERR] at binnie.extrabees.network.PacketID.onPacketData(PacketID.java:28) 2014-05-13 18:14:57 [INFO] [STDERR] at binnie.extrabees.network.ExtraBeePacketHandler.onPacketData(ExtraBeePacketHandler.java:25) 2014-05-13 18:14:57 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255) 2014-05-13 18:14:57 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245) 2014-05-13 18:14:57 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:84) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:94) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835) 2014-05-13 18:14:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:760) 2014-05-13 18:14:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) My first guess is this could be related to the mod Extrabees. I have noticed the interfaces of the machines from Extrabees not acting how they're supposed to (not showing amount of energy stored, claiming it doesn't have enough energy to perform a task, and not showing progress on an ongoing task). Any help would be highly appreciated. -Jejar
×
×
  • Create New...