Jump to content

Mob Rendering Causing Crash?


willhew

Recommended Posts

Hi there, I have coded in my mob as I usually would, so I run the game and spawn it, I hear its first couple of sounds before I crash.

 

Here is the error report:

 

 

2013-08-05 08:43:08 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2013-08-05 08:43:08 [iNFO] [sTDOUT] // Ooh. Shiny.

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] Time: 5/08/13 8:43 AM

2013-08-05 08:43:08 [iNFO] [sTDOUT] Description: Rendering entity in world

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] java.lang.NullPointerException

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RendererLivingEntity.func_130000_a(RendererLivingEntity.java:79)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderLiving.doRenderLiving(RenderLiving.java:28)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:142)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderManager.renderEntityWithPosYaw(RenderManager.java:312)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderManager.renderEntity(RenderManager.java:281)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:524)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1160)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1006)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:934)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2013-08-05 08:43:08 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] -- Head --

2013-08-05 08:43:08 [iNFO] [sTDOUT] Stacktrace:

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RendererLivingEntity.func_130000_a(RendererLivingEntity.java:79)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderLiving.doRenderLiving(RenderLiving.java:28)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderLiving.doRender(RenderLiving.java:142)

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] -- Entity being rendered --

2013-08-05 08:43:08 [iNFO] [sTDOUT] Details:

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity Type: pottercraft.Hippogriff (teamfission.harrypotter.entity.beast.EntityHippogriff)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity ID: 3863

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity Name: Hippogriff

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity's Exact location: -113.50, 65.00, 233.50

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity's Block location: World: (-114,65,233), Chunk: (at 14,4,9 in -8,14; contains blocks -128,0,224 to -113,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Entity's Momentum: 0.00, -0.08, 0.00

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] -- Renderer details --

2013-08-05 08:43:08 [iNFO] [sTDOUT] Details:

2013-08-05 08:43:08 [iNFO] [sTDOUT] Assigned renderer: teamfission.harrypotter.entity.beast.RenderHippogriff@19c0686

2013-08-05 08:43:08 [iNFO] [sTDOUT] Location: -2.00,-1.62,1.00 - World: (-2,-2,1), Chunk: (at 14,-1,1 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)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Rotation: -1.6206735

2013-08-05 08:43:08 [iNFO] [sTDOUT] Delta: 0.060656786

2013-08-05 08:43:08 [iNFO] [sTDOUT] Stacktrace:

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderManager.renderEntityWithPosYaw(RenderManager.java:312)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.entity.RenderManager.renderEntity(RenderManager.java:281)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:524)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1160)

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] -- Affected level --

2013-08-05 08:43:08 [iNFO] [sTDOUT] Details:

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level name: MpServer

2013-08-05 08:43:08 [iNFO] [sTDOUT] All players: 1 total; [EntityClientPlayerMP['Player62'/232, l='MpServer', x=-111.50, y=66.62, z=232.50]]

2013-08-05 08:43:08 [iNFO] [sTDOUT] Chunk stats: MultiplayerChunkCache: 441

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level seed: 0

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level generator: ID 00 - default, ver 1. Features enabled: false

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level generator options:

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level spawn location: World: (-114,64,226), Chunk: (at 14,4,2 in -8,14; contains blocks -128,0,224 to -113,255,239), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level time: 180 game time, 180 day time

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level dimension: 0

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level storage version: 0x00000 - Unknown?

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

2013-08-05 08:43:08 [iNFO] [sTDOUT] Forced entities: 266 total; [EntityFallingSand['Falling Block'/3826, l='MpServer', x=-61.50, y=62.30, z=245.50], EntityFallingSand['Falling Block'/3827, l='MpServer', x=-60.50, y=62.30, z=243.50], EntityCreeper['Creeper'/548, l='MpServer', x=-69.50, y=26.00, z=227.50], EntityFallingSand['Falling Block'/3825, l='MpServer', x=-61.50, y=62.30, z=244.50], EntityFallingSand['Falling Block'/3830, l='MpServer', x=-57.50, y=42.30, z=269.50], EntitySquid['Squid'/546, l='MpServer', x=-127.31, y=56.00, z=291.50], EntityFallingSand['Falling Block'/3831, l='MpServer', x=-57.50, y=42.30, z=270.50], EntitySquid['Squid'/547, l='MpServer', x=-127.50, y=56.00, z=292.84], EntityFallingSand['Falling Block'/3828, l='MpServer', x=-60.50, y=62.30, z=246.50], EntitySquid['Squid'/544, l='MpServer', x=-127.50, y=57.94, z=293.47], EntityFallingSand['Falling Block'/3829, l='MpServer', x=-59.50, y=62.30, z=246.50], EntitySquid['Squid'/545, l='MpServer', x=-127.50, y=57.00, z=295.50], EntityFallingSand['Falling Block'/3834, l='MpServer', x=-55.50, y=42.30, z=270.50], EntityFallingSand['Falling Block'/3835, l='MpServer', x=-55.50, y=42.30, z=269.50], EntityFallingSand['Falling Block'/3832, l='MpServer', x=-56.50, y=42.30, z=269.50], EntityCreeper['Creeper'/556, l='MpServer', x=-155.50, y=52.00, z=256.50], EntityFallingSand['Falling Block'/3833, l='MpServer', x=-56.50, y=42.30, z=270.50], EntityFallingSand['Falling Block'/3838, l='MpServer', x=-55.50, y=42.30, z=267.50], EntityFallingSand['Falling Block'/3839, l='MpServer', x=-55.50, y=42.30, z=268.50], EntityFallingSand['Falling Block'/3836, l='MpServer', x=-57.50, y=42.30, z=268.50], EntityFallingSand['Falling Block'/3837, l='MpServer', x=-56.50, y=42.30, z=268.50], EntityFallingSand['Falling Block'/3811, l='MpServer', x=-56.50, y=21.11, z=164.50], EntityFallingSand['Falling Block'/3814, l='MpServer', x=-56.50, y=22.11, z=166.50], EntityCreeper['Creeper'/2188, l='MpServer', x=-109.50, y=26.00, z=232.50], EntityFallingSand['Falling Block'/3813, l='MpServer', x=-55.50, y=22.11, z=164.50], EntityFallingSand['Falling Block'/3812, l='MpServer', x=-56.50, y=22.11, z=165.50], EntityFallingSand['Falling Block'/3819, l='MpServer', x=-66.50, y=29.15, z=227.50], EntityFallingSand['Falling Block'/3821, l='MpServer', x=-67.50, y=28.15, z=227.50], EntityFallingSand['Falling Block'/3820, l='MpServer', x=-65.50, y=29.15, z=227.50], EntityFallingSand['Falling Block'/3792, l='MpServer', x=-64.50, y=28.92, z=143.50], EntityFallingSand['Falling Block'/3318, l='MpServer', x=-92.50, y=32.85, z=128.50], EntityFallingSand['Falling Block'/3793, l='MpServer', x=-63.50, y=27.92, z=141.50], EntityFallingSand['Falling Block'/3316, l='MpServer', x=-91.50, y=32.85, z=128.50], EntityFallingSand['Falling Block'/3317, l='MpServer', x=-90.50, y=32.85, z=128.50], EntityFallingSand['Falling Block'/3314, l='MpServer', x=-92.50, y=32.85, z=130.50], EntityFallingSand['Falling Block'/3315, l='MpServer', x=-92.50, y=32.85, z=129.50], EntityFallingSand['Falling Block'/3312, l='MpServer', x=-91.50, y=32.85, z=129.50], EntityFallingSand['Falling Block'/3313, l='MpServer', x=-90.50, y=32.85, z=129.50], EntityFallingSand['Falling Block'/3777, l='MpServer', x=-55.50, y=2.81, z=139.50], EntityFallingSand['Falling Block'/3779, l='MpServer', x=-58.50, y=28.92, z=143.50], EntityFallingSand['Falling Block'/3778, l='MpServer', x=-57.50, y=2.81, z=139.50], EntityFallingSand['Falling Block'/3781, l='MpServer', x=-58.50, y=28.92, z=142.50], EntityFallingSand['Falling Block'/3780, l='MpServer', x=-59.50, y=28.92, z=143.50], EntityFallingSand['Falling Block'/3783, l='MpServer', x=-59.50, y=28.92, z=142.50], EntityFallingSand['Falling Block'/3782, l='MpServer', x=-57.50, y=28.92, z=143.50], EntityFallingSand['Falling Block'/3785, l='MpServer', x=-59.50, y=27.92, z=141.50], EntityFallingSand['Falling Block'/3311, l='MpServer', x=-91.50, y=32.85, z=130.50], EntityFallingSand['Falling Block'/3784, l='MpServer', x=-60.50, y=28.92, z=143.50], EntityFallingSand['Falling Block'/3310, l='MpServer', x=-89.50, y=32.85, z=130.50], EntityFallingSand['Falling Block'/3787, l='MpServer', x=-63.50, y=27.92, z=143.50], EntityFallingSand['Falling Block'/3309, l='MpServer', x=-91.50, y=32.85, z=131.50], EntityFallingSand['Falling Block'/3786, l='MpServer', x=-63.50, y=27.92, z=142.50], EntityFallingSand['Falling Block'/3308, l='MpServer', x=-90.50, y=32.85, z=130.50], EntityFallingSand['Falling Block'/3789, l='MpServer', x=-65.50, y=27.92, z=141.50], EntityFallingSand['Falling Block'/3307, l='MpServer', x=-90.50, y=32.85, z=131.50], EntityFallingSand['Falling Block'/3788, l='MpServer', x=-64.50, y=27.92, z=142.50], EntityFallingSand['Falling Block'/3791, l='MpServer', x=-64.50, y=27.92, z=141.50], EntityFallingSand['Falling Block'/3790, l='MpServer', x=-65.50, y=28.92, z=142.50], EntityBat['Bat'/627, l='MpServer', x=-72.27, y=15.38, z=288.80], EntitySheep['Sheep'/100, l='MpServer', x=-179.50, y=67.00, z=186.50], EntitySheep['Sheep'/98, l='MpServer', x=-181.50, y=67.00, z=185.50], EntitySheep['Sheep'/99, l='MpServer', x=-179.50, y=67.00, z=184.50], EntitySheep['Sheep'/97, l='MpServer', x=-183.50, y=67.00, z=185.50], EntitySkeleton['Skeleton'/597, l='MpServer', x=-130.62, y=38.00, z=196.50], EntitySkeleton['Skeleton'/599, l='MpServer', x=-133.94, y=36.00, z=196.56], EntitySkeleton['Skeleton'/598, l='MpServer', x=-132.50, y=35.00, z=200.50], EntityCow['Cow'/127, l='MpServer', x=-122.47, y=69.00, z=178.53], EntitySkeleton['Skeleton'/600, l='MpServer', x=-130.50, y=35.00, z=201.50], EntityCow['Cow'/126, l='MpServer', x=-122.47, y=69.00, z=178.53], EntityCow['Cow'/125, l='MpServer', x=-121.07, y=68.00, z=188.32], EntitySkeleton['Skeleton'/2065, l='MpServer', x=-72.50, y=26.00, z=227.50], EntitySkeleton['Skeleton'/2066, l='MpServer', x=-70.50, y=26.00, z=227.50], EntityCow['Cow'/141, l='MpServer', x=-110.50, y=63.00, z=271.50], EntityFallingSand['Falling Block'/3710, l='MpServer', x=-76.50, y=40.43, z=352.50], EntityCow['Cow'/143, l='MpServer', x=-112.34, y=63.00, z=274.56], EntityCow['Cow'/142, l='MpServer', x=-113.50, y=63.00, z=272.50], EntityFallingSand['Falling Block'/3699, l='MpServer', x=-76.50, y=39.43, z=354.50], EntityCow['Cow'/129, l='MpServer', x=-129.45, y=64.00, z=231.10], EntityCow['Cow'/128, l='MpServer', x=-123.84, y=68.00, z=177.16], EntityClientPlayerMP['Player62'/232, l='MpServer', x=-111.50, y=66.62, z=232.50], EntityCow['Cow'/131, l='MpServer', x=-126.59, y=66.00, z=223.56], EntityFallingSand['Falling Block'/3696, l='MpServer', x=-75.50, y=39.43, z=355.50], EntityCow['Cow'/130, l='MpServer', x=-120.50, y=65.00, z=227.50], EntityFallingSand['Falling Block'/3703, l='MpServer', x=-76.50, y=40.43, z=353.50], EntityCow['Cow'/132, l='MpServer', x=-128.91, y=65.00, z=224.74], EntityFallingSand['Falling Block'/3689, l='MpServer', x=-76.50, y=39.43, z=355.50], EntityFallingSand['Falling Block'/3692, l='MpServer', x=-75.50, y=39.43, z=356.50], EntityCow['Cow'/144, l='MpServer', x=-111.63, y=63.00, z=275.75], EntityCow['Cow'/145, l='MpServer', x=-96.50, y=63.00, z=257.50], EntityCow['Cow'/146, l='MpServer', x=-94.53, y=63.00, z=256.78], EntityCow['Cow'/147, l='MpServer', x=-92.91, y=63.00, z=258.91], EntityCow['Cow'/148, l='MpServer', x=-91.63, y=63.00, z=258.26], EntityCreeper['Creeper'/2063, l='MpServer', x=-71.50, y=26.00, z=220.50], EntityFallingSand['Falling Block'/3674, l='MpServer', x=-74.50, y=55.43, z=353.50], EntityZombie['Zombie'/645, l='MpServer', x=-67.50, y=36.00, z=221.50], EntityCow['Cow'/163, l='MpServer', x=-42.50, y=65.00, z=194.50], EntityCow['Cow'/162, l='MpServer', x=-44.50, y=66.00, z=194.50], EntityCow['Cow'/161, l='MpServer', x=-42.50, y=65.00, z=197.50], EntityCow['Cow'/160, l='MpServer', x=-44.50, y=66.00, z=194.50], EntityFallingSand['Falling Block'/3668, l='MpServer', x=-74.50, y=56.43, z=354.50], EntityFallingSand['Falling Block'/3671, l='MpServer', x=-75.50, y=57.43, z=354.50], EntityEnderman['Enderman'/1750, l='MpServer', x=-45.50, y=28.00, z=183.50], EntityEnderman['Enderman'/1751, l='MpServer', x=-46.69, y=28.00, z=184.69], EntityEnderman['Enderman'/1752, l='MpServer', x=-46.50, y=28.00, z=182.28], EntityFallingSand['Falling Block'/3649, l='MpServer', x=-75.50, y=54.43, z=352.50], EntityZombie['Zombie'/1755, l='MpServer', x=-104.66, y=26.00, z=228.25], EntityFallingSand['Falling Block'/3652, l='MpServer', x=-75.50, y=56.43, z=353.50], EntityZombie['Zombie'/1756, l='MpServer', x=-104.09, y=26.00, z=227.41], EntityZombie['Zombie'/1757, l='MpServer', x=-101.50, y=26.00, z=226.50], EntityFallingSand['Falling Block'/3646, l='MpServer', x=-76.50, y=55.43, z=352.50], EntityFallingSand['Falling Block'/3643, l='MpServer', x=-77.50, y=55.43, z=352.50], EntityFallingSand['Falling Block'/3640, l='MpServer', x=-86.50, y=34.43, z=351.50], EntityFallingSand['Falling Block'/3639, l='MpServer', x=-86.50, y=33.43, z=353.50], EntityFallingSand['Falling Block'/3638, l='MpServer', x=-86.50, y=33.43, z=352.50], EntityFallingSand['Falling Block'/3637, l='MpServer', x=-85.50, y=34.43, z=352.50], EntityFallingSand['Falling Block'/3636, l='MpServer', x=-83.50, y=33.43, z=352.50], EntityFallingSand['Falling Block'/3635, l='MpServer', x=-81.50, y=34.43, z=350.50], EntityFallingSand['Falling Block'/3634, l='MpServer', x=-82.50, y=34.43, z=351.50], EntityFallingSand['Falling Block'/3633, l='MpServer', x=-83.50, y=34.43, z=351.50], EntityFallingSand['Falling Block'/3632, l='MpServer', x=-84.50, y=34.43, z=352.50], EntityFallingSand['Falling Block'/3630, l='MpServer', x=-84.50, y=33.43, z=349.50], EntityFallingSand['Falling Block'/3631, l='MpServer', x=-84.50, y=34.43, z=351.50], EntityFallingSand['Falling Block'/3628, l='MpServer', x=-85.50, y=34.43, z=350.50], EntitySkeleton['Skeleton'/2118, l='MpServer', x=-144.50, y=29.00, z=169.50], EntityFallingSand['Falling Block'/3629, l='MpServer', x=-85.50, y=34.43, z=351.50], EntityFallingSand['Falling Block'/3626, l='MpServer', x=-82.50, y=34.43, z=350.50], EntityFallingSand['Falling Block'/3627, l='MpServer', x=-84.50, y=34.43, z=350.50], EntityFallingSand['Falling Block'/3625, l='MpServer', x=-83.50, y=34.43, z=350.50], EntityFallingSand['Falling Block'/3622, l='MpServer', x=-81.50, y=33.43, z=348.50], EntityFallingSand['Falling Block'/3623, l='MpServer', x=-81.50, y=34.43, z=349.50], EntityFallingSand['Falling Block'/3620, l='MpServer', x=-82.50, y=33.43, z=348.50], EntityFallingSand['Falling Block'/3621, l='MpServer', x=-82.50, y=34.43, z=349.50], EntityFallingSand['Falling Block'/3618, l='MpServer', x=-78.50, y=33.43, z=332.50], EntityFallingSand['Falling Block'/3619, l='MpServer', x=-83.50, y=34.43, z=349.50], EntityFallingSand['Falling Block'/3616, l='MpServer', x=-80.50, y=33.43, z=331.50], EntityFallingSand['Falling Block'/3617, l='MpServer', x=-79.50, y=33.43, z=332.50], EntityFallingSand['Falling Block'/3613, l='MpServer', x=-77.50, y=33.43, z=328.50], EntityFallingSand['Falling Block'/3612, l='MpServer', x=-78.50, y=33.43, z=328.50], EntityFallingSand['Falling Block'/3615, l='MpServer', x=-80.50, y=33.43, z=330.50], EntityFallingSand['Falling Block'/3614, l='MpServer', x=-80.50, y=33.43, z=329.50], EntityFallingSand['Falling Block'/3609, l='MpServer', x=-79.50, y=33.43, z=330.50], EntityFallingSand['Falling Block'/3608, l='MpServer', x=-78.50, y=33.43, z=331.50], EntityFallingSand['Falling Block'/3611, l='MpServer', x=-79.50, y=33.43, z=331.50], EntityFallingSand['Falling Block'/3610, l='MpServer', x=-79.50, y=33.43, z=329.50], EntityFallingSand['Falling Block'/3605, l='MpServer', x=-78.50, y=33.43, z=330.50], EntityFallingSand['Falling Block'/3604, l='MpServer', x=-77.50, y=33.43, z=331.50], EntityFallingSand['Falling Block'/3607, l='MpServer', x=-78.50, y=33.43, z=329.50], EntityFallingSand['Falling Block'/3606, l='MpServer', x=-77.50, y=32.43, z=329.50], EntityFallingSand['Falling Block'/3601, l='MpServer', x=-83.50, y=30.43, z=346.50], EntityFallingSand['Falling Block'/3600, l='MpServer', x=-83.50, y=30.43, z=345.50], EntityFallingSand['Falling Block'/3602, l='MpServer', x=-77.50, y=32.43, z=330.50], EntityFallingSand['Falling Block'/3596, l='MpServer', x=-83.50, y=30.43, z=342.50], EntityFallingSand['Falling Block'/3597, l='MpServer', x=-83.50, y=30.43, z=344.50], EntityFallingSand['Falling Block'/3599, l='MpServer', x=-82.50, y=30.43, z=345.50], EntityFallingSand['Falling Block'/3592, l='MpServer', x=-80.50, y=32.43, z=342.50], EntityFallingSand['Falling Block'/3593, l='MpServer', x=-83.50, y=31.43, z=341.50], EntityFallingSand['Falling Block'/3595, l='MpServer', x=-80.50, y=32.43, z=343.50], EntityFallingSand['Falling Block'/3588, l='MpServer', x=-80.50, y=32.43, z=341.50], EntityFallingSand['Falling Block'/3590, l='MpServer', x=-82.50, y=32.43, z=341.50], EntityFallingSand['Falling Block'/3591, l='MpServer', x=-81.50, y=32.43, z=342.50], EntityFallingSand['Falling Block'/3584, l='MpServer', x=-80.50, y=32.43, z=340.50], EntityFallingSand['Falling Block'/3585, l='MpServer', x=-81.50, y=32.43, z=339.50], EntityFallingSand['Falling Block'/3586, l='MpServer', x=-81.50, y=32.43, z=340.50], EntityFallingSand['Falling Block'/3587, l='MpServer', x=-81.50, y=32.43, z=341.50], EntityFallingSand['Falling Block'/3527, l='MpServer', x=-75.50, y=29.03, z=325.50], EntityFallingSand['Falling Block'/3526, l='MpServer', x=-76.50, y=29.03, z=325.50], EntityFallingSand['Falling Block'/3525, l='MpServer', x=-76.50, y=28.03, z=326.50], EntityFallingSand['Falling Block'/3524, l='MpServer', x=-85.50, y=48.03, z=304.50], EntityFallingSand['Falling Block'/3523, l='MpServer', x=-84.50, y=47.03, z=308.50], EntityFallingSand['Falling Block'/3522, l='MpServer', x=-84.50, y=47.03, z=305.50], EntityFallingSand['Falling Block'/3521, l='MpServer', x=-83.50, y=47.03, z=307.50], EntityFallingSand['Falling Block'/3520, l='MpServer', x=-83.50, y=47.03, z=306.50], EntityFallingSand['Falling Block'/3535, l='MpServer', x=-77.50, y=27.03, z=329.50], EntityFallingSand['Falling Block'/3534, l='MpServer', x=-78.50, y=27.03, z=329.50], EntityBat['Bat'/831, l='MpServer', x=-138.56, y=31.42, z=187.03], EntityZombie['Zombie'/1365, l='MpServer', x=-36.50, y=27.00, z=177.50], EntityFallingSand['Falling Block'/3532, l='MpServer', x=-75.50, y=29.03, z=327.50], EntityZombie['Zombie'/1364, l='MpServer', x=-36.50, y=27.00, z=178.50], EntityFallingSand['Falling Block'/3531, l='MpServer', x=-76.50, y=29.03, z=328.50], EntityFallingSand['Falling Block'/3530, l='MpServer', x=-75.50, y=29.03, z=326.50], EntityFallingSand['Falling Block'/3529, l='MpServer', x=-76.50, y=29.03, z=327.50], EntityFallingSand['Falling Block'/3528, l='MpServer', x=-77.50, y=29.03, z=326.50], EntityFallingSand['Falling Block'/3538, l='MpServer', x=-78.50, y=27.03, z=330.50], EntityFallingSand['Falling Block'/3539, l='MpServer', x=-77.50, y=27.03, z=330.50], EntityZombie['Zombie'/801, l='MpServer', x=-127.50, y=40.00, z=210.50], EntityFallingSand['Falling Block'/3536, l='MpServer', x=-79.50, y=26.03, z=329.50], EntityFallingSand['Falling Block'/3537, l='MpServer', x=-79.50, y=27.03, z=330.50], EntityFallingSand['Falling Block'/3565, l='MpServer', x=-82.50, y=14.43, z=338.50], EntityFallingSand['Falling Block'/3564, l='MpServer', x=-80.50, y=15.43, z=339.50], EntityFallingSand['Falling Block'/3567, l='MpServer', x=-81.50, y=14.43, z=340.50], EntityCreeper['Creeper'/1399, l='MpServer', x=-68.50, y=20.00, z=173.50], EntityFallingSand['Falling Block'/3566, l='MpServer', x=-82.50, y=14.43, z=339.50], EntitySkeleton['Skeleton'/1398, l='MpServer', x=-113.50, y=27.00, z=285.50], EntityFallingSand['Falling Block'/3561, l='MpServer', x=-80.50, y=15.43, z=338.50], EntityFallingSand['Falling Block'/3563, l='MpServer', x=-81.50, y=14.43, z=339.50], EntityFallingSand['Falling Block'/3562, l='MpServer', x=-81.50, y=14.43, z=338.50], EntityFallingSand['Falling Block'/3572, l='MpServer', x=-84.50, y=14.43, z=343.50], EntityFallingSand['Falling Block'/3573, l='MpServer', x=-83.50, y=14.43, z=343.50], EntityFallingSand['Falling Block'/3574, l='MpServer', x=-82.50, y=15.43, z=343.50], EntityFallingSand['Falling Block'/3575, l='MpServer', x=-83.50, y=15.43, z=344.50], EntityFallingSand['Falling Block'/3568, l='MpServer', x=-82.50, y=13.43, z=340.50], EntityFallingSand['Falling Block'/3569, l='MpServer', x=-80.50, y=14.43, z=340.50], EntityFallingSand['Falling Block'/3570, l='MpServer', x=-83.50, y=14.43, z=342.50], EntityFallingSand['Falling Block'/3571, l='MpServer', x=-82.50, y=14.43, z=342.50], EntityFallingSand['Falling Block'/3583, l='MpServer', x=-80.50, y=31.43, z=339.50], EntityBat['Bat'/1307, l='MpServer', x=-132.48, y=39.26, z=168.62], EntityBat['Bat'/1308, l='MpServer', x=-135.32, y=34.85, z=164.95], EntityFallingSand['Falling Block'/3487, l='MpServer', x=-83.50, y=36.68, z=221.50], EntityFallingSand['Falling Block'/3489, l='MpServer', x=-85.50, y=36.68, z=220.50], EntityFallingSand['Falling Block'/3488, l='MpServer', x=-84.50, y=36.68, z=221.50], EntityFallingSand['Falling Block'/3490, l='MpServer', x=-85.50, y=36.68, z=221.50], EntityFallingSand['Falling Block'/3497, l='MpServer', x=-85.50, y=47.60, z=306.50], EntitySkeleton['Skeleton'/1815, l='MpServer', x=-125.50, y=45.00, z=239.50], EntityFallingSand['Falling Block'/3499, l='MpServer', x=-84.50, y=46.60, z=306.50], EntityFallingSand['Falling Block'/3498, l='MpServer', x=-85.50, y=47.60, z=305.50], EntityFallingSand['Falling Block'/3501, l='MpServer', x=-86.50, y=46.60, z=307.50], EntityFallingSand['Falling Block'/3500, l='MpServer', x=-86.50, y=46.60, z=306.50], EntityFallingSand['Falling Block'/3503, l='MpServer', x=-85.50, y=46.60, z=307.50], EntityFallingSand['Falling Block'/3502, l='MpServer', x=-86.50, y=47.60, z=305.50], EntityFallingSand['Falling Block'/3504, l='MpServer', x=-85.50, y=46.60, z=308.50], EntityFallingSand['Falling Block'/3505, l='MpServer', x=-91.50, y=47.60, z=308.50], EntityFallingSand['Falling Block'/3506, l='MpServer', x=-92.50, y=47.60, z=308.50], EntityFallingSand['Falling Block'/3507, l='MpServer', x=-83.50, y=46.60, z=308.50], EntityFallingSand['Falling Block'/3519, l='MpServer', x=-84.50, y=47.03, z=307.50], EntityItem['item.tile.sapling.oak'/412, l='MpServer', x=-49.13, y=70.13, z=171.81], EntitySkeleton['Skeleton'/2334, l='MpServer', x=-97.50, y=23.00, z=293.50], EntitySpider['Spider'/2332, l='MpServer', x=-179.50, y=52.00, z=270.50], EntityZombie['Zombie'/2338, l='MpServer', x=-104.50, y=12.00, z=308.50], EntityZombie['Zombie'/2339, l='MpServer', x=-103.50, y=12.00, z=307.50], EntitySkeleton['Skeleton'/2351, l='MpServer', x=-36.50, y=30.00, z=160.50], EntitySkeleton['Skeleton'/2353, l='MpServer', x=-61.50, y=31.00, z=218.50], EntitySkeleton['Skeleton'/2352, l='MpServer', x=-33.99, y=30.00, z=159.50], EntityFallingSand['Falling Block'/3338, l='MpServer', x=-92.50, y=20.49, z=300.50], EntityFallingSand['Falling Block'/3339, l='MpServer', x=-91.50, y=20.49, z=299.50], EntityFallingSand['Falling Block'/3336, l='MpServer', x=-89.50, y=20.49, z=301.50], EntityFallingSand['Falling Block'/3337, l='MpServer', x=-88.50, y=21.16, z=302.50], EntityFallingSand['Falling Block'/3342, l='MpServer', x=-93.50, y=21.16, z=299.50], EntityFallingSand['Falling Block'/3343, l='MpServer', x=-92.50, y=21.16, z=298.50], EntityFallingSand['Falling Block'/3340, l='MpServer', x=-92.50, y=21.16, z=299.50], EntityFallingSand['Falling Block'/3341, l='MpServer', x=-93.50, y=21.16, z=298.50], EntityFallingSand['Falling Block'/3876, l='MpServer', x=-63.50, y=47.50, z=355.50], EntityFallingSand['Falling Block'/3877, l='MpServer', x=-65.50, y=16.50, z=365.50], EntityFallingSand['Falling Block'/3872, l='MpServer', x=-60.50, y=31.50, z=345.50], EntityFallingSand['Falling Block'/3334, l='MpServer', x=-88.50, y=21.16, z=303.50], EntityFallingSand['Falling Block'/3873, l='MpServer', x=-60.50, y=31.50, z=346.50], EntityFallingSand['Falling Block'/3335, l='MpServer', x=-89.50, y=21.16, z=302.50], EntityFallingSand['Falling Block'/3874, l='MpServer', x=-62.50, y=31.50, z=343.50], EntityFallingSand['Falling Block'/3875, l='MpServer', x=-62.50, y=31.50, z=344.50], EntityFallingSand['Falling Block'/3345, l='MpServer', x=-94.50, y=20.16, z=298.50], EntityCreeper['Creeper'/1423, l='MpServer', x=-102.50, y=16.00, z=296.50], EntityCreeper['Creeper'/2413, l='MpServer', x=-142.50, y=16.00, z=153.50], EntityEnderman['Enderman'/977, l='MpServer', x=-164.25, y=16.00, z=152.34], EntityFallingSand['Falling Block'/3842, l='MpServer', x=-64.50, y=39.30, z=275.50], EntityFallingSand['Falling Block'/3840, l='MpServer', x=-63.50, y=39.30, z=275.50], EntityFallingSand['Falling Block'/3841, l='MpServer', x=-62.50, y=39.30, z=275.50], EntityZombie['Zombie'/981, l='MpServer', x=-142.50, y=25.00, z=163.50], EntityFallingSand['Falling Block'/3871, l='MpServer', x=-61.50, y=31.50, z=344.50], EntityFallingSand['Falling Block'/3870, l='MpServer', x=-61.50, y=31.50, z=345.50], EntityFallingSand['Falling Block'/3869, l='MpServer', x=-62.50, y=31.50, z=346.50], EntityFallingSand['Falling Block'/3868, l='MpServer', x=-62.50, y=31.50, z=345.50], EntitySpider['Spider'/1924, l='MpServer', x=-42.13, y=30.00, z=181.06], EntityFallingSand['Falling Block'/3867, l='MpServer', x=-61.50, y=32.50, z=346.50], EntityFallingSand['Falling Block'/3866, l='MpServer', x=-61.50, y=32.50, z=347.50], EntityHippogriff['Hippogriff'/3863, l='MpServer', x=-113.50, y=65.00, z=233.50], EntityFallingSand['Falling Block'/3862, l='MpServer', x=-69.50, y=21.42, z=326.50], EntityFallingSand['Falling Block'/3861, l='MpServer', x=-63.50, y=24.42, z=327.50]]

