Jump to content
  • 0

BetterStorage crashes server with Null Pointer Exception


Question

Posted

Title: BetterStorage crashes server with Null Pointer Exception

Version: 1.0.5

OS: Debian 7.1

Java Version: OpenJDK Runtime Environment (IcedTea7 2.1.7) (7u3-2.1.7-1)

Description of Problem:

BetterInventories crashes server with Null Pointer Exception

Error Messages:

Error Log:


Description: Ticking tile entity

 

java.lang.NullPointerException

        at net.mcft.copy.betterstorage.inventory.InventoryTileEntity.getAllContents(InventoryTileEntity.java:34)

        at net.mcft.copy.betterstorage.inventory.InventoryTileEntity.<init>(InventoryTileEntity.java:25)

        at net.mcft.copy.betterstorage.block.tileentity.TileEntityConnectable.getPlayerInventory(TileEntityConnectable.java:114)

        at net.mcft.copy.betterstorage.utils.WorldUtils.syncPlayersUsing(WorldUtils.java:123)

        at net.mcft.copy.betterstorage.block.tileentity.TileEntityContainer.func_70316_g(TileEntityContainer.java:121)

        at net.mcft.copy.betterstorage.block.tileentity.TileEntityConnectable.func_70316_g(TileEntityConnectable.java:122)

        at net.minecraft.world.World.func_72939_s(World.java:2202)

        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)

        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:654)

        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)

        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:573)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)

        at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

 

-- Tile entity being ticked --

Details:

        Name: container.reinforcedChest // net.mcft.copy.betterstorage.block.tileentity.TileEntityReinforcedChest

        Block type: ID #1053 (tile.reinforcedChest // net.mcft.copy.betterstorage.block.BlockReinforcedChest)

        Block data value: 0 / 0x0 / 0b0000

        Block location: World: (-422,65,-1392), Chunk: (at 10,4,0 in -27,-87; contains blocks -432,0,-1392 to -417,255,-1377), Region: (-1,-3; contains chunks -32,-96 to -1,-65, blocks -512,0,-1536 to -1,255,-1025)

        Actual block type: ID #1053 (tile.reinforcedChest // net.mcft.copy.betterstorage.block.BlockReinforcedChest)

        Actual block data value: 0 / 0x0 / 0b0000

Stacktrace:

        at net.minecraft.world.World.func_72939_s(World.java:2202)

        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...