invalid move player packet received что делать в майнкрафте
Invalid move player packet received when trying to ride a tamed dragon #3306
Comments
Tobias15th commented Dec 16, 2020
Pretty much what it says on the title.
I tried mounting a fire dragon that I hatched from an egg and as soon as I moved, the world shut down; specifically I lost connection from a single player world. Now i am soft locked out of the world and I disconnect before the world can load to do anything.
There is no crash report as the game doesn’t technically crash, all I have is the log from the game output when it happens up to me being disconnected.
20:49:26.293
Error during MiniMap.drawMap(): null (SUPPRESSED)
20:49:26.321
java.lang.NullPointerException
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:296)
at journeymap.client.ui.minimap.MiniMap.drawMap(MiniMap.java:174)
at journeymap.client.ui.UIManager.drawMiniMap(UIManager.java:328)
at journeymap.client.forge.event.MiniMapOverlayHandler.onRenderOverlay(MiniMapOverlayHandler.java:103)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3024_MiniMapOverlayHandler_onRenderOverlay_RenderGameOverlayEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:907)
at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:119)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1098)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
20:49:26.339
Tobias15th lost connection: Invalid move player packet received
One last thing, I know that the issue is that my position has an NaN value, I have tried to sort out the issue using NBTExplorer using different methods and every time, it returns me to an NaN position.
I am not sure whether I am missing a specific mod that allows the dragons to fly or not.
The text was updated successfully, but these errors were encountered: