@Override
public boolean demandsEnergy()
{
return storedEnergy < maxStoredEnergy;
}
@Override
public int injectEnergy(Direction directionFrom, int amount)
{
int amountToAdd = Math.min(amount, maxStoredEnergy - storedEnergy);
storedEnergy += amountToAdd;
return amount - amountToAdd;
}
Looks good to me. You probably have some sort of fringe case where the water strainers continue to try and inject energy AFTER its full
If that message is a major issue to you i could make it "waste" one EU instead of causing that message, though i dont know how much power loss that would induce
Thanks for the quick reply, and I think you're spot on. I've noticed I only seem to get this error when the MFEs are indeed full, and it's not all the time. The only issue i'm having with it is it appears to cause a lag spike on the server whenever the error message occurs, but I do not know for sure if these are related to each other or if it is coincidence. When the MFEs are not full and i'm not getting the error, the lag spikes don't happen. I'll see what I can do on my server end to try and use the energy instead of keeping it full. Thanks again!
@hippo
I told you, its a buildcraft API issue. You have some outdated buildcraft API somewhere that lacks the new Forge Orientation system. Since MFR is using or trying to use it, its not MFR itself.
@ClutchHunter
Lexmanos is screwing around with Configurations in Forge builds 400+, try 399 until he realizes what he messed up
hi i'm playing with buildcraft, buildcraft-Z-Valvepipe, forestry, craftguide and minefactory reloaded and my player pick up rail has no texture how do i fix this
Rollback Post to RevisionRollBack
i don't care what you think about me, because what really matters is what i think of me!
After another 30 minutes of staring at the Buildcraft 3.2 jar and my build space it occured to me to check the file i get when downloading from my links. Sure enough its some kind of 2 week old build with old BC API. Fixed now.
Hey AtomicStryker! I can't get the Energy Link to connect to a BC conductive pipe from a BatBox, is there a reason why? I am using Wooden Conductive pipes, so its not set up wrong, its just that the pipe won't connect to the Link. Also, I can only get my Lava Fabricator to charge any more than 1 BatBox, even if 3 or so are connected. Sorry if I'm just being stupid, and thanks for your help!
EDIT: Fixed the BatBox problem, still having trouble with the Energy Link though :/
I'm playing with the following mods and tin & copper nether ore are not spawning in the nether.
Forge 6.4.0.395 (is this version OK? I havent found any errors)
Industrialcraft 2 latest 1.4.5 beta 113
ChickenCore 0.6.8.1 with NEI 1.4.2.7
Backpacks 1.5.4 Cave Gen Mod 2.0
Curses! I didnt expect them to return an empty list instead of null
1.2.9
- fixed new issue with OreRegistry and bad implementation by me
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-29_19.45.15-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 88e626a3 --------
Full report at:
C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-29_19.45.15-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 11/29/12 7:45 PM
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350718704 bytes (334 MB) / 591659008 bytes (564 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.408 Optifine OptiFine_1.4.5_HD_U_D3 41 mods loaded, 41 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ModPatcher [Mod Patcher] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.1.jar) Unloaded->Constructed->Pre-initialized->Errored
IC2 [IndustrialCraft 2] (industrialcraft-2_1.109.113-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (1. Railcraft_1.4.5b-6.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
MindKrafter_[1.4.5]XtraBlocksEE_v3.7 [XtraBlocksEE] (2. 1.4.5_XtraBlocksEE v3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers [Battle Towers] (BattleTowers_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees [Extra Bees] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore [Binnie Core] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (ironchest-universal-4.3.0.145.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (mystcraft-uni-1.4.4-0.9.4.05.zip) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres [Nether Ores] (NetherOres_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (portalgun1.4.4v0.1_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts [Steve's Carts] (StevesCarts2.0.0.a30.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_IDResolver [mod_IDResolver] (IDResolver_1.4.5_COREMOD_Update-0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MSC [Mob Spawn Controls] (Forge_MobSpawnControlsv1.4.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Mobility Radeon HD 4650 GL version 2.1.8787, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at atomicstryker.netherores.common.NetherOresCore.registerNetherCopper(NetherOresCore.java:236)
at atomicstryker.netherores.common.NetherOresCore.registerOreEvent(NetherOresCore.java:219)
at net.minecraftforge.event.ASMEventHandler_42_NetherOresCore_registerOreEvent_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:280)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:262)
at forestry.core.config.ConfigureBlocks.initialize(ConfigureBlocks.java:32)
at forestry.core.config.Config.load(Config.java:176)
at forestry.core.ForestryCore.init(ForestryCore.java:62)
at forestry.core.ForestryClient.init(ForestryClient.java:35)
at forestry.Forestry.init(Forestry.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 39a6ed42 ----------
You could ask in the IC2 forum or IRC chat, one of the devs, what could be causing this issue and link them to the source. http://code.google.c...dGenerator.java
I'd do it myself but i am not monitoring several forums
Again, thanks for the reply. I was unable to handle the power on my own to avoid the error, so as a temporary solution i've replaced the Energy Link in my hydro-flower with an Electrical Engine from Forestry.
any way to change the crafting recipe for MFRL steel? It conflicts with Universal electricity steel and makes this and any form of UE mod not really compatible.
As long as both are in the ore dictionary, it doesnt matter.
EDIT: Bah. Didnt realise that I was on the second page out of four.
Curses! I didnt expect them to return an empty list instead of null
1.2.9
- fixed new issue with OreRegistry and bad implementation by me
Since these updates MC crashes at startup when using NetherOres with forestry. Run fine without forestry though.
NetherOres was working fine before those updates :\
Server crashes on startup with same error.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 30.11.12 11:33
Description: Failed to start game
java.lang.NullPointerException
at atomicstryker.netherores.common.NetherOresCore.registerNetherCopper(NetherOresCore.java:236)
at atomicstryker.netherores.common.NetherOresCore.registerOreEvent(NetherOresCore.java:219)
at net.minecraftforge.event.ASMEventHandler_75_NetherOresCore_registerOreEvent_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:280)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:262)
at forestry.core.config.ConfigureBlocks.initialize(ConfigureBlocks.java:32)
at forestry.core.config.Config.load(Config.java:176)
at forestry.core.ForestryCore.init(ForestryCore.java:62)
at forestry.core.ForestryClient.init(ForestryClient.java:35)
at forestry.Forestry.init(Forestry.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at asi.a(MinecraftAppletImpl.java:35)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows XP (amd64) version 5.2
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 587235984 bytes (560 MB) / 778567680 bytes (742 MB) up to 1037959168 bytes (989 MB)
LiteLoader Mods: 1 loaded mod(s)
- Macro / Keybind Mod version 0.9.6.1
JVM Flags: 2 total; -Xms768m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.407 Optifine OptiFine_1.4.5_HD_D3 78 mods loaded, 78 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_API [Familiars API] (Familiars_API_1.4.5a.zip) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator [TreeCapitator] ([1.4.5]TreeCapitator.Forge.1.4.5.r02.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized
SAP_Man [SanAndreasPs Managers] (0_SAPManPack_v12.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-3.5.0b.jar) Unloaded->Constructed->Pre-initialized->Initialized
TreeCapitator Addon EBXL [TreeCapitator Addon EBXL] ([1.4.4]Treecapitator.Forge.Addon.EBXL.1.4.4.r01.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
FloatingRuins [FloatingRuins] ([1.4.5]FloatingRuins.Forge.1.4.5.r02.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial [Additional Pipes Unofficial] (AdditionalPipes-2.1.3u28b2.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.109.124-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Advanced_Alloys [Advanced Alloys] (Advanced Alloys beta v0.7.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
snyke7_AdvancedMachines [Advanced Machinse] (AdvancedMachines v1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.40-IC2_1.109.jar) Unloaded->Constructed->Pre-initialized->Initialized
Backpack [Backpack] (backpack-1.5.4-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_BackTools [mod_BackTools] (BackTools1.4.4v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.4-4b9e56deab.jar) Unloaded->Constructed->Pre-initialized->Initialized
Additional-Buildcraft-Objects [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-0.9.4.64.jar) Unloaded->Constructed->Pre-initialized->Initialized
ValvePipe [Valve Pipe] (Buildcraft-Z-ValvePipe_MC1.4.5_Mod1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_GuiAPI [mod_GuiAPI] (c_GuiAPI-0.15.1-1.4.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars [Compact Solar Arrays] (compactsolars-universal-3.1.2.17.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v4.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherCore [EmasherCore] (EmasherCore.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherDefense [EmasherDefense] (EmasherDefense.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherGas [EmasherGas] (EmasherGas.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherHemp [EmasherHemp] (EmasherHemp.zip) Unloaded->Constructed->Pre-initialized->Initialized
EmasherWorldGen [EmasherWorldGen] (EmasherWorldGen.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStuffPlus [EnderStuff+ Mod] (EnderStuffP_v100.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization [Factorization] (Factorization-0.7.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_DefaultMobPack [DefaultMobPack] (Familiars_DefaultMobPack_1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized
Familiars_ExtendedFamPack [ExtendedFamPack] (Familiars_ExtendedFamPack_1.4.5a.zip) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.1.jar) Unloaded->Constructed->Pre-initialized->Errored
LegendaryBeasts [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.4.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees [Extra Bees] (g_Extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore [Binnie Core] (g_Extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregsLighting [Gregs Lighting] (GregsLighting.jar) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (gregtechmod-2.52c.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.3.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core_51.0.3_for_1.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernalMobs [Infernal Mobs] (InfernalMobs_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Invasion [Invasion] (invasion_mod universal 0.11.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (ironchest-universal-4.4.0.189.zip) Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes|Main [Logistics Pipes] (LogisticsPipes-0.6.0.pre5.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_Minions [Minions] (Minions_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Gibs [mod_Gibs] (MobDismemberment1.4.4v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_5.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModularForceFieldSystem [Modular ForceField System V2] (ModularForceFieldSystemV2.2.8.1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (mystcraft-uni-1.4.4-0.9.4.05.zip) Unloaded->Constructed->Pre-initialized->Initialized
Solid_MystWater [Adjustable Mystcraft Seas] (Mystwater + Mo Gen 0.3a1.zip) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres [Nether Ores] (NetherOres_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_GenTest [mod_GenTest] (NewDunU V1.8.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (portalgun1.4.4v0.1_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters [Power Converters] (PowerConverters_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (Railcraft_1.4.5b-6.9.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
RopesPlus [Ropes+] (RopePlus_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins [Ruins Spawning System] (Ruins_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards [Soul Shards] (SoulShards-v1.11-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.0.a6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.0.a6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.0.a6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.1.0.a6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Teleport [Thermal Expansion: Teleport] (ThermalExpansion-2.1.0.a6.zip) Unloaded->Constructed->Pre-initialized->Initialized
snyke7_Transformers [Transformers] (Transformers v1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff [Tubestuff] (tubestuff_51.0.2_for_1.4.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod [Balkons WeaponMod] (Weaponmod-1.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 4600 Series GL version 3.3.11079 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Soartex Modded.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Is there a place to download older version from ? I accidentally deleted it.
Is it possible to get a config file for MFR? I have an issue and suppose it is an item id conflict. But the crash-message is too long, no crash-report is generated and no config-file, too. The conflict-message is not shown because the error list is shortened by java.
I am on MC 1.4.5 and MFR should run. If I had a config file I could tweak the error off, I think.
Thanks for the quick reply, and I think you're spot on. I've noticed I only seem to get this error when the MFEs are indeed full, and it's not all the time. The only issue i'm having with it is it appears to cause a lag spike on the server whenever the error message occurs, but I do not know for sure if these are related to each other or if it is coincidence. When the MFEs are not full and i'm not getting the error, the lag spikes don't happen. I'll see what I can do on my server end to try and use the energy instead of keeping it full. Thanks again!
http://code.google.com/p/atomicstrykers-minecraft-mods/source/browse/PowerConverters/common/atomicstryker/powerconverters/common/TileEntityLiquidGenerator.java
I'd do it myself but i am not monitoring several forums
I told you, its a buildcraft API issue. You have some outdated buildcraft API somewhere that lacks the new Forge Orientation system. Since MFR is using or trying to use it, its not MFR itself.
@ClutchHunter
Lexmanos is screwing around with Configurations in Forge builds 400+, try 399 until he realizes what he messed up
can you make compatible with redstone energy conduit? because dont work too
Also, I can only get my Lava Fabricator to charge any more than 1 BatBox, even if 3 or so are connected.Sorry if I'm just being stupid, and thanks for your help!EDIT: Fixed the BatBox problem, still having trouble with the Energy Link though :/
Stolen form Badgerz
Forge 6.4.0.395 (is this version OK? I havent found any errors)
Industrialcraft 2 latest 1.4.5 beta 113
ChickenCore 0.6.8.1 with NEI 1.4.2.7
Backpacks 1.5.4
Cave Gen Mod 2.0
Try attaching your engines to the redstone wire with wodden conductive pipes instead of directly hooking them up
EDIT:
Nether Ores 1.2.8
- fixed issue with Ore registry that prevented copper/tin integration
- fixed fuse sound not being audible upon blocks going berserk
- added possibility for chain reaction explosions
1.2.9
- fixed new issue with OreRegistry and bad implementation by me
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Failed to start game
A full error report has been saved to C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-29_19.45.15-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 88e626a3 --------
Full report at:
C:\Users\MaX\AppData\Roaming\.minecraft\crash-reports\crash-2012-11-29_19.45.15-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 11/29/12 7:45 PM
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350718704 bytes (334 MB) / 591659008 bytes (564 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.408 Optifine OptiFine_1.4.5_HD_U_D3 41 mods loaded, 41 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ModPatcher [Mod Patcher] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.1.jar) Unloaded->Constructed->Pre-initialized->Errored
IC2 [IndustrialCraft 2] (industrialcraft-2_1.109.113-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (1. Railcraft_1.4.5b-6.9.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
MindKrafter_[1.4.5]XtraBlocksEE_v3.7 [XtraBlocksEE] (2. 1.4.5_XtraBlocksEE v3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers [Battle Towers] (BattleTowers_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees [Extra Bees] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore [Binnie Core] (extrabees-1.4.1.14-dev-build.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (ironchest-universal-4.3.0.145.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (mystcraft-uni-1.4.4-0.9.4.05.zip) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins [NEI Plugins] (NEIPlugins-1.0.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
NetherOres [Nether Ores] (NetherOres_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (portalgun1.4.4v0.1_universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts [Steve's Carts] (StevesCarts2.0.0.a30.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-2.0.9.zip) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_IDResolver [mod_IDResolver] (IDResolver_1.4.5_COREMOD_Update-0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MSC [Mob Spawn Controls] (Forge_MobSpawnControlsv1.4.4.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Mobility Radeon HD 4650 GL version 2.1.8787, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
java.lang.NullPointerException
at atomicstryker.netherores.common.NetherOresCore.registerNetherCopper(NetherOresCore.java:236)
at atomicstryker.netherores.common.NetherOresCore.registerOreEvent(NetherOresCore.java:219)
at net.minecraftforge.event.ASMEventHandler_42_NetherOresCore_registerOreEvent_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:280)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:262)
at forestry.core.config.ConfigureBlocks.initialize(ConfigureBlocks.java:32)
at forestry.core.config.Config.load(Config.java:176)
at forestry.core.ForestryCore.init(ForestryCore.java:62)
at forestry.core.ForestryClient.init(ForestryClient.java:35)
at forestry.Forestry.init(Forestry.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 39a6ed42 ----------
Again, thanks for the reply. I was unable to handle the power on my own to avoid the error, so as a temporary solution i've replaced the Energy Link in my hydro-flower with an Electrical Engine from Forestry.
Also, I just posted a thread on the IC2 forum as you suggested. Here's the thread if you're interested: http://forum.industrial-craft.net/index.php?page=Thread&threadID=8429
Thanks again!
As long as both are in the ore dictionary, it doesnt matter.
EDIT: Bah. Didnt realise that I was on the second page out of four.
1.4.0
- workaround for IC2 API bug
Awesome, thanks for the update!
Since these updates MC crashes at startup when using NetherOres with forestry. Run fine without forestry though.
NetherOres was working fine before those updates :\
Server crashes on startup with same error.
Is there a place to download older version from ? I accidentally deleted it.
I am on MC 1.4.5 and MFR should run. If I had a config file I could tweak the error off, I think.