Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: induction matrix/ industrial turbine rf overflow #180

Open
RubilaxXxx opened this issue Jul 1, 2024 · 1 comment
Open

[BUG]: induction matrix/ industrial turbine rf overflow #180

RubilaxXxx opened this issue Jul 1, 2024 · 1 comment

Comments

@RubilaxXxx
Copy link

Describe the bug

when the matrix/turbine reach 2.14Grf, it overflow in negative causing "weird" interactions with others rf using mods. the multiblock display the correct energy looking in its GUI (the multiblocks still work as they should, the issue is how they interact when in negative rf)

tested using only mekanism core/generators & thermal expansion/foundation

To Reproduce

  1. make a turbine/matrix
  2. reach 2,14Grf
  3. connect any rf powered machines

Expected behavior

not to overflow

Mekanism Version

9.10.37

Minecraft Version is this regarding?

1.7.10

What OS are you seeing the problem on?

Windows

Name of modpack if applicable

/

Version of said modpack if applicable

/

Screenshots

Capture d’écran (263)

Capture d’écran (261)

The crash report in folder ./crash-reports (both server and client logs)

/

Please provide the following other files

No response

@SrYthan
Copy link

SrYthan commented Jul 10, 2024

Probably the variable that stores the energy is of type Int, and its limit is 2147483647, and when this value is reached it starts counting qualities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants