Ticking Entity Crash for mobs w/ vehicles
DJGunn opened this issue ยท 6 comments
Modloader
Forge
Minecraft version
1.18.2
Modloader version
Forge 40.2.0
Mod version
1.11.0
TenshiLib version
1.6.14
Description
Repeated ticking entity crash on dedicated server for modpack I'm developing.
Each time I clear the crash, it happens again later with a new entity. Every time it's been a 'vehicle', so far the vehicles I've seen in the crash logs are Guardian, Parrot, Phantom.
If more information is needed I can try to provide it.
Thanks
Steps to reproduce
- Install my modpack https://www.curseforge.com/minecraft/modpacks/bnuuycraft/files/all
- Join the dedicated server from the multiplayer menu
- Go caving and get aggro from mobs that can't reach you
- Play normally
- Eventually I crash
Mods that might affect the issue
I'm not sure, I've tried doing some debugging but I haven't seen a link to anything else yet that I can tell.
Logs
I resolved the issue by configuring forge to delete the erroring entities for a while and disabling the vehicle feature of the mod
bit late but pls reupload the crash log if possible
I'm experiencing similar issues, here are some crash reports, one from mine and another unfortunate person from 9 months ago:
The other crash report came from this issue report, from what this person said after removing Epic Fight, the issue never appeared again.
These crashes are indeed caused by entities on vehicles, just as the OP said.
I resolved the issue by configuring forge to delete the erroring entities for a while and disabling the vehicle feature of the mod
Excuse me, how to disable the vehicle feature of the mod?