Bukkit 1.8

Discussion in 'Bukkit Help' started by Insanehero, Sep 19, 2011.

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

    Insanehero

    1. Linux
    2. x64
    3. #32-Ubuntu SMP Fri August 09:39:35 UTC 2010 i686 GNU/Linux
    java version "1.6.0_22"
    Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
    Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
    4. No
    5. 1145
    6. ./launch.sh
    7.Multiverse,essentials,warpz0r,citizens,worldguard,worldedit,voxelsniper,iconomy,regionmarket,permissions, virtualshop, Heroes, Bigbrother


    Code:
    11:37:03 [SEVERE] java.lang.NullPointerException
    11:37:03 [SEVERE]       at net.minecraft.server.TileEntityChest.getTileEntity(TileEntityChest.java:162)
    11:37:03 [SEVERE]       at net.minecraft.server.TileEntityChest.h(TileEntityChest.java:122)
    11:37:03 [SEVERE]       at net.minecraft.server.TileEntityChest.h_(TileEntityChest.java:170)
    11:37:03 [SEVERE]       at net.minecraft.server.World.cleanUp(World.java:1105)
    11:37:03 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)
    11:37:03 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    11:37:03 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    11:37:03 [SEVERE] Unexpected exception
    java.lang.NullPointerException
            at net.minecraft.server.TileEntityChest.getTileEntity(TileEntityChest.java:162)
            at net.minecraft.server.TileEntityChest.h(TileEntityChest.java:122)
            at net.minecraft.server.TileEntityChest.h_(TileEntityChest.java:170)
            at net.minecraft.server.World.cleanUp(World.java:1105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:460)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
     
  2. Offline

    punkkeks

    it's beta, what do you expect.
    Get the source, fix that nullpointer with checking if that variable is null and then compile it.
     
  3. Offline

    Insanehero

    I don't know the source. That's why I'm asking for help.
     
  4. Offline

    punkkeks

    the source is available over github.
    It seems that this is a minecraft problem, or a modified minecraft problem.
    It's happening in the net.minecraft.server package, that means, this could be fixed with the next MCS update. Wait and see :)
    Or.... you look into the sources
    TileEntityChest line 162

    And fix it on your own :)
     
Thread Status:
Not open for further replies.

Share This Page