View Issue Details

IDProjectCategoryView StatusLast Update
0000455Industrial-Craft²E-Net, cabling, storage/transformer blockspublic2013-07-12 21:56
Reporterarallak Assigned ToPlayer  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Summary0000455: The power is not maintained.
DescriptionThe energy generated disappears when arriving at any type of battery (mfsu, mfe or batbox). Making it impossible to use certain machines.
TagsNo tags attached.
Minecraft Version

Relationships

has duplicate 0000480 closedPlayer Batboxes, MFEs, or MFSUs aren't storing energy 

Activities

arallak

2013-06-27 01:38

reporter  

2013-06-26_22.32.28.png (326,184 bytes)

arallak

2013-06-27 01:38

reporter  

2013-06-26_22.32.33.png (148,952 bytes)   
2013-06-26_22.32.33.png (148,952 bytes)   

arallak

2013-06-27 01:38

reporter  

2013-06-26_22.32.41.png (148,934 bytes)   
2013-06-26_22.32.41.png (148,934 bytes)   

OEC

2013-06-28 11:45

reporter   ~0001088

If you're using Universal Electricity, check it.
My same problem was caused by UE.

Player

2013-06-28 15:03

administrator   ~0001092

Works for me.

DJPinguim

2013-06-29 21:59

reporter   ~0001095

It's the Mekanism mod from Universal Eletricity that causes the issue.
Even the latest mod update doesn't work.

CoreDuo

2013-07-01 17:15

reporter   ~0001099

Aidan closed this bug on Github because he claims that it's an issue with IC2.

https://github.com/aidancbrady/Mekanism/issues/176

So... which is it?

Player

2013-07-02 11:14

administrator   ~0001100

Mekanism is so broken lol...

Mekanism's CableUtils.emitEnergyFromAllSides() doesn't handle the case where no universal cables are nearby (networks is empty) properly.
The return value (totalRemaining) remains 0, which later on sets the amount field in the event to 0, telling the mfsu that the energy packet has been consumed completely.
Due to the global nature of the event, there doesn't have to be anything Mekanism-related nearby.

Besides that the Mekanism code doesn't account for the inherent inaccuracy of floating point operations, causing rounding errors/energy loss in some cases.

Btw. you can easily see if an energy flow is using the IC2 energy network by measuring the MFSU block with the EU Reader.

Issue History

Date Modified Username Field Change
2013-06-27 01:38 arallak New Issue
2013-06-27 01:38 arallak File Added: 2013-06-26_22.32.28.png
2013-06-27 01:38 arallak File Added: 2013-06-26_22.32.33.png
2013-06-27 01:38 arallak File Added: 2013-06-26_22.32.41.png
2013-06-28 11:45 OEC Note Added: 0001088
2013-06-28 15:03 Player Note Added: 0001092
2013-06-28 15:03 Player Assigned To => Player
2013-06-28 15:03 Player Status new => feedback
2013-06-29 21:59 DJPinguim Note Added: 0001095
2013-07-01 17:15 CoreDuo Note Added: 0001099
2013-07-02 11:14 Player Note Added: 0001100
2013-07-02 11:14 Player Status feedback => closed
2013-07-02 11:15 Player Resolution open => no change required
2013-07-12 21:56 Player Relationship added has duplicate 0000480