FakeFishGames / Barotrauma

A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
http://www.barotraumagame.com/
1.73k stars 403 forks source link

Level equality check failed #4010

Closed Skyfire92 closed 3 years ago

Skyfire92 commented 3 years ago

Description I bulid myself a sub with a shuttle attached. I can buy it and finish 1 round with it.During the last round,I never undock the shuttle. When I return to port,systerm never ask me if I wanna left the shuttle behind,then the error just occurred,and my save just gone borken. After wat happened,I try to ues the same sub to begin a new save,it just doing the same error when I begining a new round with it. I can use the sub during the solo campaign,things just always go wrong when I use it in a mutliplayer campaign.

Steps To Reproduce Everytime I use the sub to begin a new campaign

Version 0.10.5.1

Additional information Add any other context about the problem here. subfile.zip 1 2

Regalis11 commented 3 years ago

This seems to happen because Burdened MK5 includes another linked submarine (meaning that the game will load a total of 3 submarines: the main one, Burdened MK5, and "Test MK3" that's linked to the top docking port of Burdened). You should be able to work around the issue by removing "Test MK3" from "Burdened MK5".

The networking error when leaving Test MK3 behind is caused by https://trello.com/c/076rNmbm/318-level-equality-check-failed-error-due-to-undocking-attached-shuttle-and-leaving-it-behind, and should be fixed in the next patch.

Regalis11 commented 3 years ago

Marking as a duplicate of https://github.com/Regalis11/Barotrauma/issues/3330

Skyfire92 commented 3 years ago

Understood,thank you