Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Deliquescence/8fdf95d5bbc837515016f79bd2847a37 to your computer and use it in GitHub Desktop.
Save Deliquescence/8fdf95d5bbc837515016f79bd2847a37 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 4/24/16 4:47 PM
Description: Tesselating block model
java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.common.enums.BOPTrees, values=[mangrove, palm, redwood, willow]} as it does not exist in BlockState{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
at biomesoplenty.common.block.BlockBOPLeaves.func_180662_a(BlockBOPLeaves.java:180)
at net.minecraftforge.client.model.pipeline.BlockInfo.getColorMultiplier(BlockInfo.java:32)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:114)
at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:44)
at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:109)
at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:95)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178258_b(ForgeBlockModelRenderer.java:53)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:40)
at weather2.client.entity.RenderFlyingBlock.func_76986_a(RenderFlyingBlock.java:145)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:375)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:332)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:299)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:652)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1057)
at weather2.weathersystem.EntityRendererProxyWeather2Mini.func_181560_a(EntityRendererProxyWeather2Mini.java:50)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:137)
at biomesoplenty.common.block.BlockBOPLeaves.func_180662_a(BlockBOPLeaves.java:180)
at net.minecraftforge.client.model.pipeline.BlockInfo.getColorMultiplier(BlockInfo.java:32)
at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:114)
at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:44)
at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:109)
at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:95)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178258_b(ForgeBlockModelRenderer.java:53)
-- Block model being tesselated --
Details:
Block: biomesoplenty:leaves_4[check_decay=true,decayable=true,variant=mangrove]
Block location: World: (6,71,1007), Chunk: (at 6,4,15 in 0,62; contains blocks 0,0,992 to 15,255,1007), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Using AO: false
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:40)
at weather2.client.entity.RenderFlyingBlock.func_76986_a(RenderFlyingBlock.java:145)
-- Entity being rendered --
Details:
Entity Type: weather2.Moving Block (weather2.entity.EntityMovingBlock)
Entity ID: 100921
Entity Name: entity.weather2.Moving Block.name
Entity's Exact location: 6.46, 71.57, 1007.49
Entity's Block location: 6.00,71.00,1007.00 - World: (6,71,1007), Chunk: (at 6,4,15 in 0,62; contains blocks 0,0,992 to 15,255,1007), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
Entity's Momentum: -0.04, 0.07, -0.01
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: weather2.client.entity.RenderFlyingBlock@1aea51fe
Location: 1.10,-5.34,15.18 - World: (1,-6,15), Chunk: (at 1,-1,15 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 0.45639163
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:375)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:332)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:299)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:652)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1315)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1057)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['_Deliquescence'/238, l='MpServer', x=5.49, y=76.88, z=992.08]]
Chunk stats: MultiplayerChunkCache: 160, 160
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: -131.00,64.00,196.00 - World: (-131,64,196), Chunk: (at 13,4,4 in -9,12; contains blocks -144,0,192 to -129,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3020 game time, 3020 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: true)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 103 total; [EntityPlayerSP['_Deliquescence'/238, l='MpServer', x=5.49, y=76.88, z=992.08], EntityFallingBlock['Falling Block'/100649, l='MpServer', x=78.50, y=22.65, z=998.50], EntityFallingBlock['Falling Block'/100651, l='MpServer', x=79.50, y=22.65, z=998.50], EntityFallingBlock['Falling Block'/100650, l='MpServer', x=79.50, y=22.65, z=997.50], EntityFallingBlock['Falling Block'/100653, l='MpServer', x=78.50, y=22.65, z=996.50], EntityFallingBlock['Falling Block'/100652, l='MpServer', x=78.50, y=22.65, z=997.50], EntityFallingBlock['Falling Block'/100655, l='MpServer', x=77.50, y=22.65, z=997.50], EntityFallingBlock['Falling Block'/100654, l='MpServer', x=77.50, y=22.65, z=996.50], EntityFallingBlock['Falling Block'/100657, l='MpServer', x=76.50, y=22.65, z=996.50], EntityFallingBlock['Falling Block'/100656, l='MpServer', x=76.50, y=22.65, z=995.50], EntityFallingBlock['Falling Block'/100659, l='MpServer', x=77.50, y=22.65, z=995.50], EntityFallingBlock['Falling Block'/100658, l='MpServer', x=77.50, y=22.65, z=994.50], EntityFallingBlock['Falling Block'/100661, l='MpServer', x=76.50, y=22.65, z=994.50], EntityFallingBlock['Falling Block'/100660, l='MpServer', x=78.50, y=22.65, z=995.50], EntityFallingBlock['Falling Block'/100663, l='MpServer', x=75.50, y=22.65, z=994.50], EntityFallingBlock['Falling Block'/100662, l='MpServer', x=75.50, y=22.65, z=993.50], EntityFallingBlock['Falling Block'/100665, l='MpServer', x=77.50, y=22.65, z=993.50], EntityFallingBlock['Falling Block'/100664, l='MpServer', x=76.50, y=22.65, z=993.50], EntityFallingBlock['Falling Block'/100666, l='MpServer', x=78.50, y=22.65, z=994.50], EntityZombie['Zombie'/99646, l='MpServer', x=67.44, y=26.00, z=1050.76], EntityBat['Bat'/99648, l='MpServer', x=33.63, y=30.17, z=997.58], EntityZombie['Zombie'/100678, l='MpServer', x=-61.50, y=18.00, z=959.50], EntitySquid['Squid'/99659, l='MpServer', x=37.50, y=51.00, z=932.50], EntityBat['Bat'/100682, l='MpServer', x=45.50, y=44.07, z=1042.50], EntitySquid['Squid'/99660, l='MpServer', x=14.50, y=60.00, z=964.50], EntityBat['Bat'/100684, l='MpServer', x=64.41, y=25.10, z=1048.58], EntitySquid['Squid'/99671, l='MpServer', x=6.50, y=55.00, z=941.50], EntitySquid['Squid'/99673, l='MpServer', x=45.50, y=54.00, z=985.50], EntityCreeper['Creeper'/99723, l='MpServer', x=-19.50, y=29.00, z=940.50], EntityFallingBlock['Falling Block'/100757, l='MpServer', x=-12.50, y=36.88, z=937.50], EntityFallingBlock['Falling Block'/100756, l='MpServer', x=-12.50, y=36.88, z=936.50], EntityFallingBlock['Falling Block'/100759, l='MpServer', x=-13.50, y=36.88, z=936.50], EntityFallingBlock['Falling Block'/100758, l='MpServer', x=-13.50, y=36.88, z=935.50], EntityFallingBlock['Falling Block'/100761, l='MpServer', x=-13.50, y=36.88, z=938.50], EntityFallingBlock['Falling Block'/100760, l='MpServer', x=-13.50, y=36.88, z=937.50], EntityFallingBlock['Falling Block'/100763, l='MpServer', x=-14.50, y=36.88, z=938.50], EntityFallingBlock['Falling Block'/100762, l='MpServer', x=-12.50, y=36.88, z=938.50], EntityFallingBlock['Falling Block'/100765, l='MpServer', x=-12.50, y=36.88, z=939.50], EntityFallingBlock['Falling Block'/100764, l='MpServer', x=-13.50, y=36.88, z=939.50], EntityFallingBlock['Falling Block'/100767, l='MpServer', x=-14.50, y=36.88, z=939.50], EntityFallingBlock['Falling Block'/100766, l='MpServer', x=-14.50, y=36.88, z=937.50], EntityFallingBlock['Falling Block'/100769, l='MpServer', x=-13.50, y=36.88, z=940.50], EntityFallingBlock['Falling Block'/100768, l='MpServer', x=-14.50, y=36.88, z=940.50], EntityFallingBlock['Falling Block'/100771, l='MpServer', x=-11.50, y=35.88, z=938.50], EntityFallingBlock['Falling Block'/100770, l='MpServer', x=-12.50, y=36.88, z=940.50], EntityFallingBlock['Falling Block'/100773, l='MpServer', x=-13.50, y=36.88, z=941.50], EntityFallingBlock['Falling Block'/100772, l='MpServer', x=-11.50, y=35.88, z=939.50], EntityFallingBlock['Falling Block'/100775, l='MpServer', x=-15.50, y=36.88, z=940.50], EntityFallingBlock['Falling Block'/100774, l='MpServer', x=-14.50, y=36.88, z=941.50], EntityFallingBlock['Falling Block'/100777, l='MpServer', x=-14.50, y=35.88, z=942.50], EntityFallingBlock['Falling Block'/100776, l='MpServer', x=-15.50, y=36.88, z=941.50], EntityFallingBlock['Falling Block'/100779, l='MpServer', x=-12.50, y=35.88, z=941.50], EntityFallingBlock['Falling Block'/100778, l='MpServer', x=-13.50, y=35.88, z=942.50], EntityFallingBlock['Falling Block'/100781, l='MpServer', x=-14.50, y=35.88, z=943.50], EntityFallingBlock['Falling Block'/100780, l='MpServer', x=-15.50, y=36.88, z=942.50], EntityFallingBlock['Falling Block'/100783, l='MpServer', x=-72.50, y=10.75, z=1083.50], EntityFallingBlock['Falling Block'/100782, l='MpServer', x=-13.50, y=35.88, z=943.50], EntityFallingBlock['Falling Block'/100785, l='MpServer', x=-76.50, y=9.75, z=1082.50], EntityFallingBlock['Falling Block'/100784, l='MpServer', x=-71.50, y=10.75, z=1083.50], EntityFallingBlock['Falling Block'/100786, l='MpServer', x=-75.50, y=9.75, z=1081.50], EntityZombie['Zombie'/99767, l='MpServer', x=68.50, y=19.00, z=1034.50], EntityZombie['Zombie'/99769, l='MpServer', x=-33.50, y=45.00, z=1000.50], EntityBat['Bat'/99771, l='MpServer', x=-9.17, y=12.06, z=1048.41], EntityBat['Bat'/100848, l='MpServer', x=-38.50, y=18.00, z=957.50], EntityBat['Bat'/100851, l='MpServer', x=-39.50, y=11.00, z=930.50], EntityBat['Bat'/100850, l='MpServer', x=37.50, y=49.00, z=1032.50], EntityCreeper['Creeper'/99828, l='MpServer', x=-35.50, y=17.00, z=956.50], EntityFallingBlock['Falling Block'/100857, l='MpServer', x=103.50, y=21.86, z=944.50], EntityFallingBlock['Falling Block'/100859, l='MpServer', x=104.50, y=21.86, z=944.50], EntityFallingBlock['Falling Block'/100860, l='MpServer', x=102.50, y=21.86, z=944.50], EntityFallingBlock['Falling Block'/100862, l='MpServer', x=101.50, y=21.86, z=944.50], EntityFallingBlock['Falling Block'/100865, l='MpServer', x=103.50, y=21.86, z=945.50], EntityFallingBlock['Falling Block'/100864, l='MpServer', x=102.50, y=21.86, z=945.50], EntityFallingBlock['Falling Block'/100867, l='MpServer', x=105.50, y=21.86, z=944.50], EntityFallingBlock['Falling Block'/100866, l='MpServer', x=104.50, y=21.86, z=945.50], EntityFallingBlock['Falling Block'/100868, l='MpServer', x=102.50, y=20.86, z=946.50], EntityMovingBlock['entity.weather2.Moving Block.name'/100921, l='MpServer', x=6.46, y=71.57, z=1007.49], EntityMovingBlock['entity.weather2.Moving Block.name'/100923, l='MpServer', x=-7.49, y=68.57, z=1003.46], EntityMovingBlock['entity.weather2.Moving Block.name'/100922, l='MpServer', x=6.46, y=71.57, z=1005.51], EntityMovingBlock['entity.weather2.Moving Block.name'/100925, l='MpServer', x=7.46, y=71.57, z=1014.49], EntityMovingBlock['entity.weather2.Moving Block.name'/100924, l='MpServer', x=12.46, y=69.57, z=1012.50], EntityMovingBlock['entity.weather2.Moving Block.name'/100927, l='MpServer', x=9.46, y=71.57, z=1007.50], EntityMovingBlock['entity.weather2.Moving Block.name'/100926, l='MpServer', x=-9.46, y=68.57, z=994.49], EntityMovingBlock['entity.weather2.Moving Block.name'/100929, l='MpServer', x=-13.50, y=68.57, z=1014.46], EntityMovingBlock['entity.weather2.Moving Block.name'/100928, l='MpServer', x=3.46, y=70.57, z=1008.49], EntityMovingBlock['entity.weather2.Moving Block.name'/100931, l='MpServer', x=8.46, y=70.57, z=1018.49], EntityMovingBlock['entity.weather2.Moving Block.name'/100930, l='MpServer', x=-4.49, y=68.57, z=1001.46], EntityMovingBlock['entity.weather2.Moving Block.name'/100933, l='MpServer', x=5.46, y=70.57, z=1013.48], EntityMovingBlock['entity.weather2.Moving Block.name'/100932, l='MpServer', x=-19.50, y=69.57, z=1014.46], EntityMovingBlock['entity.weather2.Moving Block.name'/100935, l='MpServer', x=12.47, y=68.57, z=1000.53], EntityMovingBlock['entity.weather2.Moving Block.name'/100934, l='MpServer', x=-2.52, y=70.57, z=1019.47], EntityFallingBlock['Falling Block'/100937, l='MpServer', x=-46.50, y=4.96, z=985.50], EntityFallingBlock['Falling Block'/100936, l='MpServer', x=-45.50, y=5.96, z=987.50], EntityCreeper['Creeper'/100021, l='MpServer', x=-13.50, y=12.00, z=1061.50], EntitySpider['Spider'/100023, l='MpServer', x=-40.50, y=29.00, z=966.50], EntitySkeleton['Skeleton'/100088, l='MpServer', x=-18.50, y=13.00, z=971.50], EntityBat['Bat'/100102, l='MpServer', x=-25.39, y=20.03, z=1057.55], EntityCreeper['Creeper'/100181, l='MpServer', x=60.50, y=21.00, z=944.50], EntityZombie['Zombie'/100180, l='MpServer', x=-60.50, y=35.00, z=963.50], EntitySpider['Spider'/100234, l='MpServer', x=-43.50, y=18.00, z=950.50], EntityBat['Bat'/100239, l='MpServer', x=59.41, y=17.10, z=1008.50], EntityZombie['Zombie'/100313, l='MpServer', x=35.50, y=30.00, z=992.50], EntityBat['Bat'/100326, l='MpServer', x=34.49, y=30.07, z=992.49]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 544111744 bytes (518 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.19 Powered by Forge 11.15.1.1722 8 mods loaded, 8 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar)
UCHIJAAAA Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
UCHIJAAAA BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8.9-3.0.0.2004-universal.jar)
UCHIJAAAA CoroAI{v1.1.4} [CoroAI] (coroutil-1.8.9-1.1.4.jar)
UCHIJAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.8.9-1.1.4.jar)
UCHIJAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.8.9-1.1.4.jar)
UCHIJAAAA weather2{v2.3.11} [Localized Weather & Storms] (weather2-1.8.9-2.3.11.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 8.15.10.2476' Renderer: 'Intel(R) HD Graphics Family'
Launched Version: 1.8.9-forge1.8.9-11.15.1.1722
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2476, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 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: Yes
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)
CPU: 8x Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment