Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

107M Downloads

1.19.2 Log Error

jacobh12349 opened this issue ยท 1 comments

commented

Nothing broke in game, but I noticed this error in my minecraft log.

[CullThread/INFO]: [STDERR]: java.lang.ArrayIndexOutOfBoundsException: Index 1141 out of bounds for length 1025
[CullThread/INFO]: [STDERR]: 	at knot//it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap$MapIterator.nextEntry(Int2ObjectLinkedOpenHashMap.java:1236)
[CullThread/INFO]: [STDERR]: 	at knot//it.unimi.dsi.fastutil.ints.Int2ObjectLinkedOpenHashMap$ValueIterator.next(Int2ObjectLinkedOpenHashMap.java:1737)
[CullThread/INFO]: [STDERR]: 	at knot//com.google.common.collect.Iterators$1.next(Iterators.java:146)
[CullThread/INFO]: [STDERR]: 	at knot//dev.tr7zw.entityculling.CullTask.cullEntities(CullTask.java:89)
[CullThread/INFO]: [STDERR]: 	at knot//dev.tr7zw.entityculling.CullTask.run(CullTask.java:70)
[CullThread/INFO]: [STDERR]: 	at java.base/java.lang.Thread.run(Thread.java:833)
commented

Can be safely ignored, stuff like this used to show up in the log. Note: the 1.19.2 version is not updated anymore, and is missing 2 years of fixes/updates.