Skip to content

Instantly share code, notes, and snippets.

Created February 16, 2016 10:26
Show Gist options
  • Save anonymous/27bac0f0c47d6270ae40 to your computer and use it in GitHub Desktop.
Save anonymous/27bac0f0c47d6270ae40 to your computer and use it in GitHub Desktop.
Crash
---- Minecraft Crash Report ----
// I feel sad now :(
Time: 16-02-16 9.54.PD
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.inventory.Slot.getStack(Slot.java:79)
at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:97)
at com.ae.GUI.ContainerCharger.detectAndSendChanges(ContainerCharger.java:33)
at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2031)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
at net.minecraft.world.World.updateEntity(World.java:1997)
at net.minecraft.world.World.updateEntities(World.java:1823)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:775)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.inventory.Slot.getStack(Slot.java:79)
at net.minecraft.inventory.Container.detectAndSendChanges(Container.java:97)
at com.ae.GUI.ContainerCharger.detectAndSendChanges(ContainerCharger.java:33)
at net.minecraft.entity.player.EntityPlayerMP.onUpdate(EntityPlayerMP.java:263)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2031)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:758)
at net.minecraft.world.World.updateEntity(World.java:1997)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 331
Entity Name: Player109
Entity's Exact location: -13,73, 78,00, 162,60
Entity's Block location: -14,00,78,00,162,00 - World: (-14,78,162), Chunk: (at 2,4,2 in -1,10; contains blocks -16,0,160 to -1,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,00, -0,08, 0,00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.updateEntities(World.java:1823)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
-- Affected level --
Details:
Level name: TestWorld
All players: 1 total; [EntityPlayerMP['Player109'/331, l='TestWorld', x=-13,73, y=78,00, z=162,60]]
Chunk stats: ServerChunkCache: 462 Drop: 0
Level seed: 124857476866170520
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: -228,00,64,00,256,00 - World: (-228,64,256), Chunk: (at 12,4,0 in -15,16; contains blocks -240,0,256 to -225,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 75736 game time, 1237 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 74542 (now: false), thunder time: 27118 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:775)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 891861736 bytes (850 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1450 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1450.jar)
UCHIJAAAA Forge{11.14.3.1450} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1450.jar)
UCHIJAAAA ae{1.0} [AdvancedElectronics] (bin)
Loaded coremods (and transformers):
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Player109'/331, l='TestWorld', x=-13,73, y=78,00, z=162,60]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment