A few months ago, I did a backup of my PC using File History on Windows 10 (It was a really bad decision). I didn't realize that it would not necessarily copy all the files, and that it would rename them and add an ending like (2017_01_14 05_45_36 UTC). Although it did not copy all the files, it really didn't matter at all to me until I found out that it would corrupt my mine craft world files. Whenever I run my old group survival it puts out this message:
[13:09:55] [Server thread/INFO]: Starting minecraft server version 1.10
[13:09:55] [Server thread/INFO]: Loading properties
[13:09:55] [Server thread/INFO]: Default game type: SURVIVAL
[13:09:55] [Server thread/INFO]: Generating keypair
[13:09:55] [Server thread/INFO]: Starting Minecraft server on *:25565
[13:09:56] [Server thread/INFO]: Using default channel type
[13:09:56] [Server thread/INFO]: Preparing level "Ding-Dong Survival"
[13:09:57] [Server thread/INFO]: Preparing start region for level 0
java.io.FileNotFoundException: .\Ding-Dong Survival\region\r.0.0.mca (Access is denied)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at ath.<init>(SourceFile:109)
at ati.a(SourceFile:64)
at ati.c(SourceFile:88)
at atj.a(SourceFile:64)
at lr.e(SourceFile:124)
at lr.b(SourceFile:81)
at lr.c(SourceFile:95)
at net.minecraft.server.MinecraftServer.l(SourceFile:326)
at net.minecraft.server.MinecraftServer.a(SourceFile:297)
at ld.j(SourceFile:228)
at net.minecraft.server.MinecraftServer.run(SourceFile:428)
at java.lang.Thread.run(Unknown Source)
[13:09:59] [Server thread/INFO]: Preparing spawn area: 0%
[13:10:00] [Server thread/INFO]: Preparing spawn area: 4%
[13:10:02] [Server thread/INFO]: Preparing spawn area: 7%
[13:10:03] [Server thread/INFO]: Preparing spawn area: 10%
[13:10:04] [Server thread/INFO]: Preparing spawn area: 12%
[13:10:05] [Server thread/INFO]: Preparing spawn area: 15%
[13:10:06] [Server thread/INFO]: Preparing spawn area: 19%
[13:10:07] [Server thread/INFO]: Preparing spawn area: 22%
[13:10:08] [Server thread/INFO]: Preparing spawn area: 25%
[13:10:09] [Server thread/INFO]: Preparing spawn area: 30%
[13:10:10] [Server thread/INFO]: Preparing spawn area: 33%
[13:10:12] [Server thread/INFO]: Preparing spawn area: 37%
[13:10:13] [Server thread/INFO]: Preparing spawn area: 41%
[13:10:14] [Server thread/INFO]: Preparing spawn area: 46%
[13:10:15] [Server thread/INFO]: Preparing spawn area: 49%
[13:10:16] [Server thread/INFO]: Preparing spawn area: 54%
[13:10:17] [Server thread/INFO]: Preparing spawn area: 57%
[13:10:18] [Server thread/INFO]: Preparing spawn area: 63%
[13:10:20] [Server thread/INFO]: Preparing spawn area: 69%
[13:10:21] [Server thread/INFO]: Preparing spawn area: 76%
[13:10:22] [Server thread/INFO]: Preparing spawn area: 82%
[13:10:23] [Server thread/INFO]: Preparing spawn area: 87%
[13:10:24] [Server thread/INFO]: Preparing spawn area: 94%
[13:10:25] [Server thread/INFO]: Preparing spawn area: 99%
[13:10:26] [Server thread/INFO]: Done (29.399s)! For help, type "help" or "?"
[13:10:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5168ms behind, skipping 103 tick(s)
I have access to all of the files but the server says it cannot access a file:
[17:58:29] [Server thread/INFO]: Starting minecraft server version 1.10
[17:58:29] [Server thread/INFO]: Loading properties
[17:58:29] [Server thread/INFO]: Default game type: SURVIVAL
[17:58:29] [Server thread/INFO]: Generating keypair
[17:58:29] [Server thread/INFO]: Starting Minecraft server on *:25565
[17:58:30] [Server thread/INFO]: Using default channel type
[17:58:30] [Server thread/INFO]: Preparing level "Ding-Dong Survival"
[17:58:31] [Server thread/INFO]: Preparing start region for level 0
java.io.FileNotFoundException: .\Ding-Dong Survival\region\r.0.0.mca (Access is denied)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at ath.<init>(SourceFile:109)
at ati.a(SourceFile:64)
at ati.c(SourceFile:88)
at atj.a(SourceFile:64)
at lr.e(SourceFile:124)
at lr.b(SourceFile:81)
at lr.c(SourceFile:95)
at net.minecraft.server.MinecraftServer.l(SourceFile:326)
at net.minecraft.server.MinecraftServer.a(SourceFile:297)
at ld.j(SourceFile:228)
at net.minecraft.server.MinecraftServer.run(SourceFile:428)
at java.lang.Thread.run(Unknown Source)
[17:58:32] [Server thread/INFO]: Preparing spawn area: 0%
[17:58:34] [Server thread/INFO]: Preparing spawn area: 4%
But it crashed whenever I loaded it as a single player world.
I tried running it on a server and is posted this message:
[18:00:39] [Server thread/INFO]: Starting minecraft server version 1.10[18:00:39] [Server thread/INFO]: Starting minecraft server version 1.10[18:00:39] [Server thread/INFO]: Loading properties[18:00:39] [Server thread/INFO]: Default game type: SURVIVAL[18:00:39] [Server thread/INFO]: Generating keypair[18:00:39] [Server thread/INFO]: Starting Minecraft server on *:25565[18:00:39] [Server thread/INFO]: Using default channel type[18:00:39] [Server thread/INFO]: Preparing level "BlankWorld"[18:00:39] [Server thread/ERROR]: Encountered an unexpected exceptionjava.lang.RuntimeException: Failed to check session lock, aborting at azy.i(SourceFile:64) ~[minecraft_server.1.10.jar:?] at azy.<init>(SourceFile:50) ~[minecraft_server.1.10.jar:?] at azv.<init>(SourceFile:21) ~[minecraft_server.1.10.jar:?] at azw.a(SourceFile:83) ~[minecraft_server.1.10.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:242) ~[minecraft_server.1.10.jar:?] at ld.j(SourceFile:228) ~[minecraft_server.1.10.jar:?] at net.minecraft.server.MinecraftServer.run(SourceFile:428) [minecraft_server.1.10.jar:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131][18:00:40] [Server thread/ERROR]: This crash report has been saved to: C:\Users\hcarl\Desktop\Servers\1.10 Server\.\crash-reports\crash-2017-10-14_18.00.39-server.txt[18:00:40] [Server thread/INFO]: Stopping server[18:00:40] [Server thread/INFO]: Saving players[18:00:40] [Server thread/INFO]: Saving worlds
Right-click on the folder (or the drive), properties, security, and then you change the access rights.
Hi Traxkone, thanks for messaging me
It seems the server has a problem with this file, \Ding-Dong Survival\region\r.0.0.mca.
Just go into the folder and remove all the ending file names, so its just r0.0.mca and etc. Minecraft has a problem with that. Next as AugiteSoul said, you should change access rights.
I followed the instructions you gave me; I removed all of the endings on the files and I changed the permissions: https://imgur.com/bj7DRDN
When I went to go run the server it put out this message:
[17:47:02] [Server thread/INFO]: Starting minecraft server version 1.10
[17:47:02] [Server thread/INFO]: Loading properties
[17:47:02] [Server thread/INFO]: Default game type: SURVIVAL
[17:47:02] [Server thread/INFO]: Generating keypair
[17:47:02] [Server thread/INFO]: Starting Minecraft server on *:25565
[17:47:02] [Server thread/INFO]: Using default channel type
[17:47:04] [Server thread/INFO]: Preparing level "Ding-Dong Survival"
[17:47:04] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.RuntimeException: Failed to check session lock, aborting
at azy.i(SourceFile:64) ~[minecraft_server.1.10.jar:?]
at azy.<init>(SourceFile:50) ~[minecraft_server.1.10.jar:?]
at azv.<init>(SourceFile:21) ~[minecraft_server.1.10.jar:?]
at azw.a(SourceFile:83) ~[minecraft_server.1.10.jar:?]
at net.minecraft.server.MinecraftServer.a(SourceFile:242) ~[minecraft_server.1.10.jar:?]
at ld.j(SourceFile:228) ~[minecraft_server.1.10.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:428) [minecraft_server.1.10.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
[17:47:04] [Server thread/ERROR]: This crash report has been saved to: C:\Users\hcarl\Desktop\Servers\A DING DONG REVIVAL\.\crash-reports\crash-2017-10-15_17.47.04-server.txt
[17:47:04] [Server thread/INFO]: Stopping server
[17:47:04] [Server thread/INFO]: Saving players
[17:47:04] [Server thread/INFO]: Saving worlds
I figured out the problem was the session.lock file so I tried generating a new one with a singleplayer world but that did not generate any buildings and such in the world. I tried exchanging all the server files for new 1.10 files but that still would not run the world. I have all permissions set but I tried to run it in administrator anyways, but the command prompt opens and closes instantly without giving any log info.
Hopefully that is enough info for someone to figure it out.
EDIT: Here is the crash report for the above log message:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 10/15/17 5:47 PM
Description: Exception in server tick loop
java.lang.RuntimeException: Failed to check session lock, aborting
at azy.i(SourceFile:64)
at azy.<init>(SourceFile:50)
at azv.<init>(SourceFile:21)
at azw.a(SourceFile:83)
at net.minecraft.server.MinecraftServer.a(SourceFile:242)
at ld.j(SourceFile:228)
at net.minecraft.server.MinecraftServer.run(SourceFile:428)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1000046376 bytes (953 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Unknown (can't tell)
Type: Dedicated Server (map_server.txt)
The Meaning of Life, the Universe, and Everything.
Join Date:
11/25/2014
Posts:
202
Minecraft:
awesomecoolpilot
Xbox:
awesomecooldud
Member Details
Try a new/updated version of the .jar file
at azv.<init>(SourceFile:21) ~[minecraft_server.1.10.jar:?]
at azw.a(SourceFile:83) ~[minecraft_server.1.10.jar:?]
at net.minecraft.server.MinecraftServer.a(SourceFile:242) ~[minecraft_server.1.10.jar:?]
at ld.j(SourceFile:228) ~[minecraft_server.1.10.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:428) [minecraft_server.1.10.jar:?]
A few months ago, I did a backup of my PC using File History on Windows 10 (It was a really bad decision). I didn't realize that it would not necessarily copy all the files, and that it would rename them and add an ending like (2017_01_14 05_45_36 UTC). Although it did not copy all the files, it really didn't matter at all to me until I found out that it would corrupt my mine craft world files. Whenever I run my old group survival it puts out this message:
[13:09:55] [Server thread/INFO]: Starting minecraft server version 1.10
[13:09:55] [Server thread/INFO]: Loading properties
[13:09:55] [Server thread/INFO]: Default game type: SURVIVAL
[13:09:55] [Server thread/INFO]: Generating keypair
[13:09:55] [Server thread/INFO]: Starting Minecraft server on *:25565
[13:09:56] [Server thread/INFO]: Using default channel type
[13:09:56] [Server thread/INFO]: Preparing level "Ding-Dong Survival"
[13:09:57] [Server thread/INFO]: Preparing start region for level 0
java.io.FileNotFoundException: .\Ding-Dong Survival\region\r.0.0.mca (Access is denied)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at ath.<init>(SourceFile:109)
at ati.a(SourceFile:64)
at ati.c(SourceFile:88)
at atj.a(SourceFile:64)
at lr.e(SourceFile:124)
at lr.b(SourceFile:81)
at lr.c(SourceFile:95)
at net.minecraft.server.MinecraftServer.l(SourceFile:326)
at net.minecraft.server.MinecraftServer.a(SourceFile:297)
at ld.j(SourceFile:228)
at net.minecraft.server.MinecraftServer.run(SourceFile:428)
at java.lang.Thread.run(Unknown Source)
[13:09:59] [Server thread/INFO]: Preparing spawn area: 0%
[13:10:00] [Server thread/INFO]: Preparing spawn area: 4%
[13:10:02] [Server thread/INFO]: Preparing spawn area: 7%
[13:10:03] [Server thread/INFO]: Preparing spawn area: 10%
[13:10:04] [Server thread/INFO]: Preparing spawn area: 12%
[13:10:05] [Server thread/INFO]: Preparing spawn area: 15%
[13:10:06] [Server thread/INFO]: Preparing spawn area: 19%
[13:10:07] [Server thread/INFO]: Preparing spawn area: 22%
[13:10:08] [Server thread/INFO]: Preparing spawn area: 25%
[13:10:09] [Server thread/INFO]: Preparing spawn area: 30%
[13:10:10] [Server thread/INFO]: Preparing spawn area: 33%
[13:10:12] [Server thread/INFO]: Preparing spawn area: 37%
[13:10:13] [Server thread/INFO]: Preparing spawn area: 41%
[13:10:14] [Server thread/INFO]: Preparing spawn area: 46%
[13:10:15] [Server thread/INFO]: Preparing spawn area: 49%
[13:10:16] [Server thread/INFO]: Preparing spawn area: 54%
[13:10:17] [Server thread/INFO]: Preparing spawn area: 57%
[13:10:18] [Server thread/INFO]: Preparing spawn area: 63%
[13:10:20] [Server thread/INFO]: Preparing spawn area: 69%
[13:10:21] [Server thread/INFO]: Preparing spawn area: 76%
[13:10:22] [Server thread/INFO]: Preparing spawn area: 82%
[13:10:23] [Server thread/INFO]: Preparing spawn area: 87%
[13:10:24] [Server thread/INFO]: Preparing spawn area: 94%
[13:10:25] [Server thread/INFO]: Preparing spawn area: 99%
[13:10:26] [Server thread/INFO]: Done (29.399s)! For help, type "help" or "?"
[13:10:31] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5168ms behind, skipping 103 tick(s)
https://drive.google.com/open?id=0Bwo1tZl6uXXoNHA3V25QZFRUTGM
There is the world file, if anybody can figure out how to un-corrupt the world that would be great.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTry to change access rights on all the world files.
I am out. If you want to contact me, send me a mail, or a tweet.
contact me
contact [at] augitesoul [dot] fr
https://twitter.com/luoSetiguA
I do vaporwave aesthetics, and soon audio creations.
l'oeil, l'image
l'ouïe, le son
Sounds from a future that does not exist yet. Results of arbitrary code execution into a living computing matrix, turned into sounds...
https://nouveaudossier.bandcamp.com
https://soundcloud.com/nouveaudossier
I'm such a noob, what does that mean and how can I do it?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumRight-click on the folder (or the drive), properties, security, and then you change the access rights.
I am out. If you want to contact me, send me a mail, or a tweet.
contact me
contact [at] augitesoul [dot] fr
https://twitter.com/luoSetiguA
I do vaporwave aesthetics, and soon audio creations.
l'oeil, l'image
l'ouïe, le son
Sounds from a future that does not exist yet. Results of arbitrary code execution into a living computing matrix, turned into sounds...
https://nouveaudossier.bandcamp.com
https://soundcloud.com/nouveaudossier
I have access to all of the files but the server says it cannot access a file:
[17:58:29] [Server thread/INFO]: Starting minecraft server version 1.10
[17:58:29] [Server thread/INFO]: Loading properties
[17:58:29] [Server thread/INFO]: Default game type: SURVIVAL
[17:58:29] [Server thread/INFO]: Generating keypair
[17:58:29] [Server thread/INFO]: Starting Minecraft server on *:25565
[17:58:30] [Server thread/INFO]: Using default channel type
[17:58:30] [Server thread/INFO]: Preparing level "Ding-Dong Survival"
[17:58:31] [Server thread/INFO]: Preparing start region for level 0
java.io.FileNotFoundException: .\Ding-Dong Survival\region\r.0.0.mca (Access is denied)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at ath.<init>(SourceFile:109)
at ati.a(SourceFile:64)
at ati.c(SourceFile:88)
at atj.a(SourceFile:64)
at lr.e(SourceFile:124)
at lr.b(SourceFile:81)
at lr.c(SourceFile:95)
at net.minecraft.server.MinecraftServer.l(SourceFile:326)
at net.minecraft.server.MinecraftServer.a(SourceFile:297)
at ld.j(SourceFile:228)
at net.minecraft.server.MinecraftServer.run(SourceFile:428)
at java.lang.Thread.run(Unknown Source)
[17:58:32] [Server thread/INFO]: Preparing spawn area: 0%
[17:58:34] [Server thread/INFO]: Preparing spawn area: 4%
I really hope there is a fix for this.
I followed the steps listed here: https://minecraft.gamepedia.com/Tutorials/Recover_corrupted_saved_world_data
But it crashed whenever I loaded it as a single player world.
I tried running it on a server and is posted this message:
[18:00:39] [Server thread/INFO]: Starting minecraft server version 1.10[18:00:39] [Server thread/INFO]: Starting minecraft server version 1.10[18:00:39] [Server thread/INFO]: Loading properties[18:00:39] [Server thread/INFO]: Default game type: SURVIVAL[18:00:39] [Server thread/INFO]: Generating keypair[18:00:39] [Server thread/INFO]: Starting Minecraft server on *:25565[18:00:39] [Server thread/INFO]: Using default channel type[18:00:39] [Server thread/INFO]: Preparing level "BlankWorld"[18:00:39] [Server thread/ERROR]: Encountered an unexpected exceptionjava.lang.RuntimeException: Failed to check session lock, aborting at azy.i(SourceFile:64) ~[minecraft_server.1.10.jar:?] at azy.<init>(SourceFile:50) ~[minecraft_server.1.10.jar:?] at azv.<init>(SourceFile:21) ~[minecraft_server.1.10.jar:?] at azw.a(SourceFile:83) ~[minecraft_server.1.10.jar:?] at net.minecraft.server.MinecraftServer.a(SourceFile:242) ~[minecraft_server.1.10.jar:?] at ld.j(SourceFile:228) ~[minecraft_server.1.10.jar:?] at net.minecraft.server.MinecraftServer.run(SourceFile:428) [minecraft_server.1.10.jar:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_131][18:00:40] [Server thread/ERROR]: This crash report has been saved to: C:\Users\hcarl\Desktop\Servers\1.10 Server\.\crash-reports\crash-2017-10-14_18.00.39-server.txt[18:00:40] [Server thread/INFO]: Stopping server[18:00:40] [Server thread/INFO]: Saving players[18:00:40] [Server thread/INFO]: Saving worlds
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHi Traxkone, thanks for messaging me
It seems the server has a problem with this file, \Ding-Dong Survival\region\r.0.0.mca.
Just go into the folder and remove all the ending file names, so its just r0.0.mca and etc. Minecraft has a problem with that. Next as AugiteSoul said, you should change access rights.
Hopefully this should solve everything
YouTube? www.youtube.com/clockpie5436
^^ plase sub as it does help alot!
Need help with anything? Message me!
I can halp you with most MC related problems.
Thanks for responding!
I followed the instructions you gave me; I removed all of the endings on the files and I changed the permissions: https://imgur.com/bj7DRDN
When I went to go run the server it put out this message:
I figured out the problem was the session.lock file so I tried generating a new one with a singleplayer world but that did not generate any buildings and such in the world. I tried exchanging all the server files for new 1.10 files but that still would not run the world. I have all permissions set but I tried to run it in administrator anyways, but the command prompt opens and closes instantly without giving any log info.
Hopefully that is enough info for someone to figure it out.
EDIT: Here is the crash report for the above log message:
Bump plz halp anyone who is smart
What happens when you create a new world and load it?
I'm also guessing that minecraft can't access anything in the .minecraft directory, try changing the folder permissions for .minecraft
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTry a new/updated version of the .jar file
YouTube? www.youtube.com/clockpie5436
^^ plase sub as it does help alot!
Need help with anything? Message me!
I can halp you with most MC related problems.