Singleplayer world crashes with DH installed (MC 1.20.1 / Forge / Oculus)

Summary: Any existing or new singleplayer world with DH installed will not load and just crashes on world gen. It gets to ~0-1% (im assuming the very beginning of world generation), then it crashes and produces a crash-server crash report. Ive confirmed that my pack works just fine without DH installed and ive been able to generate SP worlds previously and test the other mods, etc. I waited for this new DH version to come out and use that, however, that is producing the same results (even after enabling/disabling generation in DH settings). I have a very good PC, 16GB of RAM dedicated to the pack with 32GB total, and shaders are disabled. I have only seen 1 post similar to this error, but that was on fabric and only had a few mods in common. The only things i could think of are a mod compatibility problem (maybe some from the other similar post?) or maybe needing to update to new forge version 47.3.0+ (pretty sure new DH version does not have restrictions on forge versions). All other info below, full crash report and logs attached. Mode: Singleplayer Shaders: Disabled (Oculus is installed) MC Version: 1.20.1 Forge Version: 47.2.32 (Maybe update to 47.3.0+ ?) Oculus Version: 1.20.1-1.7.0 (Equivalent to Iris 1.7.0 which are both compatible) Error Message (Short): Description: Exception in server tick loop java.lang.RuntimeException: java.sql.SQLException: Unable to get repo with connection string [jdbc:sqlite:C:\Users\justi\curseforge\minecraft\Instances\Zombcraft Everdawn\saves\TestingDH\data/DistantHorizons.sqlite] at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:150) ~[DistantHorizons-2.1.0-a-1.20.1.jar%23925!/:?] {re:classloading}
9 Replies
majo24
majo244w ago
Try deleting the LOD files /lodstored
YAGPDB.xyz
YAGPDB.xyz4w ago
Single Player: - Overworld: .minecraft/saves/WORLD_NAME/data/DistantHorizons.sqlite - Nether: .minecraft/saves/WORLD_NAME/DIM-1/data/DistantHorizons.sqlite - End: .minecraft/saves/WORLD_NAME/DIM1/data/DistantHorizons.sqlite - Custom Dimensions: .minecraft/saves/WORLD_NAME/DIMENSION_FOLDER/data/DistantHorizons.sqlite Multiplayer: - .minecraft/Distant_Horizons_server_data/SERVER_NAME/
ZOMBIE
ZOMBIE4w ago
I have generated whole new worlds for these experiments, it cant be LOD files or any file within a world save.
Puhpine
Puhpine4w ago
It's probably a mod incompatibility Perhaps a mod that also uses SQLite
ZOMBIE
ZOMBIE4w ago
thats wat i thought as well cuz i saw that in the "to do list" somewhere. but i have no idea wat mods use sqlite aaand the crash report / logs dont have that info either
Puhpine
Puhpine4w ago
Yea it's a very annoying issue You could perform a /binary search
YAGPDB.xyz
YAGPDB.xyz4w ago
Try a binary search and figure out which mod is causing it. So disable half of the mods, see if issue is still there, if yes disable half again etc etc until you find the mod that's causing the issue.
Tenor
Puhpine
Puhpine4w ago
But it would take a while with so many mods
ZOMBIE
ZOMBIE4w ago
i tried searching online for perhaps the mods using sqlite, but sadly it only came up with DH lol yeaaaaaaa i may have to try that, i have a list a possibilities im going through a few possible mods now (from cross referencing some1 else with similar crash report). seeing if i can find a mod incompatibility to add to the list for u guys and hopefully fix my problem.