Advertisement
Guest User

Untitled

a guest
Feb 6th, 2014
2,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 2014-02-04 10:25:00 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_71060_bI()I
  2. 2014-02-04 10:25:00 [SEVERE] at morph.common.core.TickHandlerServer.serverTick(TickHandlerServer.java:169)
  3. 2014-02-04 10:25:00 [SEVERE] at morph.common.core.TickHandlerServer.tickEnd(TickHandlerServer.java:55)
  4. 2014-02-04 10:25:00 [SEVERE] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
  5. 2014-02-04 10:25:00 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
  6. 2014-02-04 10:25:00 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
  7. 2014-02-04 10:25:00 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:817)
  8. 2014-02-04 10:25:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
  9. 2014-02-04 10:25:00 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  10. 2014-02-04 10:25:00 [SEVERE] Encountered an unexpected exception NoSuchMethodError
  11. java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_71060_bI()I
  12. at morph.common.core.TickHandlerServer.serverTick(TickHandlerServer.java:169)
  13. at morph.common.core.TickHandlerServer.tickEnd(TickHandlerServer.java:55)
  14. at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
  15. at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
  16. at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:817)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:663)
  19. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement