Improved Mobs (Forge)

Improved Mobs (Forge)

8M Downloads

Ticking Entity Crash for mobs w/ vehicles

DJGunn opened this issue ยท 6 comments

commented

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

  1. Install my modpack https://www.curseforge.com/minecraft/modpacks/bnuuycraft/files/all
  2. Join the dedicated server from the multiplayer menu
  3. Go caving and get aggro from mobs that can't reach you
  4. Play normally
  5. 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

https://pastebin.com/8LegmpR7

commented

Same

commented

I resolved the issue by configuring forge to delete the erroring entities for a while and disabling the vehicle feature of the mod

commented

bit late but pls reupload the crash log if possible

commented

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:

Crash.txt
crash-2023-05-22_13.37.46-server.txt

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.

commented

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?

commented

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?

its in the config common.toml
image
Depends what version of the mod you are using