SHOW:
|
|
- or go back to the newest paste.
1 | ---- Minecraft Crash Report ---- | |
2 | // Why is it breaking :( | |
3 | ||
4 | Time: 4/6/16 9:54 PM | |
5 | Description: Ticking block entity | |
6 | ||
7 | java.lang.IllegalArgumentException: At least one of the nodes must already be in this network. | |
8 | at li.cil.oc.server.network.Network.connect(Network.scala:81) | |
9 | at li.cil.oc.server.network.Network$Wrapper.connect(Network.scala:752) | |
10 | at li.cil.oc.server.network.Node$class.connect(Node.scala:38) | |
11 | at li.cil.oc.server.network.Network$ComponentConnectorBuilder$$anon$1.connect(Network.scala:636) | |
12 | at li.cil.oc.server.machine.Machine$$anonfun$tryClose$2.apply(Machine.scala:839) | |
13 | at li.cil.oc.server.machine.Machine$$anonfun$tryClose$2.apply(Machine.scala:839) | |
14 | at scala.Option.foreach(Option.scala:245) | |
15 | at li.cil.oc.server.machine.Machine.tryClose(Machine.scala:839) | |
16 | at li.cil.oc.server.machine.Machine.update(Machine.scala:558) | |
17 | at li.cil.oc.common.tileentity.traits.Computer$class.updateComputer(Computer.scala:127) | |
18 | at li.cil.oc.common.tileentity.Case.updateComputer(Case.scala:19) | |
19 | at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:110) | |
20 | at li.cil.oc.common.tileentity.Case.func_145845_h(Case.scala:53) | |
21 | at net.minecraft.world.World.func_72939_s(World.java:1939) | |
22 | at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) | |
23 | at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) | |
24 | at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) | |
25 | at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) | |
26 | at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) | |
27 | at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) | |
28 | ||
29 | ||
30 | A detailed walkthrough of the error, its code path and all known details is as follows: | |
31 | --------------------------------------------------------------------------------------- | |
32 | ||
33 | -- Head -- | |
34 | Stacktrace: | |
35 | at li.cil.oc.server.network.Network.connect(Network.scala:81) | |
36 | at li.cil.oc.server.network.Network$Wrapper.connect(Network.scala:752) | |
37 | at li.cil.oc.server.network.Node$class.connect(Node.scala:38) | |
38 | at li.cil.oc.server.network.Network$ComponentConnectorBuilder$$anon$1.connect(Network.scala:636) | |
39 | at li.cil.oc.server.machine.Machine$$anonfun$tryClose$2.apply(Machine.scala:839) | |
40 | at li.cil.oc.server.machine.Machine$$anonfun$tryClose$2.apply(Machine.scala:839) | |
41 | at scala.Option.foreach(Option.scala:245) | |
42 | at li.cil.oc.server.machine.Machine.tryClose(Machine.scala:839) | |
43 | at li.cil.oc.server.machine.Machine.update(Machine.scala:558) | |
44 | at li.cil.oc.common.tileentity.traits.Computer$class.updateComputer(Computer.scala:127) | |
45 | at li.cil.oc.common.tileentity.Case.updateComputer(Case.scala:19) | |
46 | at li.cil.oc.common.tileentity.traits.Computer$class.updateEntity(Computer.scala:110) | |
47 | at li.cil.oc.common.tileentity.Case.func_145845_h(Case.scala:53) | |
48 | ||
49 | -- Block entity being ticked -- | |
50 | Details: | |
51 | Name: oc:case // li.cil.oc.common.tileentity.Case | |
52 | Block type: ID #462 (tile.oc.caseCreative // li.cil.oc.common.block.Case) | |
53 | Block data value: 0 / 0x0 / 0b0000 | |
54 | Block location: World: (-1537,53,-486), Chunk: (at 15,3,10 in -97,-31; contains blocks -1552,0,-496 to -1537,255,-481), Region: (-4,-1; contains chunks -128,-32 to -97,-1, blocks -2048,0,-512 to -1537,255,-1) | |
55 | Actual block type: ID #462 (tile.oc.caseCreative // li.cil.oc.common.block.Case) | |
56 | Actual block data value: 0 / 0x0 / 0b0000 | |
57 | Stacktrace: | |
58 | at net.minecraft.world.World.func_72939_s(World.java:1939) | |
59 | at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) |