AdlyTempleton / Aura-Cascade

MIT License
21 stars 20 forks source link

Payload may not be larger than... #102

Closed xvolution closed 8 years ago

xvolution commented 8 years ago

A player on a server I help administrate gets the following error when he tries to log in:

[Disconnect] User has disconnected, reason: Internal Exception: java.lang.IllegalArgumentException: Payload may not be larger than 2097050 bytes

The issue turned out to be his player file being corrupted. After using a NBT editor to thoroughly check his player file, I spotted something odd in his ACQuest --> questArray entry.

questArray: 2097152 integers

All evidence points to the questArray entry being the cause of the corruption, but I have no idea why it would be that high. He mentioned that he hasn't even touched this mod, so in theory that integer value shouldn't be that high.

GirafiStudios commented 8 years ago

What version of Aura Cascade are you using?

xvolution commented 8 years ago

AuraCascade-557.jar

AdlyTempleton commented 8 years ago

No longer relavent