Array Index Out Of Bounds Exception: Index 2048 out of bounds for length 1025
manmaed opened this issue ยท 3 comments
Log Files
latest.log: https://pastebin.com/WT4A0Vyr
debug.log: Unable to paste due to suze
Crash Report: https://pastebin.com/0EWM59D9
Steps to reproduce
Unkown!
Expected behaviour
Not To Crash
if it helps, EvilCraft was having a similar issue and he moved his color registration to ColorHandlerEvent.item as opposed to the FMLLoadCompleteEvent event and it did resolve the error. His change commit is here if its helpful. Although there isnt perfect code parity with your registrations here I suspect the root cause is similar.
This happens maybe 1/10 launches. Enough to be a concern for a pack releasing but not terribly reproducible on demand
Playing on the newest version of FTB Plexiglass and get this exact error frequently, past 5 launches have resulted in this error
crash-2022-10-27_20.29.19-fml.txt
crash-2022-10-27_20.24.08-fml.txt
crash-2022-10-27_20.11.48-fml.txt
crash-2022-10-27_18.18.33-fml.txt
crash-2022-10-27_18.15.05-fml.txt
This was fixed in 1.19, but not 1.18:
"Register color handlers using the forge event" - eed6bc4
So I backported it:
https://github.com/unilock/AutoRegLib/tree/1.18-ColorHandlerEvent
(release)