Railcraft

Railcraft

34M Downloads

Invalid fluid from other mods break railcraft

CrankySupertoonArchive opened this issue · 5 comments

commented

Description of the Bug
The game crashes

To Reproduce
Load the pack. Insta crash

Expected behavior
The pack loads

Screenshots & Video
N/A

Logs & Environment
CrashLog
https://paste.dimdev.org/abamamiduq.mccrash

latest.log
https://paste.dimdev.org/kagavifefe.md

Additional context
Have vanilla Fix installed

commented

Some mod registered a broken fluid, causing a crash.

FluidRegistry.getRegisteredFluids().values().forEach(f -> {
map.registerSprite(f.getFlowing());
map.registerSprite(f.getStill());
});

Could you please remove half of your mods at a time to see which mod is broken?

commented
commented

@ZJFishy

Sadly, that single line tells us nothing. Open a new issue, include the full crash report, and the powers that be can determine if it is railcraft bug, or if, like this issue, it is a bug elsewhere that is expressing itself in railcraft code.

commented

I have a similar issue, immediately crashing upon launching the game
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)

commented

@ZJFishy I marked your comment as off-topic. Next time I will change titles that are too generic. For your case, please create a new issue. https://github.com/Railcraft/Railcraft/issues/new?template=bug_report.md