-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.19.4, 23w16a
-
None
-
Unconfirmed
-
(Unassigned)
When player travels through nether portal which is outside the world border in overworld, the game will fail to create nether portal in overworld and spam the console with stack trace mentioned below. Player is suspended at world spawn falling at couple thousand negative y value with chunk status in F3 being "Waiting for chunk"
Steps to reproduce
/execute in minecraft:the_nether run tp 4000000 130 0
/setblock 4000000 127 0 minecraft:nether_portal
- Go through this nether portal
- Check console for the error "Unable to create a portal, likely target out of worldborder"
- Wait for a bit and then the stack trace will appear
Stacktrace
Failed to handle packet zx$b@3a4e30d2, suppressing error java.lang.NullPointerException: Cannot invoke "it.unimi.dsi.fastutil.objects.ObjectSet.remove(Object)" because "$$4" is null at ahw.b(SourceFile:231) ~[minecraft-23w16a-client.jar:?] at ahq.a(SourceFile:1132) ~[minecraft-23w16a-client.jar:?] at aib.a(SourceFile:471) ~[minecraft-23w16a-client.jar:?] at aiw.a(SourceFile:1000) ~[minecraft-23w16a-client.jar:?] at zx.a(SourceFile:114) ~[minecraft-23w16a-client.jar:?] at zx$b.a(SourceFile:16) ~[minecraft-23w16a-client.jar:?] at uq.a(SourceFile:22) ~[minecraft-23w16a-client.jar:?] at adi.run(SourceFile:18) ~[minecraft-23w16a-client.jar:?] at bci.d(SourceFile:156) ~[minecraft-23w16a-client.jar:?] at bcm.d(SourceFile:23) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.b(SourceFile:784) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.d(SourceFile:163) ~[minecraft-23w16a-client.jar:?] at bci.x(SourceFile:130) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.bg(SourceFile:766) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.x(SourceFile:760) ~[minecraft-23w16a-client.jar:?] at bci.bp(SourceFile:115) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.j_(SourceFile:744) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.w(SourceFile:677) ~[minecraft-23w16a-client.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:264) ~[minecraft-23w16a-client.jar:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]
- is cloned by
-
MC-272241 Error when traveling through nether portal outside world border
- Resolved