-
Bug
-
Resolution: Fixed
-
Minecraft 1.14.3 Pre-Release 3
-
None
-
Confirmed
-
Crash
-
Very Important
The bug
When an item frame is somewhere in the loaded parts of the world, the following error message appears in the server console:
Exception loading entity: java.lang.NullPointerException: null at ati.f(SourceFile:86) ~[server-1.14.3-pre3.jar:?] at ath.c(SourceFile:232) ~[server-1.14.3-pre3.jar:?] at ail.<init>(SourceFile:234) ~[server-1.14.3-pre3.jar:?] at ath.<init>(SourceFile:35) ~[server-1.14.3-pre3.jar:?] at ati.<init>(SourceFile:46) ~[server-1.14.3-pre3.jar:?] at aip.a(SourceFile:422) ~[server-1.14.3-pre3.jar:?] at aip.b(SourceFile:431) ~[server-1.14.3-pre3.jar:?] at java.util.Optional.map(Unknown Source) ~[?:1.8.0_201] at aip.a(SourceFile:431) ~[server-1.14.3-pre3.jar:?] at aip.b(SourceFile:484) ~[server-1.14.3-pre3.jar:?] at aip.a(SourceFile:465) ~[server-1.14.3-pre3.jar:?] at bya.a(SourceFile:393) ~[server-1.14.3-pre3.jar:?] at bya.b(SourceFile:151) ~[server-1.14.3-pre3.jar:?] at bxo.w(SourceFile:484) ~[server-1.14.3-pre3.jar:?] at uu.a(SourceFile:594) ~[server-1.14.3-pre3.jar:?] at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[server-1.14.3-pre3.jar:?] at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[server-1.14.3-pre3.jar:?] at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[server-1.14.3-pre3.jar:?] at uu.a(SourceFile:583) ~[server-1.14.3-pre3.jar:?] at java.util.concurrent.CompletableFuture.uniApply(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source) ~[?:1.8.0_201] at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_201] at uw.b(SourceFile:57) ~[server-1.14.3-pre3.jar:?] at agq.e(SourceFile:83) [server-1.14.3-pre3.jar:?] at agq.a(SourceFile:123) [server-1.14.3-pre3.jar:?] at agq.run(SourceFile:91) [server-1.14.3-pre3.jar:?] at agn.h(SourceFile:135) [server-1.14.3-pre3.jar:?] at agn.p(SourceFile:114) [server-1.14.3-pre3.jar:?] at vg$a.p(SourceFile:506) [server-1.14.3-pre3.jar:?] at vg.d(SourceFile:234) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.aW(SourceFile:707) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.p(SourceFile:695) [server-1.14.3-pre3.jar:?] at agn.c(SourceFile:123) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.o(SourceFile:680) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:469) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:372) [server-1.14.3-pre3.jar:?] at ui.d(SourceFile:218) [server-1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.run(SourceFile:604) [server-1.14.3-pre3.jar:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
As a result, the item frame that was about to be loaded will disappear.
When the client tries to place an item frame, the following error message will appear in the server console:
Error executing task on Server java.lang.NullPointerException: null at ati.f(SourceFile:86) ~[1.14.3-pre3.jar:?] at ath.c(SourceFile:232) ~[1.14.3-pre3.jar:?] at ail.<init>(SourceFile:234) ~[1.14.3-pre3.jar:?] at ath.<init>(SourceFile:35) ~[1.14.3-pre3.jar:?] at ath.<init>(SourceFile:39) ~[1.14.3-pre3.jar:?] at ati.<init>(SourceFile:50) ~[1.14.3-pre3.jar:?] at bbw.a(SourceFile:40) ~[1.14.3-pre3.jar:?] at bce.a(SourceFile:189) ~[1.14.3-pre3.jar:?] at vk.a(SourceFile:312) ~[1.14.3-pre3.jar:?] at wa.a(SourceFile:951) ~[1.14.3-pre3.jar:?] at pi.a(SourceFile:36) ~[1.14.3-pre3.jar:?] at pi.a(SourceFile:10) ~[1.14.3-pre3.jar:?] at kd.a(SourceFile:15) ~[1.14.3-pre3.jar:?] at kd$$Lambda$3080/1958423162.run(Unknown Source) ~[?:?] at ri.run(SourceFile:18) ~[1.14.3-pre3.jar:?] at agn.h(SourceFile:135) [1.14.3-pre3.jar:?] at agr.h(SourceFile:23) [1.14.3-pre3.jar:?] at agn.p(SourceFile:114) [1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.aW(SourceFile:701) [1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.p(SourceFile:695) [1.14.3-pre3.jar:?] at agn.c(SourceFile:123) [1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.o(SourceFile:680) [1.14.3-pre3.jar:?] at net.minecraft.server.MinecraftServer.run(SourceFile:635) [1.14.3-pre3.jar:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Additionally, the client will crash with the following crash report.
Crash report
Description: Unexpected error java.lang.NullPointerException: Unexpected error at ati.f(SourceFile:86) at ath.c(SourceFile:232) at ail.<init>(SourceFile:234) at ath.<init>(SourceFile:35) at ath.<init>(SourceFile:39) at ati.<init>(SourceFile:50) at bbw.a(SourceFile:40) at bce.a(SourceFile:189) at dhq.a(SourceFile:321) at cvo.aF(SourceFile:1335) at cvo.aG(SourceFile:1562) at cvo.m(SourceFile:1411) at cvo.e(SourceFile:925) at cvo.b(SourceFile:411) at net.minecraft.client.main.Main.main(SourceFile:154)
Original description
When updating the server to the latest 1.14.3 pre-release 3, at first start up the server console spams a lot of errors. After restart these errors are gone, but when logging on to the server, all item frames are gone.
Reproduce: put in latest world backup with item frames, then start server again. This will give multiple errors. When restarting there are no errors and all item frames are gone.
Also tested without datapacks, but still same issue
Client side: when placing item frame, the client crashes. This causes error on the server, but server remains running.
Client crash report included in attachments.
- is duplicated by
-
MC-154501 Crash when trying to place an item frame
- Resolved
-
MC-154502 Update destroys item frames
- Resolved
-
MC-154510 Item Frame Crash
- Resolved
-
MC-154513 Items frames disappearing after server update.
- Resolved
-
MC-154516 Item frames AND villagers disappeared with pre-3
- Resolved
-
MC-154517 Game crashes when placing item frame.
- Resolved
-
MC-154518 Placing Item Frames crashes the game
- Resolved
-
MC-154520 Game crashes when I place an item frame on a chest
- Resolved
-
MC-154521 Placing Item Frame Crashes Game
- Resolved
-
MC-154523 Item frame disappears when converting world from prior version
- Resolved
-
MC-154524 When placing itemframe the game crashes and shutsdown
- Resolved
-
MC-154528 Item Frames Disappearing
- Resolved
-
MC-154530 Item Frames and anything in them have disappeared
- Resolved
-
MC-154532 what is happens if you try to place item frame
- Resolved
-
MC-154534 Item frame crash
- Resolved
-
MC-154553 Items in item frames disappear when world is loaded into 1.14.3 Pre-3
- Resolved
-
MC-154562 Migrating from 1.14.3pre2 to pre3 ?destroys? all already placed item frames? (and placing them crashes the game)
- Resolved
-
MC-154563 Placing item frames crashes the game
- Resolved
-
MC-154566 Placing item frames crashes the game
- Resolved
-
MC-154570 maps are missing in my world
- Resolved
-
MC-154576 Placing Item frame causes crash
- Resolved
-
MC-154577 Game crashes when placing item frame on double chest
- Resolved
-
MC-154592 Item frame doesn't work
- Resolved
-
MC-154599 Item Frame bug
- Resolved
-
MC-154610 Game crashed when placeing an item frame
- Resolved
-
MC-154615 when you put the frame your game tags
- Resolved
-
MC-154620 After change world to version/snapchot 1.14.2 pre. 3 every frame is gone
- Resolved
-
MC-154634 Item Frame Placing Crash
- Resolved
-
MC-154640 Item Frames crash the game
- Resolved
-
MC-154654 Crashed when place an item frame.
- Resolved
-
MC-154655 item frame has error when put at surface of blocks
- Resolved
-
MC-154661 Exception loading entity:java.lang.NullPointerException: null
- Resolved
-
MC-154672 cannot place item frames anywhere
- Resolved
-
MC-154678 Item Frame is kinda Removed
- Resolved
-
MC-154697 Placing item frame cause crash
- Resolved
-
MC-154708 When an item frame is put on top of a Barrel cause the game to crash
- Resolved
-
MC-154711 Item Frames shift-clicked on lecterns causes game to throw NullPointerException
- Resolved
-
MC-154723 The game crashed whilst unexpected error Error: java.lang.NullPointerException: Unexpected error
- Resolved
-
MC-154724 Placing an Item Frame causes the game to crash
- Resolved
-
MC-154730 Game crashes when I try to place an item frame.
- Resolved
-
MC-154735 The game crashed whilst unexpected error Error: java.lang.NullPointerException: Unexpected error
- Resolved
-
MC-154738 Item Frame Crash
- Resolved
-
MC-154740 Bug with Item Frames
- Resolved
-
MC-154742 Placing item frames crashes the game
- Resolved
-
MC-154756 Crashed launcher
- Resolved
-
MC-154760 Itemframe crashes game when placed
- Resolved
-
MC-154767 Placing An Item Frame Crashed the game
- Resolved
-
MC-154772 "items frames + crash = >:("
- Resolved
-
MC-154781 Crouching to put a item frame on the chest crashes the game
- Resolved
-
MC-154791 Item frame crash and Item frames gone
- Resolved
-
MC-154792 Item Frame Crashes Game:(
- Resolved
-
MC-154793 Item frame causes game to crash
- Resolved
-
MC-154801 Game Crash
- Resolved
-
MC-154817 Game crashes when an item frame is placed.
- Resolved
-
MC-154822 Item frame crash
- Resolved
-
MC-154828 Item Frames Crash Game
- Resolved
-
MC-154856 All item frames disappear when loading world
- Resolved
-
MC-154921 Maps hanging in frames on wall are gone!
- Resolved
- relates to
-
MC-154602 End cities being generated causes the game to crash (caused by Elytra item frame)
- Resolved