Waystones (Outdated Versions)

Waystones (Outdated Versions)

4M Downloads

Unlocking new waypoint not placed by yourself crashes client on modded multiplayer

marxismpotato opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1 (LTS)

Mod Loader

Fabric

Describe the Issue

For my modded multiplayer server, when opening a new waystone that another player placed, the client immediately crashes. It first briefly shows a "Saving World..." screen, before the client crashes. The waystones work normally when placed by yourself, and their presence and generation are okay.

Logs

latest_crash_log.txt

Also here is the modlist.

Mods.txt

commented

This is caused by Surveystones, not Waystones.

java.lang.NullPointerException: Cannot invoke "folk.sisby.surveyor.landmark.WorldLandmarks.put(net.minecraft.class_1937, folk.sisby.surveyor.landmark.Landmark)" because the return value of "folk.sisby.surveyor.WorldSummary.landmarks()" is null
at knot//folk.sisby.surveystones.BlaystoneEvents.addWaystone(BlaystoneEvents.java:35)
at knot//folk.sisby.surveystones.BlaystoneEvents.updateWaystone(BlaystoneEvents.java:31)
at knot//folk.sisby.surveystones.BlaystoneEvents.activateWaystone(BlaystoneEvents.java:44)