Results 265 comments of qouteall

@PilaScat Are you using altoclef? Immptl is incompatible with it.

@luni3359 Does it crash after removing Xaero's Minimap, Xaero's World Map, starlight?

@luni3359 issue moved to https://github.com/qouteall/ImmersivePortalsMod/issues/960

@GdXyhd are you using mc 1.18.1 and the latest version of immptl? If so post the log (`.minecraft/logs/latest.log`)

@GdXyhd It may be a mod compatibility issue. Does the issue occur with only immptl and fabric api?

Can you reproduce the issue with the latest version of immptl and post the log? (The log is `.minecraft/logs/latest.log`)

Seems that the issue is that map atlas cannot serialize and deserialize its packet with immptl

Can you show a video about the issue?

``` java.lang.IndexOutOfBoundsException: readerIndex(6359) + length(1) exceeds writerIndex(6359): UnpooledHeapByteBuf(ridx: 6359, widx: 6359, cap: 6359/6359) at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1442) ~[netty-all-4.1.68.Final.jar:?] at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:730) ~[netty-all-4.1.68.Final.jar:?] at net.minecraft.network.FriendlyByteBuf.readByte(FriendlyByteBuf.java:1013) ~[[email protected]:?] at net.minecraft.network.FriendlyByteBuf.readVarInt(FriendlyByteBuf.java:344) ~[[email protected]:?] at net.minecraft.network.FriendlyByteBuf.readLongArray(FriendlyByteBuf.java:269) ~[[email protected]:?] at net.minecraft.network.FriendlyByteBuf.readLongArray(FriendlyByteBuf.java:265)...

Update: I tested the latest Fabric version twilight forest with ImmPtl and the chunk loading issue seems fixed. But there is a new issue that causes crash: ``` java.lang.AbstractMethodError: Missing...