Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 2.11 KB  |  hits: 32  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 2012-08-20 13:01:14 [FINER] THROW
  2. java.lang.NullPointerException
  3.         at codechicken.core.CoreUtils.getServerIP(CoreUtils.java:121)
  4.         at codechicken.nei.NEIConfig.loadWorld(NEIConfig.java:295)
  5.         at mod_NotEnoughItems.reset(mod_NotEnoughItems.java:62)
  6.         at mod_NotEnoughItems.onTickInGame(mod_NotEnoughItems.java:71)
  7.         at BaseMod.doTickInGame(BaseMod.java:48)
  8.         at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
  9.         at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:79)
  10.         at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
  11.         at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:127)
  12.         at cpw.mods.fml.client.FMLClientHandler.onRenderTickEnd(FMLClientHandler.java:281)
  13.         at net.minecraft.client.Minecraft.x(Minecraft.java:875)
  14.         at net.minecraft.client.Minecraft.run(Minecraft.java:750)
  15.         at java.lang.Thread.run(Unknown Source)
  16. 2012-08-20 13:01:25 [SEVERE] A critical error has occurred.
  17. java.lang.RuntimeException: java.lang.NullPointerException
  18.         at cpw.mods.fml.common.FMLCommonHandler.raiseException(FMLCommonHandler.java:411)
  19.         at ModLoader.throwException(ModLoader.java:787)
  20.         at codechicken.core.CoreUtils.getServerIP(CoreUtils.java:125)
  21.         at codechicken.nei.NEIConfig.loadWorld(NEIConfig.java:295)
  22.         at mod_NotEnoughItems.reset(mod_NotEnoughItems.java:62)
  23.         at mod_NotEnoughItems.onTickInGame(mod_NotEnoughItems.java:71)
  24.         at BaseMod.doTickInGame(BaseMod.java:48)
  25.         at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:95)
  26.         at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:79)
  27.         at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:55)
  28.         at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:127)
  29.         at cpw.mods.fml.client.FMLClientHandler.onRenderTickEnd(FMLClientHandler.java:281)
  30.         at net.minecraft.client.Minecraft.x(Minecraft.java:875)
  31.         at net.minecraft.client.Minecraft.run(Minecraft.java:750)
  32.         at java.lang.Thread.run(Unknown Source)
  33. Caused by: java.lang.NullPointerException
  34.         at codechicken.core.CoreUtils.getServerIP(CoreUtils.java:121)
  35.         ... 12 more