Jump to content

Problem using .spawnParticle("tilecrack_" + )


Jade_Knightblazer

Recommended Posts

Seems with the release of 1.4.4. Any number placed after "tilecrack_" throws an outofbounds error.

 

Error:

 

 

2012-11-14 22:29:00 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.4.4.442 for Minecraft 1.4.4 loading

2012-11-14 22:29:01 [iNFO] [sTDOUT] 27 achievements

2012-11-14 22:29:01 [iNFO] [sTDOUT] 208 recipes

2012-11-14 22:29:01 [iNFO] [sTDOUT] Setting user: Player279, -

2012-11-14 22:29:01 [iNFO] [sTDERR] Client asked for parameter: server

2012-11-14 22:29:01 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-11-14 22:29:02 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-11-14 22:29:02 [iNFO] [sTDOUT] MinecraftForge v6.3.0.372 Initialized

2012-11-14 22:29:02 [iNFO] [ForgeModLoader] MinecraftForge v6.3.0.372 Initialized

2012-11-14 22:29:02 [iNFO] [sTDOUT] Replaced 84 ore recipies

2012-11-14 22:29:02 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-11-14 22:29:02 [iNFO] [ForgeModLoader] Searching C:\Users\Jade Knightblazer\Desktop\1.4.4AsgardHarkenForge\jars\mods for mods

2012-11-14 22:29:03 [iNFO] [ForgeModLoader] Attempting to reparse the mod container bin

2012-11-14 22:29:03 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 9 mods to load

2012-11-14 22:29:03 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2012-11-14 22:29:04 [iNFO] [sTDOUT] Starting up SoundSystem...

2012-11-14 22:29:04 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2012-11-14 22:29:04 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2012-11-14 22:29:04 [iNFO] [sTDOUT] OpenAL initialized.

2012-11-14 22:29:04 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 9 mods

2012-11-14 22:29:41 [iNFO] [ForgeModLoader] Loading dimension 0 (New World) (net.minecraft.src.IntegratedServer@13d34b59)

2012-11-14 22:29:41 [iNFO] [ForgeModLoader] Loading dimension 1 (New World) (net.minecraft.src.IntegratedServer@13d34b59)

2012-11-14 22:29:41 [iNFO] [ForgeModLoader] Loading dimension -1 (New World) (net.minecraft.src.IntegratedServer@13d34b59)

2012-11-14 22:29:46 [iNFO] [ForgeModLoader] Unloading dimension 0

2012-11-14 22:29:46 [iNFO] [ForgeModLoader] Unloading dimension 1

2012-11-14 22:29:46 [iNFO] [sTDERR] net.minecraft.src.ReportedException: Exception while adding particle

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.RenderGlobal.spawnParticle(RenderGlobal.java:1815)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.World.spawnParticle(World.java:1455)

2012-11-14 22:29:46 [iNFO] [sTDERR] at mod_HarkenScythe.common.ItemHarkenScythe.onItemUse(ItemHarkenScythe.java:225)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:120)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:373)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1333)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1814)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:858)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:783)

2012-11-14 22:29:46 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-11-14 22:29:46 [iNFO] [sTDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 2

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.RenderGlobal.func_72726_b(RenderGlobal.java:2012)

2012-11-14 22:29:46 [iNFO] [sTDERR] at net.minecraft.src.RenderGlobal.spawnParticle(RenderGlobal.java:1807)

2012-11-14 22:29:46 [iNFO] [sTDERR] ... 9 more

2012-11-14 22:29:56 [iNFO] [sTDOUT] Stopping!

2012-11-14 22:29:56 [iNFO] [sTDOUT] SoundSystem shutting down...

2012-11-14 22:29:56 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

2012-11-14 22:29:58 [iNFO] [sTDERR] Someone is closing me!

 

 

 

"iconcrack_" functions as normal.

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.