2013-08-05 08:43:08 [iNFO] [sTDOUT] Retry entities: 0 total; []

2013-08-05 08:43:08 [iNFO] [sTDOUT] Server brand: fml,forge

2013-08-05 08:43:08 [iNFO] [sTDOUT] Server type: Integrated singleplayer server

2013-08-05 08:43:08 [iNFO] [sTDOUT] Stacktrace:

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:440)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2298)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:844)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)

2013-08-05 08:43:08 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

2013-08-05 08:43:08 [iNFO] [sTDOUT]

2013-08-05 08:43:08 [iNFO] [sTDOUT] -- System Details --

2013-08-05 08:43:08 [iNFO] [sTDOUT] Details:

2013-08-05 08:43:08 [iNFO] [sTDOUT] Minecraft Version: 1.6.2

2013-08-05 08:43:08 [iNFO] [sTDOUT] Operating System: Windows 8 (x86) version 6.2

2013-08-05 08:43:08 [iNFO] [sTDOUT] Java Version: 1.7.0_25, Oracle Corporation

2013-08-05 08:43:08 [iNFO] [sTDOUT] Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2013-08-05 08:43:08 [iNFO] [sTDOUT] Memory: 741721128 bytes (707 MB) / 1046937600 bytes (998 MB) up to 1046937600 bytes (998 MB)

