This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
jv110's profile picture

Program disappeared

Started by jv110, 09 February 2016 - 01:59 PM
jv110 #1
Posted 09 February 2016 - 02:59 PM
So, yesterday I was programming something, and today I was going to continue, but…

Spoiler

It just… disappeared. Now it's just a bunch of "NUL"s. In Minecraft, it takes a while to load then shows it as a blank file.

Maybe it's because I shut my computer down without closing Minecraft first?
PixelToast #2
Posted 09 February 2016 - 06:34 PM
go into the command prompt and run the "chkdsk" command, if it detects anything is wrong it will prompt you to restart and it on startup it will run chkdsk again but not in read-only mode
jv110 #3
Posted 09 February 2016 - 08:49 PM
go into the command prompt and run the "chkdsk" command, if it detects anything is wrong it will prompt you to restart and it on startup it will run chkdsk again but not in read-only mode

It's not a problem with my disk, it's just a single file
Lupus590 #4
Posted 09 February 2016 - 10:29 PM
go into the command prompt and run the "chkdsk" command, if it detects anything is wrong it will prompt you to restart and it on startup it will run chkdsk again but not in read-only mode

It's not a problem with my disk, it's just a single file

I have a single file on my computer which has problems in it, check disk fixes it. It's kind of annoying because it has a problem with me deleting the file, so checkdisk puts it back.

What I mean is, if you have a disk error then it has to be somewhere, why not on just one file? Disk errors may not effect the entire disk.

Another option if to check if windows gave you backup copies of this file, I believe that you can access these via the files properties, rightclick on the file.
jv110 #5
Posted 09 February 2016 - 10:45 PM
go into the command prompt and run the "chkdsk" command, if it detects anything is wrong it will prompt you to restart and it on startup it will run chkdsk again but not in read-only mode

It's not a problem with my disk, it's just a single file

I have a single file on my computer which has problems in it, check disk fixes it. It's kind of annoying because it has a problem with me deleting the file, so checkdisk puts it back.

What I mean is, if you have a disk error then it has to be somewhere, why not on just one file? Disk errors may not effect the entire disk.

Another option if to check if windows gave you backup copies of this file, I believe that you can access these via the files properties, rightclick on the file.

I just ran it, and it did nothing. It just said there was nothing wrong and no action was needed.
HPWebcamAble #6
Posted 09 February 2016 - 11:24 PM
Certainly looks like a (real life) disk error. It's not a good idea to shut down your computer without closing minecraft, but I don't think that's the problem here.

Maybe post your forge logs from the day you closed it and the day you opened it.


That file is 9300 characters, was the original about that length (roughly 250 lines)?


Another option if to check if windows gave you backup copies of this file, I believe that you can access these via the files properties, rightclick on the file.
That is part of file history. I'm fairly certain windows won't have a backup of your files unless you've got file history turned on, backing up your files periodically.
FH didn't even work for me (said some directory wasn't able to be backed up, so it never ran). I use CrashPlan now (Free unless you want to backup stuff to their servers)
jv110 #7
Posted 10 February 2016 - 04:32 PM
Certainly looks like a (real life) disk error. It's not a good idea to shut down your computer without closing minecraft, but I don't think that's the problem here.

Maybe post your forge logs from the day you closed it and the day you opened it.


That file is 9300 characters, was the original about that length (roughly 250 lines)?

The log has nothing special, it's just your everyday Forge log
Spoiler

