Closed mantun closed 12 years ago
Any info on reproducing this error?
I did reproduce it: leave the backup running every 5 minutes for a day or two, it happens rarely. It is hard to determine the cause since the code at net.minecraft.server.World.a(World.java:2426)
is obfuscated, but I'll see what I can do.
I think I fixed it, I'll leave the server running for a few days to see if it happens again.
Ok, I'm positive I understood the problem and fixed it. It didn't happen at all during my testing. This commit is the fix: https://github.com/mantun/SimpleBackup/commit/08fc28e21b1630fdf2c135086b34684a4781acc0 Sorry, I'm still new to git and don't know the proper way to send it to you. If I create a pull request, it wants you to merge the last 8 commits, instead of just the last one.
Made a few mistakes while merging the changes, accidently spammed commits because git bash decided to derp out on me, this is the final one: https://github.com/Exolius/SimpleBackup/commit/c99e15b04dc7e05e0b0dec9b5eee07704687d6a5
Nice work fixing it.
I'm going to compile this and make a new release on the bukkit dev page.
This is great - we currently don't have known issues in the plugin.
Very nice place to be in, there is always room for improvement though.
Maybe the world is being saved or chunks are loaded/unloaded while the plugin calls
save()
.