Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

ArrayIndexOutOfBoundsException occurred

JackoDEJ opened this issue ยท 5 comments

commented

Describe the bug
The crash report suggests that an ArrayIndexOutOfBoundsException occurred. This means the code attempted to access an index in an array that was out of bounds, specifically it attempted to access index 20 of an array that only has 20 elements (0-indexed, it should range from 0 to 19).

The error originates from the Concurrent Chunk Management Engine (c2me) mod, specifically at net.minecraft.class_3898.mdbe8cfb$c2me-threading-chunkio$lambda$loadChunk$3$20(class_3898.java:10571).

To Reproduce
Steps to reproduce the behavior:
Load a new world using tectonic world generator, biome makeover and DWAEBH datapack.

Expected behavior
world to load.

Screenshots

Runtime info (please complete the following information):

  • OS: Windows
  • Minecraft version: 1.19.4
  • Mod version: c2me-fabric-mc1.19.4-0.2.0+alpha.10.51.jar
  • Mod branch: D:\ATLauncher\instances\TastyVanilla2

Crash reports / logs
attached

Other mods
attached

Checklist

  • [ x ] I am using the official version of the mod.
  • [ x ] I tried the latest development version but the issue persists.
  • [ x ] I searched for similar open issues and could not find an existing bug report on this.

Additional context

crash-2023-05-20_09.34.39-server.txt
latest.log

commented

Please try to reproduce this issue with just IP and C2ME rather than just thinking.

commented

I removed the immersive portals mod based on a hunch. the worlds I generate are now loading fine. perhaps I missed something as I don't think your mod and IP are compatible.

commented

Does this happen with only IP and C2ME?

commented

To my knowledge, I think so.

commented

Closing as stale.