Ender IO Forestry

Ender IO Forestry

954k Downloads

Looping world crash after placed me conduit.

Renari opened this issue ยท 9 comments

commented

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:

  1. 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

commented

SimpleMixinPatcher seems to not have run at all. weird.

commented

Could you provide the entire startup log?

commented

Changed the title as this was reproduce-able in single player.

commented

It might be a large file, but could you upload a debug.log ?

commented
commented

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.

commented

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.

commented

Thanks, can confirm that fixed the issue.