I created a new ore and whenever I go to run the game I get this error
java.lang.ArrayIndexOutOfBoundsException: 731
at net.minecraft.src.ModLoader.initStats(ModLoader.java:1010)
at net.minecraft.src.ModLoader.init(ModLoader.java:983)
at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
at net.minecraft.client.Minecraft.run(Minecraft.java:741)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT aa393c73 ----------
Can you post the code you wrote? I might be able to help you.
Minecraft has stopped running because it encountered a problem; ModLoader has failed to initialize.
A full error report has been saved to C:\Users\Aiden\Desktop\Modding\jars\.\crash-reports\crash-2013-02-13_08.26.39-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 61e6adf --------
Full report at:
C:\Users\Aiden\Desktop\Modding\jars\.\crash-reports\crash-2013-02-13_08.26.39-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 2/13/13 8:26 AM
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_13, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 963902992 bytes (919 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: Start[net.minecraft.src.IPlayerUsage, MinecraftFakeLauncher, ThreadShutdown, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 2
ModLoader 1.4.7
mod_gems 1.4.7
java.lang.StringIndexOutOfBoundsException: String index out of range: 11
at java.lang.String.charAt(Unknown Source)
at net.minecraft.src.CraftingManager.addRecipe(CraftingManager.java:191)
at net.minecraft.src.ModLoader.addRecipe(ModLoader.java:524)
at net.minecraft.src.mod_gems.load(mod_gems.java:130)
at net.minecraft.src.ModLoader.init(ModLoader.java:960)
at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
at net.minecraft.client.Minecraft.run(Minecraft.java:741)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT ff4e00b1 ----------
i was just wondering if anyone could figure out what happend... because i really dont know
Simple question,
How do I make the mob not make any sounds when it dies or gets hurt, etc.
Also, how do I make the mob a default steve model or do I leave the model code empty?
Help! I tried to place my new block and it crashed: it came up with this:
27 achievements
210 recipes
Setting user: Player72, -
Client asked for parameter: server
LWJGL Version: 2.4.2
ModLoader 1.4.7 Initializing...
Mod Initialized: mod_Luke 1.4.7
Overriding /gui/items.png with /Luke/Items/AmberGem.png @ 38. 55 left.
Overriding /gui/items.png with /Luke/Items/AmberSword.png @ 145. 54 left.
Overriding /gui/items.png with /Luke/Items/AmberPick.png @ 146. 53 left.
Overriding /gui/items.png with /Luke/Items/AmberAxe.png @ 147. 52 left.
Overriding /gui/items.png with /Luke/Items/AmberHoe.png @ 148. 51 left.
Overriding /gui/items.png with /Luke/Items/AmberShovel.png @ 149. 50 left.
Overriding /terrain.png with /Luke/Blocks/AmberOre.png @ 26. 18 left.
Overriding /gui/items.png with /Luke/Armour/AmberChestplate.png @ 161. 49 left.
Overriding /gui/items.png with /Luke/Armour/AmberHelmet.png @ 162. 48 left.
Overriding /gui/items.png with /Luke/Armour/AmberLeggings.png @ 163. 47 left.
Overriding /gui/items.png with /Luke/Armour/AmberBoots.png @ 164. 46 left.
Overriding /terrain.png with /Luke/Blocks/AmberBlock.png @ 27. 17 left.
Overriding /gui/items.png with /Luke/Items/Donut.png @ 165. 45 left.
Mod Loaded: mod_Luke 1.4.7
Done.
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
Feb 13, 2013 12:20:50 PM net.minecraft.src.IntegratedServer startServer
INFO: Starting integrated minecraft server version 1.4.7
Feb 13, 2013 12:20:50 PM net.minecraft.src.IntegratedServer startServer
INFO: Generating keypair
Feb 13, 2013 12:20:50 PM net.minecraft.server.MinecraftServer initialWorldChunkLoad
INFO: Preparing start region for level 0
Feb 13, 2013 12:20:51 PM net.minecraft.server.MinecraftServer outputPercentRemaining
INFO: Preparing spawn area: 81%
Feb 13, 2013 12:20:52 PM net.minecraft.src.ServerConfigurationManager initializeConnectionToPlayer
INFO: Player72[/127.0.0.1:0] logged in with entity id 177 at (138.8126721309109, 68.0, 165.957311620758)
net.minecraft.src.ReportedException: Ticking memory connection
at net.minecraft.src.NetworkListenThread.networkTick(NetworkListenThread.java:60)
at net.minecraft.src.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:98)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:687)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:590)
at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:124)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:500)
at net.minecraft.src.ThreadMinecraftServer.run(ThreadMinecraftServer.java:18)
Caused by: java.lang.NullPointerException
at net.minecraft.src.ItemBlock.onItemUse(ItemBlock.java:96)
at net.minecraft.src.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:116)
at net.minecraft.src.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:353)
at net.minecraft.src.NetServerHandler.handlePlace(NetServerHandler.java:489)
at net.minecraft.src.Packet15Place.processPacket(Packet15Place.java:75)
at net.minecraft.src.MemoryConnection.processReadPackets(MemoryConnection.java:73)
at net.minecraft.src.NetServerHandler.networkTick(NetServerHandler.java:74)
at net.minecraft.src.NetworkListenThread.networkTick(NetworkListenThread.java:53)
... 6 more
Feb 13, 2013 12:21:11 PM net.minecraft.server.MinecraftServer run
SEVERE: Encountered an unexpected exception ReportedException
net.minecraft.src.ReportedException: Ticking memory connection
at net.minecraft.src.NetworkListenThread.networkTick(NetworkListenThread.java:60)
at net.minecraft.src.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:98)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:687)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:590)
at net.minecraft.src.IntegratedServer.tick(IntegratedServer.java:124)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:500)
at net.minecraft.src.ThreadMinecraftServer.run(ThreadMinecraftServer.java:18)
Caused by: java.lang.NullPointerException
at net.minecraft.src.ItemBlock.onItemUse(ItemBlock.java:96)
at net.minecraft.src.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:116)
at net.minecraft.src.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:353)
at net.minecraft.src.NetServerHandler.handlePlace(NetServerHandler.java:489)
at net.minecraft.src.Packet15Place.processPacket(Packet15Place.java:75)
at net.minecraft.src.MemoryConnection.processReadPackets(MemoryConnection.java:73)
at net.minecraft.src.NetServerHandler.networkTick(NetServerHandler.java:74)
at net.minecraft.src.NetworkListenThread.networkTick(NetworkListenThread.java:53)
... 6 more
Feb 13, 2013 12:21:11 PM net.minecraft.server.MinecraftServer run
SEVERE: This crash report has been saved to: C:\Users\XxLukeablexX\Desktop\MCP\jars\.\crash-reports\crash-2013-02-13_12.21.11-server.txt
Feb 13, 2013 12:21:11 PM net.minecraft.server.MinecraftServer stopServer
INFO: Stopping server
Feb 13, 2013 12:21:11 PM net.minecraft.server.MinecraftServer stopServer
INFO: Saving players
java.lang.NullPointerException
at net.minecraft.src.ItemBlock.onItemUse(ItemBlock.java:96)
at net.minecraft.src.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:116)
at net.minecraft.src.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:353)
at net.minecraft.client.Minecraft.clickMouse(Minecraft.java:1321)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1799)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:843)
at net.minecraft.client.Minecraft.run(Minecraft.java:768)
at java.lang.Thread.run(Unknown Source)
That is because the internal server does not have the mod on it but you have it client side, so you are trying to place an illegal block and the server don't like it.
I did everything the tutorial says (well at least I'm fairly sure) and whenever I try to run minecraft through eclipse it says:
---- Minecraft Crash Report ----
// You're mean.
Time: 16/02/13 8:00 PM
Description: ModLoader has failed to initialize.
java.lang.NullPointerException
at net.minecraft.src.mod_coops1997.load(mod_coops1997.java:58)
at net.minecraft.src.ModLoader.init(ModLoader.java:960)
at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
at net.minecraft.client.Minecraft.run(Minecraft.java:741)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Can you post the code you wrote? I might be able to help you.
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; ModLoader has failed to initialize.
A full error report has been saved to C:\Users\Aiden\Desktop\Modding\jars\.\crash-reports\crash-2013-02-13_08.26.39-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash
--- BEGIN ERROR REPORT 61e6adf --------
Full report at:
C:\Users\Aiden\Desktop\Modding\jars\.\crash-reports\crash-2013-02-13_08.26.39-client.txt
Please show that file to Mojang, NOT just this screen!
Generated 2/13/13 8:26 AM
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_13, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 963902992 bytes (919 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: Start[net.minecraft.src.IPlayerUsage, MinecraftFakeLauncher, ThreadShutdown, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 2
ModLoader 1.4.7
mod_gems 1.4.7
java.lang.StringIndexOutOfBoundsException: String index out of range: 11
at java.lang.String.charAt(Unknown Source)
at net.minecraft.src.CraftingManager.addRecipe(CraftingManager.java:191)
at net.minecraft.src.ModLoader.addRecipe(ModLoader.java:524)
at net.minecraft.src.mod_gems.load(mod_gems.java:130)
at net.minecraft.src.ModLoader.init(ModLoader.java:960)
at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
at net.minecraft.client.Minecraft.run(Minecraft.java:741)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT ff4e00b1 ----------
i was just wondering if anyone could figure out what happend... because i really dont know
Thanks
Edit: Or a tutorial on how to make a new Enom tool material.
How do I make the mob not make any sounds when it dies or gets hurt, etc.
Also, how do I make the mob a default steve model or do I leave the model code empty?
SEPRATE
That is because the internal server does not have the mod on it but you have it client side, so you are trying to place an illegal block and the server don't like it.
This is a good idea since a ton of mods work as forge. Please make a tutorial on at least convert modloader mods to forge mods.
Ok so there was no problem at first and then this error randomly struck me. I don't know how to fix it, im a beginning scripter. My armor classes where having no issues then randomly when I put in the next one it started acting up. Ive looked everywhere for a mistake but cant find anything! Here is the link to the error:
https://www.dropbox.com/s/qtmtkxrq57duy9g/armor%20error.txt
Here is all my armor mods:
Yellow
https://www.dropbox.com/s/3vpa4u0ya5c53v0/mod_YellowArmor.java
White
https://www.dropbox.com/s/h0lm3glmb7kkjdq/mod_WhiteArmor.java
Blue
https://www.dropbox.com/s/ih7wblnt8ksm8x9/mod_BlueArmor.java
Red
https://www.dropbox.com/s/bt7bhg62dy1yjy9/mod_RedArmor.java
Green
https://www.dropbox.com/s/tw7v1crnzhlt9ot/mod_GreenArmor.java
Pink
https://www.dropbox.com/s/kn0f56t9065wutu/mod_PinkArmor.java
I really hope you guys can take some time to look into this. Your really great scripters and give the best tutorials ive ever seen, thank you so much! I really hope you can help guys Thanks! Also im doing this with modloader and the error has something to do with forge. So if you can look for that it might be a clue! Thanks guys!
if you or anyone else want it here's my forum post http://www.minecraftforum.net/topic/1688797-lucas-skyrim-mod-alpha-100-for-minecraft-147/#entry20909986.
Cool like the forum, I would like to review it as well as play it!
---- Minecraft Crash Report ----
// You're mean.
Time: 16/02/13 8:00 PM
Description: ModLoader has failed to initialize.
java.lang.NullPointerException
at net.minecraft.src.mod_coops1997.load(mod_coops1997.java:58)
at net.minecraft.src.ModLoader.init(ModLoader.java:960)
at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
at net.minecraft.client.Minecraft.run(Minecraft.java:741)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_13, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode), Oracle Corporation
Memory: 1002466560 bytes (956 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: Start[net.minecraft.src.IPlayerUsage, MinecraftFakeLauncher, ThreadShutdown, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 4
ModLoader 1.4.7
mod_coops1997 3.14159265
mod_coops1997armour 3.14159265
mod_coops1997Mobs 1.4.2
I am using minecraft 1.4.7 and the newest modloader, MCP and Eclipse. Anyone help?
Just download mcp again
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumUhh which video? and when in the video?
I didn't watch them all