Posted August 1, 201312 yr Hello there I have a code for a crafting recipe with dye powder with color but I keep getting a NullPointerException Code : ItemStack greenColorStack = new ItemStack(Item.dyePowder,1,2); ItemStack coalStack = new ItemStack(Item.coal); ItemStack brownColorStack = new ItemStack(Item.dyePowder,1,3); GameRegistry.addRecipe(new ItemStack(this.camo), " g ", "bcb", " g " , 'g', greenColorStack, 'b', brownColorStack , 'c' , coalStack); Error : Aug 01, 2013 9:43:41 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using tweak class name cpw.mods.fml.common.launcher.FMLTweaker 2013-08-01 21:43:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.2.19.789 for Minecraft 1.6.2 loading 2013-08-01 21:43:41 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7 2013-08-01 21:43:41 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-08-01 21:43:41 [iNFO] [sTDOUT] Loaded 39 rules from AccessTransformer config file fml_at.cfg 2013-08-01 21:43:41 [iNFO] [sTDOUT] Loaded 107 rules from AccessTransformer config file forge_at.cfg 2013-08-01 21:43:41 [sEVERE] [ForgeModLoader] The binary patch set is missing. Things are probably about to go very wrong. 2013-08-01 21:43:41 [iNFO] [ForgeModLoader] Launching wrapped minecraft 2013-08-01 21:43:47 [iNFO] [Minecraft-Client] Setting user: Player603 2013-08-01 21:43:47 [iNFO] [Minecraft-Client] (Session ID is null) 2013-08-01 21:43:47 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0 2013-08-01 21:43:48 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default 2013-08-01 21:43:48 [iNFO] [sTDOUT] 2013-08-01 21:43:48 [iNFO] [sTDOUT] Starting up SoundSystem... 2013-08-01 21:43:48 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization 2013-08-01 21:43:48 [iNFO] [sTDOUT] MinecraftForge v9.10.0.789 Initialized 2013-08-01 21:43:48 [iNFO] [ForgeModLoader] MinecraftForge v9.10.0.789 Initialized 2013-08-01 21:43:48 [iNFO] [sTDOUT] Replaced 101 ore recipies 2013-08-01 21:43:48 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization 2013-08-01 21:43:48 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Louven\Desktop\forge\mcp\jars\config\logging.properties 2013-08-01 21:43:48 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL 2013-08-01 21:43:48 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2013-08-01 21:43:48 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-08-01 21:43:48 [iNFO] [ForgeModLoader] Searching C:\Users\Louven\Desktop\forge\mcp\jars\mods for mods 2013-08-01 21:43:49 [iNFO] [sTDOUT] OpenAL initialized. 2013-08-01 21:43:49 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2013-08-01 21:43:50 [iNFO] [mcp] Activating mod mcp 2013-08-01 21:43:50 [iNFO] [FML] Activating mod FML 2013-08-01 21:43:50 [iNFO] [Forge] Activating mod Forge 2013-08-01 21:43:50 [iNFO] [secretdorrmod] Activating mod secretdorrmod 2013-08-01 21:43:50 [iNFO] [ForgeModLoader] Registering Forge Packet Handler 2013-08-01 21:43:50 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler 2013-08-01 21:43:50 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2013-08-01 21:43:50 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue 2013-08-01 21:43:50 [sEVERE] [ForgeModLoader] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized secretdorrmod{0.0.1} [secretDoorMod] (bin) Unloaded->Constructed->Pre-initialized->Errored 2013-08-01 21:43:50 [sEVERE] [ForgeModLoader] The following problems were captured during this phase 2013-08-01 21:43:50 [sEVERE] [ForgeModLoader] Caught exception from secretdorrmod java.lang.NullPointerException at net.minecraft.item.ItemStack.<init>(ItemStack.java:76) at org.setcore.secretdoormod.SecretDoorMod.addCrafting(SecretDoorMod.java:112) at org.setcore.secretdoormod.SecretDoorMod.initConfiguration(SecretDoorMod.java:97) at org.setcore.secretdoormod.SecretDoorMod.load(SecretDoorMod.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222) at net.minecraft.client.Minecraft.startGame(Minecraft.java:506) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) at net.minecraft.client.main.Main.main(Main.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-08-01 21:43:50 [iNFO] [sTDOUT] ---- Minecraft Crash Report ---- 2013-08-01 21:43:50 [iNFO] [sTDOUT] // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~] 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] Time: 01.08.13 21:43 2013-08-01 21:43:50 [iNFO] [sTDOUT] Description: Initializing game 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] java.lang.NullPointerException 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.item.ItemStack.<init>(ItemStack.java:76) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.addCrafting(SecretDoorMod.java:112) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.initConfiguration(SecretDoorMod.java:97) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.load(SecretDoorMod.java:63) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:506) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows: 2013-08-01 21:43:50 [iNFO] [sTDOUT] --------------------------------------------------------------------------------------- 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] -- Head -- 2013-08-01 21:43:50 [iNFO] [sTDOUT] Stacktrace: 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.item.ItemStack.<init>(ItemStack.java:76) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.addCrafting(SecretDoorMod.java:112) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.initConfiguration(SecretDoorMod.java:97) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at org.setcore.secretdoormod.SecretDoorMod.load(SecretDoorMod.java:63) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:506) 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] -- Initialization -- 2013-08-01 21:43:50 [iNFO] [sTDOUT] Details: 2013-08-01 21:43:50 [iNFO] [sTDOUT] Stacktrace: 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-08-01 21:43:50 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-08-01 21:43:50 [iNFO] [sTDOUT] 2013-08-01 21:43:50 [iNFO] [sTDOUT] -- System Details -- 2013-08-01 21:43:50 [iNFO] [sTDOUT] Details: 2013-08-01 21:43:50 [iNFO] [sTDOUT] Minecraft Version: 1.6.2 2013-08-01 21:43:50 [iNFO] [sTDOUT] Operating System: Windows 7 (amd64) version 6.1 2013-08-01 21:43:50 [iNFO] [sTDOUT] Java Version: 1.7.0_25, Oracle Corporation 2013-08-01 21:43:50 [iNFO] [sTDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation 2013-08-01 21:43:50 [iNFO] [sTDOUT] Memory: 1803924008 bytes (1720 MB) / 2112618496 bytes (2014 MB) up to 4260102144 bytes (4062 MB) 2013-08-01 21:43:50 [iNFO] [sTDOUT] JVM Flags: 6 total; -Xincgc -Xmx1024M -Xms1024M -Xincgc -Xms2048m -Xmx4096m 2013-08-01 21:43:50 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used 2013-08-01 21:43:50 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed 2013-08-01 21:43:50 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 2013-08-01 21:43:50 [iNFO] [sTDOUT] FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 4 mods loaded, 4 mods active 2013-08-01 21:43:50 [iNFO] [sTDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized 2013-08-01 21:43:50 [iNFO] [sTDOUT] FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized 2013-08-01 21:43:50 [iNFO] [sTDOUT] Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized 2013-08-01 21:43:50 [iNFO] [sTDOUT] secretdorrmod{0.0.1} [secretDoorMod] (bin) Unloaded->Constructed->Pre-initialized->Errored 2013-08-01 21:43:50 [iNFO] [sTDOUT] Launched Version: 1.6 2013-08-01 21:43:50 [iNFO] [sTDOUT] LWJGL: 2.9.0 2013-08-01 21:43:50 [iNFO] [sTDOUT] OpenGL: GeForce GTX 570/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation 2013-08-01 21:43:50 [iNFO] [sTDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge' 2013-08-01 21:43:50 [iNFO] [sTDOUT] Type: Client (map_client.txt) 2013-08-01 21:43:50 [iNFO] [sTDOUT] Resource Pack: Default 2013-08-01 21:43:50 [iNFO] [sTDOUT] Current Language: English (UK) 2013-08-01 21:43:50 [iNFO] [sTDOUT] Profiler Position: N/A (disabled) 2013-08-01 21:43:50 [iNFO] [sTDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null 2013-08-01 21:43:50 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Louven\Desktop\forge\mcp\jars\.\crash-reports\crash-2013-08-01_21.43.50-client.txt AL lib: (EE) alc_cleanup: 1 device not closed Thanks, Graphic
August 1, 201312 yr where do you do this ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
August 1, 201312 yr Author In my main class : public void load(FMLInitializationEvent event) { initConfiguration(event); addCrafting(); door = new SecretDoorBlock(blockDoorID, Material.glass).setHardness(1.2F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("hiddenDoor").setCreativeTab(CreativeTabs.tabBlock); itemDoor = new SecretItemDoor(itemDoorID, Material.glass).setCreativeTab(CreativeTabs.tabRedstone).setUnlocalizedName("hiddenDoorItem").func_111206_d("secretdoormod:door"); door_onlyredstone = new SecretDoorBlock(doorOnlyredstoneID, Material.iron).setHardness(1.2F).setStepSound(Block.soundMetalFootstep).setUnlocalizedName("hiddenDoor_only_redstone").setCreativeTab(CreativeTabs.tabBlock); itemDoor_onlyredstone = new SecretItemDoor(itemDoorOnlyredstoneID, Material.iron).setCreativeTab(CreativeTabs.tabRedstone).setUnlocalizedName("hiddenDoorOnlyRedstoneItem").func_111206_d("secretdoormod:door_redstone");; onewayglass = new SecretOneWayGlass(onewayglassID, Material.glass).setHardness(0.5F).setStepSound(Block.soundGlassFootstep).setCreativeTab(CreativeTabs.tabBlock).func_111022_d("secretdoormod:camo_glass");; ghostcamo = new SecretGhostCamo(ghostCamoID, Material.wood).setHardness(0.5F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("GhostCamo").setCreativeTab(CreativeTabs.tabBlock).func_111022_d("secretdoormod:camo_block");; secrettorch = new SecretTorch(secrettorchID, Material.glass).setHardness(0.5F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("SecretTorch").setCreativeTab(CreativeTabs.tabRedstone).func_111022_d("secretdoormod:camo_torch"); camo = new Item(camoItemID).setMaxStackSize(64).setUnlocalizedName("camo").func_111206_d("secretdoormod:camo"); GameRegistry.registerBlock(onewayglass, "OneWayGlass"); GameRegistry.registerBlock(ghostcamo, "Camo Block"); GameRegistry.registerBlock(secrettorch, "Camo Torch"); LanguageRegistry.addName(onewayglass, "Camo Glass"); LanguageRegistry.addName(ghostcamo, "Camo Block"); LanguageRegistry.addName(itemDoor, "Camo Door"); LanguageRegistry.addName(itemDoor_onlyredstone, "Camo Redstone-Door"); LanguageRegistry.addName(secrettorch, "Camo Torch"); } public void addCrafting() { ItemStack greenColorStack = new ItemStack(Item.dyePowder,1,2); ItemStack coalStack = new ItemStack(Item.coal); ItemStack brownColorStack = new ItemStack(Item.dyePowder,1,3); GameRegistry.addRecipe(new ItemStack(this.camo), " g ", "bcb", " g " , 'g', greenColorStack, 'b', brownColorStack , 'c' , coalStack); }
August 1, 201312 yr try in preinit ? whats line 112 ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
August 1, 201312 yr Author Changed my codeblock a bit because I failed to paste it here line 112 is GameRegistry.addRecipe(new ItemStack(this.camo), " g ", "bcb", " g " , 'g', greenColorStack, 'b', brownColorStack , 'c' , coalStack);
August 1, 201312 yr where do you construct thsi.camo ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
August 1, 201312 yr Author public static Item camo; public void load(FMLInitializationEvent event) { initConfiguration(event); addCrafting(); door = new SecretDoorBlock(blockDoorID, Material.glass).setHardness(1.2F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("hiddenDoor").setCreativeTab(CreativeTabs.tabBlock); itemDoor = new SecretItemDoor(itemDoorID, Material.glass).setCreativeTab(CreativeTabs.tabRedstone).setUnlocalizedName("hiddenDoorItem").func_111206_d("secretdoormod:door"); door_onlyredstone = new SecretDoorBlock(doorOnlyredstoneID, Material.iron).setHardness(1.2F).setStepSound(Block.soundMetalFootstep).setUnlocalizedName("hiddenDoor_only_redstone").setCreativeTab(CreativeTabs.tabBlock); itemDoor_onlyredstone = new SecretItemDoor(itemDoorOnlyredstoneID, Material.iron).setCreativeTab(CreativeTabs.tabRedstone).setUnlocalizedName("hiddenDoorOnlyRedstoneItem").func_111206_d("secretdoormod:door_redstone");; onewayglass = new SecretOneWayGlass(onewayglassID, Material.glass).setHardness(0.5F).setStepSound(Block.soundGlassFootstep).setCreativeTab(CreativeTabs.tabBlock).func_111022_d("secretdoormod:camo_glass");; ghostcamo = new SecretGhostCamo(ghostCamoID, Material.wood).setHardness(0.5F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("GhostCamo").setCreativeTab(CreativeTabs.tabBlock).func_111022_d("secretdoormod:camo_block");; secrettorch = new SecretTorch(secrettorchID, Material.glass).setHardness(0.5F).setStepSound(Block.soundWoodFootstep).setUnlocalizedName("SecretTorch").setCreativeTab(CreativeTabs.tabRedstone).func_111022_d("secretdoormod:camo_torch"); camo = new Item(camoItemID).setMaxStackSize(64).setUnlocalizedName("camo").func_111206_d("secretdoormod:camo"); GameRegistry.registerBlock(onewayglass, "OneWayGlass"); GameRegistry.registerBlock(ghostcamo, "Camo Block"); GameRegistry.registerBlock(secrettorch, "Camo Torch"); LanguageRegistry.addName(onewayglass, "Camo Glass"); LanguageRegistry.addName(ghostcamo, "Camo Block"); LanguageRegistry.addName(itemDoor, "Camo Door"); LanguageRegistry.addName(itemDoor_onlyredstone, "Camo Redstone-Door"); LanguageRegistry.addName(secrettorch, "Camo Torch"); }
August 1, 201312 yr you initialise the item AFTER crafting, it should be the other way aroudn because it execute the crafting recipe first, but then it doesnt know what a camo is at this point because it gets created only later in your code aka put addCrafting after creating all your items how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
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.