tmpod
tmpod
Explore posts from servers
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
makes sense, cus this map is leveled at y=0
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
yup, that fixed it, tyvm
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
this is a server with multiple worlds and dimensions, and I have the thingy disabled, but I've only joined this world and dimension after nuking the database
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
No description
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
seems to be better now actually, but I'm getting some hard artifacts in some areas
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
anyway, LODs are not loading properly, despite no apparent log errors
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
the culprit seems to be Polytone
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
I have my (sodium) render distance at the max of 32 and DH at 128
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
doesn't seem to be that either
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
I'll yeet config and SQLite files again
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
ok now it's not giving any log spam, but it's not working either
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
Lol my first batch of removing mods made the LOD builder NPEs show more info:
[16:31:10] [DH-LOD Builder - Chunk to Lod Builder Thread[1]/ERROR]: Unexpected error when updating chunk at pos: [C[-617,-3320]]
java.lang.NullPointerException: Cannot read field "field_16011" because the return value of "net.minecraft.class_2680.method_26205(net.minecraft.class_1922, net.minecraft.class_2338)" is null
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.block.BlockStateWrapper.<init>(BlockStateWrapper.java:187) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.block.BlockStateWrapper.fromBlockState(BlockStateWrapper.java:131) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.chunk.ChunkWrapper.getBlockState(ChunkWrapper.java:297) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at com.seibel.distanthorizons.core.wrapperInterfaces.chunk.IChunkWrapper.getBlockBiomeHashCode(IChunkWrapper.java:301) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at com.seibel.distanthorizons.core.api.internal.SharedApi.lambda$bakeChunkLightingAndSendToLevelAsync$0(SharedApi.java:297) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
[16:31:10] [DH-LOD Builder - Chunk to Lod Builder Thread[1]/ERROR]: Unexpected error when updating chunk at pos: [C[-617,-3320]]
java.lang.NullPointerException: Cannot read field "field_16011" because the return value of "net.minecraft.class_2680.method_26205(net.minecraft.class_1922, net.minecraft.class_2338)" is null
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.block.BlockStateWrapper.<init>(BlockStateWrapper.java:187) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.block.BlockStateWrapper.fromBlockState(BlockStateWrapper.java:131) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.chunk.ChunkWrapper.getBlockState(ChunkWrapper.java:297) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at com.seibel.distanthorizons.core.wrapperInterfaces.chunk.IChunkWrapper.getBlockBiomeHashCode(IChunkWrapper.java:301) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at com.seibel.distanthorizons.core.api.internal.SharedApi.lambda$bakeChunkLightingAndSendToLevelAsync$0(SharedApi.java:297) ~[distanthorizons-2.2.1-a.i0:0/:2.2.1-a]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
ye, gonna do that then, thx o7
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
I've tried nuking the config (TOML) file, in case it was something with that, to no avail, unfortunately
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
And, naturally, LOD chunks don't seem to be rendering at all
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
these first ones seem to happen every time I try to load new chunks
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
these NPEs seem to happen every few seconds (5 maybe?), even if I'm completely still (and don't even have the game focused)
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
And the NPE is as follows (attached)
27 replies
DHDistant Horizons
Created by tmpod on 11/15/2024 in #help-me
ConcurrentHashMap NPE and "Unexpected error when updating chunk at pos" in Chunk to Lod Builder
(couldn't send everything in a single message, so here are the logs in detail) I get hundred of lines like these when loading into a new world:
[16:07:34] [DH-LOD Builder - Chunk to Lod Builder Thread[0]/ERROR]: Unexpected error when updating chunk at pos: [C[-615,-3318]]
java.lang.NullPointerException: null
[16:07:34] [DH-LOD Builder - Chunk to Lod Builder Thread[0]/ERROR]: Unexpected error when updating chunk at pos: [C[-615,-3318]]
java.lang.NullPointerException: null
27 replies