Friends&Foes (Fabric/Quilt) (Copper Golem, Glare, Moobloom, Iceologer, Barnacle, Wildfire, Rascal, Tuff Golem)

Tuff Golem Crash

ScratchyFireGithub opened this issue · 3 comments

commented

Minecraft version information

1.20.1

Mod loader information

Forge

Mod loader version information

Forge 47.2.0. (Arclight Server)

Mod version information

2.0.7

Reproduction Steps

My server randomly crashes. I looked through the logs, and I know the issue.

TL;DR - The issue is this:
com.faboslav.friendsandfoes.entity.TuffGolemEntity.setPoseWithoutPrevPose
This code is run in a Non-GL thread.

Crash Report and latest.log

TL;DR - The issue is this:
com.faboslav.friendsandfoes.entity.TuffGolemEntity.setPoseWithoutPrevPose
This code is run in a Non-GL thread.

Full Crash Report:

crash.log

Additional information

The issue is this:
com.faboslav.friendsandfoes.entity.TuffGolemEntity.setPoseWithoutPrevPose
This code is run in a Non-GL thread.

commented

If you are running on some kind of bukkit server, there is probably your cause.

commented

Yeah, I’m running Arclight. Still, idk if this can be fixed, but I hope it can. Kind of inconvenient. If not, it’s alright.

commented

I looked into this little bit more, nothing i can do about this on my side, even the EntityPoseChangeEvent is purely bukkit (spiggot) only thing, so you should probably try to report this to their github, so they can somehow fix it.