View Issue Details

IDProjectCategoryView StatusLast Update
0001721Industrial-Craft²machinespublic2015-09-24 23:12
ReporterKenvix Assigned ToPlayer  
PrioritynormalSeveritycrashReproducibilityrandom
Status resolvedResolutionfixed 
OSWindows 8.1 (amd64) version 6.3 
Summary0001721: Trade-O-Mat makes the server crash
Description---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 15-9-11 下午9:27
Description: Ticking block entity

java.lang.NullPointerException: null ItemStack
    at ic2.core.block.invslot.InvSlotOutput.add(InvSlotOutput.java:31)
    at ic2.core.block.personal.TileEntityTradeOMat.updateEntityServer(TileEntityTradeOMat.java:124)
    at ic2.core.block.TileEntityBlock.func_145845_h(TileEntityBlock.java:188)
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at ic2.core.block.invslot.InvSlotOutput.add(InvSlotOutput.java:31)
    at ic2.core.block.personal.TileEntityTradeOMat.updateEntityServer(TileEntityTradeOMat.java:124)
    at ic2.core.block.TileEntityBlock.func_145845_h(TileEntityBlock.java:188)

-- Block entity being ticked --
Details:
    Name: Trade-O-Mat // ic2.core.block.personal.TileEntityTradeOMat
    Block type: ID 0001350 (blockPersonal // ic2.core.block.personal.BlockPersonal)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (-144,67,272), Chunk: (at 0,4,0 in -9,17; contains blocks -144,0,272 to -129,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Actual block type: ID 0001350 (blockPersonal // ic2.core.block.personal.BlockPersonal)
    Actual block data value: 1 / 0x1 / 0b0001
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1939)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
    Level name: a
    All players: 1 total; [EntityPlayerMP['Kenvix'/228, l='a', x=-144.55, y=67.00, z=273.12]]
    Chunk stats: ServerChunkCache: 545 Drop: 0
    Level seed: -4970066938939767452
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-136,64,256), Chunk: (at 8,4,0 in -9,16; contains blocks -144,0,256 to -129,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 516412 game time, 696369 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 12162 (now: true), thunder time: 22050 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Additional InformationIndustrialcraft-2-2.2.773-experimental
Java Version: 1.8.0_45, Oracle Corporation
FML: Minecraft 1.7.10 MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1492
TagsNo tags attached.
Minecraft Version

Activities

Player

2015-09-24 23:12

administrator   ~0004240

This seems to be another case of an inconsistent neighbor inventory. I've added some workaround.

Issue History

Date Modified Username Field Change
2015-09-11 13:41 Kenvix New Issue
2015-09-24 23:12 Player Note Added: 0004240
2015-09-24 23:12 Player Status new => resolved
2015-09-24 23:12 Player Resolution open => fixed
2015-09-24 23:12 Player Assigned To => Player