Jump to content

Recommended Posts

Posted

Hello! Please help. This is my crashlog from minecraft launcher.

 

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Failed to start game

This error has been saved to C:\Users\Kaspars\AppData\Roaming\.minecraft\Mod making\mcp72forge\jars\.\crash-reports\crash-2012-08-21_15.47.45-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

 

 

 

--- BEGIN ERROR REPORT 64702b37 --------

Generated 8/21/12 3:47 PM

 

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (amd64) version 6.1

- Java Version: 1.7.0_06, Oracle Corporation

- Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

- Memory: 931015384 bytes (887 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)

- JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

- LWJGL: 2.4.2

- OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation

- Is Modded: Definitely; 'forge,fml'

- Type: Client

- Texture Pack: Default

- Profiler Position: N/A (disabled)

 

java.lang.RuntimeException: The requested image path /gui/Dark Messiahs Mods/NetherRium/NetherRiumSword.png is not found

at cpw.mods.fml.client.TextureFXManager.loadImageFromTexturePack(TextureFXManager.java:325)

at cpw.mods.fml.client.TextureFXManager.registerTextureOverrides(TextureFXManager.java:252)

at cpw.mods.fml.client.TextureFXManager.loadTextures(TextureFXManager.java:237)

at cpw.mods.fml.client.FMLClientHandler.reloadTextureFX(FMLClientHandler.java:173)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:477)

at net.minecraft.client.Minecraft.run(Minecraft.java:734)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT 3a737cad ----------

 

 

 

 

This is my crash log from ECLIPSE

 

 

2012-08-21 15:47:23 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.80.291 for Minecraft client:1.3.2, server:1.3.2 loading

2012-08-21 15:47:25 [iNFO] [sTDOUT] 27 achievements

2012-08-21 15:47:25 [iNFO] [sTDOUT] 195 recipes

2012-08-21 15:47:26 [iNFO] [sTDOUT] Setting user: Player767, -

2012-08-21 15:47:26 [iNFO] [sTDERR] Client asked for parameter: server

2012-08-21 15:47:26 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-08-21 15:47:28 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-08-21 15:47:28 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-08-21 15:47:28 [iNFO] [ForgeModLoader] Searching C:\Users\Kaspars\AppData\Roaming\.minecraft\Mod making\mcp72forge\jars\mods for mods

2012-08-21 15:47:28 [iNFO] [ForgeModLoader] No mcmod.info file found in directory bin

2012-08-21 15:47:29 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2012-08-21 15:47:29 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 11 mods to load

2012-08-21 15:47:34 [iNFO] [sTDOUT] Starting up SoundSystem...

2012-08-21 15:47:34 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2012-08-21 15:47:34 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2012-08-21 15:47:34 [iNFO] [sTDOUT] OpenAL initialized.

2012-08-21 15:47:35 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 11 mods

2012-08-21 15:47:35 [iNFO] [sTDERR] java.lang.RuntimeException: The requested image path /gui/Dark Messiahs Mods/NetherRium/NetherRiumSword.png is not found

2012-08-21 15:47:35 [iNFO] [sTDERR] at cpw.mods.fml.client.TextureFXManager.loadImageFromTexturePack(TextureFXManager.java:325)

2012-08-21 15:47:35 [iNFO] [sTDERR] at cpw.mods.fml.client.TextureFXManager.registerTextureOverrides(TextureFXManager.java:252)

2012-08-21 15:47:35 [iNFO] [sTDERR] at cpw.mods.fml.client.TextureFXManager.loadTextures(TextureFXManager.java:237)

2012-08-21 15:47:35 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.reloadTextureFX(FMLClientHandler.java:173)

2012-08-21 15:47:35 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:477)

2012-08-21 15:47:35 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:734)

2012-08-21 15:47:35 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-21 15:48:39 [iNFO] [sTDERR] Someone is closing me!

 

 

Heres my Mod_NetherRium class

 

 

 

package net.minecraft.src;

import net.minecraft.src.ModLoader;

import java.util.Random;

import cpw.mods.fml.common.registry.GameRegistry;

