Could not serialize and be sent to client
ASlipperySlope opened this issue ยท 4 comments
Issue Description:
A console error pops up every time a player joins about not being able to serialize something and that it won't be sent to the client.
What happens:
This error message appears: https://pastebin.com/34bTXAJF
What you expected to happen:
For this to not show up.
Script used:
crafttweaker.log file:
Environment:
- Minecraft Version: 1.16.5
- Forge Version: 36.1.0
- CraftTweaker Version: CraftTweaker-1.16.5-7.1.0.188.jar
- Are you using a server: Yes.
- If yes, does the client have the exact same scripts? Yes.
Game log:
This isn't an error that is coming from your scripts, this has to do with commands and affects everyone.
Okay. Is there a way to fix it? Is this a common issue that's being looked into? Kinda left me without a solution here.
I think you misunderstood, so firstly, last time I checked there wasn't a fix, I will check again.
Secondly, this isn't an issue that you can fix or need to fix, it has to do with serializing command arguments from the server to the client, so clients don't get a list of arguments to show for auto complete.
If you are actually running into an issue, it isn't caused by this, and we will need more information (like what is happening)