World crash after mob creation 2

Issue #3 duplicate
Former user created an issue

Hi, this is the same bug but without other mods installed:

---- Minecraft Crash Report ---- // Ooh. Shiny.

Time: 29/06/16 17:33 Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity at com.queekus.testtubeanimals.TileEntities.IncubatorTileEntity.func_73660_a(IncubatorTileEntity.java:65) at net.minecraft.world.World.func_72939_s(World.java:1797) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:707) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at java.lang.Thread.run(Thread.java:745)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Server thread Stacktrace: at com.queekus.testtubeanimals.TileEntities.IncubatorTileEntity.func_73660_a(IncubatorTileEntity.java:65)

-- Block entity being ticked -- Details: Name: Incubator_tile_entity // com.queekus.testtubeanimals.TileEntities.IncubatorTileEntity Block type: ID #217 (tile.incubator // com.queekus.testtubeanimals.Blocks.Incubator) Block data value: 3 / 0x3 / 0b0011 Block location: World: (188,72,254), Chunk: (at 12,4,14 in 11,15; contains blocks 176,0,240 to 191,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Actual block type: ID #217 (tile.incubator // com.queekus.testtubeanimals.Blocks.Incubator) Actual block data value: 3 / 0x3 / 0b0011 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1797) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)

-- Affected level -- Details: Level name: New World All players: 1 total; [EntityPlayerMP['EstrellaEnder'/510, l='New World', x=173,80, y=70,00, z=259,79]] Chunk stats: ServerChunkCache: 272 Drop: 0 Level seed: 4908654135357974356 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (200,64,256), Chunk: (at 8,4,0 in 12,16; contains blocks 192,0,256 to 207,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 4977 game time, 4977 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 53332 (now: false), thunder time: 129923 (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:707) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:148) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.9.4 Operating System: Linux (amd64) version 4.4.0-28-generic Java Version: 1.8.0_91, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 216493256 bytes (206 MB) / 629698560 bytes (600 MB) up to 1060372480 bytes (1011 MB) JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.28 Powered by Forge 12.17.0.1976 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.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1976.jar) UCHIJAAAA Forge{12.17.0.1976} [Minecraft Forge] (forge-1.9.4-12.17.0.1976.jar) UCHIJAAAA testtubeanimals{1.1.1} [Test Tube Animals] (testtubeanimals-1.1.1.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['EstrellaEnder'/510, l='New World', x=173,80, y=70,00, z=259,79]] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge'

Comments (3)

  1. Queekusme Epiphany repo owner

    See comments on original issue post, there is no need to create duplicate issues, provide further information in the original issue

  2. Log in to comment