import cpw.mods.fml.common.registry.LanguageRegistry;

import net.minecraftforge.common.EnumHelper;

import net.minecraftforge.common.IArmorTextureProvider;

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.Init;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw.mods.fml.common.network.NetworkMod;

import net.minecraft.src.ItemArmor;

import net.minecraft.src.Block;

 

@Mod(modid = "NetherRium", name = "NetherRium", version = "MC1.3.2")

@NetworkMod(clientSideRequired = true, serverSideRequired = false)

 

public class mod_NetherRium

{

@Init

public void load(FMLInitializationEvent event)

{

}

  public static final Item netherrium_sword = new NetherRiumItemSword(610, NetherRiumEnumToolMaterial.NETHERRIUM).setItemName("NetherRiumSword");

  public static final Item netherrium_pickaxe = new NetherRiumItemPickaxe(611, NetherRiumEnumToolMaterial.NETHERRIUM).setItemName("NetherRiumPickaxe");

  public static final Item netherrium_shovel = new NetherRiumItemSpade(612, NetherRiumEnumToolMaterial.NETHERRIUM).setItemName("NetherRiumShovel");

  public static final Item netherrium_axe = new NetherRiumItemAxe(613, NetherRiumEnumToolMaterial.NETHERRIUM).setItemName("NetherRiumAxe");

  public static final Item netherrium_hoe = new NetherRiumItemHoe(614, NetherRiumEnumToolMaterial.NETHERRIUM).setItemName("NetherRiumHoe");

 

  public static final Block NetherRiumOre = new NetherRiumOre(200, 0).setBlockName("NetherRiumOre").setHardness(6.0F).setStepSound(Block.soundSandFootstep).setResistance(5.0F).setLightValue(0.5F);

  public static final Block NetherRiumBlock = new NetherRiumBlock(250, 0).setBlockName("NetherRiumBlock").setHardness(3F).setResistance(4F).setLightValue(0F);

 

 

  public static String getArmorTexture(ItemStack armor, String _default)

  {

      if (armor.getItem() instanceof IArmorTextureProvider)

      {

          return ((IArmorTextureProvider)armor.getItem()).getArmorTextureFile(armor);

      }

      return ("/gui/Dark Messiahs Mods/NetherRium/armor.png");

  }

 

  static EnumArmorMaterial armorNETHERRIUM = EnumHelper.addArmorMaterial("NETHERRIUM", 18, new int[] {3, 7 ,4 ,4}, 25);

 

  public static final Item helmetNetherRium = new NetherRiumItemArmor(950, armorNETHERRIUM, 5, 0).setIconCoord(0, 0).setItemName("helmetNetherRium");

  public static final Item plateNetherRium = new NetherRiumItemArmor(951, armorNETHERRIUM, 5, 1).setIconCoord(0, 1).setItemName("chestplateNetherRium");

  public static final Item legsNetherRium = new NetherRiumItemArmor(952, armorNETHERRIUM, 5, 2).setIconCoord(0, 2).setItemName("leggingsNetherRium");

  public static final Item bootsNetherRium = new NetherRiumItemArmor(953, armorNETHERRIUM, 5, 3).setIconCoord(0, 3).setItemName("bootsNetherRium");

 

  public static final Item NetherRiumGem = new NetherRiumGem(1000).setItemName("NetherRiumGem");

 

  public mod_NetherRium()

