ichttt / FirstAid

A Minecraft Mod that changes the vanilla health system
GNU General Public License v3.0
27 stars 28 forks source link

crashing client when joining a server #232

Open DoofusGamer opened 3 months ago

DoofusGamer commented 3 months ago

There's a small chance that when joining a server the client crashes ---- Minecraft Crash Report ---- // This doesn't make any sense!

Time: 2024-03-17 09:56:33 Description: Ticking entity

java.lang.NullPointerException: Cannot invoke "java.util.Map.getOrDefault(Object, Object)" because "ichttt.mods.firstaid.common.registries.FirstAidRegistryLookups.DEBUFF_BUILDERS" is null

This is the first line of the crash report and looking through configs and the .jar file of the mod itself I can't find anything for "DEBUFF_BUILDERS"

ShadowFantasy commented 3 months ago

What other mods do you have? I also have this issue and have a bunch of mods, and I am trying to narrow down the problem because it seems there is either multiple mods that conflict with it or there are multiple mods that create a problem if included together.

Also what version of Forge are you using?

SGSxingchen commented 3 months ago

crash-2024-03-31_19.09.23-client.txt Same question

ichttt commented 2 days ago

Same as #236, but I just can not reproduce this. What other mods are involved? Does in only happen when connecting to a server or on singleplayer as well?