hlysine / create_power_loader

A Create mod add-on adding immersive andesite and brass chunk loaders to Minecraft.
Other
9 stars 7 forks source link

Entity Tick Crash #22

Closed thecuz1 closed 6 months ago

thecuz1 commented 6 months ago

Forwarded from create issue

Dedicated server crashed upon start due to ticking entity inside the range of a power loader

https://mclo.gs/Gtt2Kod - https://pastebin.com/KhSz8F5E

Removing power loader allowed the server to start normally, the only mod removed, reliably reproducing the error seems to depend on the size of the world/server performance and not the amount of mods present

hlysine commented 6 months ago

I don't think the issue is specific to Power Loader after reading your logs. Please try out the following to help find the root cause:

  1. Keep all your other mods but remove Power Loader, then use /forceload command to load the chunks that would normally be loaded by Power Loader. Try reproducing this crash again with the same setup.
  2. Use F3+G to visualize the chunk borders and check if the threshold switch is next to one. Move the whole setup to another place and try reproducing the crash again.
  3. Try to reproduce the crash with all unrelated mods removed, or narrow it down to a small list that still causes the crash.
thecuz1 commented 6 months ago

Reproducing this outside the original server doesn't seem possible even with the same map and OS + java version, unfortunately testing on the original one isn't possible, solved using a custom version of create for now, the threshhold switch was attached to a 2 wide item vault below it with it all being in one chunk covered by the loader 2024-05-19_10 50 50 hope this help narrow it down in some way

hlysine commented 6 months ago

In that case, I really don't think the problem is related to Power Loader. Power Loader only loads the chunk on server start, which allows the problem to manifest early. I'm going to close this for now. If you come across this problem consistently in the future, please open a new issue with steps to reproduce the crash.