Skip to content

Instantly share code, notes, and snippets.

@chylex
Created March 19, 2016 00:27
Show Gist options
  • Save chylex/28a512ab744b33a8fe51 to your computer and use it in GitHub Desktop.
Save chylex/28a512ab744b33a8fe51 to your computer and use it in GitHub Desktop.
[1.9] Forge living mount crash
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 19.3.16 1:21
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.player.EntityPlayer.func_70098_U(EntityPlayer.java:452)
at net.minecraft.world.World.func_72866_a(World.java:1930)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72866_a(World.java:1994)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:705)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:609)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
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.entity.player.EntityPlayer.func_70098_U(EntityPlayer.java:452)
at net.minecraft.world.World.func_72866_a(World.java:1930)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
at net.minecraft.world.World.func_72870_g(World.java:1903)
at net.minecraft.world.World.func_72866_a(World.java:1994)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:836)
at net.minecraft.world.World.func_72870_g(World.java:1903)
-- Entity being ticked --
Details:
Entity Type: EntityHorse (net.minecraft.entity.passive.EntityHorse)
Entity ID: 585
Entity Name: Horse
Entity's Exact location: 92,25, 66,00, 230,92
Entity's Block location: World: (92,66,230), Chunk: (at 12,4,6 in 5,14; contains blocks 80,0,224 to 95,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0,04, -0,08, 0,00
Entity's Passengers: [EntityPlayerMP['chylex'/334, l='pearl', x=92,25, y=66,85, z=230,92]]
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1737)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
-- Affected level --
Details:
Level name: pearl
All players: 1 total; [EntityPlayerMP['chylex'/334, l='pearl', x=92,25, y=66,85, z=230,92]]
Chunk stats: ServerChunkCache: 632 Drop: 0
Level seed: -4836350613810940364
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (80,64,240), Chunk: (at 0,4,0 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 7426 game time, 7426 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 135399 (now: false), thunder time: 73052 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:705)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:609)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_05, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 365822536 bytes (348 MB) / 666009600 bytes (635 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.23 Powered by Forge 12.16.0.1767 3 mods loaded, 3 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.0.1767-1.9.jar)
UCHIJAAAA Forge{12.16.0.1767} [Minecraft Forge] (forge-1.9-12.16.0.1767-1.9.jar)
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['chylex'/334, l='pearl', x=92,25, y=66,85, z=230,92]]
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