Posted March 7, 201312 yr So my block no longer to seems to render correctly. The first time I tested it it rendered perfectly fine. However, after making a few edits to it, I keep getting a NullPointerException BlockCoral: https://github.com/Lomeli12/DivingGear/blob/master/common/com/lomeli/diving/block/BlockCoral.java ModelCoral: https://github.com/Lomeli12/DivingGear/blob/master/common/com/lomeli/diving/client/model/ModelCoral.java RenderCoral: https://github.com/Lomeli12/DivingGear/blob/master/common/com/lomeli/diving/client/render/RenderCoral.java TileEntityCoralRenderer: https://github.com/Lomeli12/DivingGear/blob/master/common/com/lomeli/diving/tileentity/TileEntityCoralRenderer.java ClientProxy: https://github.com/Lomeli12/DivingGear/blob/master/common/com/lomeli/diving/core/ClientProxy.java ForgeLog 2013-03-06 19:34:15 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] All core mods are successfully located 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Discovering coremods 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Running coremod plugins 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2013-03-06 19:34:15 [FINEST] [ForgeModLoader] Validating minecraft 2013-03-06 19:34:16 [FINEST] [ForgeModLoader] Minecraft validated, launching... 2013-03-06 19:34:18 [iNFO] [sTDOUT] 27 achievements 2013-03-06 19:34:18 [iNFO] [sTDOUT] 210 recipes 2013-03-06 19:34:18 [iNFO] [sTDOUT] Setting user: Player234, - 2013-03-06 19:34:18 [iNFO] [sTDERR] Client asked for parameter: server 2013-03-06 19:34:18 [iNFO] [sTDOUT] LWJGL Version: 2.4.2 2013-03-06 19:34:19 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization 2013-03-06 19:34:19 [iNFO] [sTDOUT] MinecraftForge v6.6.2.534 Initialized 2013-03-06 19:34:19 [iNFO] [ForgeModLoader] MinecraftForge v6.6.2.534 Initialized 2013-03-06 19:34:19 [iNFO] [sTDOUT] Replaced 84 ore recipies 2013-03-06 19:34:19 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization 2013-03-06 19:34:19 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\config\logging.properties 2013-03-06 19:34:19 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer] 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\bin, examining for mod candidates 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\jars\bin\jinput.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\jars\bin\lwjgl.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\jars\bin\lwjgl_util.jar 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Anthony\Desktop\ModDev\mcp\jars\bin\minecraft.jar, examining for mod candidates 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\lib\argo-2.25.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\lib\asm-all-4.0.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\lib\bcprov-jdk15on-147.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\mcp\lib\guava-12.0.1.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\lib\argo-2.25.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\lib\guava-12.0.1.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\lib\asm-all-4.0.jar 2013-03-06 19:34:19 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\lib\bcprov-jdk15on-147.jar 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully 2013-03-06 19:34:19 [iNFO] [ForgeModLoader] Searching C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\mods for mods 2013-03-06 19:34:19 [FINE] [ForgeModLoader] Examining directory bin for potential mods 2013-03-06 19:34:19 [FINE] [ForgeModLoader] No mcmod.info file found in directory bin 2013-03-06 19:34:19 [FINEST] [ForgeModLoader] Recursing into package buildcraft 2013-03-06 19:34:19 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api 2013-03-06 19:34:19 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.blueprints 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.bptblocks 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.core 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.filler 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.fuels 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.gates 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.inventory 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.power 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.recipes 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.tools 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package buildcraft.api.transport 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.armor 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.art 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.art.models 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.art.xcf 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.block 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.client 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.client.model 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.client.render 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.config 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.core 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.core.helper 2013-03-06 19:34:20 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.lomeli.diving.DivingGear 2013-03-06 19:34:20 [FINEST] [DivingGear] Parsed dependency info : [] [] [] 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.item 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.lib 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.thaumcraft 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.thaumcraft.armor 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.thaumcraft.config 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.thaumcraft.config.research 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package com.lomeli.diving.tileentity 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package ibxm 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block.material 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.audio 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.entity 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.achievement 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.inventory 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.model 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.multiplayer 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.particle 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.culling 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.entity 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.texturefx 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.tileentity 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.settings 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.texturepacks 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.command 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.crash 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.creativetab 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.dispenser 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.enchantment 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.boss 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.effect 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.item 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.monster 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.passive 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.player 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.projectile 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.inventory 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item.crafting 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.nbt 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.packet 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.rcon 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.pathfinding 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.potion 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.profiler 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.dedicated 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.gui 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.integrated 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.management 2013-03-06 19:34:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.stats 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.tileentity 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.util 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.village 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.biome 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk.storage 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.demo 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.feature 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.layer 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.structure 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.storage 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.terraingen 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.liquids 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package paulscode 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package thaumcraft 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package thaumcraft.api 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package thaumcraft.api.crafting 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Recursing into package thaumcraft.api.research 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods 2013-03-06 19:34:21 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file 2013-03-06 19:34:21 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load 2013-03-06 19:34:21 [FINER] [ForgeModLoader] Received a system property request '' 2013-03-06 19:34:21 [FINER] [ForgeModLoader] System property request managing the state of 0 mods 2013-03-06 19:34:21 [FINE] [ForgeModLoader] After merging, found state information for 0 mods 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Anthony\Desktop\ModDev\eclipse\Diving Gear Mod\config\logging.properties 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Reloaded logging properties 2013-03-06 19:34:21 [FINE] [mcp] Mod Logging channel mcp configured at default level. 2013-03-06 19:34:21 [iNFO] [mcp] Activating mod mcp 2013-03-06 19:34:21 [FINE] [FML] Mod Logging channel FML configured at default level. 2013-03-06 19:34:21 [iNFO] [FML] Activating mod FML 2013-03-06 19:34:21 [FINE] [Forge] Mod Logging channel Forge configured at default level. 2013-03-06 19:34:21 [iNFO] [Forge] Activating mod Forge 2013-03-06 19:34:21 [FINE] [DivingGear] Enabling mod DivingGear 2013-03-06 19:34:21 [FINE] [DivingGear] Mod Logging channel DivingGear configured at default level. 2013-03-06 19:34:21 [iNFO] [DivingGear] Activating mod DivingGear 2013-03-06 19:34:21 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied 2013-03-06 19:34:21 [FINER] [ForgeModLoader] All mod requirements are satisfied 2013-03-06 19:34:21 [FINER] [ForgeModLoader] Sorting mods into an ordered list 2013-03-06 19:34:21 [FINER] [ForgeModLoader] Mod sorting completed successfully 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Mod sorting data 2013-03-06 19:34:21 [FINE] [ForgeModLoader] DivingGear(Diving Gear:1.2): bin () 2013-03-06 19:34:21 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp 2013-03-06 19:34:21 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp 2013-03-06 19:34:21 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML 2013-03-06 19:34:21 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML 2013-03-06 19:34:21 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge 2013-03-06 19:34:21 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge 2013-03-06 19:34:21 [FINEST] [DivingGear] Sending event FMLConstructionEvent to mod DivingGear 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] Testing mod DivingGear to verify it accepts its own version in a remote connection 2013-03-06 19:34:21 [FINEST] [ForgeModLoader] The mod DivingGear accepts its own version (1.2) 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DivingGear 2013-03-06 19:34:21 [FINEST] [DivingGear] Sent event FMLConstructionEvent to mod DivingGear 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Mod signature data 2013-03-06 19:34:21 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.26a): minecraft.jar (NO VALID CERTIFICATE FOUND) 2013-03-06 19:34:21 [FINE] [ForgeModLoader] FML(Forge Mod Loader:4.7.35.556): coremods (NO VALID CERTIFICATE FOUND) 2013-03-06 19:34:21 [FINE] [ForgeModLoader] Forge(Minecraft Forge:6.6.2.534): coremods (NO VALID CERTIFICATE FOUND) 2013-03-06 19:34:21 [FINE] [ForgeModLoader] DivingGear(Diving Gear:1.2): bin (NO VALID CERTIFICATE FOUND) 2013-03-06 19:34:21 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp 2013-03-06 19:34:21 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp 2013-03-06 19:34:21 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML 2013-03-06 19:34:21 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML 2013-03-06 19:34:21 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge 2013-03-06 19:34:21 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0 2013-03-06 19:34:21 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge 2013-03-06 19:34:21 [FINEST] [DivingGear] Sending event FMLPreInitializationEvent to mod DivingGear 2013-03-06 19:34:22 [FINEST] [DivingGear] Sent event FMLPreInitializationEvent to mod DivingGear 2013-03-06 19:34:22 [iNFO] [sTDOUT] Starting up SoundSystem... 2013-03-06 19:34:23 [iNFO] [sTDOUT] Initializing LWJGL OpenAL 2013-03-06 19:34:23 [iNFO] [sTDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) 2013-03-06 19:34:23 [iNFO] [sTDOUT] OpenAL initialized. 2013-03-06 19:34:24 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp 2013-03-06 19:34:24 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp 2013-03-06 19:34:24 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML 2013-03-06 19:34:24 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML 2013-03-06 19:34:24 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge 2013-03-06 19:34:24 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge 2013-03-06 19:34:24 [FINEST] [DivingGear] Sending event FMLInitializationEvent to mod DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.armor.ItemSnorkel(6306) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.armor.ItemADS(6307) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.armor.ItemScuba1(6308) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.armor.ItemScuba2(6309) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.item.ItemDiving(6316) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item com.lomeli.diving.item.ItemDiving(6317) owned by DivingGear 2013-03-06 19:34:24 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(600) owned by DivingGear 2013-03-06 19:34:24 [iNFO] [DivingGear] Thaumcraft 3 not found!! 2013-03-06 19:34:24 [FINEST] [DivingGear] Sent event FMLInitializationEvent to mod DivingGear 2013-03-06 19:34:24 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue 2013-03-06 19:34:24 [sEVERE] [ForgeModLoader] mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized DivingGear [Diving Gear] (bin) Unloaded->Constructed->Pre-initialized->Errored 2013-03-06 19:34:24 [sEVERE] [ForgeModLoader] The following problems were captured during this phase 2013-03-06 19:34:24 [sEVERE] [ForgeModLoader] Caught exception from DivingGear java.lang.NullPointerException at com.lomeli.diving.client.model.ModelCoral.<init>(ModelCoral.java:32) at com.lomeli.diving.tileentity.TileEntityCoralRenderer.<init>(TileEntityCoralRenderer.java:17) at com.lomeli.diving.core.ClientProxy.initRendering(ClientProxy.java:35) at com.lomeli.diving.DivingGear.main(DivingGear.java:48) 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:487) 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:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) 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:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207) at net.minecraft.client.Minecraft.startGame(Minecraft.java:458) at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44) at net.minecraft.client.Minecraft.run(Minecraft.java:746) at java.lang.Thread.run(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] java.lang.NullPointerException 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.lomeli.diving.client.model.ModelCoral.<init>(ModelCoral.java:32) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.lomeli.diving.tileentity.TileEntityCoralRenderer.<init>(TileEntityCoralRenderer.java:17) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.lomeli.diving.core.ClientProxy.initRendering(ClientProxy.java:35) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.lomeli.diving.DivingGear.main(DivingGear.java:48) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-03-06 19:34:24 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2013-03-06 19:34:24 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2013-03-06 19:34:24 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86) 2013-03-06 19:34:24 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) 2013-03-06 19:34:24 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207) 2013-03-06 19:34:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:458) 2013-03-06 19:34:24 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44) 2013-03-06 19:34:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746) 2013-03-06 19:34:24 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2013-03-06 19:34:26 [iNFO] [sTDERR] Someone is closing me!
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.