[BUG-1.16.5] Server crashes when world generates for the first time. (Gets stuck at preparing spawn area X%.)
Gbergz opened this issue · 12 comments
Describe the bug
Server crashes when world generates for the first time.
(Gets stuck at preparing spawn area X%.)
To Reproduce
Steps to reproduce the behavior:
- Go to install mod on server.
- Start it.
- Let it try to generate world.
- Stuck.
- Crash but doesn't close, gets stuck at preparing spawn area.
Logs
https://gist.github.com/Gbergz/6081a1fea409ae759e2d8e36bd69d1f3
Version (please complete the following information):
- Minecraft Version : 1.16.5
- Modloader: Forge
- Mod Version: 2.0.0-alpha.12 | https://www.curseforge.com/minecraft/mc-mods/outvoted/files/3455191
Seems to happen again after some restarts. How weird..
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.spawner.WorldEntitySpawner$EntityDensityManager.func_234988_a_()I
at io.github.how_bout_no.outvoted.world.SpawnUtil.isBelowCap(SpawnUtil.java:14) ~[outvoted:?] {re:classloading}
at io.github.how_bout_no.outvoted.world.feature.BurrowGenFeature.generate(BurrowGenFeature.java:38) ~[outvoted:?] {re:classloading}
Interesting. To take it at face value a method is missing that shouldn't be missing as far as I am aware. Even more odd is that it fixed itself after a config reset? I'll take a look if I have time aside from 1.5.
Even more odd is that it fixed itself after a config reset?
Seems it was just a fluke, it's like 20% success on boot now. (that it actually starts).
Seems it was just a fluke, it's like 20% success on boot now. (that it actually starts).
Is this on the same server? And are you using a certain world seed or generating randomly? I haven't been able to recreate this on my end so far.
Yea I can't manage to replicate the error on my end, at least with just Outvoted and the dependencies. Server always starts fine without issue. Are you using the latest Forge version?
I'll modify/mess around with my test env to see if I can get this error to come out. I think I might just need to force a spawn near the desert.