2013-08-05 08:43:08 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2013-08-05 08:43:08 [iNFO] [sTDOUT] AABB Pool Size: 19235 (1077160 bytes; 1 MB) allocated, 1762 (98672 bytes; 0 MB) used

2013-08-05 08:43:08 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2013-08-05 08:43:08 [iNFO] [sTDOUT] IntCache: cache: 2, tcache: 0, allocated: 1, tallocated: 63

2013-08-05 08:43:08 [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-05 08:43:08 [iNFO] [sTDOUT] mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

2013-08-05 08:43:08 [iNFO] [sTDOUT] FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

2013-08-05 08:43:08 [iNFO] [sTDOUT] Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

2013-08-05 08:43:08 [iNFO] [sTDOUT] pottercraft{Build 1.0} [PotterCraft] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

2013-08-05 08:43:08 [iNFO] [sTDOUT] Launched Version: 1.6

2013-08-05 08:43:08 [iNFO] [sTDOUT] LWJGL: 2.9.0

2013-08-05 08:43:08 [iNFO] [sTDOUT] OpenGL: Radeon HD 7670M GL version 4.2.11764 Compatibility Profile Context, ATI Technologies Inc.

2013-08-05 08:43:08 [iNFO] [sTDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'

2013-08-05 08:43:08 [iNFO] [sTDOUT] Type: Client (map_client.txt)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Resource Pack: Default

2013-08-05 08:43:08 [iNFO] [sTDOUT] Current Language: English (US)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Profiler Position: N/A (disabled)

2013-08-05 08:43:08 [iNFO] [sTDOUT] Vec3 Pool Size: 2094 (117264 bytes; 0 MB) allocated, 336 (18816 bytes; 0 MB) used

2013-08-05 08:43:08 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Will's Account\Desktop\File's\Minecraft Modding\Mods\PotterCraft\mcp\jars\.\crash-reports\crash-2013-08-05_08.43.08-client.txt

AL lib: (EE) alc_cleanup: 1 device not closed

 

 

 

And here is the Render class

 

 

package teamfission.harrypotter.entity.beast;

 

import cpw.mods.fml.relauncher.Side;

import cpw.mods.fml.relauncher.SideOnly;

import net.minecraft.client.model.ModelBase;

import net.minecraft.client.renderer.entity.RenderLiving;

import net.minecraft.entity.Entity;

import net.minecraft.entity.passive.EntityCow;

import net.minecraft.util.ResourceLocation;

 

@SideOnly(Side.CLIENT)

public class RenderHippogriff extends RenderLiving

{

    private static final ResourceLocation field_110833_a = new ResourceLocation("pottercraft/textures/mob/Hippogriff");

 

    public RenderHippogriff(ModelBase par1ModelBase, float par2)

    {

        super(par1ModelBase, par2);

    }

 

    protected ResourceLocation func_110832_a(EntityHippogriff par1Entity)

    {

        return field_110833_a;

    }

 

    protected ResourceLocation func_110775_a(Entity par1Entity)

    {

        return this.func_110832_a((EntityHippogriff)par1Entity);

    }

}

 

 

 

Can anyone help me fix this please? I literally just copied the cows Render code so I dont see why it dosnt work,

 

Thanks,

 

Will

Link to comment
Share on other sites

Yes I have registered the Entity and I have registered the Renderer,

 

heres how I have registered the Entity

EntityRegistry.registerModEntity(EntityHippogriff.class, "Hippogriff", 44, this, 40, 3, true);

 

And here is how I have registered the Renderer

RenderingRegistry.registerEntityRenderingHandler(EntityHippogriff.class, new RenderHippogriff(null, 0));

 

Why using obfuscated names ?  :(

 

What do you mean by "obfuscated names"?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.