Chunk errors the server loads the map wrong!

Discussion in 'Bukkit Help' started by LucasEmanuel, May 25, 2011.

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

    LucasEmanuel

    [INFO] Wrong location!
    This error has kept spamming my server for the last 2 days, and my server.log is now 3GB big!


    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    I am running Windows 7 Ultimate x64

    2. What architecture is the OS you are running (x64 or x86)?
    Read above

    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    Java version: 1.6.0_23 64-bit

    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    No

    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    I used to have 766 but updated to 803 hoping it might fix the error, it didnt!

    6. What command are you using to run your CraftBukkit server?
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86" java -Xincgc -Xmx1G -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"

    PAUSE

    I just used one i got from the web.

    7. What plugins are you running?
    I tried with and without plugins it didnt help in any case.

    8. What error are you getting (post your server.log file if possible)?
    Code:
    2011-05-26 00:00:48 [INFO] Chunk file at 6,-84 is in the wrong location; relocating. (Expected 6, -84, got 2, -83)
    2011-05-26 00:00:48 [INFO] Chunk (2, -83) stored at  (6, -84)
    2011-05-26 00:00:48 [SEVERE] java.lang.Throwable
    2011-05-26 00:00:48 [SEVERE]     at org.bukkit.craftbukkit.util.LongHashtable.put(LongHashtable.java:19)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:71)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:85)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-26 00:00:48 [INFO] Chunk (2, -83) stored at  (6, -84)
    2011-05-26 00:00:48 [SEVERE] java.lang.Throwable
    2011-05-26 00:00:48 [SEVERE]     at org.bukkit.craftbukkit.util.LongHashtable.get(LongHashtable.java:32)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:112)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.World.getChunkAt(World.java:215)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.World.getTypeId(World.java:158)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.World.getEntities(World.java:829)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:87)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:96)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-26 00:00:48 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    This keeps getting repeated over and over again troughout the entire log.

    I have a new log thats about 1,6MB
    http://dl.dropbox.com/u/12764808/server.log

    9. What have you tried already?

    I have tried using just a vanilla minecraft server, and the errors didnt show up.
    I tried switching back to a clean craftbukkit with no plugins, the error showed up.
    I tried rebooting my computer hoping that clean RAM might do the trick, it didnt.
    I tried updating craftbukkit, still errors.

    10. Have you tried any of the things below?
    Yes pretty much all of them.


    This is a public server with several regular players, i would hate if i had to keep the server down for too long or have to restart with a new world. We have built an entire town and a colluseum is in progress and almost complete.
     
  2. Offline

    LucasEmanuel

    is there no one that can help me with this issue?
     
Thread Status:
Not open for further replies.

Share This Page