Posted January 26, 20169 yr Hey! I've been having a problem with my code that, after about 5 hours of messing with stuff, has caused me to turn to you, the all knowing community, for help. That being said here is my problem: I try and spawn in one of the 3 biped entities in my mod and I get an error like this: http://chopapp.com/#vjfmu1ia The full log is here: [19:11:57] [main/INFO]: Extra: [] [19:11:57] [main/INFO]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/noahk/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken{REDACTED}, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [19:11:58] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:11:58] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:11:58] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [19:11:58] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [19:11:58] [main/INFO]: Forge Mod Loader version 11.14.4.1563 for Minecraft 1.8 loading [19:11:58] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Mac OS X:x86_64:10.11.3, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre [19:11:58] [main/INFO]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [19:11:58] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [19:11:58] [main/INFO]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [19:11:58] [main/INFO]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [19:11:58] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:11:58] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:11:58] [main/INFO]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [19:11:58] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:11:58] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:11:58] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:11:58] [main/ERROR]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [19:12:01] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing [19:12:01] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:12:01] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:12:01] [main/INFO]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [19:12:01] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [19:12:01] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [19:12:01] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [19:12:02] [Client thread/INFO]: Setting user: Player446 [19:12:06] [Client thread/INFO]: LWJGL Version: 2.9.2 [19:12:07] [Client thread/INFO]: Attempting early MinecraftForge initialization [19:12:07] [Client thread/INFO]: MinecraftForge v11.14.4.1563 Initialized [19:12:07] [Client thread/INFO]: Replaced 204 ore recipies [19:12:07] [Client thread/INFO]: Completed early MinecraftForge initialization [19:12:08] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [19:12:08] [Client thread/INFO]: Searching /Users/noahk/Desktop/Modding/CommuMod/run/mods for mods [19:12:14] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load [19:12:14] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, commumod] at CLIENT [19:12:14] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, commumod] at SERVER [19:12:15] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Community Mod [19:12:15] [Client thread/INFO]: Processing ObjectHolder annotations [19:12:15] [Client thread/INFO]: Found 384 ObjectHolder annotations [19:12:15] [Client thread/INFO]: Identifying ItemStackHolder annotations [19:12:15] [Client thread/INFO]: Found 0 ItemStackHolder annotations [19:12:15] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [19:12:15] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [19:12:15] [Forge Version Check/INFO]: [Forge] Found status: UP_TO_DATE Target: null [19:12:15] [Forge Version Check/INFO]: [commumod] Starting version check at https://raw.githubusercontent.com/KaminoCoding/Update-Files/master/Commumod-Update.json [19:12:15] [Client thread/INFO]: [io.cyb3rwarri0r8.commumod.lib.proxy.proxyCommon:registerEntitySpawn:58]: Registering natural spawns [19:12:15] [Client thread/INFO]: Applying holder lookups [19:12:15] [Client thread/INFO]: Holder lookups applied [19:12:15] [Client thread/INFO]: Injecting itemstacks [19:12:15] [Client thread/INFO]: Itemstack injection complete [19:12:16] [Forge Version Check/INFO]: [commumod] Found status: BETA Target: null [19:12:16] [sound Library Loader/INFO]: Starting up SoundSystem... [19:12:16] [Thread-7/INFO]: Initializing LWJGL OpenAL [19:12:16] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [19:12:16] [Thread-7/INFO]: OpenAL initialized. [19:12:17] [sound Library Loader/INFO]: Sound engine started [19:12:17] [Client thread/WARN]: File commumod:sounds/superbiumGolemHit.ogg does not exist, cannot add it to event commumod:superbiumGolemHit [19:12:20] [Client thread/INFO]: Max texture size: 16384 [19:12:20] [Client thread/INFO]: Created: 16x16 textures-atlas [19:12:21] [Client thread/INFO]: Injecting itemstacks [19:12:21] [Client thread/INFO]: Itemstack injection complete [19:12:21] [Client thread/INFO]: Forge Mod Loader has successfully loaded 4 mods [19:12:21] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Community Mod [19:12:22] [Client thread/INFO]: SoundSystem shutting down... [19:12:22] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [19:12:22] [sound Library Loader/INFO]: Starting up SoundSystem... [19:12:22] [Thread-9/INFO]: Initializing LWJGL OpenAL [19:12:22] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [19:12:22] [Thread-9/INFO]: OpenAL initialized. [19:12:22] [sound Library Loader/INFO]: Sound engine started [19:12:23] [Client thread/WARN]: File commumod:sounds/superbiumGolemHit.ogg does not exist, cannot add it to event commumod:superbiumGolemHit [19:12:24] [Client thread/INFO]: Max texture size: 16384 [19:12:25] [Client thread/INFO]: Created: 512x512 textures-atlas [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=12 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=13 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=14 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=15 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:tile.superbiumTNT#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=10 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=11 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierActive#facing=west not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:goldToolRod#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=11 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=10 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierActive#facing=east not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=15 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=14 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=13 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=12 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:tile.superbiumTNT#normal not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierIdle#facing=east not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:minerShack#normal not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierIdle#facing=south not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=2 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:tile.null#explode=true not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=1 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=0 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:minerShack#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:diamondToolRod#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=6 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=5 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=4 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=3 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:tile.null#explode=false not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:stoneToolRod#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:ironToolRod#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierIdle#facing=west not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierActive#facing=north not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:modularPickaxe#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierIdle#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:itemSuperbiumBlock#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=1 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=2 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=9 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=8 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=0 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#level=7 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=5 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=6 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:retaw#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=3 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=4 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=9 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierActive#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=7 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:null#level=8 not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:tile.null#inventory not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierActive#facing=south not found [19:12:26] [Client thread/ERROR]: Model definition for location commumod:purifierIdle#facing=north not found [19:12:42] [Client thread/INFO]: Deleting level New World [19:12:42] [Client thread/INFO]: Attempt 1... [19:12:47] [server thread/INFO]: Starting integrated minecraft server version 1.8 [19:12:47] [server thread/INFO]: Generating keypair [19:12:47] [server thread/INFO]: Converting map! [19:12:47] [server thread/INFO]: Scanning folders... [19:12:47] [server thread/INFO]: Total conversion count is 0 [19:12:47] [server thread/INFO]: Injecting existing block and item data into this server instance [19:12:47] [server thread/INFO]: Applying holder lookups [19:12:47] [server thread/INFO]: Holder lookups applied [19:12:47] [server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@3a298ea2) [19:12:48] [server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@3a298ea2) [19:12:48] [server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@3a298ea2) [19:12:48] [server thread/INFO]: Preparing start region for level 0 [19:12:50] [server thread/INFO]: Changing view distance to 12, from 10 [19:12:51] [Netty Local Client IO #0/INFO]: Server protocol version 2 [19:12:51] [Netty Server IO #1/INFO]: Client protocol version 2 [19:12:51] [Netty Server IO #1/INFO]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [19:12:51] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established [19:12:51] [server thread/INFO]: [server thread] Server side modded connection established [19:12:51] [server thread/INFO]: Player446[local:E:68188046] logged in with entity id 16 at (-210.5, 4.0, -826.5) [19:12:51] [server thread/INFO]: Player446 joined the game [19:13:06] [server thread/INFO]: Player446 has just earned the achievement [Taking Inventory] [19:13:06] [Client thread/INFO]: [CHAT] Player446 has just earned the achievement [Taking Inventory] [19:13:19] [Client thread/FATAL]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Server tried to update attributes of a non-living entity (actually: EntityCobaltBoat['entity.commumod.cobaltBoat.name'/182516, l='MpServer', x=-212.50, y=4.00, z=-824.50]) java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Server tried to update attributes of a non-living entity (actually: EntityCobaltBoat['entity.commumod.cobaltBoat.name'/182516, l='MpServer', x=-212.50, y=4.00, z=-824.50]) at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_25] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_25] at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1077) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:376) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:117) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.intellij.uiDesigner.snapShooter.SnapShooter.main(SnapShooter.java:59) [uiDesigner.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?] Caused by: java.lang.IllegalStateException: Server tried to update attributes of a non-living entity (actually: EntityCobaltBoat['entity.commumod.cobaltBoat.name'/182516, l='MpServer', x=-212.50, y=4.00, z=-824.50]) at net.minecraft.client.network.NetHandlerPlayClient.handleEntityProperties(NetHandlerPlayClient.java:2082) ~[NetHandlerPlayClient.class:?] at net.minecraft.network.play.server.S20PacketEntityProperties.func_180754_a(S20PacketEntityProperties.java:93) ~[s20PacketEntityProperties.class:?] at net.minecraft.network.play.server.S20PacketEntityProperties.processPacket(S20PacketEntityProperties.java:107) ~[s20PacketEntityProperties.class:?] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:24) ~[PacketThreadUtil$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_25] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_25] at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?] ... 25 more [19:13:20] [server thread/INFO]: Stopping server [19:13:20] [server thread/INFO]: Saving players [19:13:20] [server thread/INFO]: Saving worlds [19:13:20] [server thread/INFO]: Saving chunks for level 'New World'/Overworld [19:13:20] [server thread/INFO]: Saving chunks for level 'New World'/Nether [19:13:20] [server thread/INFO]: Saving chunks for level 'New World'/The End [19:13:21] [server thread/INFO]: Unloading dimension 0 [19:13:21] [server thread/INFO]: Unloading dimension -1 [19:13:21] [server thread/INFO]: Unloading dimension 1 [19:13:21] [server thread/INFO]: Applying holder lookups [19:13:21] [server thread/INFO]: Holder lookups applied [19:13:22] [Client thread/FATAL]: Reported exception thrown! net.minecraft.util.ReportedException: Rendering entity in world at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:429) ~[RenderManager.class:?] at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:338) ~[RenderManager.class:?] at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:305) ~[RenderManager.class:?] at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:657) ~[RenderGlobal.class:?] at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1353) ~[EntityRenderer.class:?] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1266) ~[EntityRenderer.class:?] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1091) ~[EntityRenderer.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1114) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:376) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:117) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.intellij.uiDesigner.snapShooter.SnapShooter.main(SnapShooter.java:59) [uiDesigner.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?] Caused by: java.lang.NullPointerException at net.minecraft.client.renderer.entity.Render.bindTexture(Render.java:96) ~[Render.class:?] at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:89) ~[Render.class:?] at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:73) ~[RenderCobaltBoat.class:?] at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:103) ~[RenderCobaltBoat.class:?] at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:381) ~[RenderManager.class:?] ... 31 more [19:13:22] [Client thread/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: ---- Minecraft Crash Report ---- // I feel sad now Time: 1/25/16 7:13 PM Description: Rendering entity in world java.lang.NullPointerException: Rendering entity in world at net.minecraft.client.renderer.entity.Render.bindTexture(Render.java:96) at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:89) at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:73) at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:103) at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:381) at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:338) at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:305) at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:657) at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1353) at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1266) at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1091) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1114) at net.minecraft.client.Minecraft.run(Minecraft.java:376) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.uiDesigner.snapShooter.SnapShooter.main(SnapShooter.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.renderer.entity.Render.bindTexture(Render.java:96) at net.minecraft.client.renderer.entity.Render.bindEntityTexture(Render.java:89) at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:73) at io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat.doRender(RenderCobaltBoat.java:103) -- Entity being rendered -- Details: Entity Type: commumod.cobaltBoat (io.cyb3rwarri0r8.commumod.entity.EntityCobaltBoat) Entity ID: 182516 Entity Name: entity.commumod.cobaltBoat.name Entity's Exact location: -212.50, 4.00, -824.50 Entity's Block location: -213.00,4.00,-825.00 - World: (-213,4,-825), Chunk: (at 11,0,7 in -14,-52; contains blocks -224,0,-832 to -209,255,-817), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Rider: ~~ERROR~~ NullPointerException: null Entity's Vehicle: ~~ERROR~~ NullPointerException: null -- Renderer details -- Details: Assigned renderer: io.cyb3rwarri0r8.commumod.entity.render.RenderCobaltBoat@4a69f13f Location: -2.00,0.00,2.00 - World: (-2,0,2), Chunk: (at 14,0,2 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Rotation: -12.078618 Delta: 0.95435995 Stacktrace: at net.minecraft.client.renderer.entity.RenderManager.doRenderEntity(RenderManager.java:381) at net.minecraft.client.renderer.entity.RenderManager.renderEntityStatic(RenderManager.java:338) at net.minecraft.client.renderer.entity.RenderManager.renderEntitySimple(RenderManager.java:305) at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:657) at net.minecraft.client.renderer.EntityRenderer.renderWorldPass(EntityRenderer.java:1353) at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1266) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Player446'/16, l='MpServer', x=-210.50, y=4.00, z=-826.50]] Chunk stats: MultiplayerChunkCache: 621, 621 Level seed: 0 Level generator: ID 01 - flat, ver 0. Features enabled: false Level generator options: Level spawn location: -203.00,4.00,-820.00 - World: (-203,4,-820), Chunk: (at 5,0,12 in -13,-52; contains blocks -208,0,-832 to -193,255,-817), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513) Level time: 589 game time, 589 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 57 total; [EntityRabbit['Rabbit'/122369, l='MpServer', x=-164.50, y=4.00, z=-824.50], EntitySlime['Slime'/100099, l='MpServer', x=-167.88, y=4.42, z=-791.34], EntityRabbit['Rabbit'/122371, l='MpServer', x=-167.66, y=4.00, z=-817.66], EntityRabbit['Rabbit'/122370, l='MpServer', x=-169.66, y=4.00, z=-821.66], EntityChicken['Chicken'/122373, l='MpServer', x=-156.50, y=4.00, z=-830.50], EntitySlime['Slime'/167562, l='MpServer', x=-227.75, y=4.02, z=-871.34], EntityPig['Pig'/122379, l='MpServer', x=-200.81, y=4.00, z=-778.50], EntitySlime['Slime'/108042, l='MpServer', x=-272.96, y=4.70, z=-806.53], EntityPig['Pig'/122378, l='MpServer', x=-200.50, y=4.00, z=-781.50], EntitySlime['Slime'/20364, l='MpServer', x=-264.66, y=5.22, z=-777.22], EntityPig['Pig'/122381, l='MpServer', x=-199.19, y=4.00, z=-778.50], EntityRabbit['Rabbit'/122382, l='MpServer', x=-200.50, y=4.00, z=-780.50], EntityPlayerSP['Player446'/16, l='MpServer', x=-210.50, y=4.00, z=-826.50], EntitySlime['Slime'/123028, l='MpServer', x=-267.78, y=4.34, z=-889.21], EntitySlime['Slime'/144917, l='MpServer', x=-179.46, y=4.91, z=-877.01], EntitySlime['Slime'/144922, l='MpServer', x=-177.88, y=4.55, z=-885.43], EntitySlime['Slime'/167195, l='MpServer', x=-181.31, y=4.00, z=-879.59], EntitySlime['Slime'/74524, l='MpServer', x=-175.81, y=4.70, z=-785.31], EntitySlime['Slime'/147874, l='MpServer', x=-263.74, y=5.07, z=-883.45], EntitySlime['Slime'/77216, l='MpServer', x=-186.56, y=5.16, z=-864.06], EntityRabbit['Rabbit'/122405, l='MpServer', x=-161.81, y=4.00, z=-873.44], EntityRabbit['Rabbit'/122404, l='MpServer', x=-155.91, y=4.00, z=-865.22], EntityRabbit['Rabbit'/122407, l='MpServer', x=-162.66, y=4.00, z=-875.66], EntityRabbit['Rabbit'/122406, l='MpServer', x=-163.66, y=4.00, z=-878.66], EntitySlime['Slime'/127146, l='MpServer', x=-237.81, y=4.02, z=-864.97], EntitySlime['Slime'/53038, l='MpServer', x=-256.53, y=4.02, z=-882.03], EntitySlime['Slime'/14384, l='MpServer', x=-257.03, y=5.00, z=-821.59], EntitySlime['Slime'/31796, l='MpServer', x=-186.00, y=4.00, z=-884.22], EntitySlime['Slime'/26549, l='MpServer', x=-273.66, y=4.76, z=-786.43], EntitySheep['Sheep'/122425, l='MpServer', x=-233.50, y=4.00, z=-776.50], EntitySheep['Sheep'/122424, l='MpServer', x=-234.50, y=4.00, z=-772.50], EntitySlime['Slime'/124472, l='MpServer', x=-171.58, y=4.00, z=-784.72], EntitySheep['Sheep'/122427, l='MpServer', x=-234.19, y=4.00, z=-774.19], EntitySheep['Sheep'/122426, l='MpServer', x=-235.81, y=4.00, z=-775.81], EntitySlime['Slime'/165694, l='MpServer', x=-260.96, y=4.93, z=-819.31], EntitySlime['Slime'/33214, l='MpServer', x=-144.13, y=4.02, z=-765.50], EntityPig['Pig'/122433, l='MpServer', x=-188.22, y=4.00, z=-842.81], EntityPig['Pig'/122432, l='MpServer', x=-186.50, y=4.00, z=-839.50], EntityPig['Pig'/122435, l='MpServer', x=-189.84, y=4.00, z=-841.19], EntityPig['Pig'/122434, l='MpServer', x=-182.09, y=4.00, z=-850.13], EntitySlime['Slime'/6473, l='MpServer', x=-281.66, y=4.02, z=-887.81], EntitySlime['Slime'/99403, l='MpServer', x=-195.21, y=4.93, z=-840.08], EntitySlime['Slime'/143054, l='MpServer', x=-186.97, y=4.02, z=-894.59], EntitySlime['Slime'/26063, l='MpServer', x=-258.72, y=4.42, z=-869.44], EntitySlime['Slime'/19801, l='MpServer', x=-231.31, y=4.00, z=-876.75], EntitySlime['Slime'/162654, l='MpServer', x=-163.81, y=4.00, z=-792.88], EntitySlime['Slime'/51173, l='MpServer', x=-272.16, y=4.15, z=-908.78], EntitySlime['Slime'/17894, l='MpServer', x=-174.22, y=4.00, z=-790.78], EntitySlime['Slime'/48104, l='MpServer', x=-140.81, y=4.02, z=-902.91], EntitySlime['Slime'/123112, l='MpServer', x=-268.26, y=4.53, z=-791.05], EntitySlime['Slime'/42993, l='MpServer', x=-261.16, y=4.76, z=-897.93], EntityCobaltBoat['entity.commumod.cobaltBoat.name'/182516, l='MpServer', x=-212.50, y=4.00, z=-824.50], EntitySlime['Slime'/9335, l='MpServer', x=-225.59, y=4.02, z=-882.34], EntitySlime['Slime'/69238, l='MpServer', x=-136.50, y=4.02, z=-749.81], EntitySlime['Slime'/71417, l='MpServer', x=-226.28, y=4.02, z=-787.06], EntitySlime['Slime'/116731, l='MpServer', x=-261.05, y=5.16, z=-794.56], EntitySlime['Slime'/116730, l='MpServer', x=-255.13, y=4.70, z=-791.99]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:392) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2614) at net.minecraft.client.Minecraft.run(Minecraft.java:398) at net.minecraft.client.main.Main.main(Main.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:26) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.uiDesigner.snapShooter.SnapShooter.main(SnapShooter.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Mac OS X (x86_64) version 10.11.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 709153152 bytes (676 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.4.1563.jar) UCHIJAAAA Forge{11.14.4.1563} [Minecraft Forge] (forgeSrc-1.8-11.14.4.1563.jar) UCHIJAAAA commumod{v2.0.0} [Community Mod] (CommuMod) Loaded coremods (and transformers): Launched Version: 1.8 LWJGL: 2.9.2 OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-10.12.13, Intel Inc. GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) [19:13:22] [Client thread/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:663]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/noahk/Desktop/Modding/CommuMod/run/./crash-reports/crash-2016-01-25_19.13.22-client.txt And the files are here: https://github.com/KaminoCoding/CommuMod/tree/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/EntityMiner.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/ModEntities.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/entity/render/renderMiner.java https://github.com/KaminoCoding/CommuMod/blob/develop-1.8/src/main/java/io/cyb3rwarri0r8/commumod/lib/helpers/RegisterHelper.java
January 26, 20169 yr Author First of all, please for the love of god do not use global Entity IDs. Especially if you then use registerModEntity. Start your IDs at 0 and increment. Ahh. Okay. Deep down I thought this was wrong but it was followed from a tutorial way back when 1.8 FML was first pushed out. The issue is that entity renderers must be registered in init, not preInit. You have one that is registered in preInit as opposed to the rest. You should update to 1.8.9 anyways and use the new IRenderFactory, possibly in conjunction with a Constructor Reference, so you would have registerEntityRenderingHandler(MyEntity.class, MyRenderer::new) , this can (and should) then be used in preInit. Will do. I've been waiting for it to become the stable/recommended/most used channel(idk what to call it... the default one everyone is using I guess).
January 26, 20169 yr Be aware, however, that if you do use a Constructor Reference as suggested, your mod will require Java 8 to run. I recently released an update to one of my mods and compiled it with Java 7 compatibility by accident and had several people report crashes - they were still using Java 6... Don't let that stop you, though. People should really update their Java installations, but it's worth noting. http://i.imgur.com/NdrFdld.png[/img]
January 29, 20169 yr Can anyone give more information on how to do this? I'm still confused about it. Thank you!
January 29, 20169 yr Author Can anyone give more information on how to do this? I'm still confused about it. Thank you! If your looking for help I'd be glad to assist but come over to my slack channel https://kaminocoding.slack.com
January 29, 20169 yr diesieben07, I'm sorry, I meant that I am having the exact same problem. And theOriginalByte, I don't have an account for that... Should I make one? I'm having trouble figuring out how to register and then render an entity.
January 29, 20169 yr I'm trying to understand how to register and then render a new entity. Sounds good!
January 30, 20169 yr Author And theOriginalByte, I don't have an account for that... Should I make one? I'm having trouble figuring out how to register and then render an entity. Yes. I can tell you exactly what your doing wrong. And help you with other stuff.. I also have a discord of that works better for you. https://discord.gg/0mXIc4srJpDZ3fyn
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.