Power does not come back after breaking a long universal cable
fayeinmay opened this issue · 4 comments
Issue description
See below how to reproduce.
Here's a Youtube video describing the issue: https://www.youtube.com/watch?v=-Ot2v0vIoBc
Steps to reproduce
- Build Ultimate Energy Cube
- Build a 210 blocks long elite universal cable onto the ultimate energy cube
- Fly back and break cable directly after the ultimate energy cube
- Rebuild broken cable
- Fly to the end of the elite universal cable
- Observe broken energy at cable length 200
- Rebuild cable at length 200 -> Other cables after it won't be fixed, it is necessary to rebuild all cables from block 200-210
Minecraft version
1.16.5 (Latest)
Forge version
forge-1.16.5-36.2.31
Mekanism version
10.1.2 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
Having a chunk loader at block 200 while breaking the cable after the ultimate energy cube fixes the issue. So it seems like it is a chunkloading issue, but the cable should reevaluate when reconnecting it to the grid, so still an issue of mekanism I'd say?
Maybe related to #6356
Thank you for this detailed reproduction scenario. I believe you are right that it likely is the same thing as has been plaguing #6356 (or at least one of the last remaining and more reproduceable causes). I am sorry I was not able to look into this earlier due to a variety of things going on in life but the report did lead me to tracking down the issue and fixing it for 10.3.2 (MC 1.19.1 and 1.19.2). Unfortunately it is not practical/feasible to backport to 1.16 or 1.18 due to the changes required to fix it.
Thank you for this detailed reproduction scenario. I believe you are right that it likely is the same thing as has been plaguing #6356 (or at least one of the last remaining and more reproduceable causes). I am sorry I was not able to look into this earlier due to a variety of things going on in life but the report did lead me to tracking down the issue and fixing it for 10.3.2 (MC 1.19.1 and 1.19.2). Unfortunately it is not practical/feasible to backport to 1.16 or 1.18 due to the changes required to fix it.
Thanks a lot!