Little Logistics

Little Logistics

12M Downloads

Ticking Entity Crash

Violet-Scarelli opened this issue ยท 6 comments

commented

crash-2022-02-14_20.31.29-server.txt
Occurs when a barge train is in motion.

commented

The crash only seems to occur on multiplayer.

commented

@EDToaster could you double check on your server that corner guide rails don't cause any issues with moving tugs/barges

commented

We've tested this mod in multiplayer before without issues. My suspicion is that this is likely an interaction with another mod. It would be helpful if you could help narrowing down the potential mod list

commented

Can reproduce, seems to be the fact that Entity.isColliding only exists on the client side

if (dominated.isColliding(pair.getFirst(), pair.getSecond())) {

commented

Fixed in 1.0.4

commented

Hey, could you provide more info?
Did the crash happen with an older version?
Can you confirm if it's a compatability issue (are you able to play the mod by itself)

We will try to get this fixed