Crash when placing TR solar next to Railcraft EU loader
ElectroBot opened this issue ยท 4 comments
Minecraft: 1.12.2
Forge: 14.23.5.2806
Tech Reborn: 2.20.1.889
Reborn Core: 3.13.0.400
IC2: 2.8.106-ex112
Railcraft: 12.0.0-beta-2
Placing a TR solar (not sure about other power sources), next to a Railcraft EU loader (which does say that it only accepts EU) hard crashes the game. It does work properly with IC2.
latest.log https://paste.dimdev.org/ohepoyovis.md
last section of debug.log https://paste.dimdev.org/qakohiqino.sql
uhh, this is going to be a fun one. I will look into it more in the morning as its getting late now.
That's a Railcraft bug, they make the presumption all IEnergyEmitter
s for IEnergySink
s are a TileEntity
(here, as defined from ISinkDelegate
), when delegation means that isn't necessarily true. They don't seem to rely on the emitter being a TileEntity
so it should be an easy enough fix on their end (unless I've missed something).