Thanks all for your help!
I have taken this file and loaded it manually with Magic Launcher, that fixed the issue!
you are awesome
Thanks all for your help!
I have taken this file and loaded it manually with Magic Launcher, that fixed the issue!
you are awesome
In the mods/ic2 folder do you have a 334KB EJML-core-0.26.jar file?
Yes, i have it, i mean had it before i removed this folder
This is odd, try deleting the mods/ic2 folder.
Thanks, but unfortunately, it didn't help
also found this, hope it can help:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Calculation failed.
java.util.concurrent.ExecutionException:
java.lang.NoSuchMethodError:
org.ejml.factory.LinearSolverFactory.symmPosDef(I)Lorg/ejml/interfaces/linsol/LinearSolver;
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_91]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_91]
at ic2.core.energy.Grid.finishCalculation(Grid.java:386) [Grid.class:?]
at ic2.core.energy.EnergyNetLocal.onTickEnd(EnergyNetLocal.java:384) [EnergyNetLocal.class:?]
at ic2.core.energy.EnergyNetGlobal.onTickEnd(EnergyNetGlobal.java:69) [EnergyNetGlobal.class:?]
at ic2.core.TickHandler.onWorldTick(TickHandler.java:79) [TickHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_20_TickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) [?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) [bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused
by: java.lang.NoSuchMethodError:
org.ejml.factory.LinearSolverFactory.symmPosDef(I)Lorg/ejml/interfaces/linsol/LinearSolver;
at ic2.core.energy.Grid.calculateDistribution(Grid.java:605) ~[Grid.class:?]
at ic2.core.energy.Grid.calculate(Grid.java:448) ~[Grid.class:?]
at ic2.core.energy.GridCalculation.call(GridCalculation.java:12) ~[GridCalculation.class:?]
at ic2.core.energy.GridCalculation.call(GridCalculation.java:5) ~[GridCalculation.class:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_91]
at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_91]
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Grid 7 info:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 2 nodes
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 1 entries in cache, hitrate 0,00%
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Dumping matrices for Grid 7.
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Matrices potentially outdated
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Emitting node indizes:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 0 MetalFormer|A|0|16 (amount=4000.0, tier=1)
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 1 Generator|E|0|15 (amount=16.0, tier=1)
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Network matrix:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 2x2, all zero
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Source matrix:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 2x1, all zero
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Result matrix:
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: 2x1, all zero
[13:51:35] [Server thread/WARN] [IC2.EnergyNet/]: Calculation failed.
Display More
The log message would suggest that it can't calculate the route for the energy flow, but how it managed to get into that situation I have no idea. Does it happen if you create a new world too, or is it just one? Do you have anything else connected other than just the test setups you tried?
Yes, the same for new world.
Tried to disable all other mods except IC2, no luck again (i have bc, forestry, nei and iron chests, not much)
even if there is only 1 generator + any kind of machine or energy storage next to it (just 2 blocks), without cables result is the same. Adding wire - one more portion of fuel burnt, but still no power in destination.
Can you please advise what else to look for in logs and which kind of logs?
P.S. I also have a huge amount of files like grap_xx_raw.txt generated with the following text:
Hello guys, i have another issue with energy flow, haven't found anything like this.
So... any generator is not feeding anything, it charges itself, but no matter if you place any machine or batbox next to it or connected by any kind of cable (i tried all of them) - there is no power in destination point. I tried several sources (generator, geothermal, solar panel) no luck.
In fml-client logs i have thousands of stings like this: [Server thread/WARN] [IC2.EnergyNet/]: Calculation failed previously, skipping calculation.
Other logs seem to clear.
my versions are:
Minecraft 1.7.10
Forge - 10.13.4.1492
IC2 - 2.2.822
Any ideas?
P.S. when i connect anything to generator is burns another portion of fuel, but power is not received.