  {

    LanguageRegistry.addName(helmetNetherRium, "NetherRium Helmet");

    LanguageRegistry.addName(plateNetherRium, "NetherRium Chestplate");

    LanguageRegistry.addName(legsNetherRium, "NetherRium Leggings");

    LanguageRegistry.addName(bootsNetherRium, "NetherRium Boots");

 

 

    GameRegistry.addRecipe(new ItemStack(plateNetherRium), new Object[] { "X X", "XXX", "XXX", Character.valueOf('X'), NetherRiumGem });

    GameRegistry.addRecipe(new ItemStack(legsNetherRium), new Object[] { "XXX", "X X", "X X", Character.valueOf('X'), NetherRiumGem });

    GameRegistry.addRecipe(new ItemStack(bootsNetherRium), new Object[] { "X X", "X X", Character.valueOf('X'), NetherRiumGem });

    GameRegistry.addRecipe(new ItemStack(helmetNetherRium), new Object[] { "XXX", "X X", Character.valueOf('X'), NetherRiumGem });

 

    netherrium_sword.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumSword.png");

    netherrium_pickaxe.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumPickaxe.png");

    netherrium_shovel.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumShovel.png");

    netherrium_axe.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumAxe.png");

    netherrium_hoe.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumHoe.png");

 

    GameRegistry.addRecipe(new ItemStack(netherrium_sword, 1), new Object[] { "X", "X", "Z", Character.valueOf('X'), NetherRiumGem, Character.valueOf('Z'), mod_obsidianingot.obsidian_rod });

    GameRegistry.addRecipe(new ItemStack(netherrium_pickaxe, 1), new Object[] { "XXX", " Z ", " Z ", Character.valueOf('X'), NetherRiumGem, Character.valueOf('Z'), mod_obsidianingot.obsidian_rod });

    GameRegistry.addRecipe(new ItemStack(netherrium_shovel, 1), new Object[] { "X", "Z", "Z", Character.valueOf('X'), NetherRiumGem, Character.valueOf('Z'), mod_obsidianingot.obsidian_rod });

    GameRegistry.addRecipe(new ItemStack(netherrium_axe, 1), new Object[] { "XX", "XZ", " Z", Character.valueOf('X'), NetherRiumGem, Character.valueOf('Z'), mod_obsidianingot.obsidian_rod });

    GameRegistry.addRecipe(new ItemStack(netherrium_hoe, 1), new Object[] { "XX", " Z", " Z", Character.valueOf('X'), NetherRiumGem, Character.valueOf('Z'), mod_obsidianingot.obsidian_rod });

 

    LanguageRegistry.addName(netherrium_sword, "NetherRium Sword");

    LanguageRegistry.addName(netherrium_pickaxe, "NetherRium Pickaxe");

    LanguageRegistry.addName(netherrium_shovel, "NetherRium Shovel");

    LanguageRegistry.addName(netherrium_axe, "NetherRium Axe");

    LanguageRegistry.addName(netherrium_hoe, "NetherRium Hoe");

 

    NetherRiumGem.iconIndex = ModLoader.addOverride("/gui/items.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumGem.png");

    LanguageRegistry.addName(NetherRiumGem, "NetherRium Gem");

  }

 

  public void load()

  {

    NetherRiumOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumOre.png");

    ModLoader.registerBlock(NetherRiumOre);

  //MinecraftForge.setBlockHarvestLevel(NetherRiumOre, "pickaxe", 3);

    //MinecraftForge.removeBlockEffectiveness(NetherRiumOre, "shovel");

    //MinecraftForge.removeBlockEffectiveness(NetherRiumOre, "axe");

    LanguageRegistry.addName(NetherRiumOre, "NetherRium Ore");

    NetherRiumBlock.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/gui/Dark Messiahs Mods/NetherRium/NetherRiumBlock.png");

    ModLoader.registerBlock(NetherRiumBlock);

    LanguageRegistry.addName(NetherRiumBlock, "NetherRium Block");

    GameRegistry.addRecipe(new ItemStack(NetherRiumBlock, 1), new Object [] {"AAA", "AAA", "AAA",Character.valueOf('A'), NetherRiumGem});

    GameRegistry.addRecipe(new ItemStack(NetherRiumGem, 9), new Object [] {"A",Character.valueOf('A'), NetherRiumBlock});

   

  }

 

  public void generateNether(World world, Random random, int chunkX, int chunkZ)

  {

    for (int i = 0; i < 7; i++)

    {

      int randPosX = chunkX + random.nextInt(16);

      int randPosY = random.nextInt(128);

      int randPosZ = chunkZ + random.nextInt(16);

      new WorldGenNetherMod(NetherRiumOre.blockID, 10).generate(world, random, randPosX, randPosY, randPosZ);

    }

  }

 

 

}

 

 

 

