I tried to run it again. I had found a couple of errors, so i fixed those.I got this crash report.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 1/5/13 8:01 AM
Description: Unexpected error
java.lang.RuntimeException: java.lang.Exception: Image not found: /mod/block/Rainbowblock.png
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1694)
at net.minecraft.src.ModLoader.onTick(ModLoader.java:1200)
at net.minecraft.src.EntityRendererProxy.updateCameraAndRender(EntityRendererProxy.java:21)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:878)
at net.minecraft.client.Minecraft.run(Minecraft.java:768)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Image not found: /mod/block/Rainbowblock.png
at net.minecraft.src.ModLoader.loadImage(ModLoader.java:1117)
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1686)
... 5 more
But i could not find any of my classes!!
I see at the top it says "Image not found" That was probably itWhere do i put my block texture file?
So i did that tried to run it. Now it says "Error occurred during initialization to VM. Could not reserve enough space for object heap."
My brain just exploded.
I absolutly love your tutorials, but when i try to run minecraft off of eclipse, I get an error.
---- Minecraft Crash Report ----
// Why did you do that?
Time: 1/4/13 8:51 AM
Description: Exception occured in ModLoader
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Character
at net.minecraft.src.CraftingManager.func_92103_a(CraftingManager.java:168)
at net.minecraft.src.ModLoader.addRecipe(ModLoader.java:524)
at net.minecraft.src.mod_Starter.<init>(mod_Starter.java:13)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.src.ModLoader.addMod(ModLoader.java:395)
at net.minecraft.src.ModLoader.readFromClassPath(ModLoader.java:1406)
at net.minecraft.src.ModLoader.init(ModLoader.java:952)
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.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 994594344 bytes (948 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 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: 1
ModLoader 1.4.6
I found an amazing seed for 1.4.5 The seed is -419167553
Go around the coords x: -241 y:118 z:266 and you will find big mountains that are full of ores. In one of the valleys there is a hole leading into an underground ravine! This is just amazing. Please try this and tell me what you think!
0
0
I tried to run it again. I had found a couple of errors, so i fixed those.I got this crash report.
---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 1/5/13 8:01 AM
Description: Unexpected error
java.lang.RuntimeException: java.lang.Exception: Image not found: /mod/block/Rainbowblock.png
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1694)
at net.minecraft.src.ModLoader.onTick(ModLoader.java:1200)
at net.minecraft.src.EntityRendererProxy.updateCameraAndRender(EntityRendererProxy.java:21)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:878)
at net.minecraft.client.Minecraft.run(Minecraft.java:768)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Image not found: /mod/block/Rainbowblock.png
at net.minecraft.src.ModLoader.loadImage(ModLoader.java:1117)
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1686)
... 5 more
But i could not find any of my classes!!I see at the top it says "Image not found" That was probably itWhere do i put my block texture file?
0
My brain just exploded.
0
This is the recipie. I did not know how to do the dyes, so i think that might be it
0
What the heck? I am new to modding, can you please explain in English?
ModLoader.addRecipe(new ItemStack(RainBow, 3), new Object[] {
that is my line 13, if that will help.
0
0
---- Minecraft Crash Report ----
// Why did you do that?
Time: 1/4/13 8:51 AM
Description: Exception occured in ModLoader
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Character
at net.minecraft.src.CraftingManager.func_92103_a(CraftingManager.java:168)
at net.minecraft.src.ModLoader.addRecipe(ModLoader.java:524)
at net.minecraft.src.mod_Starter.<init>(mod_Starter.java:13)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraft.src.ModLoader.addMod(ModLoader.java:395)
at net.minecraft.src.ModLoader.readFromClassPath(ModLoader.java:1406)
at net.minecraft.src.ModLoader.init(ModLoader.java:952)
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.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 994594344 bytes (948 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 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: 1
ModLoader 1.4.6
I have no idea what this means. PLZ HELP!
0
0
Why: I dont like crowded servers i like a nice community.
Exp: Good at building with redstone
0
0
0
0
Go around the coords x: -241 y:118 z:266 and you will find big mountains that are full of ores. In one of the valleys there is a hole leading into an underground ravine! This is just amazing. Please try this and tell me what you think!
0
0