[1.12.2] Sponge Forge server crash while using Manual Rolling Machine
054545641 opened this issue ยท 4 comments
Description of the Bug
Producing (at least) something on Manual Rolling Machine will cause a server crash on SpongeForge Server. And there will be java.lang.IncompatibleClassChangeError in the Crash-report.
To Reproduce
- Place a Manual Rolling Machine anywhere
- Right click to open GUI of the Manual Rolling Machine
- Put a Iron Ingot into it
- Click Track Parts and wait for its completion
Expected behavior
A Track Part should be made normally without crash.
Logs & Environment
- Environment:
Forge version 1.12.2-14.23.5.2779
Sponge version 1.12.2-2768-7.1.4
Railcraft version 12.0.0-beta-2 - Full log:
debug.log
latest.log - Crash report (If available):
Crash-reports-server.txt
@CovertJaguar Apparently sponge doesn't want our inventory to implement iterable for something other than Iterable<org.spongepowered.api.item.inventory.Inventory>
. Blame Mumfrey.
They make a change like that and expect it to break nothing? Lol.
Closing due to Not Railcraft