LiquidBounce icon indicating copy to clipboard operation
LiquidBounce copied to clipboard

NullPointerException in minimap

Open ManInMyVan opened this issue 1 year ago • 0 comments

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

0375f700918f442efe23bd39431fcfc65a678e04

Operating System

Windows 10

Minecraft Version

1.21.1

Describe the bug

error (no crash)

Steps to reproduce

not sure, I think it happened during a world change

Client Log

[16:38:26] [Thread-517/INFO]: [STDERR]: java.lang.NullPointerException
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.web.theme.component.types.minimap.ChunkRenderer$MinimapChunkUpdateSubscriber.getColor(ChunkRenderer.kt:91)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.web.theme.component.types.minimap.ChunkRenderer$MinimapChunkUpdateSubscriber.chunkUpdate$lambda$4(ChunkRenderer.kt:178)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.web.theme.component.types.minimap.MinimapTextureAtlasManager.editChunk(MinimapTextureAtlasManager.kt:117)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.web.theme.component.types.minimap.ChunkRenderer$MinimapChunkUpdateSubscriber.chunkUpdate(ChunkRenderer.kt:173)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.utils.block.ChunkScanner$ChunkScannerThread.scanChunk(ChunkScanner.kt:173)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at net.ccbluex.liquidbounce.utils.block.ChunkScanner$ChunkScannerThread.thread$lambda$1(ChunkScanner.kt:127)
[16:38:26] [Thread-517/INFO]: [STDERR]: 	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

Screenshots

No response

ManInMyVan avatar Aug 23 '24 22:08 ManInMyVan