InGameConfigManager

InGameConfigManager

87.1k Downloads

[1.11.2] Crafting crash

Timsuper opened this issue ยท 4 comments

commented

Issue with IC2.

ic2 version: industrialcraft-2-2.7.81-ex111.jar

fml-client-3.log

commented

Sorry for my later response, does this version fixes it?
https://www.dropbox.com/s/6fw0lnc47mgz1wg/IGCM%20v1.1.7%20mc1.11.2.jar?dl=1

commented

Seems to work, i'll test it on server later today.

Scheint zu funktionieren, ich werds heute Abend mal auf dem Server probieren.

commented

So I tested it on the server.

The game no longer crashes when crafting a vanilla block of iron. (tested example)
The game does crash when trying to craft ic2 items.

fml-client-latest.log
latest.log

Nullpointer klingt ja super. #erstes Semester :)

commented

Ok, but this is not an issue of IGCM, you should report it to IC2.

NullPointerException will be thrown if an object is null but you try to do something with it.
For example:
recipe.getRecipeOutput(); -> null.getRecipeOutput
getRecipeOutput() cannot be called, since the object does not exist.