Hencoat
Hencoat
DHDistant Horizons
Created by Hencoat on 5/5/2024 in #help-me
Performance expectations
No description
184 replies
DHDistant Horizons
Created by Hencoat on 4/18/2024 in #bug-report
Log spam causing 3GB log and dimension corruption
DH 2.0.3 on the DH-compatible Oculus build. Complementary shader (dev version 8). Had an issue last night where my game crashed while in the Nether. No crash log, but I checked my latest.log and I was surprised to find it was over 3GB in size. I had to open it in Firefox because it was too large for either Notepad or Word. The cause of the massive log file was apparently the same few lines repeating, like, a million times. [13:35:24] [DH-World Gen Thread[3]/WARN]: Repurposed Structures: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Cataclysm: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Better Dungeons: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Repurposed Structures: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Cataclysm: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Better Dungeons: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Repurposed Structures: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Cataclysm: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Better Dungeons: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. [13:35:24] [DH-World Gen Thread[3]/WARN]: Repurposed Structures: Detected a mod with a broken basalt columns configuredfeature that is trying to place blocks outside the 3x3 safe chunk area for features. Find the broken mod and report to them to fix the placement of their basalt columns feature. Now the obvious solution would be to find the mod with the broken basalt columns, but I have no idea what mod that is (any ideas?), so in the meantime I figured I'd deal with the 3GB log issue. Obviously can't upload the full log here, but happy to provide any other info as needed.
28 replies
DHDistant Horizons
Created by Hencoat on 4/18/2024 in #bug-report
FullData ID Map out of sync for pos
Not sure if this is helpful to the devs at all, but I just got a 15-second freeze in the Nether. I quickly checked my latest.log and saw a bunch of this: [13:49:03] [DH-LOD Update Propagator Thread[22]/ERROR]: Error updating pos [{7-10,-21}], error: FullData ID Map out of sync for pos: {6-20,-42}. ID: [119] greater than the number of known ID's: [119]. java.lang.IndexOutOfBoundsException: FullData ID Map out of sync for pos: {6-20,-42}. ID: [119] greater than the number of known ID's: [119]. at com.seibel.distanthorizons.core.dataObjects.fullData.FullDataPointIdMap.getEntry(FullDataPointIdMap.java:102) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.FullDataPointIdMap.getBlockStateWrapper(FullDataPointIdMap.java:116) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.sources.FullDataSourceV2.determineMostValueInColumnSlice(FullDataSourceV2.java:660) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.sources.FullDataSourceV2.mergeInputTwoByTwoDataColumn(FullDataSourceV2.java:547) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.sources.FullDataSourceV2.updateFromOneBelowDetailLevel(FullDataSourceV2.java:387) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.sources.FullDataSourceV2.update(FullDataSourceV2.java:270) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.dataObjects.fullData.sources.FullDataSourceV2.update(FullDataSourceV2.java:253) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.file.AbstractNewDataSourceHandler.updateDataSourceAtPos(AbstractNewDataSourceHandler.java:226) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.lambda$runUpdateQueue$3(FullDataSourceProviderV2.java:252) ~[DistantHorizons-2.0.3-a-dev-1.20.1.jar%23588!/:?] 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) ~[?:?] There's also a lot of: [13:48:47] [DH-LOD Update Propagator Thread[17]/WARN]: Unable to get data point with id [142] (Max possible ID: [141]) for pos [{6-20,-41}] in dimension [overworld]. Error: [FullData ID Map out of sync for pos: {6*-20,-41}. ID: [142] greater than the number of known ID's: [142].]. Further errors for this position won't be logged. No idea what it means, but thought it might be relevant to know. I'm running DH 2.0.3 on the new DH-compatible Oculus build. Shader is Complementary (dev version 8).
2 replies
DHDistant Horizons
Created by Hencoat on 3/16/2024 in #help-me
Exit Code 1
Hiya, First time trying DH (Forge 1.20.1, custom modpack). Sadly I crash before even getting to the main menu - Exit Code 1, no crash log. I've attached my latest.log and most recent 'dated' log, but not sure if that's helpful. I'm assuming it's a mod incompatibility, but with some 350 mods, it's not really feasible to do a binary check (it would just crash anyway from having various dependencies unticked). Figured I would check in here and see if it's a known issue. Happy to provide any other info as needed.
4 replies