TwelveIterationMods / Waystones

Minecraft Mod. Adds waystones you can teleport to after they've been activated.
https://mods.twelveiterations.com/mc/waystones/
Other
275 stars 110 forks source link

Intermittent crashing on dedicated server. #890

Open Hibanan opened 3 weeks ago

Hibanan commented 3 weeks ago

Minecraft Version

1.20.1 (LTS)

Mod Loader

Forge

Mod Loader Version

47.3.0

Mod Version

14.1.4

Balm Version

7.3.6

Describe the Issue

I'm running a lightly modified (server side performance mods only) ATM9 No frills server (latest 1.20.1) and seem to be experiencing crashes anywhere between 10 minutes from start to 20 hours from start. crash reports always boil down to "tick took longer than max tick time, killed by watchdog" and the "suspected mods" are consistently listed as modernfix, balm and waystones. I've tried increasing the max timeout (currently 60 seconds) and reproducing it but it does not happen consistently as far as I can tell.

crash-2024-08-20_04.34.44-server.txt crash-2024-08-20_07.21.12-server.txt latest.log debug.log

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No response

BlayTheNinth commented 3 weeks ago

Waystones only shows up as a suspected mod because it initiates the teleport and the associated chunk load. Something else appears to be deadlocking the chunk loading, most likely a performance or worldgen mod.

Hibanan commented 3 weeks ago

While I see your reasoning, other methods of teleportation don't seem to cause issues. I'll keep trying to reproduce it or at least narrow it down, thanks.