CannibalVox / DimDoors

Other
44 stars 28 forks source link

Server will not boot #39

Open pamiller3 opened 8 years ago

pamiller3 commented 8 years ago

The server itself had a power shortage and ever since I tried to start up the minecraft server and get this error. I upgraded to your test 9 edition and same story. Any help would be tremendous!

https://gist.githubusercontent.com/pamiller3/849e2394ad7e0389e2e6/raw/64e308a30cd24fa01455a8710271687e6e814b5f/gistfile1.txt

Soyaro666 commented 8 years ago

if something is writing to disk while the system is stopped for whatever reason the file that's been written usually becomes damaged/unreadable. Usually the easiest way to solve this is to delete the damaged file and restore a backup. In case of minecraft you shouldn't replace single files until you know what you're doing because that could cause other conflicts. restoring a backup of the whole savegame would do the job safely.

Of course that's a general suggestion for the kind of error that commonly happens on unexpected shutdowns. If there exists a fix that's related to DimDoors someone will come up with it soon I guess.