Metamorph

Metamorph

4M Downloads

[1.1.5] Returning from The End makes you lose all morphs

kreezxil opened this issue · 2 comments

commented

When in the end, when you use the portal to return, you lose all morphs upon entering the overworld.

A player of mine named Stiforr went to The End and when he came back to the Overworld all his morphs were gone. The only thing in the dedicated server log is this excerpt during that particular time that he entered. Nothing for when he returned.

[18:34:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: <▒2jeonrabbit▒r> ▒rlmfao▒r
[18:34:04] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: <Fluffy_Flamingo> ▒rjeonrabbit one of my quests isnt picking up that i completed it▒r
[18:34:04] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 4508ms behind, skipping 90 tick(s)
[18:34:06] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
        at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_162]
        at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_162]
        at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
Caused by: java.lang.NullPointerException
        at net.minecraft.server.MinecraftServer.func_184104_a(MinecraftServer.java:920) ~[MinecraftServer.class:?]
        at net.minecraft.network.NetHandlerPlayServer.func_147341_a(NetHandlerPlayServer.java:1347) ~[pa.class:?]
        at net.minecraft.network.play.client.CPacketTabComplete.func_148833_a(SourceFile:52) ~[kz.class:?]
        at net.minecraft.network.play.client.CPacketTabComplete.func_148833_a(SourceFile:11) ~[kz.class:?]
        at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_162]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_162]
        at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
        ... 5 more
[18:34:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: <▒2Pure_Stone9▒r> ▒ri have some tall men i want dead▒r
[18:34:16] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Stiforr▒r has made the advancement ▒r▒a[▒r▒aThe End?▒r▒a]▒r
[18:34:16] [Dynmap Render Thread/INFO] [Dynmap]: [Dynmap] Full render of map 'surface' of 'world' in progress - 517700 tiles rendered (118.31 msec/tile, 85.06 msec per render)
commented

Thank you for reporting! Thanks to @asanetargoss this bug was fixed (the bug fix will be released soon) 🙂

commented

How soon do you expect to push it to CurseForge?