Then here is my ItemArmor class

 

 

 

package net.minecraft.src;

import net.minecraft.src.TextureFX;

import net.minecraftforge.common.IArmorTextureProvider;

import cpw.mods.fml.common.Mod;

 

 

public class NetherRiumItemArmor extends ItemArmor implements IArmorTextureProvider

 

{

  public NetherRiumItemArmor(int i, EnumArmorMaterial enumarmormaterial, int j, int k)

  {

    super(i, enumarmormaterial, j, k);

  }

 

  public String getTextureFile()

  {

    return "/gui/Dark Messiahs Mods/NetherRium/armor.png";

  }

 

  public String getArmorTextureFile(ItemStack itemstack)

  {

    if ((itemstack.itemID == mod_NetherRium.helmetNetherRium.shiftedIndex) || (itemstack.itemID == mod_NetherRium.plateNetherRium.shiftedIndex) || (itemstack.itemID == mod_NetherRium.bootsNetherRium.shiftedIndex))

    {

      return "/gui/Dark Messiahs Mods/NetherRium/NetherRiumArmour_1.png";

    }

    if (itemstack.itemID == mod_NetherRium.legsNetherRium.shiftedIndex)

    {

      return "/gui/Dark Messiahs Mods/NetherRium/NetherRiumArmour_2.png";

    }

    return "/gui/Dark Messiahs Mods/ObsidianArmor/NetherRiumArmour_1.png";

  }

}

 

 

 

If you need all my mod files Please comment below me your skype nick so I can add you and send you my mod files! Please help me fix these errors :(

 

I'm a mod creator for Minecraft, still learning JAVA language and programming.

Posted

Ok I fixed, no errors , but now my textures are messed up as HELL, missing textures, texture glitches and what not, and how do I even update forge without reinstalling it? because im not going to reinstall anything... and tell me how do i fix textures?

I'm a mod creator for Minecraft, still learning JAVA language and programming.

Posted

Ok guys! I updated forge to latest recommended, I fixed textures, some are working perfect but now its displaying Obsidian boots instead of leggings and so on. Also it gives me an error when I put on my armor. The same problem goes with my netherrium mod armor.

Pretty big error!

 

 

 

 

2012-08-27 12:47:17 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.137.324 for Minecraft client:1.3.2, server:1.3.2 loading

2012-08-27 12:47:21 [iNFO] [sTDOUT] 27 achievements

2012-08-27 12:47:22 [iNFO] [sTDOUT] 195 recipes

2012-08-27 12:47:22 [iNFO] [sTDOUT] Setting user: Player949, -

2012-08-27 12:47:22 [iNFO] [sTDERR] Client asked for parameter: server

2012-08-27 12:47:22 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-08-27 12:47:25 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-08-27 12:47:25 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-08-27 12:47:25 [iNFO] [ForgeModLoader] Searching C:\Users\Kaspars\AppData\Roaming\.minecraft\Mod making\mcp72forge\jars\mods for mods

2012-08-27 12:47:25 [iNFO] [ForgeModLoader] No mcmod.info file found in directory bin

2012-08-27 12:47:26 [iNFO] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2012-08-27 12:47:27 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 11 mods to load

2012-08-27 12:47:29 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 11 mods

2012-08-27 12:47:35 [iNFO] [ForgeModLoader] MinecraftForge v4.0.0.228 Initialized

2012-08-27 12:47:53 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:53 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:53 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:54 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:54 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:54 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:56 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:56 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:56 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-08-27 12:47:59 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.shouldRenderPass(RenderPlayer.java:419)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderLiving.doRenderLiving(RenderLiving.java:110)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.renderPlayer(RenderPlayer.java:94)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderPlayer.doRender(RenderPlayer.java:453)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.RenderManager.renderEntityWithPosYaw(RenderManager.java:191)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.func_74223_a(GuiInventory.java:109)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawGuiContainerBackgroundLayer(GuiInventory.java:86)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiContainer.drawScreen(GuiContainer.java:60)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:38)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.GuiInventory.drawScreen(GuiInventory.java:70)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.src.EntityRenderer.updateCameraAndRender(EntityRenderer.java:917)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:871)

