[Bug]: 1.20.1 Game crash (and world becomes unrecoverable) when attempting to teleport player
Orinai opened this issue ยท 4 comments
Describe the bug you're experiencing
1.20.1
Trying to sort out if this is an issue with a mod incompatibility, my config file, or the mod itself. As soon as teleport would be triggered, the game locks up, crashes, and then anytime I try to load the same world, it crashes again. Attaching My config file, as well as the crash report.
There are a lot of mods, but because of interdependencies it's hard for me to disable them for testing. Just trying to narrow down if it seems like a compatibility issue, something with my config settings, or the mod itself.
crash-2024-03-08_01.17.29-server.txt
Reproducability
- Run game with attatched config and modlist
- dig down to initiate teleportation
- crash
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.19
Modloader version
Forge
Logs
java.lang.NoSuchMethodError: 'net.minecraft.core.BlockPos com.cupboard.util.BlockSearch.findAround(net.minecraft.server.level.ServerLevel, net.minecraft.core.BlockPos, int, int, int, java.util.function.BiPredicate)'
I had the same issues, I tried to run several tries on a testing instances.
Try to downgrade to 4.2, it worked for me!
I had the same issues, I tried to run several tries on a testing instances.
Try to downgrade to 4.2, it worked for me!
Ok, that did indeed work. seems like something in 4.3 breaks everything