
ME Conduits break after server restart if you disconnect a side
Xiaminou opened this issue · 5 comments
Issue Description:
If you disconnect a side of the ME Conduits by right-clicking with a YETA wrench it will break after server restart. Do note that this does not happen in all situations, some of them are just fine while others are broken.
Affected Versions (Do not use "latest"):
- EnderIO: 3.0.1.138_beta
- EnderCore: 0.4.1.60-beta
- Minecraft: 1.10.2
- Forge: 2135
- Mods: list.txt
No, if you disconnect any part of the conduit it doesn't connect to anything anymore. Screenshot number 3 shows a good example of that. I disconnected the left connection and after restarting the server AE would not recognize the connection on the right, as you can see, the AE Cable on the right is not rendering a connection to the conduit.
@MatthiasMann This is what we had in 1.7.10 and you did some debugging for, isn't it?
The problem is that we are unable to ask AE2 if a connection would be possible or not. So EnderIO uses a heuristic to guess if a connection is possible or not.
But if you disconnect something that should be remembered. But I'm not sure what you mean it breaks after server restart - does it connect even so it should not?
Just an update on this, it might be something different from what we first though. Today I found a case where I had disconnected a ME Conduit that was in the same blockspace as an Item Conduit. And after the server restart none of the conduits were working.
It looks like cutting a connection of an ME Conduit breaks all the conduits, need to do some more testing.