Create Fabric

Create Fabric

7M Downloads

Train sometimes get stuttery after moving through portal to the nether

misigno opened this issue ยท 4 comments

commented

Describe the Bug

Sometimes going through a nether portal while on a train makes the train stuttery, only happens in the nether, train can still be controlled and is fixed either by going back to overworld or dismounting the train.

When train is moving in that state console gets spammed with : [Render thread/WARN]: Received passengers for unknown entity
When dismounting train in that state console gets :
[Render thread/ERROR]: Error executing task on Client
java.lang.ArrayIndexOutOfBoundsException: null

Suspecting networking issue and desync between client and local server.

Reproduction Steps

1.Build train and nether portal
2.Go back and forth between dimensions
3.Sometimes in the nether train controls get weird and train stutters

Expected Result

Train no go wonky

Screenshots and Videos

Minecraft_.1.20.1.-.Singleplayer.2024-03-11.13-17-20.mp4

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.20.1

Other Mods

Fabric API 0.92.0

Additional Context

Cannot reproduce on forge version

commented

Dismiss error [Render thread/WARN]: Received passengers for unknown entity as it is not produced by create.
However manually moving a train with a seated entity through a portal makes the seated entity stuttery on the other side

commented

can't reproduce on the latest commit.

commented

nevermind, got it to happen

commented

fixed by this and this