I dont know what is going on.

Discussion in 'Bukkit Help' started by blackcobra5, Jan 17, 2011.

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

    blackcobra5

    Code:
    2011-01-17 12:59:33 [INFO] Starting minecraft server version Beta 1.2_01
    2011-01-17 12:59:33 [INFO] Loading properties
    2011-01-17 12:59:33 [INFO] Starting Minecraft server on *:25565
    2011-01-17 12:59:33 [INFO] Preparing level "world"
    2011-01-17 12:59:33 [INFO] Preparing start region
    Preparing spawn area: 16%
    Preparing spawn area: 24%
    Preparing spawn area: 40%
    Preparing spawn area: 65%
    java.lang.ClassCastException: net.minecraft.server.NBTTagByte cannot be cast to
    net.minecraft.server.NBTTagShort
            at net.minecraft.server.NBTTagCompound.c(SourceFile:87)
            at net.minecraft.server.EntityItem.b(SourceFile:181)
            at net.minecraft.server.Entity.e(Entity.java:754)
            at net.minecraft.server.EntityList.a(SourceFile:97)
            at net.minecraft.server.ChunkLoader.a(SourceFile:168)
            at net.minecraft.server.ChunkLoader.a(SourceFile:57)
            at net.minecraft.server.ChunkProviderServer.e(ChunkProviderServer.java:1
    22)
            at net.minecraft.server.ChunkProviderServer.d(ChunkProviderServer.java:5
    7)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:133)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Preparing spawn area: 81%
    Preparing spawn area: 93%
    2011-01-17 12:59:39 [INFO] Done! For help, type "help" or "?"
    
    My server is getting that every time i load im using build 65. I dont know whats wrong.
     
  2. Offline

    TnT

    Everyone running the latest builds get this (I'm on 73 myself). Looks to be a bug with chunk generation/display.
     
  3. Offline

    blackcobra5

    ohhhhhhhhhhhhhh thanks i downgraded to 66 and i dont get it anymore
     
  4. Offline

    TnT

    Can you tell me - are you missing any world data? Does your world look messed up, missing stuff, etc?
    I've seen problems on my server - so I'm not sure if a newer build corrupted my world, or if its simply a build problem. I either have to restore from backups, wait for an updated build, or use an older build. I'm just wondering which way I'll have to go with this.
     
  5. Offline

    MilitantXIII

    I would roll back ASAP if you are getting this error! It was popping this error on my server for a while and chunks were re-generating. People were losing their stuff!
     
  6. Offline

    TnT

    Agreed. I am now on build 77 and have no issues like that anymore, but I had to restore from backups to get my world back in shape.
     
Thread Status:
Not open for further replies.

Share This Page