mojira.dev
MC-145694

Crash: "java.lang.IllegalStateException: POI never registered at eu" when opening certain block entities

---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 13/03/19 16:26
Description: Ticking block entity

java.lang.IllegalStateException: POI never registered at eu{x=113, y=77, z=16}
	at aoz.a(SourceFile:72)
	at aox.a(SourceFile:36)
	at vc.c(SourceFile:1274)
	at vc$$Lambda$2999/2131943180.run(Unknown Source)
	at afy.execute(SourceFile:77)
	at vc.a(SourceFile:1273)
	at bfy.a(SourceFile:252)
	at brr.g(SourceFile:294)
	at bfy.K(SourceFile:620)
	at vc.a(SourceFile:401)
	at net.minecraft.server.MinecraftServer.b(SourceFile:814)
	at net.minecraft.server.MinecraftServer.a(SourceFile:753)
	at dwc.a(SourceFile:128)
	at net.minecraft.server.MinecraftServer.run(SourceFile:628)
	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 aoz.a(SourceFile:72)
	at aox.a(SourceFile:36)
	at vc.c(SourceFile:1274)
	at vc$$Lambda$2999/2131943180.run(Unknown Source)
	at afy.execute(SourceFile:77)
	at vc.a(SourceFile:1273)
	at bfy.a(SourceFile:252)
	at brr.g(SourceFile:294)

-- Block entity being ticked --
Details:
	Name: minecraft:smoker // bsy
	Block: Block{minecraft:smoker}[facing=north,lit=true]
	Block location: World: (113,77,16), Chunk: (at 1,4,0 in 7,1; contains blocks 112,0,16 to 127,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Block: Block{minecraft:smoker}[facing=north,lit=true]
	Block location: World: (113,77,16), Chunk: (at 1,4,0 in 7,1; contains blocks 112,0,16 to 127,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
	at bfy.K(SourceFile:620)
	at vc.a(SourceFile:401)

-- Affected level --
Details:
	Level name: Marwan's Survival (SN)
	All players: 1 total; [vd['MZ8_'/1184, l='Marwan's Survival (SN)', x=111.80, y=77.00, z=16.15]]
	Chunk stats: ServerChunkCache: 3238
	Level seed: 6421423347811785715
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: {}
	Level spawn location: World: (-160,76,-256), Chunk: (at 0,4,0 in -10,-16; contains blocks -160,0,-256 to -145,255,-241), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
	Level time: 405304 game time, 565316 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 43196 (now: false), thunder time: 14583 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
	at net.minecraft.server.MinecraftServer.b(SourceFile:814)
	at net.minecraft.server.MinecraftServer.a(SourceFile:753)
	at dwc.a(SourceFile:128)
	at net.minecraft.server.MinecraftServer.run(SourceFile:628)
	at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
	Minecraft Version: 19w11a
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 841917512 bytes (802 MB) / 2080374784 bytes (1984 MB) up to 2147483648 bytes (2048 MB)
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Player Count: 1 / 8; [vd['MZ8_'/1184, l='Marwan's Survival (SN)', x=111.80, y=77.00, z=16.15]]
	Data Packs: vanilla, file/Uwot (incompatible), file/Infinite Trades (incompatible), file/ore-craft-1535373929-1535374005.zip (incompatible), file/Rotten Flesh To Leather (incompatible), file/Silk Touch Spawners (incompatible), file/Tree capitator (incompatible)
	Type: Integrated Server (map_client.txt)
	Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.

Linked issues

MC-145681 Opening new blocks (since snapshot) Results in a servercrash Resolved MC-145702 crash Resolved MC-145704 barrels casuing errors and server crashes Resolved MC-145711 POI never registered crash Resolved MC-145714 English: 19w11a crash no idea why. Deutsch: 19w11a absturz keine ahnung warum. Resolved

Attachments

Comments 28

Can confirm on 19w11a.

 

It seems that any tile entities formerly affected by MC-144603   (fixed in 19w11a) will crash the game with the same error.

Steps to reproduce:

  1. Launch 19w08a 

  2. Place a tile entity

  3. Reload the world in the same chunk as that tile entity

  4. Save and quit and launch 19w11a with the same world (make sure to backup world to prevent damage) 

  5. Place a smeltable item in a smoker/blast furnace (for example) 

  6. Game will crash

A temporary fix for this issue is to destroy said block entity and re-place it. 

 

Here is my crash log should it be useful to any developers. 

https://pastebin.com/raw/9PFZY916

Same experience, opened a barrel, game crashed, then crashed again when re-opening. 

Same for when using a hopper to place items into an inventory, including things with no UI such as composters.

Can confirm.  Upgraded world from previous snapshot.  Crashes as soon as I look at a barrel and now crashes on open.

Also happens for things placed in 19w09a.

18 more comments
Friedrich S Kaiser

updated to 19w11b and am now having this issue, where I wasn't before. crashed after opening a barrel (with item frame in hand, but I don't think that effects it). world now crashes soon after loading it.

See MC-145868 for 19w11b.

This is still happening, but delayed now. Also happens for brewing stands. 

I'm still getting it, really irritating as most of my storage is barrels 

Again, please use MC-145868 for further discussion on this issue.

jennifer

(Unassigned)

Confirmed

Minecraft 19w11a

Minecraft 19w11b

Retrieved