[INACTIVE][ADMN] SimpleSave v3.25 Simple automatic saving! [000] - Backups!

Discussion in 'Inactive/Unsupported Plugins' started by desmin88, Mar 11, 2011.

  1. Offline

    desmin88

  2. Offline

    ssechaud

    Troll much?

    Look, I am just posting the info here as quick as I can. If you want to get all hurt about it fine. I'm not demanding anything. I appreciate your work, and link back to this thread to let people know that I like and use this plugin. At no point have I told you what to do. You are telling me what to do. Yet am not all hurt about it, am just trying to share some info. Fair enough someones already posted it to you. But no need to be an ignoramus about it. Pages don't refresh themselves. As for my sig, it gives you everything you need, CB build, plugins and versions. The log shows you that after your own initialisation message there is an error, you should know what is going on by just seeing that alone.

    Stop acting like the hurt animal just because people aren't following your stipulations about error reports, and implying that everyone is pressuring you.
     
    maystorm likes this.
  3. Offline

    desmin88

    @ssechaud
    Really? Hahaha, your joking right?
    The "stipulations" is so I can give people help with the highest of efficiency.
    If your not willing to follow that, don't even bother posting. Your a waste of my time.
     
  4. Offline

    ssechaud

    @desmin88
    Well in my book moaning about posts not using bb code for formatting is on the level of trolling. Lets go through the "stipulations" for a error report ;)
    • Craftbukkit version number (in the sig)
    • SimpleSave version (in the sig)
    • Description of error (in the log, its at boot)
    • What you did to reproduce the error (in the log, the init message tells you what happened)
    • A possible work-around you found (am no plugin developer, you fix the bugs)
    • Other plugins you have (in the sig, with versions)
    So as far as I can see all the info requested was in the post I made with the inclusion of my sig.

    @Maxis010
    I agree on not posting about non-RB errors, sometimes I forget and just post the error, it's not that big a problem, I still think it's useful to know even if it isn't on an RB.

    And I didn't mention butts.

    PS. Also just know I mean no bad feeling, and not to be disrespectful to you guys. Am not telling people they are a waste of their time. Is it too hard to keep it friendly?
     
  5. Offline

    desmin88

    @ssechaud
    Your posts dont have a sig?
    Besides, I'm not supporting 812. My plugin post CLEARLY says 803. Thanks.
     
  6. Offline

    ssechaud

    Sig's only get shown once on the the first post by a user on any given page.
     
  7. Offline

    Fluff

    Sounds like a good reason to put the information the dev asked for in the post, not a sig, huh?
     
  8. Offline

    desmin88

    @ssechaud
    It's all irrelevant. I'm not updating until an RB.
     
  9. Offline

    kaasinees

    There was a bug with the scheduler thats fixed in #813.
    Anyway, ssechaud, also if you took some time you would see i already posted that same error before.
     
  10. Offline

    PhantomGamers

    I still get the error on 813.
    Hopefully a recommended build gets published soon so desmin will update it.
     
  11. Offline

    Taranis01

    @desmin88

    Code:
    > 02:49:32 [INFO] Ending world save
    > 02:49:31 [INFO] Ending world backup
    > 02:49:31 [INFO] at java.lang.Thread.run(Thread.java:636)
    > 02:49:31 [INFO] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    > 02:49:31 [INFO] at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:137)
    > 02:49:31 [INFO] at org.desmin88.simplesave.Backup.backup(Backup.java:41)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    > 02:49:31 [INFO] at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:290)
    > 02:49:31 [INFO] at java.io.FileInputStream.(FileInputStream.java:137)
    > 02:49:31 [INFO] at java.io.FileInputStream.open(Native Method)
    > 02:49:31 [INFO] java.io.FileNotFoundException: world1/players/_tmp_.dat (No such file or directory)
    > 02:49:31 [INFO] BuyAbilities: Player "Tara"'s data saved.
    > 02:49:31 [INFO] Beginning world save
    > 02:49:31 [INFO] Unloading player "Tara"'s data!
    > 02:49:31 [INFO] Player "Tara" quitted!
    > 02:49:31 [INFO] Beginning world backup 
    Im using CB766 and SimpleSave 3.03
    Its not the first time i get this error, but i cant say what triggers it.
    I also have the already reported Problem, that SimpleSave doesnt Save (after server crash the world and inventorys are set back to some hours before).
    I just set the plugin.send.saveoff-on= to false, so its saving the normal way as long the Saving doesnt work
     
  12. Offline

    desmin88

    @Taranis01
    BuyAbilities is the cause of the issue.
     
  13. Offline

    Taranis01

    are you sure?
    i just got one without BuyAbility:

    Code:
    2011-05-27 09:50:19 [INFO] Player "Tara" quitted!
    2011-05-27 09:50:19 [INFO] Beginning world backup
    2011-05-27 09:50:19 [INFO] Unloading player "Tara"'s data!
    2011-05-27 09:50:19 [INFO] java.io.FileNotFoundException: world1/players/_tmp_.dat (No such file or directory)
    2011-05-27 09:50:19 [INFO]     at java.io.FileInputStream.open(Native Method)
    2011-05-27 09:50:19 [INFO]     at java.io.FileInputStream.<init>(FileInputStream.java:137)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:290)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.Backup.backup(Backup.java:41)
    2011-05-27 09:50:19 [INFO]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:137)
    2011-05-27 09:50:19 [INFO]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-05-27 09:50:19 [INFO]     at java.lang.Thread.run(Thread.java:636)
    2011-05-27 09:50:19 [INFO] SimpleSave: Deleting old backups
    2011-05-27 09:50:19 [INFO] Ending world backup
    
     
  14. Offline

    belfedia

    I have same issue than Taranis01 since 3.06

    No save, no backup, my world rollback and my players are angry :(
    I have see one more problem !
    I have a world and a netherworld
    Simplesave backup world and after 3 backup no save netherworld...
    I have that in backup :
     
  15. Offline

    halo587

    is this 1.6.4 COMPATIBLE?
     
  16. Offline

    desmin88

    @belfedia
    Are you running 812 or above?
    @halo587
    THE OP TITLE says 803, not 812. So, no.
    @Taranis01
    Are you running 812 or above?
    Also, what is sending these things to console: "Player "Tara" quitted!" "Unloading player "Tara"'s data!"
     
  17. Offline

    Taranis01

    CB766,
    Player Tara quitted <-- i disconnected
    Code:
    [INFO] Unloading player "Tara"'s data!
    [INFO] BuyAbilities: Player "Tara"'s data saved.
    normaly it appears like that. i think its from BuyAbilities - sorry, that would be BuyAbilities after all ^^
     
  18. Offline

    belfedia

    Sorry desmin88, I run CB#803 :)
    I use performance_mod also
    Since 3.05, sometimes, normal saves don't work, backup save are trash
    and i have to 24 hours roll back.

    Code:
    [SimpleSave] Beginning world backup
    2011-05-27 17:12:16 [INFO] java.io.FileNotFoundException: world/players/_tmp_.dat (No such file or directory)
    2011-05-27 17:12:16 [INFO]     at java.io.FileInputStream.open(Native Method)
    2011-05-27 17:12:16 [INFO]     at java.io.FileInputStream.<init>(FileInputStream.java:137)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyFile(FileUtils.java:290)
    2011-05-27 17:12:16 [INFO] [SimpleSave] Beginning world save
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:265)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.doCopyDirectory(FileUtils.java:263)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:230)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:156)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.FileUtils.copyDirectory(FileUtils.java:125)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.Backup.backup(Backup.java:41)
    2011-05-27 17:12:16 [INFO]     at org.desmin88.simplesave.SimpleSave$BackupMethod.run(SimpleSave.java:137)
    2011-05-27 17:12:16 [INFO]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-05-27 17:12:16 [INFO]     at java.lang.Thread.run(Thread.java:636)
    2011-05-27 17:12:16 [INFO] SimpleSave: Deleting old backups
    2011-05-27 17:12:16 [INFO] [SimpleSave] Ending world backup
    2011-05-27 17:12:18 [INFO] [SimpleSave] Ending world save
    Code:
    2011-05-27 18:09:20 [INFO] [SimpleSave] Ending world save
    2011-05-27 18:10:46 [INFO] [Runecraft] nanard went through a teleporter.
    2011-05-27 18:13:56 [INFO] [SimpleSave] Beginning world backup
    2011-05-27 18:14:09 [SEVERE] java.net.SocketException: Broken pipe
    2011-05-27 18:14:09 [SEVERE]     at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-05-27 18:14:09 [SEVERE]     at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
    2011-05-27 18:14:09 [SEVERE]     at java.net.SocketOutputStream.write(SocketOutputStream.java:132)
    2011-05-27 18:14:09 [SEVERE]     at java.io.DataOutputStream.write(DataOutputStream.java:88)
    2011-05-27 18:14:09 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:120)
    2011-05-27 18:14:09 [SEVERE]     at net.minecraft.server.NetworkManager.e(NetworkManager.java:96)
    2011-05-27 18:14:09 [SEVERE]     at net.minecraft.server.NetworkManager.d(NetworkManager.java:231)
    2011-05-27 18:14:09 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:90)
    2011-05-27 18:14:09 [INFO] nanard lost connection: disconnect.genericReason
    2011-05-27 18:14:09 [INFO] Connection reset
    2011-05-27 18:14:09 [INFO] [SimpleSave] Beginning world save
    2011-05-27 18:14:09 [INFO] [SimpleSave] Beginning world backup
    2011-05-27 18:14:11 [INFO] [SimpleSave] Ending world save
    
     
  19. Offline

    Maxis010

    Care to post your config, I can't see where this _tmp_ is coming from in the source but that is the cause of the errors
     
  20. Offline

    jaboy

    Hey

    i don't want the backup thingy
    but when i turn backup off (backup.use=false)... it keeps making the backups ... have i done something wrong ?!
     
  21. Offline

    desmin88

    @jaboy
    Redownload and regenerate your config. Turn backup.use to false
    I just tested this and it works.
    @belfedia
    Try removing all plugins and see if you get this error.
    @Taranis01
    Do the same as belfedia.
     
  22. Offline

    CoolOppo

    "plugin.ignore.noplayers=false; Backup if no players anyway"

    So if I set this to true then it will backup even if there are no players online?
     
  23. Offline

    jaboy

    i tried ... didnt work
     
  24. Offline

    desmin88

  25. Offline

    dark1256

    • Craftbukkit version number: 814
    • SimpleSave version: 3.03


    Code:
    2011-05-27 22:20:37 [SEVERE] Error occurred while enabling SimpleSave v3.03 (Is it up to date?): y
    java.lang.NoSuchFieldError: y
        at org.desmin88.simplesave.SimpleSave.setY(SimpleSave.java:162)
        at org.desmin88.simplesave.SimpleSave.onEnable(SimpleSave.java:85)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:229)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:216)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:282)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  26. Offline

    desmin88

    @jaboy
    Ok, well read the OP about error reporting and post back.
    What I need most is a server log starting from a fresh restart of the server.

    @dark1256
    My plugin wont support the new version until an RB. All versions are unstable as of now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  27. Offline

    belfedia

    My config, i'm trying without plugin but 3.02 working fine
    Code:
    #SimpleSave Config File 
    #Fri May 27 11:14:50 CEST 2011
    save.interval=10
    save.use=true
    backup.message.ending=[SimpleSave] Ending world backup
    backup.message.starting=[SimpleSave] Beginning world backup
    backup.directory=backup
    backup.history.length=5
    save.message.send=true
    backup.use=true
    plugin.send.saveoff-on=false
    backup.interval=60
    plugin.ignore.noplayers=false
    backup.world.filter=
    save.message.color=RED
    backup.message.color=RED
    plugin.version=3.03
    backup.message.send=true
    save.message.starting=[SimpleSave] Beginning world save
    save.message.ending=[SimpleSave] Ending world save
    backup.date.format=yyyy-MM-dd hh-mm-ss
    
     
  28. Offline

    kaasinees

    desmin i know you want to wait till RB, but i could do some testing if you want.
     
  29. Offline

    desmin88

    @kaasinees
    Testing is not needed. I have a working version, but I'm not updating it until an RB comes out. Many other plugin developers are taking this stance as well. Frankly, you shouldn't be using 814 either. It is unstable.
     
  30. Offline

    PhantomGamers

    Just wanted to add, the plugin (3.06) saves fine in 815, and backs up the world_nether fine too...
    Only gives shit for backing up the normal world :/
    Those archives get corrupted, and as I said I can use world_nether archives fine.

    Quite weird.
    Not pushing you, I can patiently wait until an RB.
    Just letting you know.

    Also, I'm not sure if I do have 3.06.
    I downloaded the jar fresh, but it still just says 3.05 initialized.
    Did you just not change it? Am I still good?
    (This happened in 803 too, so it's not a update issue. Just saying.)
     
  31. Offline

    desmin88

    @PhantomGamers
    I forgot to change 3.05 to 3.06, again. :p
    Once an RB comes out, I'll resume testing and etc. As of now however, I have the Nofieldexception fixed, per latest commit to my github. If somebody wants to, you can compile it for a temp fix.
     

Share This Page