Stone disappears and broken Chunks

Discussion in 'Bukkit Help' started by Crafter123, Jan 25, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Crafter123

    Hello.

    On my Server there`s this Problem:
    Some (not all, just some here and some there) are away and generated new,
    but all Stone is missing.
    For examplea house is in two chunks.
    One part of the house may be OK, but the other chunk is as if there never had been something.
    In some chunks, all stone has just disappeared. The rest of f.e. the road is OK, but the Stone is away
    and LogBlock says "No results found". Under the Grass and the Dirt, all ores and the bedrock is still there.
    What can I do?
    Why does the stone disappear?

    We are using Craftbukkit version 1818.


    Sry for my bad English ^^"
     
  2. Offline

    Xordaii

    I had this same issue with a dev build a few days ago. I can't get 1818 to run, but as soon as I do, I will post if it is still happening to us, too. If it is, would really like to know what causes it.
     
  3. Offline

    Crafter123

    We had installed the dev build, too.
    Hopefully it`s just the dev-build?
     
  4. Offline

    saul100

    Crafter123 try running the rb :)

    If is still is broken, look into a chunk fixer as you may have world corruption (chunkster, but make sure you backup first).

    check your spout too, and make sure it is updated - has seen this to cause bad problems in the past.
     
  5. Offline

    Crafter123

    rb?

    We had done Minecraft ChunkFix and the repair funktion from My Worlds (Plugin) already;
    both said there`s all OK.
     
  6. Offline

    saul100

  7. Offline

    Crafter123

    1818 is a recommed build, isn`t it?
     
  8. Offline

    Xordaii

    yes. actually, i found this https://bukkit.atlassian.net/browse/BUKKIT-582 it is a known issue with spout/MCEdit. Removing spout until they fix the plugin seems to be the recommendation. I had spout but have never used mcedit. I had it in both builds that showed this happening. I started with a clean install of bukkit, no spout, and it doesn't do it.
     
  9. Offline

    Wulfspider

    This issue is typically caused by using incompatible builds of SpoutPlugin and CraftBukkit together from what we've found. Using the correct builds together should not result in this error.
     
  10. Offline

    Crafter123

    Thank you!
    Is Spout build 721 already for Craftbukkit build 1818?
    Or like Spout build 644 for CB 1.0.1-R1?
     
  11. Offline

    Yudaz

    Just dont use 721 at all, and dont use 644 on 1.1....
    (721 is a development build and it is broken)...
     
  12. Offline

    Crafter123

  13. Offline

    Yudaz

    Oh, then I have used another one, 719 or something... But it is unstable if you do get chunk errors!?
     
  14. Offline

    Crafter123

    I hadn`t get errors; the stone is just away

    Today I`ve updated to Spout build 721;
    before that we used a Dev-Build.
    I hope I don`t get errors with this build...
     
  15. Offline

    Wulfspider

    What build of SpoutPlugin and CraftBukkit were you using together before when you had the issues?
     
  16. Offline

    adri49400

    I have the same problem.

    Code:
    After :
    CraftBukkit recommended  1.0.1-RI
    Spout : version recommended for CB 1.0.1-RI
     
    Now :
    CraftBukkit recommended 1.1
    Spout : 721 
    It is possible to respawn the stone missing ?
    thank !
     
  17. Offline

    XtenD

    WorldEdit //chunk , //regen
    Doesnt work? I think that is the price for what you rushed to update ;(
     
  18. Offline

    adri49400

    Code:
    I think that is the price for what you rushed to update ;(
    ...

    Bukkit and Spout are a recommended version.
     
  19. Offline

    XtenD

  20. Offline

    adri49400

    No I don't use falsebook . I use Multiverse, Worldedit/Guard, Essentials, Logblock, LWC, Iconomy,Chestshop, XcraftGate : In the last version.
     
  21. Offline

    Crafter123

    FalseBook,Spout or both?
    We`re using both so...

    Now both is updated, hopefully all will be OK.

    Yes...
    Now I will do a backup of the world everytime!
    If you use //regen, Houses in the chunk will be away,
    so I copyes them from an older backup.
    Or just use LogBlocks /lb redo.

    Thanks for the help!!
     
  22. Offline

    LucidLethargy

    This happened on my server, and I have not run a dev build since beta. This happened on 644. I was already getting tired of mojangs crap, perhaps this is what I needed to finally give up on my server and cancel the payments. What a wonderful idea Minecraft was, but what a TERRIBLE experience it has been to admin a server for the last 1.5 years.

    My advice to all who remain with servers: Nothing gets easier. You may think it does, but plugins come and go and backups need to be used more often than is remotely reasonable. There is no stability with Minecraft, or bukkit. There will not be a day any time soon where you can relax as an admin and just enjoy the stable server you've worked so hard to create. You may think there is... but you're wrong. If you want to enjoy Minecraft, get a whole bunch of admins you trust to do the work for ya.
     
  23. Offline

    Lildirt

    I've ran into this issue also, fortunately I always make a backup before I do anything massive (adding a new plugin, removing one, etc).
    For whatever reason, last night my server went into a critical failure during a random restart, and everything went weird. Every plugin threw an exception, and this was one I found thrown by the map/server.

    Code:
    2012-02-25 18:31:20 [SEVERE] net.minecraft.server.WorldConlictException: Failed to check session lock, aborting
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.WorldNBTStorage.checkSession(WorldNBTStorage.java:74)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.World.l(World.java:2660)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:68)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:163)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.ChunkProviderServer.unloadChunks(ChunkProviderServer.java:247)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.World.doTick(World.java:1735)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    2012-02-25 18:31:20 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    Yes, this was caused by some really, really, bad luck. I managed to fix it in under a hour and was right back on track. Lost a few seconds of work because I needed to restore a backup, though.

    Frankly, I find it fairly easy to run a server compared to how you describe it. Yes, this error is bloody annoying. You can choose to not run spout, you do know. Running your own server is the way to go; don't play another unless you're sure it's going to be there for a while.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page