Inactive [ADMIN] Chunkster

Discussion in 'Bukkit Tools' started by XeonProductions, Mar 12, 2011.

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

    luckyslayer92

    This program saved my ass, keep up your epicness.
     
  2. Offline

    raistlinhunted

    v0.3 works with a 1.0.1 world?

    Anyone successful in rebuilding a world that's not throwing any errors? (Just starts Read Timeout after so many hours or even minutes)?
     
  3. Offline

    fffizzz

    trying to repair one of my worlds, and im getting
    Code:
    [Chunkster] LOADING REGION FILE world/region/r.3.9.mcr
    Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
            at java.util.ArrayList.rangeCheck(ArrayList.java:604)
            at java.util.ArrayList.set(ArrayList.java:397)
            at chunkster.RegionFile.<init>(RegionFile.java:133)
            at chunkster.Chunkster.rebuildRegionFile(Chunkster.java:117)
            at chunkster.Chunkster.scan(Chunkster.java:110)
            at chunkster.Chunkster.main(Chunkster.java:89)
    
     
  4. Offline

    Nflplayer200

    This helped me so much! Thanks! :)
     
  5. Offline

    strontkever

    Thanks for this.. it fixed my world

    first time ever today i had a chunk error spamming my console :(


    [note]

    could u please change the main post, the runme.bat does all the work instead of making the java lines

    runme.bat = nice :)

    just to note people to this bat file :)
     
  6. Offline

    atroks

    This fixed my server :D
    You devs should get a medal or something.
    At least cake.
     
  7. Offline

    StormKitten_1

    I downloaded the v.03 and it started to 'repair' my world, once it said it was finished I tried to reload my world but its STILL saying the 'wrong location stack trace' error :(

    Anything else that can be done? I really dont want to loose my server
     
  8. Offline

    mexander

    I think you just saved my server from a map reset! Thanks so much! :D
     
  9. Offline

    lcq92

    Please answer!! How can I repair my world_nether file ?!
     
  10. Offline

    Ham Iro

    I made shell script for linux.


    Open the text editor, and typing this.

    #!/bin/sh
    BINDIR="$(dirname "$(readlink -fn "$0")")"
    cd "$BINDIR"
    java -Xincgc -Xmx1G -jar Chunkster.jar [WORLD NAME HERE]

    And, save '[NAME].sh' in Chunkster's folder.


    Thanks :D

    P.S. This script is consult to CraftBukkit.
     
  11. Offline

    housemaster

    After using chunkster to clear up some NPCs in void problems, it appears to have created a new problem where the server (java.exe) freezes when generating new chunks. This happens on a bukkit server and notch's server software. Any idea of what could be going on?
     
  12. Offline

    ryanwuzzzhere

    Can you help me with the following, My dog accidentally knocked out the power to my computer running the server and this corrupted the file, so I tried to fix the error of misplaced chunks with your program, but it found no errors.
    Code:
    16:35:15 [INFO] Preparing start region for level 0 (Seed: 4092833109996513666)
    16:35:16 [INFO] Chunk file at -13,32 is in the wrong location; relocating. (Expected -13, 32, got -13, 36)
    16:35:16 [SEVERE] Chunk (-13, 36) stored at  (-13, 32) in world 'MinesOfMoria'
    16:35:16 [SEVERE] net.minecraft.server.Chunk
    16:35:16 [SEVERE] java.lang.Throwable
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:16 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:815)
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16:35:16 [SEVERE] Chunk (-13, 36) stored at  (-13, 32) in world 'MinesOfMoria'
    16:35:16 [SEVERE] net.minecraft.server.Chunk
    16:35:16 [SEVERE] java.lang.Throwable
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:16 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:811)
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16:35:16 [SEVERE] Chunk (-13, 36) stored at  (-13, 32) in world 'MinesOfMoria'
    16:35:16 [SEVERE] net.minecraft.server.Chunk
    16:35:16 [SEVERE] java.lang.Throwable
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:16 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:819)
    16:35:16 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:16 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:16 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16:35:16 [INFO] Preparing spawn area: 24%
    16:35:17 [INFO] Chunk file at -8,42 is in the wrong location; relocating. (Expected -8, 42, got -6, 37)
    16:35:17 [SEVERE] Chunk (-6, 37) stored at  (-8, 42) in world 'MinesOfMoria'
    16:35:17 [SEVERE] net.minecraft.server.Chunk
    16:35:17 [SEVERE] java.lang.Throwable
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:17 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:815)
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16:35:17 [SEVERE] Chunk (-6, 37) stored at  (-8, 42) in world 'MinesOfMoria'
    16:35:17 [SEVERE] net.minecraft.server.Chunk
    16:35:17 [SEVERE] java.lang.Throwable
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:17 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:811)
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    16:35:17 [SEVERE] Chunk (-6, 37) stored at  (-8, 42) in world 'MinesOfMoria'
    16:35:17 [SEVERE] net.minecraft.server.Chunk
    16:35:17 [SEVERE] java.lang.Throwable
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    16:35:17 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:819)
    16:35:17 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    16:35:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    16:35:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
    Also, the server runs (usually), but it lags out from the ridiculous amount of spam the console receives when someone teleports or moves into a zone that triggers the chunks to be recognized.
     
  13. Offline

    Skinlessman

    You rock! This utility has saved my ass twice now from losing a 9 month year old world due to power outage. Many Thanks!
     
  14. Offline

    phanaticd

    I LOVE YOU
     
  15. Offline

    MechanID

    Many good thanks to you, Sir!
     
  16. Offline

    craigbaines

    as far as i can tell im doin what i should be, but all i get is:

    ERROR: The system was unable to find the specified registry key or value.
    ERROR: The system was unable to find the specified registry key or value.
    Java found! \bin\java.exe
    The system cannot find the path specified.
    Press any key to continue...


    am i being retarded? whats going wrong for mew, iv tried all sorts suggested on this thread:? Thanks for any help!
     
  17. Offline

    usermax56

    XeonProductions I would like to personally say Thank you so much, because you have saved months of work on my server, now i know i am safe if there is a power outage and i can just use Chunkster and it will fix my World back to the way its supposed to be. My players and I thank you once again for making this great software and thank you for helping me fix my server!!!
     
  18. Offline

    lipe123

    good job bro, had a power out and didint want to go back a full half day just for one bad chunk. Lotsa love.
     
  19. Offline

    sjrc6

    Really ur dog knocked it over
     
  20. Offline

    mrlwiggy

    Minecraft Elite UK would like to say a MASSIVE thank you for this beautiful invention! 1.1 corrupted many chunks in our world (Nether chunks ended up in our spawn :S ), and as soon as this was run it was all fixed (with a small rollback too).

    Thank you so much!
     
  21. Offline

    ryanwuzzzhere

    No, he stepped on the power cord, but I have long since fixed the problem, thanks for your unwarranted sarcastic reply though.
     
  22. Offline

    sjrc6

    say do u know whats going on with the new update it would normaly be out by now?
     
  23. Offline

    Mercury

    This tool saved my Nether!
     
  24. wtf how to make this work?
    i use bukkit 1.1 non recommended


    Code:
    [USER=48566]Echo[/USER] off
     
    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B
     
    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B
     
    if "%JAVA_HOME%".==. (
        [USER=48566]Echo[/USER] java.exe not found
        pause
        exit
    ) else (
        [USER=48566]Echo[/USER] Java found! %JAVA_HOME%\bin\java.exe
    )
     
    "%JAVA_HOME%\bin\java.exe" -jar Chunkster.jar
     
    pause
    
    [​IMG]


    and when i start server

    Code:
    2012-01-21 14:11:33 [INFO] Starting minecraft server version 1.1
    2012-01-21 14:11:33 [INFO] Loading properties
    2012-01-21 14:11:33 [INFO] Starting Minecraft server on *:25565
    2012-01-21 14:11:34 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-01-21 14:11:34 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-01-21 14:11:34 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2012-01-21 14:11:34 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-01-21 14:11:34 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-102-gbc4d4c1-b1796jnks (MC: 1.1) (Implementing API version 1.1-R1-SNAPSHOT)
    2012-01-21 14:11:34 [SEVERE] Could not load 'plugins\Chunkster.jar' in folder 'plugins': 
    java.io.FileNotFoundException: Jar does not contain plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:188)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:109)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:156)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:132)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:407)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
    wtf to do :(

    and when i have these:

    Code:
    @echo off
     
    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment" /v CurrentVersion') DO set CurVer=%%B
     
    FOR /F "skip=2 tokens=2*" %%A IN ('REG QUERY "HKLM\Software\JavaSoft\Java Runtime Environment\%CurVer%" /v JavaHome') DO set JAVA_HOME=%%B
     
    if "%JAVA_HOME%".==. (
        [USER=48566]Echo[/USER] java.exe not found
        pause
        exit
    ) else (
        [USER=48566]Echo[/USER] Java found! %JAVA_HOME%\bin\java.exe
    )
     
    "%JAVA_HOME%\bin\java.exe" -jar Chunkster.jar [options ..] "C:\Users\Jani\Desktop\spoutcraft test server\Semicraft"
            Options:
                  --remove-mobs: removes mobs, monsters, creepers, skeletons, spiders, etc.
                  --remove-projectiles: removes arrows, snowballs, eggs, etc.
                  --remove-dropped-items: removes dropped items.
                  --remove-experience-orbs: removes experience orbs.
                  --remove-vehicles: removes boats and minecarts
    pause
    
    i get this:
    [​IMG]


    EDIT:

    Ok! i downloaded Chunkster.exe from page 19
    DID IT FIX THE SERVER STUFF? :D
    this what i got with it
    [​IMG]

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

    JWhy

    Have you read, how to start chunkster?
    Code:
    java -jar Chunkster.jar [options ..] <world directory>
     
  26. Offline

    Goldbattle

    This is the best. I can not be amazed more by the magic this did with my map. Thank You so much for all your hard work!
    -Goldbattle
     
  27. Offline

    ShizyCheese

    OMG THANK YOU!
    IT FIXED MY SERVER
     
  28. Offline

    StefanG

    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Any ideas? I suppose it is my server not Chunkster...
     
  29. Offline

    Jdbye

    How much RAM does your server have (and how much free)? Try the -Xmx option, eg. if your server has 1GB ram free try -Xmx1G. It only needs about 150MB of ram on my server however so -Xmx200M should be enough.
     
  30. Offline

    StefanG

    My server has 8GB of RAM. I will try that later, thanks.
     
Thread Status:
Not open for further replies.

Share This Page