Crashing while trying to read MFR's fuel values?

Issue #97 resolved
Former user created an issue

Ever since 1.0.8.10, trying to use the NEI search at all results in this.

2013-05-22 03:22:53 [INFO] [STDERR] Exception in thread "NEI Item Searching Thread" java.lang.NullPointerException 2013-05-22 03:22:53 [INFO] [STDERR] at mistaqur.nei.mfr.MFRFuelHelper$1.getLiquidStackFuelTooltip(MFRFuelHelper.java:28) 2013-05-22 03:22:53 [INFO] [STDERR] at mistaqur.nei.common.FuelTooltip.addCommonFuelTooltip(FuelTooltip.java:118) 2013-05-22 03:22:53 [INFO] [STDERR] at mistaqur.nei.common.FuelTooltipHandler.handleItemTooltip(FuelTooltipHandler.java:49) 2013-05-22 03:22:53 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.itemDisplayNameMultiline(GuiContainerManager.java:173) 2013-05-22 03:22:53 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.concatenatedDisplayName(GuiContainerManager.java:202) 2013-05-22 03:22:53 [INFO] [STDERR] at codechicken.nei.ItemList$ItemMatcher.matches(ItemList.java:41) 2013-05-22 03:22:53 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadMatchSearch.run(ItemList.java:108)

...which then make the NEI search completely unusable until the game is re-opened. Running the latest MFR betas, by the way.

Comments (3)

  1. mistaqur repo owner

    I'm suspect that you have Extrabees where still exist liquids with invalid itemID (acid, poison).

  2. Log in to comment