
Unable to teleport
Closed this issue ยท 3 comments
Minecraft Version
Other (specify below)
Mod Loader
Forge
Describe the Issue
Forge 1.19.2
In my world we have a "main" waystone in the village where everyone lives, this waystone has stopped working -> When you click on a destination in the GUI the world lags for 1-2 seconds then nothing happens.
We decided to run to a different waystone roughly 500 blocks away which was working until today and now the same problem is happening (Game does not crash only lags for a few seconds)
Logs
Performance mods used are:
Oculus 1.19.2-1.6.9a
Embeddium 0.3.18.1+mc1.19.2
Iris&Oculus Flywheel Compat 1.19.2+1.0.2
Waystone related mods:
Waystones 1.19.2-11.4.2
Xaeros Minimap & Worldmap - Waystones 1.0
Waystones Teleport Pets 1.19.2-1.19.4--1.2
Yes I have tried disabling the performance mods (issue still persists)
Also - when someone tries to teleport the console throws this:
30.04 05:18:27 [Server] INFO Index: 1
30.04 05:18:27 [Server] INFO Listeners:
30.04 05:18:27 [Server] INFO 0: NORMAL
30.04 05:18:27 [Server] INFO 1: ASM: fr.shohqapik.w2pets.W2PetsMod@7d0662e3 onWaystoneTeleport(Lnet/blay09/mods/waystones/api/WaystoneTeleportEvent$Pre;)V
30.04 05:18:27 [Server] INFO java.lang.NoSuchMethodError: 'net.minecraft.world.entity.LivingEntity net.minecraft.world.entity.TamableAnimal.m_269323_()'
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/fr.shohqapik.w2pets.W2PetsMod.onWaystoneTeleport(W2PetsMod.java:30)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/fr.shohqapik.w2pets.W2PetsMod_onWaystoneTeleport_Pre.invoke(.dynamic)
30.04 05:18:27 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
30.04 05:18:27 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
30.04 05:18:27 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.event.ForgeBalmEvents.fireEvent(ForgeBalmEvents.java:81)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.blay09.mods.waystones.core.PlayerWaystoneManager.tryTeleport(PlayerWaystoneManager.java:221)
30.04 05:18:27 [Server] INFO at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)
30.04 05:18:27 [Server] INFO at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either.flatMap(Either.java:191)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.blay09.mods.waystones.core.PlayerWaystoneManager.tryTeleportToWaystone(PlayerWaystoneManager.java:210)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.blay09.mods.waystones.network.message.SelectWaystoneMessage.handle(SelectWaystoneMessage.java:36)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.blay09.mods.balm.forge.network.ForgeBalmNetworking.lambda$registerServerboundPacket$6(ForgeBalmNetworking.java:180)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18693(BlockableEventLoop.java:68)
30.04 05:18:27 [Server] INFO at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.TickTask.run(TickTask.java:18)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367(BlockableEventLoop.java:157)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:763)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:157)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:131)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:746)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:740)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:140)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:726)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:658)
30.04 05:18:27 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244)
30.04 05:18:27 [Server] INFO at java.base/java.lang.Thread.run(Thread.java:840)
This is caused by Waystones Teleports Pets
, I recommend removing it as it's known to cause issues like this.