Attribute ID does not belong to a known attribut (1.18.2)
ardissaps opened this issue ยท 7 comments
This keep appearing on console when restarting : Full Log (scroll to very bottom then up little)

Hi there,
The error spam occurs when AttributeFix attempts to load its config file, shown here. AttributeFix is incompatible with Data Attributes (which PlayerEx is dependent on) - regardless of this, AttributeFix is not needed when Data Attributes is installed.
Just take out AttributeFix from your pack and the error spam should disappear.
Thanks.
Hi there, The error spam occurs when AttributeFix attempts to load its config file, shown here. AttributeFix is incompatible with Data Attributes (which PlayerEx is dependent on) - regardless of this, AttributeFix is not needed when Data Attributes is installed.
Just take out AttributeFix from your pack and the error spam should disappear. Thanks.
I see, I'll remove it then. How about Combined Modifier, seems like doing similiar, should I remove that too?
Combined Modifiers, as far as I can tell from their Github, is not doing anything that would interfere with PlayerEx. It also does not have any code that produces logging/error messages like AttributeFix does, and most of the time it should actually not be doing anything at all. Unless you're getting more spamming error messages with it installed, it should be fine.
Hi there,
Thanks for the report; I'll look into it. Full disclosure, I've had messages like this occasionally present in the dev environment, but they were due to minor timing issues between client/server syncing, and were not actually indicative of any mechanical problem.
Just to be clear, other than the error messages you've shown, are you noticing any functional issues in-game? I.e. crashes, suspicious values? If not, the solution will be to just mute the error messages in future releases.
I've transferred this issue to Data Attributes, as despite the logs presenting with PlayerEx attributes it is due to Data Attributes.