Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2013 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f6a9c0426f713a7fef53 to your computer and use it in GitHub Desktop.
Save anonymous/f6a9c0426f713a7fef53 to your computer and use it in GitHub Desktop.
Crash Report?
2013-11-06 23:17:21 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2013-11-06 23:17:21 [INFO] [STDOUT] // Why is it breaking :(
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] Time: 11/6/13 11:17 PM
2013-11-06 23:17:21 [INFO] [STDOUT] Description: Ticking player
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] java.lang.ArrayIndexOutOfBoundsException: 117
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.potion.PotionEffect.onUpdate(PotionEffect.java:186)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.updatePotionEffects(EntityLivingBase.java:605)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:362)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.Entity.onUpdate(Entity.java:438)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1781)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:342)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:325)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetServerHandler.handleFlying(NetServerHandler.java:304)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.packet.Packet10Flying.processPacket(Packet10Flying.java:51)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:141)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:54)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:691)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:587)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2013-11-06 23:17:21 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] -- Head --
2013-11-06 23:17:21 [INFO] [STDOUT] Stacktrace:
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.potion.PotionEffect.onUpdate(PotionEffect.java:186)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.updatePotionEffects(EntityLivingBase.java:605)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:362)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.Entity.onUpdate(Entity.java:438)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1781)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:342)
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] -- Player being ticked --
2013-11-06 23:17:21 [INFO] [STDOUT] Details:
2013-11-06 23:17:21 [INFO] [STDOUT] Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
2013-11-06 23:17:21 [INFO] [STDOUT] Entity ID: 53
2013-11-06 23:17:21 [INFO] [STDOUT] Entity Name: Player65
2013-11-06 23:17:21 [INFO] [STDOUT] Entity's Exact location: -186.50, 9.00, 791.99
2013-11-06 23:17:21 [INFO] [STDOUT] Entity's Block location: World: (-187,9,791), Chunk: (at 5,0,7 in -12,49; contains blocks -192,0,784 to -177,255,799), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
2013-11-06 23:17:21 [INFO] [STDOUT] Entity's Momentum: 0.00, -0.08, 0.00
2013-11-06 23:17:21 [INFO] [STDOUT] Stacktrace:
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:325)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetServerHandler.handleFlying(NetServerHandler.java:304)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.packet.Packet10Flying.processPacket(Packet10Flying.java:51)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:141)
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] -- Ticking connection --
2013-11-06 23:17:21 [INFO] [STDOUT] Details:
2013-11-06 23:17:21 [INFO] [STDOUT] Connection: net.minecraft.network.NetServerHandler@4e42c605
2013-11-06 23:17:21 [INFO] [STDOUT] Stacktrace:
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:54)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:691)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:587)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:129)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2013-11-06 23:17:21 [INFO] [STDOUT] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-11-06 23:17:21 [INFO] [STDOUT]
2013-11-06 23:17:21 [INFO] [STDOUT] -- System Details --
2013-11-06 23:17:21 [INFO] [STDOUT] Details:
2013-11-06 23:17:21 [INFO] [STDOUT] Minecraft Version: 1.6.4
2013-11-06 23:17:21 [INFO] [STDOUT] Operating System: Windows 8 (amd64) version 6.2
2013-11-06 23:17:21 [INFO] [STDOUT] Java Version: 1.7.0_25, Oracle Corporation
2013-11-06 23:17:21 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2013-11-06 23:17:21 [INFO] [STDOUT] Memory: 862850160 bytes (822 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
2013-11-06 23:17:21 [INFO] [STDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2013-11-06 23:17:21 [INFO] [STDOUT] AABB Pool Size: 914 (51184 bytes; 0 MB) allocated, 914 (51184 bytes; 0 MB) used
2013-11-06 23:17:21 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2013-11-06 23:17:21 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2013-11-06 23:17:21 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 4 mods loaded, 4 mods active
2013-11-06 23:17:21 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2013-11-06 23:17:21 [INFO] [STDOUT] FML{6.4.20.916} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2013-11-06 23:17:21 [INFO] [STDOUT] Forge{9.11.1.916} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2013-11-06 23:17:21 [INFO] [STDOUT] Jonas{0.0.1} [MyMod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
2013-11-06 23:17:21 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2013-11-06 23:17:21 [INFO] [STDOUT] Vec3 Pool Size: 144 (8064 bytes; 0 MB) allocated, 144 (8064 bytes; 0 MB) used
2013-11-06 23:17:21 [INFO] [STDOUT] Player Count: 1 / 8; [EntityPlayerMP['Player65'/53, l='New World', x=-186.50, y=9.00, z=791.99]]
2013-11-06 23:17:21 [INFO] [STDOUT] Type: Integrated Server (map_client.txt)
2013-11-06 23:17:21 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2013-11-06 23:17:21 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2013-11-06_23.17.21-server.txt
2013-11-06 23:17:21 [INFO] [Minecraft-Server] Stopping server
2013-11-06 23:17:21 [INFO] [Minecraft-Server] Saving players
2013-11-06 23:17:21 [INFO] [Minecraft-Server] Saving worlds
2013-11-06 23:17:21 [INFO] [Minecraft-Server] Saving chunks for level 'New World'/Overworld
AL lib: (EE) alc_cleanup: 1 device not closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment