Problem ForgeModLoader Warnings

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Nion

New Member
Jul 29, 2019
6
0
0
I've been trying to get a server working, after alot of hassle we finally got it up but with these warnings.

2013-02-02 20:37:16 [WARNING] [ForgeModLoader] Could not load forestry config, due to java reflection failing!

2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Couldn't find vanilla template - forestry.speciesThe
2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (1505:1) to Forester's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (1501:0) to Hunter's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (1502:0) to Hunter's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (1509:0) to Hunter's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (27320:0) to Hunter's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (27299:0) to Hunter's Backpack since it was null. 2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (27299:256) to Hunter's Backpack since it was null.
2013-02-02 20:37:17 [WARNING] [ForgeModLoader] Failed to add block/item of (1505:0) to Forester's Backpack since it was null.

Also got some IC2 warnings
[WARNING] [IC2] EnergyNet.emitEnergyFrom: ic2.core.block.wiring.TileEntityTransformerLV@42b4b957 is not added to the enet 2013-02-02 20:37:21 [WARNING] [IC2] EnergyNet.emitEnergyFrom: ic2.core.block.wiring.TileEntityTransformerLV@42b4b957 is not added to the enet 2013-02-02 20:37:21 [WARNING] [IC2] EnergyNet.emitEnergyFrom: ic2.core.block.wiring.TileEntityTransformerLV@42b4b957 is not added to the enet 2013-02-02 20:37:21 [WARNING] [IC2] EnergyNet.emitEnergyFrom: ic2.core.block.wiring.TileEntityTransformerLV@42b4b957 is not added to the enet
2013-02-02 20:37:21 [WARNING] [IC2] EnergyNet.emitEnergyFrom: ic2.core.block.wiring.TileEntityElectricBatBox@5b97ac5b is not added to the enet

full log here http://pastebin.com/uTfhxGa4
anyone know whats going?

Creating thread in the wrong forum. Posting it here.
 

Velotican

New Member
Jul 29, 2019
799
0
0
If you have transformers connected to broken power lines that don't supply power to anything, it throws that error you're seeing when it's loaded - or at least that's what happens in my personal experience.

The rest, while worth noting, appear to be quirks of Extra Bees initialising and writing over aspects of Forestry. It's also possible for the backpack warnings that the custom item lists in the configs are dated. These lists are only used to allow custom items from other mods to be used by Forestry backpacks. This won't harm anything either.

In other words whilst you have a keen eye none of the errors you have mentioned are actually going to affect gameplay.