![Pufferfish's Skills [Fabric & Forge & NeoForge]](https://media.forgecdn.net/avatars/thumbnails/786/631/256/256/638138098303113835.png)
Sometimes Invalid Player Data, but mostly Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "p_130086_"
NoruRama opened this issue ยท 3 comments
Hello, it's quite difficult to say what exactly the error is, but it seems like the main reason is: [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "p_130086_" is null
It's happened after I was reloading and changing some definitions for new attributes on a server, while changing I wasn't noticing anything but server froze... strangely you could continue to play while on server but
- Pufferfish's Skills doesn't open and doesn't give errors, I think?
- I got kicked after some time or server restarted after some time for no reason?
- now I cannot join the server because of another error ([de.teamlapen.lib.network.ClientboundUpdateEntityPacket/]: There is nothing to update for entity ServerPlayer['Dimas13'/39, l='ServerLevel[world]', x=39.50, y=65.00, z=-35.50, removed=UNLOADED_WITH_PLAYER](Dimas13 at 39.5,65.0,-35.5))
if it has ERRORS in config for definition and others, then nothing is happening and server working fine
Server Logs:
-
"Reloaded with ./reload while being on server" :
latest1.log -
"After server restart after 1 Log and trying to join" :
latest2.log
Client Logs: Nothing happened? But still if it somehow helps
latest.log
ModPack on server: (Sorry if modpack is big)
Mods.txt
Thank you if you could somehow help with our problem
Also, Config that I'm was going to use for testing and was trying to transfer to server, maybe it can help with finding problem (just changed to .txt because no support file type)
config.txt
connections.txt
definitions.txt
experience.txt
skills.txt
category.txt
Absolute new config is not crushing server or kicking a player, but adding another language (Russian for Title, Description or Category) is for some reason doing it...
But after removing everything back to English, it still doesn't work.
This is because your category name is FighterTraining
, but allowed characters are only lowercase letters and underscore. It is still a bug as it should result in config error instead of a crash.