2012-08-27 12:47:59 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:764)

2012-08-27 12:47:59 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

 

 

 

Heres my mod_obsidianarmor

 

 

 

package net.minecraft.src;

import net.minecraft.src.ModLoader;

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.Init;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw.mods.fml.common.network.NetworkMod;

import net.minecraft.src.ItemArmor;

import net.minecraftforge.common.EnumHelper;

import net.minecraftforge.common.IArmorTextureProvider;

import cpw.mods.fml.common.registry.GameRegistry;

import cpw.mods.fml.common.registry.LanguageRegistry;

 

@Mod(modid = "ObsidianArmor", name = "ObsidianArmor", version = "MC1.3.2")

@NetworkMod(clientSideRequired = true, serverSideRequired = false)

 

 

public class mod_ObsidianArmor

{

@Init

public void load(FMLInitializationEvent event){

}

 

 

    static EnumArmorMaterial armorObsidian = EnumHelper.addArmorMaterial("OBSIDIAN", 29,new int[] {2, 7 ,5 ,3}, 9);

public static Item helmetObsidian = (new ObsidianItemArmor(900, armorObsidian, 5, 0)).setIconCoord(0, 1).setItemName("helmetObsidian");

public static Item plateObsidian = (new ObsidianItemArmor(901, armorObsidian, 5, 1)).setIconCoord(0, 2).setItemName("plateObsidian");

public static Item legsObsidian = (new ObsidianItemArmor(902, armorObsidian, 5, 2)).setIconCoord(0, 3).setItemName("legsObsidian");

public static Item bootsObsidian = (new ObsidianItemArmor(903, armorObsidian, 5, 3)).setIconCoord(0, 4).setItemName("bootsObsidian");

 

public static String getArmorTexture(ItemStack armor, String _default)

  {

      if (armor.getItem() instanceof IArmorTextureProvider)

      {

          return ((IArmorTextureProvider)armor.getItem()).getArmorTextureFile(armor);

      }

      return ("/gui/Dark Messiahs Mods/ObsidianArmor/armor.png");

  }

 

  public mod_ObsidianArmor()

  {

 

  LanguageRegistry.addName(helmetObsidian, "Obsidian Helmet");

  LanguageRegistry.addName(plateObsidian, "Obsidian Chestplate");

  LanguageRegistry.addName(legsObsidian, "Obsidian Leggings");

  LanguageRegistry.addName(bootsObsidian, "Obsidian Boots");

 

    GameRegistry.addRecipe(new ItemStack(plateObsidian), new Object[] { "X X", "XXX", "XXX", Character.valueOf('X'), mod_obsidianingot.obsidian_ingot });

    GameRegistry.addRecipe(new ItemStack(legsObsidian), new Object[] { "XXX", "X X", "X X", Character.valueOf('X'), mod_obsidianingot.obsidian_ingot });

    GameRegistry.addRecipe(new ItemStack(bootsObsidian), new Object[] { "X X", "X X", Character.valueOf('X'), mod_obsidianingot.obsidian_ingot });

    GameRegistry.addRecipe(new ItemStack(helmetObsidian), new Object[] { "XXX", "X X", Character.valueOf('X'), mod_obsidianingot.obsidian_ingot });

  }

 

 

public String getArmorTextureFile(ItemStack itemstack)

{

        if(itemstack.itemID == mod_ObsidianArmor.helmetObsidian.shiftedIndex || itemstack.itemID == mod_ObsidianArmor.plateObsidian.shiftedIndex || itemstack.itemID == mod_ObsidianArmor.bootsObsidian.shiftedIndex)

        {

                return "/gui/Dark Messiahs Mods/ObsidianArmor/obsidian_1.png";

        }

        if(itemstack.itemID == mod_ObsidianArmor.legsObsidian.shiftedIndex)

        {

                return "/gui/Dark Messiahs Mods/ObsidianArmor/obsidian_2.png";

        }

        return "/gui/Dark Messiahs Mods/ObsidianArmor/obsidian_1.png";

}

}

 

 

