String longer than maximum allowed
Towsty opened this issue ยท 2 comments
- Make sure you've got Shadowfacts Forgelin installed.
- Make sure you're not reporting something that was just fixed.
- Make sure you're not using an old version of LibrarianLib.
- Make sure you're not using Optifine or GLSL Shaders, if it's a rendering issue.
- Make sure you're using Java 7 or greater.
After you've done so, delete this template, and proceed with your issue report.
See issue TeamWizardry/TMT-Refraction#37
Unless you can reproduce this with later builds, I will close this. I think it most likely is something similar to an issue I experienced when making Circuitry where the network ids were mismatched due to packet annotations not being sorted before processing and thus having indeterminate load order between client and server, and thus having inconsistent discriminators. This causes one deserializer to try to deserialize a different packet type.