
[1.18.2 Crash] Crashing when teleported to DimDoors Limbo
itsdinkd opened this issue ยท 2 comments
Describe the bug
A player used unforgiving void to get the Limbo by falling into a void, and then crashed server.
To Reproduce
Steps to reproduce the behavior:
- Setup config to teleport to unforgiving void
- Go into void, get teleported, crash.
Logs/Screenshots/Videos
https://pastebin.com/5TnV8gUX
Config
{
"isEnabled": true,
"triggerDistance": 10,
"dropObsidian": true,
"fireResistanceSeconds": 0,
"slowFallingSeconds": 5,
"horizontalDistanceOffset": 128,
"targetDimension": "dimdoors:limbo",
"transferPositionMode": "SURFACE"
}
Versions (please complete the following information, do NOT say "latest"):
- Minecraft: [e.g. 1.16.2] 1.18.2
- Mod Version: [e.g. 2.0.0] 3.1.4
- Fabric API: [e.g. Fabric API 0.19.0 build 398] 53.4
The crash report says watchdog, so I'm guessing to just took too long to find a safe position. Maybe try setting the mode to Similar instead and see if that improves it?