Please help me fix my mods! If you have skype I would be glad to send you my code.

 

 

I'm a mod creator for Minecraft, still learning JAVA language and programming.

Posted

DONT TRIPPLE POST!

Really dude, really?

java.lang.ArrayIndexOutOfBoundsException: 5

    at net.minecraft.src.RenderPlayer.setArmorModel(RenderPlayer.java:44)

 

There seems to be a AIOOB exception on that line. I wqould ssume it has something to do with your Armor, probably its material, but cant be sure without looking at the code.

Why not go take a look, see where its getthing this '5' from, and seeing to that.

 

Now that I think about it, it is probably your armor texture not being setup properly. Ya sounds good.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Version 1.19 - Forge 41.0.63 I want to create a wolf entity that I can ride, so far it seems to be working, but the problem is that when I get on the wolf, I can’t control it. I then discovered that the issue is that the server doesn’t detect that I’m riding the wolf, so I’m struggling with synchronization. However, it seems to not be working properly. As I understand it, the server receives the packet but doesn’t register it correctly. I’m a bit new to Java, and I’ll try to provide all the relevant code and prints *The comments and prints are translated by chatgpt since they were originally in Spanish* Thank you very much in advance No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. MountableWolfEntity package com.vals.valscraft.entity; import com.vals.valscraft.network.MountSyncPacket; import com.vals.valscraft.network.NetworkHandler; import net.minecraft.client.Minecraft; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.animal.Wolf; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.network.PacketDistributor; public class MountableWolfEntity extends Wolf { private boolean hasSaddle; private static final EntityDataAccessor<Byte> DATA_ID_FLAGS = SynchedEntityData.defineId(MountableWolfEntity.class, EntityDataSerializers.BYTE); public MountableWolfEntity(EntityType<? extends Wolf> type, Level level) { super(type, level); this.hasSaddle = false; } @Override protected void defineSynchedData() { super.defineSynchedData(); this.entityData.define(DATA_ID_FLAGS, (byte)0); } public static AttributeSupplier.Builder createAttributes() { return Wolf.createAttributes() .add(Attributes.MAX_HEALTH, 20.0) .add(Attributes.MOVEMENT_SPEED, 0.3); } @Override public InteractionResult mobInteract(Player player, InteractionHand hand) { ItemStack itemstack = player.getItemInHand(hand); if (itemstack.getItem() == Items.SADDLE && !this.hasSaddle()) { if (!player.isCreative()) { itemstack.shrink(1); } this.setSaddle(true); return InteractionResult.SUCCESS; } else if (!level.isClientSide && this.hasSaddle()) { player.startRiding(this); MountSyncPacket packet = new MountSyncPacket(true); // 'true' means the player is mounted NetworkHandler.CHANNEL.sendToServer(packet); // Ensure the server handles the packet return InteractionResult.SUCCESS; } return InteractionResult.PASS; } @Override public void travel(Vec3 travelVector) { if (this.isVehicle() && this.getControllingPassenger() instanceof Player) { System.out.println("The wolf has a passenger."); System.out.println("The passenger is a player."); Player player = (Player) this.getControllingPassenger(); // Ensure the player is the controller this.setYRot(player.getYRot()); this.yRotO = this.getYRot(); this.setXRot(player.getXRot() * 0.5F); this.setRot(this.getYRot(), this.getXRot()); this.yBodyRot = this.getYRot(); this.yHeadRot = this.yBodyRot; float forward = player.zza; float strafe = player.xxa; if (forward <= 0.0F) { forward *= 0.25F; } this.flyingSpeed = this.getSpeed() * 0.1F; this.setSpeed((float) this.getAttributeValue(Attributes.MOVEMENT_SPEED) * 1.5F); this.setDeltaMovement(new Vec3(strafe, travelVector.y, forward).scale(this.getSpeed())); this.calculateEntityAnimation(this, false); } else { // The wolf does not have a passenger or the passenger is not a player System.out.println("No player is mounted, or the passenger is not a player."); super.travel(travelVector); } } public boolean hasSaddle() { return this.hasSaddle; } public void setSaddle(boolean hasSaddle) { this.hasSaddle = hasSaddle; } @Override protected void dropEquipment() { super.dropEquipment(); if (this.hasSaddle()) { this.spawnAtLocation(Items.SADDLE); this.setSaddle(false); } } @SubscribeEvent public static void onServerTick(TickEvent.ServerTickEvent event) { if (event.phase == TickEvent.Phase.START) { MinecraftServer server = net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer(); if (server != null) { for (ServerPlayer player : server.getPlayerList().getPlayers()) { if (player.isPassenger() && player.getVehicle() instanceof MountableWolfEntity) { MountableWolfEntity wolf = (MountableWolfEntity) player.getVehicle(); System.out.println("Tick: " + player.getName().getString() + " is correctly mounted on " + wolf); } } } } } private boolean lastMountedState = false; @Override public void tick() { super.tick(); if (!this.level.isClientSide) { // Only on the server boolean isMounted = this.isVehicle() && this.getControllingPassenger() instanceof Player; // Only print if the state changed if (isMounted != lastMountedState) { if (isMounted) { Player player = (Player) this.getControllingPassenger(); // Verify the passenger is a player System.out.println("Server: Player " + player.getName().getString() + " is now mounted."); } else { System.out.println("Server: The wolf no longer has a passenger."); } lastMountedState = isMounted; } } } @Override public void addPassenger(Entity passenger) { super.addPassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(true)); } } } @Override public void removePassenger(Entity passenger) { super.removePassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is no longer mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(false)); } } } @Override public boolean isControlledByLocalInstance() { Entity entity = this.getControllingPassenger(); return entity instanceof Player; } @Override public void positionRider(Entity passenger) { if (this.hasPassenger(passenger)) { double xOffset = Math.cos(Math.toRadians(this.getYRot() + 90)) * 0.4; double zOffset = Math.sin(Math.toRadians(this.getYRot() + 90)) * 0.4; passenger.setPos(this.getX() + xOffset, this.getY() + this.getPassengersRidingOffset() + passenger.getMyRidingOffset(), this.getZ() + zOffset); } } } MountSyncPacket package com.vals.valscraft.network; import com.vals.valscraft.entity.MountableWolfEntity; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class MountSyncPacket { private final boolean isMounted; public MountSyncPacket(boolean isMounted) { this.isMounted = isMounted; } public void encode(FriendlyByteBuf buffer) { buffer.writeBoolean(isMounted); } public static MountSyncPacket decode(FriendlyByteBuf buffer) { return new MountSyncPacket(buffer.readBoolean()); } public void handle(NetworkEvent.Context context) { context.enqueueWork(() -> { ServerPlayer player = context.getSender(); // Get the player from the context if (player != null) { // Verifies if the player has dismounted if (!isMounted) { Entity vehicle = player.getVehicle(); if (vehicle instanceof MountableWolfEntity wolf) { // Logic to remove the player as a passenger wolf.removePassenger(player); System.out.println("Server: Player " + player.getName().getString() + " is no longer mounted."); } } } }); context.setPacketHandled(true); // Marks the packet as handled } } networkHandler package com.vals.valscraft.network; import com.vals.valscraft.valscraft; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.network.NetworkRegistry; import net.minecraftforge.network.simple.SimpleChannel; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class NetworkHandler { private static final String PROTOCOL_VERSION = "1"; public static final SimpleChannel CHANNEL = NetworkRegistry.newSimpleChannel( new ResourceLocation(valscraft.MODID, "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); public static void init() { int packetId = 0; // Register the mount synchronization packet CHANNEL.registerMessage( packetId++, MountSyncPacket.class, MountSyncPacket::encode, MountSyncPacket::decode, (msg, context) -> msg.handle(context.get()) // Get the context with context.get() ); } }  
    • Do you use features of inventory profiles next (ipnext) or is there a change without it?
    • Remove rubidium - you are already using embeddium, which is a fork of rubidium
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.