NPE while looking up 'Liquid Nitrogen' recipe

Issue #91 resolved
Mortvana NA created an issue

When I look up the recipe for Liquid Nitrogen my game crashes with info:

    LWJGL: 2.4.2
OpenGL: ATI Radeon HD 4200  GL version 3.3.9836 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: 3206 (179536 bytes; 0 MB) allocated, 624 (34944 bytes; 0 MB) used

java.lang.NullPointerException at binnie.extrabees.liquids.ItemLiquid.j(ItemLiquid.java:39) at mistaqur.nei.common.LiquidTank.handleTooltip(LiquidTank.java:60) at mistaqur.nei.forestry.ForestryRecipeHandler.handleTooltip(ForestryRecipeHandler.java:163) at codechicken.nei.recipe.GuiRecipe.handleTooltip(GuiRecipe.java:150) at codechicken.nei.forge.GuiContainerManager.renderToolTips(GuiContainerManager.java:525) at auy.a(GuiContainer.java:174) at bac.b(EntityRenderer.java:1147) at net.minecraft.client.Minecraft.J(Minecraft.java:888) at net.minecraft.client.Minecraft.run(Minecraft.java:783) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 3851e902 ----------

Comments (11)

  1. OmagaAlpha

    Want say is I was able get liquid Nitrogen cause crash. So then created another instance slime down to see another mod cause problem. So try under search "liqu", but kind seem random when it happen. So can't exactly reproduce but get same error above person when happen.

    All know is when I leave on search long enough cause the game to crash. Though seam only click once on item that has recipe and then click on item once does not have a recipe but require some time been in filter search step before the crash seem to happen done.

    Test using

    os: windows 7 64bit

    minecraft Version: 1.4.5

    jar

    • minecraftforge-universal-1.4.5-6.4.1.410.

    coremod

    • CodeChickenCore 0.6.16.jar
    • NotEnoughItems 1.4.3.4.jar

    mods

    • buildcraft-A-3.2.2.jar
    • extrabees-1.4.1.29-dev-build.zip
    • forestry-A-1.6.2.9.jar
    • InvTweaks-1.45-1.4.4 (1).zip
    • NEIPlugins-1.0.3.6.jar

    Crash log Description: Rendering screen

    java.lang.NullPointerException
    
     - at binnie.extrabees.liquids.ItemLiquid.j(ItemLiquid.java:39)
     - at mistaqur.nei.common.LiquidTank.handleTooltip(LiquidTank.java:60)
     - at mistaqur.nei.forestry.ForestryRecipeHandler.handleTooltip(ForestryRecipeHandler.java:163)
     - at codechicken.nei.recipe.GuiRecipe.handleTooltip(GuiRecipe.java:144)
     - at codechicken.nei.forge.GuiContainerManager.renderToolTips(GuiContainerManager.java:529)
     - at auy.a(GuiContainer.java:174)
     - at bac.b(EntityRenderer.java:977)
     - at net.minecraft.client.Minecraft.J(Minecraft.java:888)
     - at net.minecraft.client.Minecraft.run(Minecraft.java:783)
     - at java.lang.Thread.run(Unknown Source)
    
  2. Alex Binnie repo owner

    Fixed in next version. The tooltip of the liquid tank will probably say 'Extra Bee Liquid', because they have not been set up to deal with meta liquids

  3. Fishsticks

    Glad to see this rather frustrating bug fixed (kept wondering why my MC was crashing when looking up some of the liquid based recipes).

    Also, not wanting to sound overeager or anything, but is 1.4.9.1 likely to be "Soon", or are there more fixes that you are wanting to get squashed before pushing the release?

  4. Alex Binnie repo owner

    Fishsticks> I may try to fix one or two more bugs, as I only released 1.4.9.0 12 hours ago

  5. Log in to comment