
Game crash with ModernConv's Energy IO
bence98 opened this issue ยท 4 comments
Issue Description:
Issue reported by 45gfg9 on the CurseForge page of my mod, ModernConverter.
The game crashes when the Energy IO tries to push ForgeEnergy into the ConduitBundle.
What happens:
A NullPointerException.
What you expected to happen:
That the conduit either takes the power or reports being full.
Steps to reproduce:
- Place an Energy IO from ModernConv and give it power
- Put it in export mode and attach an EnderIO conduit to it
- Game crash
Affected Versions (Do not use "latest"):
- EnderIO: 5.0.26
- EnderCore: 0.5.30
- Minecraft: 1.12.2
- Forge: 14.23.4.2705
- ModernConverter: 2.1.1
Your most recent log file where the issue was present:
The relevant part in ModernConverters' code:
https://pastebin.com/PRMTTKvu
@tterag1098
getForgeEnergyProxy()
is non-nullable, so that is unlikely.
@HenryLoenwind
That might be the case. I'll check once I get home.