Looping world crash after placed me conduit.
Renari opened this issue ยท 9 comments
Issue Description:
I placed a ME conduit down after which the server repeatedly restarts with the same crash. There appear to be a number of similar issues from 2015 which the fix was to update to rv2. However I'm running rv6.
What happens:
Server crashes.
What you expected to happen:
ME conduit connecting to the network.
Steps to reproduce:
- Place me conduit next to ME Controller
Affected Versions (Do not use "latest"):
- EnderIO: 5.0.40
- EnderCore: 0.5.52
- Minecraft: 1.12.2
- Forge: 14.23.5.2824
- SpongeForge? no
- Optifine? no
- Server/Client
- Applied Energistics 2: rv6-stable-6
Your most recent log file where the issue was present:
https://gist.github.com/Renari/abe0cc62019b0e8e767c84eec8086a0c
oh, I see it now. Sorry, must have been blind the first time.
You're using the current EnderCore with an outdated Ender IO. Either downgrade EnderCore to 0.5.40 or upgrade Ender IO to 5.0.43.
Just a bit of info what's wrong: We expanded the functionality in EnderCore that allows us (among other things) to have conduits in their own mods. During that process we noticed a flaw in the old implementation and fixed it. However, this also required the consumer (the conduit mods) to change their code. So newer EnderCores will only work for Ender IO modules that have the updated code.