Mordenkainen / Technomancy

Magic and Science, what can go wrong
16 stars 8 forks source link

Crash when linking an Essentia Coil to an essentia mirror [Technomancy 0.10c] #52

Closed Alaberti closed 9 years ago

Alaberti commented 9 years ago

Uh...whoops?

Was just curious to see if it worked so I tried link an essentia coil to an essentia mirror. It did not appreciate that and crashed to desktop. Using version 10.c, I hadn't updated since you posted your latest build but if it still occurs I will let you know shortly. I don't know what behavior you actually intended from such a usage but I'm pretty sure it wasn't this lol.

---- Minecraft Crash Report ---- // Who set us up the TNT?

Time: 3/20/15 9:18 PM Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity

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

-- Head -- Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1944)

-- Block entity being ticked -- Details: Name: TileTeslaCoil // theflogat.technomancy.common.tiles.thaumcraft.machine.TileTeslaCoil Block type: ID #2223 (tile.techno:teslaCoil // theflogat.technomancy.common.blocks.machines.BlockTeslaCoil) Block data value: 1 / 0x1 / 0b0001 Block location: World: (-214,73,-58), Chunk: (at 10,4,6 in -14,-4; contains blocks -224,0,-64 to -209,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Actual block type: ID #2223 (tile.techno:teslaCoil // theflogat.technomancy.common.blocks.machines.BlockTeslaCoil) Actual block data value: 1 / 0x1 / 0b0001 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1944) 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)

-- Affected level -- Details: Level name: zThaumtest All players: 1 total; [GCEntityPlayerMP['Alaberti'/80, l='zThaumtest', x=-211.67, y=72.00, z=-59.95]] Chunk stats: ServerChunkCache: 398 Drop: 0 Level seed: 7330538869935600916 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (-162,64,-8), Chunk: (at 14,4,8 in -11,-1; contains blocks -176,0,-16 to -161,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Level time: 297184 game time, 340866 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 148485 (now: false), thunder time: 1087 (now: true) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1143976432 bytes (1090 MB) / 2691170304 bytes (2566 MB) up to 2863661056 bytes (2731 MB) Mod Pack: Unknown / None LiteLoader Mods: 3 loaded mod(s)

Alaberti commented 9 years ago

Oh hey you already fixed it!