integer range bug
OverKiLLxx opened this issue ยท 3 comments
If you use a EnderIO storage or any other storage with a real value of rf, the flux network wont work with any storage larger than 2.147.483.647 RF. The Storage CAN be larger, but as soon as the storage reaches the fillstate of this RF amount it wont transmit any rf and if u click on it the max send is a negative number.
I guess it must be a kind of overflow with the fail, that he calculates with int and not with long or double.
Fixed in dev - duplicate of #153
I almost postem same issue, but i find this, so confirmed
PS sorry for bad english, I'm not native speaker
@kamcio96 can u help? :)