Constant Warn spam when running a server

I'm getting basically a constant warning spam On my server that's running TerraFirmaGreg-Modern 0.9.2 The log fills with this kind of message, i'm unsure what it means either. Doesnt seem to be a massive issue since it doesnt crash the server, but it does bloat the log size significantly. Here's a snippet of the log alongside the Warn message that gets spammed, I'm unsure how i could provide the full log message as i'm connected remotely using SSH and i have no idea how i could "download" one of the log files into my main computer. Worth mentioning, this is being spammed on the server, my client connection is clean.
java.lang.NullPointerException: Biome: 68
at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?]
at net.dries007.tfc.world.biome.TFCBiomes.getExtensionOrThrow(TFCBiomes.java:87) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
at net.dries007.tfc.world.TFCChunkGenerator.m_213609_(TFCChunkGenerator.java:348) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.step.StepFeatures.generateGroup(StepFeatures.java:81) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.generateDirect(BatchGenerationEnvironment.java:1029) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.lambda$generateLodFromListAsync$11(BatchGenerationEnvironment.java:492) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.GenerationEvent.lambda$startEvent$0(GenerationEvent.java:102) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:203) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
java.lang.NullPointerException: Biome: 68
at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?]
at net.dries007.tfc.world.biome.TFCBiomes.getExtensionOrThrow(TFCBiomes.java:87) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
at net.dries007.tfc.world.TFCChunkGenerator.m_213609_(TFCChunkGenerator.java:348) ~[TerraFirmaCraft-Forge-1.20.1-3.2.14.jar%23401!/:3.2.14]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.step.StepFeatures.generateGroup(StepFeatures.java:81) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.generateDirect(BatchGenerationEnvironment.java:1029) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.BatchGenerationEnvironment.lambda$generateLodFromListAsync$11(BatchGenerationEnvironment.java:492) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at loaderCommon.forge.com.seibel.distanthorizons.common.wrappers.worldGeneration.GenerationEvent.lambda$startEvent$0(GenerationEvent.java:102) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:203) ~[DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar%23313!/:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
No description
2 Replies
Puhpine
Puhpine3d ago
Looks like a small incompatibility with that world gen mod. I'm not sure if you can disable error logging on a server. Type /dh config on the client and see if there is anything close to that listed.
Nebby
NebbyOP3d ago
Tried to disable the loggings alltogether sadly that doesnt cause the log to at least be ommited happens on singleplayer too, i'll check if its legit just an incompat between TFC and DH yup, definetly something between these two mods i'll see if i can get someone from TFC tell me what i could do, maybe fix it myself

Did you find this page helpful?