I was working on a pretty large fort that ended up looking more like a spaceship, and starting putting together a crafting area. While in creative mode, I placed down an Electric furnace from my mod GalacticCraft against a wall and the game was fine. But, when I placed a second Electric furnace over it the game crashed.
Reloading the save didn't work, nor did using the "level.dat_old" file.
I would love to know if there is any solution to going about fixing this problem without losing my save file. With the crash-log (below), pretty much one damn block is causing my save to be unplayable and trying to find fixes threw google is only adding to my fusteration.
crash-log: (it's organized for convenience)
Time: 10/28/13 10:37 AM
Description: Ticking tile entity
java.lang.AbstractMethodError: micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectricFurnace.acceptsEnergyFrom(Lnet/minecraft/tileentity/TileEntity;Lic2/api/Direction;)Z
at ic2.core.EnergyNet.getValidReceivers(EnergyNet.java:814)
at ic2.core.EnergyNet.discover(EnergyNet.java:694)
at ic2.core.EnergyNet.addTileEntity(EnergyNet.java:222)
at ic2.core.EnergyNet$EventHandler.onEnergyTileLoad(EnergyNet.java:53)
at net.minecraftforge.event.ASMEventHandler_19_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityUniversalElectrical.initIC(GCCoreTileEntityUniversalElectrical.java:281)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityUniversalElectrical.func_70316_g(GCCoreTileEntityUniversalElectrical.java:161)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectricFurnace.func_70316_g(GCCoreTileEntityElectricFurnace.java:59)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at ic2.core.EnergyNet.getValidReceivers(EnergyNet.java:814)
at ic2.core.EnergyNet.discover(EnergyNet.java:694)
at ic2.core.EnergyNet.addTileEntity(EnergyNet.java:222)
at ic2.core.EnergyNet$EventHandler.onEnergyTileLoad(EnergyNet.java:53)
at net.minecraftforge.event.ASMEventHandler_19_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityUniversalElectrical.initIC(GCCoreTileEntityUniversalElectrical.java:281)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityUniversalElectrical.func_70316_g(GCCoreTileEntityUniversalElectrical.java:161)
at micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectricFurnace.func_70316_g(GCCoreTileEntityElectricFurnace.java:59)
-- Tile entity being ticked --
Details:
Name: Galacticraft Electric Furnace // micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityElectricFurnace
Block type: ID #3363 (tile.machine // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockMachine)
Block data value: 11 / 0xB / 0b1011
Block location: World: (-60,66,100), Chunk: (at 4,4,4 in -4,6; contains blocks -64,0,96 to -49,255,111), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #3363 (tile.machine // micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockMachine)
Actual block data value: 11 / 0xB / 0b1011
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
-- Affected level --
Details:
Level name: Star Ocean [Galactic Craft]
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: -3066156946619971757
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-252,64,-12), Chunk: (at 4,4,4 in -16,-1; contains blocks -256,0,-16 to -241,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 815230 game time, 921720 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
I was working on a pretty large fort that ended up looking more like a spaceship, and starting putting together a crafting area. While in creative mode, I placed down an Electric furnace from my mod GalacticCraft against a wall and the game was fine. But, when I placed a second Electric furnace over it the game crashed.
Reloading the save didn't work, nor did using the "level.dat_old" file.
I would love to know if there is any solution to going about fixing this problem without losing my save file. With the crash-log (below), pretty much one damn block is causing my save to be unplayable and trying to find fixes threw google is only adding to my fusteration.
In advance, thank you to anyone who takes the time to help me with my problem.