[12:20:58] [Client thread/INFO]: Setting user: Player
[12:21:06] [Client thread/INFO]: LWJGL Version: 2.9.4
[12:21:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ComputerCraft
[12:21:19] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:21:20] [Thread-10/INFO]: Initializing LWJGL OpenAL
[12:21:20] [Thread-10/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:21:20] [Thread-10/INFO]: OpenAL initialized.
[12:21:20] [Sound Library Loader/INFO]: Sound engine started
[12:21:35] [Client thread/INFO]: Created: 8x8 textures-atlas
[12:21:38] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:ComputerCraft
[12:21:38] [Client thread/INFO]: SoundSystem shutting down...
[12:21:39] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[12:21:39] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:21:39] [Thread-12/INFO]: Initializing LWJGL OpenAL
[12:21:39] [Thread-12/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:21:39] [Thread-12/INFO]: OpenAL initialized.
[12:21:39] [Sound Library Loader/INFO]: Sound engine started
[12:21:44] [Client thread/INFO]: Created: 1024x512 textures-atlas
[14:01:53] [Server thread/INFO]: Starting integrated minecraft server version 1.8.9
[14:01:53] [Server thread/INFO]: Generating keypair
[14:01:54] [Server thread/INFO]: Preparing start region for level 0
[14:01:55] [Server thread/INFO]: Preparing spawn area: 45%
[14:02:02] [Server thread/INFO]: Player[local:E:91ac52d9] logged in with entity id 0 at (13.6639584708203, 237.0, 15.953410776046322)
[14:02:02] [Server thread/INFO]: Player entrou no jogo
[14:02:03] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6adc23ba[id=00000000-0000-0000-0000-000000000000,name=Player,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2778) [ave.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SourceFile:106) [bnp$3.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_45]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[19:05:27] [Server thread/INFO]: Saving and pausing game...
[19:05:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:05:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:05:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:09:57] [Server thread/INFO]: Saving and pausing game...
[19:09:57] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:09:57] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:09:57] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:10:16] [Server thread/INFO]: Saving and pausing game...
[19:10:16] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:10:16] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:10:17] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:10:35] [Server thread/INFO]: Saving and pausing game...
[19:10:35] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:10:36] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:10:36] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:10:58] [Server thread/INFO]: Saving and pausing game...
[19:10:58] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:10:58] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:10:58] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:11:52] [Server thread/INFO]: Saving and pausing game...
[19:11:52] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:11:52] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:11:52] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:13:28] [Server thread/INFO]: Saving and pausing game...
[19:13:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:13:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:13:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:13:55] [Server thread/INFO]: Saving and pausing game...
[19:13:55] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:13:55] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:13:55] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:16:24] [Server thread/INFO]: Saving and pausing game...
[19:16:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:16:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:16:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:17:07] [Server thread/INFO]: Saving and pausing game...
[19:17:07] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:17:07] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:17:07] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:18:39] [Server thread/INFO]: Saving and pausing game...
[19:18:39] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:18:39] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:18:39] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:19:38] [Server thread/INFO]: Saving and pausing game...
[19:19:38] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:19:38] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:19:38] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:23:26] [Server thread/INFO]: Saving and pausing game...
[19:23:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:23:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:23:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:24:21] [Server thread/INFO]: Saving and pausing game...
[19:24:21] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:24:21] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:24:21] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:28:23] [Server thread/INFO]: Saving and pausing game...
[19:28:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:28:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:28:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:32:13] [Server thread/INFO]: Saving and pausing game...
[19:32:13] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:32:13] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:32:13] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:32:44] [Server thread/INFO]: Saving and pausing game...
[19:32:44] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:32:44] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:32:44] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[19:33:53] [Server thread/INFO]: Saving and pausing game...
[19:33:53] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[19:33:53] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[19:33:53] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:11:25] [Server thread/INFO]: Saving and pausing game...
[20:11:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:11:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:11:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:16] [Server thread/INFO]: Saving and pausing game...
[20:35:16] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:16] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:16] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:23] [Server thread/INFO]: Saving and pausing game...
[20:35:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:23] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:24] [Server thread/INFO]: Saving and pausing game...
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:24] [Server thread/INFO]: Saving and pausing game...
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:24] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:25] [Server thread/INFO]: Saving and pausing game...
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:25] [Server thread/INFO]: Saving and pausing game...
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:25] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:26] [Server thread/INFO]: Saving and pausing game...
[20:35:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:26] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:27] [Server thread/INFO]: Saving and pausing game...
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:27] [Server thread/INFO]: Saving and pausing game...
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:27] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:28] [Server thread/INFO]: Saving and pausing game...
[20:35:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:28] [Server thread/INFO]: Saving and pausing game...
[20:35:28] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:29] [Server thread/INFO]: Saving and pausing game...
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:29] [Server thread/INFO]: Saving and pausing game...
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:29] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:30] [Server thread/INFO]: Saving and pausing game...
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:30] [Server thread/INFO]: Saving and pausing game...
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:30] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:31] [Server thread/INFO]: Saving and pausing game...
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:31] [Server thread/INFO]: Saving and pausing game...
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:31] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:32] [Server thread/INFO]: Saving and pausing game...
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:32] [Server thread/INFO]: Saving and pausing game...
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:32] [Server thread/INFO]: Saving and pausing game...
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:33] [Server thread/INFO]: Saving and pausing game...
[20:35:33] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:33] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:33] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:34] [Server thread/INFO]: Saving and pausing game...
[20:35:34] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:34] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:34] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:35] [Server thread/INFO]: Saving and pausing game...
[20:35:35] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:35] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:35] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:35:36] [Server thread/INFO]: Saving and pausing game...
[20:35:36] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:35:36] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:35:36] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:48:11] [Server thread/INFO]: Saving and pausing game...
[20:48:11] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:48:11] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:48:11] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[20:49:37] [Server thread/INFO]: Saving and pausing game...
[20:49:37] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[20:49:37] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[20:49:37] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[21:44:32] [Server thread/INFO]: Saving and pausing game...
[21:44:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[21:44:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[21:44:32] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[21:48:01] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3126ms behind, skipping 62 tick(s)
[21:59:15] [Server thread/INFO]: Saving and pausing game...
[21:59:15] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[21:59:15] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[21:59:15] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End
[22:24:10] [Server thread/INFO]: Saving and pausing game...
[22:24:10] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Overworld
[22:24:11] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/Nether
[22:24:11] [Server thread/INFO]: Saving chunks for level 'ComputerCraft'/The End

About the original file, it has about 300 lines, I'm just not very worried since I had I backup in a disk from the same day (copied to a floppy then threw it away since it was totally useless), but this is still a bug.

And I'm pretty sure the problem is shutting off while Minecraft is open, since I had that file opened and it was the only one affected
Edited on 10 February 2016 - 03:33 PM
Lyqyd #8
Posted 10 February 2016 - 05:36 PM
You can't expect things not to break when you forcibly terminate a program, which happens when you shut down the computer without closing programs first. This is not a bug in ComputerCraft.