Server with distant horizons installed, crashing after updating to 1.21.6
Hello! I updated my server to 1.21.6 and installed the latest version from the announcements channel. Previously I was running DH with no problems on 1.21.5 quilt, I have swapped to 1.21.6 fabric and it crashes on launch. no issues without DH installed.
I am using these mods, all worked in 1.21.5:
Armor Statues
Collective
Fabric API
ForgeAPIConfigport
PuzzlesLib
randomshulkercolours
Softerhaybales
ToggleableItemFrames
VillagerDeathMessages
VillagerNames
crash report attached, thankyou for any help :)
Solution:Jump to solution
File opened that is not a database file (file is not a database)],sounds like the database isn't recognizable, can you try deleting the sqlite file or moving it elsewhere? !lodstored...
5 Replies
Do you want to upload this file to mclo.gs?
mclo.gs is a website that allows users to share minecraft logs through public posts.
It's easier for the mobile users to view the file on mclo.gs, do you want it to be uploaded?
Uploaded by danu.exe
Solution
File opened that is not a database file (file is not a database)],sounds like the database isn't recognizable, can you try deleting the sqlite file or moving it elsewhere? !lodstored
!lodfile
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/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal
and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!
If you don't, the database will become corrupted.That solved it, thankyou!