I've attempted creating a Portal in a Box, twice, and it's crashed the server both times. I've stabilized my infusion altar as much as I can, when only the same level (apparently) affects it. After the crash, I lose all the items and have to work my way back up. Again. After the 1st attempt, I changed some things around, not sure if it was the infusion that crashed it. After a second attempt, and a second crash, I'm convinced this is crashing me both times. I'm not sure what to do to remedy this, and I know it can be built (BirdOfSteel made it), so I'm just trying to figure out what I'm doing wrong. Any advice would be greatly appreciated.
Is there a specific place those would be saved? It didn't crash my client - it crashed the server. Everyone got kicked to the "lobby".
Ah I see, have you tried making a ticket, sounds like an admin needs to look what the server logs say
That's the crash-report: Code: java.lang.IllegalArgumentException: bound must be positive at java.util.Random.nextInt(Random.java:388) at thaumcraft.common.tiles.TileInfusionMatrix.craftCycle(TileInfusionMatrix.java:483) at thaumcraft.common.tiles.TileInfusionMatrix.func_145845_h(TileInfusionMatrix.java:224) at net.minecraft.world.World.func_72939_s(World.java:2513) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:954) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) at java.lang.Thread.run(Thread.java:745) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.util.Random.nextInt(Random.java:388) at thaumcraft.common.tiles.TileInfusionMatrix.craftCycle(TileInfusionMatrix.java:483) at thaumcraft.common.tiles.TileInfusionMatrix.func_145845_h(TileInfusionMatrix.java:224) -- Block entity being ticked -- Details: Name: TileInfusionStone // thaumcraft.common.tiles.TileInfusionMatrix Block type: ID #2159 (tile.blockStoneDevice // thaumcraft.common.blocks.BlockStoneDevice) Block data value: 2 / 0x2 / 0b0010 Block location: World: (-3208,80,-5193), Chunk: (at 8,5,7 in -201,-325; contains blocks -3216,0,-5200 to -3201,255,-5185), Region: (-7,-11; contains chunks -224,-352 to -193,-321, blocks -3584,0,-5632 to -3073,255,-5121) Actual block type: ID #2159 (tile.blockStoneDevice // thaumcraft.common.blocks.BlockStoneDevice) Actual block data value: 2 / 0x2 / 0b0010 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:2513) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:669) It crashed while it did the instability calculation. I can't tell if it will crash again if you try it again but as it is the first time this happened I don't think it will. You might want to rebuild the altar at a different location.
Attempted again, same location, but using Infusion Provider instead of the warded jars... I successfully created it.