Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9.4 Crash breaking a Crafting Station #2134

Closed
MokahTGS opened this issue Jun 3, 2016 · 8 comments
Closed

1.9.4 Crash breaking a Crafting Station #2134

MokahTGS opened this issue Jun 3, 2016 · 8 comments
Labels
Can't reproduce The dev team is unable to reproduce this issue in testing.

Comments

@MokahTGS
Copy link

MokahTGS commented Jun 3, 2016

Getting a crash when breaking a crafting station:

---- Minecraft Crash Report ----

WARNING: coremods are present:
CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
LoadingPlugin (Quark-beta-21.jar)
FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
FCFMLCorePlugin (FinderCompass-1.9.4.jar)
LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
CoreMod (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)
EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar)
Contact their authors BEFORE contacting forge

// Quite honestly, I wouldn't worry myself about that.

Time: 6/2/16 7:53 PM
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=type, clazz=class slimeknights.tconstruct.tools.block.BlockToolTable$TableTypes, values=[CraftingStation, StencilTable, PartBuilder, ToolStation, PatternChest, PartChest]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:197)
at slimeknights.tconstruct.tools.block.BlockToolTable.func_176201_c(BlockToolTable.java:158)
at slimeknights.mantle.block.BlockInventory.func_180651_a(BlockInventory.java:87)
at net.minecraft.block.Block.getDrops(Block.java:1237)
at slimeknights.tconstruct.shared.block.BlockTable.getDrops(BlockTable.java:171)
at slimeknights.tconstruct.shared.block.BlockTable.getPickBlock(BlockTable.java:202)
at net.darkhax.wawla.lib.InfoAccess.(InfoAccess.java:101)
at net.darkhax.wawla.engine.waila.TileProvider.getWailaStack(TileProvider.java:25)
at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:153)
at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:96)
at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:65)
at mcp.mobius.waila.overlay.OverlayRenderer.renderOverlay(OverlayRenderer.java:36)
at mcp.mobius.waila.overlay.WailaTickHandler.tickRender(WailaTickHandler.java:54)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_563_WailaTickHandler_tickRender_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1073)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:369)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:197)
at slimeknights.tconstruct.tools.block.BlockToolTable.func_176201_c(BlockToolTable.java:158)
at slimeknights.mantle.block.BlockInventory.func_180651_a(BlockInventory.java:87)
at net.minecraft.block.Block.getDrops(Block.java:1237)
at slimeknights.tconstruct.shared.block.BlockTable.getDrops(BlockTable.java:171)
at slimeknights.tconstruct.shared.block.BlockTable.getPickBlock(BlockTable.java:202)
at net.darkhax.wawla.lib.InfoAccess.(InfoAccess.java:101)
at net.darkhax.wawla.engine.waila.TileProvider.getWailaStack(TileProvider.java:25)
at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:153)
at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:96)
at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:65)
at mcp.mobius.waila.overlay.OverlayRenderer.renderOverlay(OverlayRenderer.java:36)
at mcp.mobius.waila.overlay.WailaTickHandler.tickRender(WailaTickHandler.java:54)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_563_WailaTickHandler_tickRender_RenderTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['MokahTGS'/1151, l='MpServer', x=30.33, y=80.00, z=237.90]]
Chunk stats: MultiplayerChunkCache: 527, 527
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (36,64,244), Chunk: (at 4,4,4 in 2,15; contains blocks 32,0,240 to 47,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 3371 game time, 857 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 110 total; [EntityBat['Bat'/8201, l='MpServer', x=-2.20, y=47.71, z=243.37], EntityEnderminy['Enderminy'/8204, l='MpServer', x=47.50, y=50.00, z=174.50], EntityZombie['Zombie'/8205, l='MpServer', x=73.50, y=39.00, z=172.50], EntitySheep['Sheep'/86, l='MpServer', x=-43.79, y=69.00, z=302.48], EntitySheep['Sheep'/88, l='MpServer', x=-31.55, y=79.00, z=173.50], EntitySheep['Sheep'/89, l='MpServer', x=-30.57, y=77.00, z=170.60], EntitySheep['Sheep'/90, l='MpServer', x=-23.80, y=77.00, z=171.40], EntitySheep['Sheep'/91, l='MpServer', x=-30.56, y=79.00, z=173.50], EntitySheep['Sheep'/92, l='MpServer', x=-30.75, y=81.00, z=208.66], EntitySheep['Sheep'/93, l='MpServer', x=-37.50, y=83.00, z=207.50], EntitySheep['Sheep'/94, l='MpServer', x=-31.27, y=82.00, z=207.63], EntitySheep['Sheep'/95, l='MpServer', x=-32.50, y=80.00, z=211.50], EntitySheep['Sheep'/104, l='MpServer', x=-23.40, y=83.00, z=184.82], EntitySheep['Sheep'/105, l='MpServer', x=-21.48, y=83.00, z=188.77], EntitySheep['Sheep'/106, l='MpServer', x=-17.50, y=79.00, z=196.50], EntitySheep['Sheep'/107, l='MpServer', x=-13.50, y=77.00, z=196.50], EntityPig['Pig'/118, l='MpServer', x=-4.50, y=86.00, z=280.50], EntityPig['Pig'/119, l='MpServer', x=-4.50, y=86.00, z=280.50], EntityBat['Bat'/8311, l='MpServer', x=24.20, y=26.85, z=179.04], EntityPig['Pig'/120, l='MpServer', x=-1.50, y=88.00, z=280.50], EntityPig['Pig'/121, l='MpServer', x=-4.50, y=87.00, z=282.50], EntitySheep['Sheep'/123, l='MpServer', x=11.50, y=72.00, z=181.50], EntitySheep['Sheep'/124, l='MpServer', x=13.50, y=72.00, z=179.50], EntitySheep['Sheep'/125, l='MpServer', x=12.30, y=72.00, z=176.43], EntitySheep['Sheep'/126, l='MpServer', x=9.50, y=72.00, z=174.50], EntityCow['Cow'/127, l='MpServer', x=10.50, y=71.00, z=177.50], EntityCow['Cow'/128, l='MpServer', x=11.74, y=72.00, z=179.20], EntityCow['Cow'/129, l='MpServer', x=10.51, y=70.00, z=168.91], EntityCow['Cow'/130, l='MpServer', x=13.50, y=72.00, z=172.50], EntityItem['item.tile.flower2.poppy'/131, l='MpServer', x=8.13, y=24.00, z=294.37], EntityItem['item.item.seeds'/132, l='MpServer', x=13.88, y=23.00, z=296.88], EntityBat['Bat'/8328, l='MpServer', x=15.58, y=22.44, z=188.63], EntityZombie['Zombie'/4241, l='MpServer', x=21.50, y=25.00, z=194.50], EntityZombie['Zombie'/8338, l='MpServer', x=46.50, y=50.00, z=225.50], EntitySheep['Sheep'/147, l='MpServer', x=51.22, y=65.00, z=319.58], EntityWolf['Wolf'/154, l='MpServer', x=71.50, y=65.00, z=161.50], EntityWolf['Wolf'/155, l='MpServer', x=76.69, y=69.00, z=160.61], EntitySpider['Spider'/8347, l='MpServer', x=45.50, y=50.00, z=226.50], EntityChicken['Chicken'/161, l='MpServer', x=74.50, y=69.00, z=162.50], EntityChicken['Chicken'/164, l='MpServer', x=75.50, y=69.00, z=161.50], EntityZombie['Zombie'/8363, l='MpServer', x=56.50, y=32.00, z=205.50], EntityItem['item.tile.mushroom.glowshroom'/176, l='MpServer', x=92.82, y=19.00, z=257.87], EntityItem['item.tile.mushroom.glowshroom'/177, l='MpServer', x=91.80, y=18.00, z=260.88], EntityItem['item.tile.flower_1.miners_delight'/178, l='MpServer', x=91.13, y=18.00, z=259.33], EntityItem['item.tile.flower_1.miners_delight'/179, l='MpServer', x=92.82, y=19.00, z=257.84], EntityCreeper['Creeper'/8374, l='MpServer', x=20.50, y=24.00, z=177.50], EntityCreeper['Creeper'/8376, l='MpServer', x=69.50, y=29.00, z=230.50], EntityChicken['Chicken'/187, l='MpServer', x=111.50, y=67.00, z=269.50], EntityItem['item.tile.tconstruct.tooltables.craftingstation'/8385, l='MpServer', x=32.78, y=80.61, z=238.57], EntityConcussionCreeper['Concussion Creeper'/4911, l='MpServer', x=-15.50, y=19.00, z=188.50], EntityZombie['Zombie'/5138, l='MpServer', x=103.50, y=21.00, z=282.50], EntityItem['item.item.seeds'/5420, l='MpServer', x=-2.67, y=17.00, z=176.03], EntityItem['item.tile.flower2.poppy'/5513, l='MpServer', x=-6.88, y=14.00, z=182.88], EntityItem['item.item.seeds'/5519, l='MpServer', x=-6.88, y=14.00, z=182.88], EntityItem['item.tile.flower1.dandelion'/5520, l='MpServer', x=-6.88, y=14.00, z=182.88], EntityItem['item.tile.plant_1.cattail'/5601, l='MpServer', x=38.67, y=63.00, z=281.18], EntityBat['Bat'/5642, l='MpServer', x=52.40, y=38.07, z=303.40], EntityItem['item.item.actuallyadditions.itemFoodRice'/5730, l='MpServer', x=62.01, y=63.00, z=225.13], EntityItem['item.item.actuallyadditions.itemRiceSeed'/5731, l='MpServer', x=62.70, y=63.00, z=224.78], EntityItem['item.item.actuallyadditions.itemRiceSeed'/5732, l='MpServer', x=66.30, y=63.00, z=228.02], EntityPlayerSP['MokahTGS'/1151, l='MpServer', x=30.33, y=80.00, z=237.90], EntityBat['Bat'/5890, l='MpServer', x=7.75, y=63.10, z=216.75], EntitySkeleton['Skeleton'/5896, l='MpServer', x=14.50, y=23.00, z=285.50], EntityBat['Bat'/6047, l='MpServer', x=79.25, y=31.10, z=211.25], EntityZombie['Zombie'/6073, l='MpServer', x=100.50, y=46.00, z=209.50], EntityCreeper['Creeper'/6088, l='MpServer', x=10.50, y=65.00, z=189.50], EntityZombie['Zombie'/6161, l='MpServer', x=40.50, y=16.00, z=160.50], EntityZombie['Zombie'/6232, l='MpServer', x=60.50, y=45.00, z=228.50], EntityConcussionCreeper['Concussion Creeper'/6816, l='MpServer', x=81.80, y=59.00, z=282.56], EntityBat['Bat'/6826, l='MpServer', x=93.39, y=33.96, z=221.98], EntityConcussionCreeper['Concussion Creeper'/6859, l='MpServer', x=41.50, y=42.00, z=224.50], EntitySkeleton['Skeleton'/6976, l='MpServer', x=65.50, y=29.00, z=234.50], EntityCreeper['Creeper'/7009, l='MpServer', x=-34.50, y=51.00, z=249.50], EntityBat['Bat'/7085, l='MpServer', x=14.59, y=12.43, z=196.82], EntitySkeleton['Skeleton'/7126, l='MpServer', x=69.50, y=24.00, z=251.50], EntitySquid['Squid'/7130, l='MpServer', x=58.60, y=58.00, z=259.78], EntitySquid['Squid'/7132, l='MpServer', x=25.41, y=61.24, z=286.25], EntitySkeleton['Skeleton'/7142, l='MpServer', x=43.50, y=51.00, z=160.50], EntityZombie['Zombie'/7206, l='MpServer', x=15.50, y=24.00, z=174.50], EntityBat['Bat'/7252, l='MpServer', x=20.43, y=25.03, z=308.42], EntitySkeleton['Skeleton'/7323, l='MpServer', x=-24.50, y=10.00, z=235.50], EntitySkeleton['Skeleton'/7330, l='MpServer', x=-25.50, y=45.00, z=315.50], EntityDireWolf['Dire Wolf'/7348, l='MpServer', x=64.50, y=28.00, z=221.50], EntityBat['Bat'/7409, l='MpServer', x=65.66, y=35.15, z=207.32], EntityWitch['Witch'/7495, l='MpServer', x=35.50, y=26.00, z=198.50], EntityZombie['Zombie'/7498, l='MpServer', x=26.50, y=25.00, z=184.50], EntityBat['Bat'/7680, l='MpServer', x=54.60, y=30.16, z=213.88], EntityZombie['Zombie'/7771, l='MpServer', x=60.50, y=51.00, z=191.50], EntityCreeper['Creeper'/7799, l='MpServer', x=106.50, y=17.00, z=292.50], EntitySkeleton['Skeleton'/7809, l='MpServer', x=36.50, y=28.00, z=237.50], EntityZombie['Zombie'/7856, l='MpServer', x=67.50, y=34.00, z=203.50], EntitySkeleton['Skeleton'/7857, l='MpServer', x=-41.50, y=38.00, z=313.50], EntityWitherWitch['Wither Witch'/7870, l='MpServer', x=11.50, y=23.00, z=205.50], EntityWitherCat['Wither Cat'/7881, l='MpServer', x=14.63, y=17.44, z=207.50], EntityWitherCat['Wither Cat'/7882, l='MpServer', x=9.50, y=23.00, z=202.50], EntitySkeleton['Skeleton'/7885, l='MpServer', x=80.50, y=46.00, z=266.50], EntityCreeper['Creeper'/7893, l='MpServer', x=67.50, y=50.00, z=196.50], EntitySkeleton['Skeleton'/7899, l='MpServer', x=93.50, y=16.00, z=220.50], EntityZombie['Zombie'/7945, l='MpServer', x=1.50, y=24.00, z=189.50], EntitySkeleton['Skeleton'/7991, l='MpServer', x=53.50, y=35.00, z=226.50], EntitySkeleton['Skeleton'/8017, l='MpServer', x=106.50, y=53.00, z=316.50], EntitySkeleton['Skeleton'/8025, l='MpServer', x=-45.50, y=26.00, z=298.50], EntitySkeleton['Skeleton'/8034, l='MpServer', x=103.50, y=22.00, z=208.50], EntityCreeper['Creeper'/8065, l='MpServer', x=-22.50, y=12.00, z=232.50], EntityCreeper['Creeper'/8114, l='MpServer', x=57.50, y=35.00, z=302.50], EntityCreeper['Creeper'/8138, l='MpServer', x=41.50, y=40.00, z=270.50], EntityBat['Bat'/8150, l='MpServer', x=54.46, y=29.81, z=213.20], EntityBat['Bat'/8155, l='MpServer', x=17.75, y=15.12, z=208.52], EntitySquid['Squid'/8163, l='MpServer', x=81.40, y=60.00, z=182.40], EntitySquid['Squid'/8164, l='MpServer', x=82.99, y=58.70, z=198.89]]
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:412)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2649)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

-- System Details --
Details:
Minecraft Version: 1.9.4
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 487018528 bytes (464 MB) / 3197108224 bytes (3049 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 93
FML: MCP 9.28 Powered by Forge 12.17.0.1937 82 mods loaded, 82 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{12.17.0.1937} Minecraft Forge
UCHIJAAAA Aroma1997Core{${version}} Aroma1997Core
UCHIJAAAA ExtraUtils2{1.0} ExtraUtils2
UCHIJAAAA JEI{3.4.3.207} Just Enough Items
UCHIJAAAA abyssalcraft{1.9.1.6} AbyssalCraft
UCHIJAAAA actuallyadditions{1.9.4-r36} Actually Additions
UCHIJAAAA advancedswords{1.3.0} Advanced Swords
UCHIJAAAA Aroma1997CoreHelper{1.0.6.0.b65} Aroma1997Core|Helper
UCHIJAAAA AromaBackup{1.0.1.0.b33} AromaBackup
UCHIJAAAA AromaBackupRecovery{1.0} AromaBackup Recovery
UCHIJAAAA basemetals{2.3.0} Base Metals
UCHIJAAAA Baubles{1.2.1.0} Baubles
UCHIJAAAA baublesstuff{2.0.10} Baubles Stuff
UCHIJAAAA bc{1.1} Better Combat
UCHIJAAAA BiomesOPlenty{4.1.0.2023} Biomes O' Plenty
UCHIJAAAA BloodMagic{1.9.4-2.0.1-40} Blood Magic: Alchemical Wizardry
UCHIJAAAA Bloodmoon{1.2} Bloodmoon
UCHIJAAAA Botania{r1.8-308} Botania
UCHIJAAAA Chameleon{1.9-2.1.4} Chameleon
UCHIJAAAA chiselsandbits{10.2} Chisels & Bits
UCHIJAAAA compactstorage{v2.0.0a} CompactStorage
UCHIJAAAA origin{9.1.5} Origin
UCHIJAAAA compression{1.1.3} Compression
UCHIJAAAA craftingtweaks{5.0.6} Crafting Tweaks
UCHIJAAAA cxlibrary{1.1.0} CXLibrary
UCHIJAAAA wonderfulwands{2.1.0} Wonderful Wands
UCHIJAAAA ElecCore{1.5.285} ElecCore
UCHIJAAAA deepresonance{1.1.4beta32} DeepResonance
UCHIJAAAA DimensionRules{1.0} Dimension Rules
UCHIJAAAA ea{v2.3.4c-mc1.9.4} [Ebon Arts](EbonArts-v2.3.4c-mc1.9.4 .jar)
UCHIJAAAA endercore{1.9.4-0.4.0.23-alpha} EnderCore
UCHIJAAAA endercrop{1.9-1.2-1836} Ender Crop
UCHIJAAAA Waila{1.7.0} Waila
UCHIJAAAA EnderIO{1.9.4-3.0.0.36_alpha} Ender IO
UCHIJAAAA EnderZoo{1.9.4-1.2.2.40} Ender Zoo
UCHIJAAAA FFS{1.9.4-1.5.5-b15} [Fancy Fluid Storage](Fancy Fluid Storage-1.9.4-1.5.5-b15.jar)
UCHIJAAAA fastleafdecay{1.6} Fast Leaf Decay
UCHIJAAAA FinderCompass{1.9.4} Finder Compass
UCHIJAAAA fluxducts{1.0.4} Flux Ducts
UCHIJAAAA forestry{5.0.3.116} Forestry
UCHIJAAAA hopperducts{1.4.7} Hopper Ducts
UCHIJAAAA HardcoreQuesting{1.9.4-5.0.0beta3} [Hardcore Questing Mode](HQM-New Heights-1.9.4-5.0.0beta3.jar)
UCHIJAAAA inventorytweaks{1.61-dev-53-0736dc3} Inventory Tweaks
UCHIJAAAA journeymap{1.9.4-5.2.0} JourneyMap
UCHIJAAAA lteleporters{1.1.2} Lemon's Simple Teleporters
UCHIJAAAA LunatriusCore{1.1.2.35} LunatriusCore
UCHIJAAAA mantle{1.9.4-0.10.1.jenkins142} Mantle
UCHIJAAAA MoreFurnaces{1.7.0} More Furnaces
UCHIJAAAA moreoverlays{1.3} MoreOverlays
UCHIJAAAA Morpheus{1.9.4-3.1.3} Morpheus
UCHIJAAAA MouseTweaks{2.6.3} Mouse Tweaks
UCHIJAAAA NoFov{1.0.1} No Fov
UCHIJAAAA nmsot{1.1.4-mc1.9.4} No Mob Spawning on Trees
UCHIJAAAA recipehandler{0.4} NoMoreRecipeConflict
UCHIJAAAA notenoughwands{1.3.4} Not Enough Wands
UCHIJAAAA orespawn{1.0.1} Ore Spawn
UCHIJAAAA progressiveautomation{1.6.46} Progressive Automation
UCHIJAAAA Psi{beta-33} Psi
UCHIJAAAA Quark{beta-21} Quark
UCHIJAAAA randomthings{3.7.3} Random Things
UCHIJAAAA xreliquary{1.9.4-1.3.2.372} Reliquary
UCHIJAAAA rftools{4.50} RFTools
UCHIJAAAA AS_Ruins{16.1} Ruins Spawning System
UCHIJAAAA SilentLib{1.0.9} Silent Lib
UCHIJAAAA SilentGems{2.0.13} Silent's Gems
UCHIJAAAA SGExtraParts{1.0.1} Silent's Gems: Extra Parts
UCHIJAAAA shadowmc{3.3.6} ShadowMC
UCHIJAAAA SimpleDimensions{1.3} Simple Dimensions
UCHIJAAAA simplegrinder{1.245.A194f} Simple Grinder
UCHIJAAAA SleepingBag{1.2.0} Sleeping Bag
UCHIJAAAA soulshardstow{1.9.4-2.4.0-28} Soul Shards - The Old Ways
UCHIJAAAA Stackie{1.6.0.42} Stackie
UCHIJAAAA StorageDrawers{1.9-3.1.7} Storage Drawers
UCHIJAAAA tconstruct{1.9.4-2.3.1.jenkins229} Tinkers' Construct
UCHIJAAAA terrainCrystals{1.0.8} [Terrain Crystals](Terrain Crystals - 1.9.4 - 1.0.8.jar)
UCHIJAAAA TinkersAddons{1.0.1} [Tinkers' Addons](Tinkers' Addons-1.9.4-1.0.1.jar)
UCHIJAAAA underphangables{1.0.2} Underp Hangables
UCHIJAAAA AS_UpdateCheck{1.1.7} AtomicStryker Update Check Mod
UCHIJAAAA ICSE{1.0.0.0} I Can See Everything
UCHIJAAAA wawla{2.2.1.188} What Are We Looking At
Loaded coremods (and transformers):
CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar)
cubex2.cxlibrary.CoreModTransformer
LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
lumien.bloodmoon.asm.ClassTransformer
CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar)
com.rwtema.extrautils2.asm.ClassTransformerHandler
LoadingPlugin (Quark-beta-21.jar)
vazkii.quark.base.asm.ClassTransformer
FldLoadingPlugin (FastLeafDecay-MC1.9.4-1.7.jar)
com.olafski.fastleafdecay.FldTransformer
FCFMLCorePlugin (FinderCompass-1.9.4.jar)
atomicstryker.findercompass.client.coremod.FCTransformer
LoadingPlugin (RandomThings-MC1.9.4-3.7.3.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
lumien.dimensionrules.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.61-dev-53.jar)
invtweaks.forge.asm.ContainerTransformer
CoreMod (Aroma1997Core-1.9.4-1.0.6.0.b65.jar)

EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar)
com.enderio.core.common.transform.EnderCoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce 820M/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)

EnderIO: No known problems detected.
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: GeForce 820M/PCIe/SSE2 GL version 4.5.0 NVIDIA 359.06, NVIDIA Corporation
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: net.minecraft.client.Minecraft$15@6f76adeb
@KnightMiner
Copy link
Member

KnightMiner commented Jun 3, 2016

Try updating MultiMC, an older version of it apparently caused this issue across many mods and even for vanilla blocks.

If that does not fix the issue, try reproducing this with just Tinkers Construct and Mantle and post the resulting crash report (preferably posted on Pastebin and linked here)

@MokahTGS
Copy link
Author

MokahTGS commented Jun 3, 2016

Yeah, I'm running the latest version.

@bonii-xx
Copy link
Contributor

bonii-xx commented Jun 5, 2016

Try reproducing with only TiC&Mantle or a minimal mod set.

@bonii-xx bonii-xx added the Can't reproduce The dev team is unable to reproduce this issue in testing. label Jun 10, 2016
@diggoran
Copy link

diggoran commented Aug 2, 2016

I was able to reproduce this bug. My mods list is much smaller. Also, I'm using the Curse launcher and not MultiMC. I'll make another modpack and try to repro later. Here's my crash log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.61-58.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 8/1/16 6:15 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.func_178217_e(BakedQuadRetextured.java:26)
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.(BakedQuadRetextured.java:17)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.func_188644_a(SourceFile:114)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.(SourceFile:100)
at net.minecraftforge.client.ForgeHooksClient.getDamageModel(ForgeHooksClient.java:668)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175020_a(BlockRendererDispatcher.java:47)
at net.minecraft.client.renderer.RenderGlobal.func_174981_a(RenderGlobal.java:1907)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1343)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
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 --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.func_178217_e(BakedQuadRetextured.java:26)
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.(BakedQuadRetextured.java:17)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.func_188644_a(SourceFile:114)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.(SourceFile:100)
at net.minecraftforge.client.ForgeHooksClient.getDamageModel(ForgeHooksClient.java:668)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175020_a(BlockRendererDispatcher.java:47)
at net.minecraft.client.renderer.RenderGlobal.func_174981_a(RenderGlobal.java:1907)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1343)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['diggoran'/275, l='MpServer', x=-123.51, y=71.00, z=254.45]]
Chunk stats: MultiplayerChunkCache: 585, 585
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-84,64,252), Chunk: (at 12,4,12 in -6,15; contains blocks -96,0,240 to -81,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12656 game time, 12656 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 76 total; [EntitySkeleton['Skeleton'/128, l='MpServer', x=-112.50, y=40.00, z=293.50], EntityCow['Cow'/129, l='MpServer', x=-123.76, y=88.00, z=295.25], EntityZombie['Zombie'/130, l='MpServer', x=-122.50, y=21.00, z=326.50], EntityCreeper['Creeper'/131, l='MpServer', x=-123.50, y=22.00, z=326.50], EntityCreeper['Creeper'/138, l='MpServer', x=-109.98, y=47.00, z=250.51], EntityBat['Bat'/139, l='MpServer', x=-105.41, y=43.10, z=282.25], EntityBat['Bat'/140, l='MpServer', x=-109.76, y=41.38, z=295.79], EntityChicken['Chicken'/141, l='MpServer', x=-98.85, y=73.00, z=278.74], EntityItem['item.item.egg'/142, l='MpServer', x=-102.88, y=74.00, z=287.75], EntityChicken['Chicken'/143, l='MpServer', x=-104.49, y=73.00, z=274.02], EntityChicken['Chicken'/144, l='MpServer', x=-98.58, y=73.00, z=280.24], EntityZombie['Zombie'/145, l='MpServer', x=-97.70, y=38.00, z=291.50], EntityChicken['Chicken'/146, l='MpServer', x=-106.42, y=78.00, z=293.23], EntityItem['item.item.egg'/147, l='MpServer', x=-106.88, y=78.00, z=293.20], EntityBat['Bat'/148, l='MpServer', x=-97.41, y=14.10, z=304.08], EntitySkeleton['Skeleton'/149, l='MpServer', x=-100.50, y=30.00, z=311.50], EntityZombie['Zombie'/150, l='MpServer', x=-102.50, y=30.00, z=309.50], EntityZombie['Zombie'/151, l='MpServer', x=-100.53, y=30.69, z=307.50], EntityCow['Cow'/155, l='MpServer', x=-92.05, y=74.00, z=252.39], EntityCreeper['Creeper'/156, l='MpServer', x=-70.50, y=35.00, z=261.50], EntityZombie['Zombie'/157, l='MpServer', x=-66.50, y=38.00, z=267.50], EntitySpider['Spider'/163, l='MpServer', x=-53.00, y=16.00, z=272.99], EntityZombie['Zombie'/164, l='MpServer', x=-60.50, y=40.00, z=283.50], EntitySkeleton['Skeleton'/165, l='MpServer', x=-59.50, y=40.00, z=284.50], EntitySkeleton['Skeleton'/166, l='MpServer', x=-59.50, y=16.00, z=292.50], EntityPlayerSP['diggoran'/275, l='MpServer', x=-123.51, y=71.00, z=254.45], EntityZombie['Zombie'/43, l='MpServer', x=-197.50, y=35.00, z=213.50], EntitySpider['Spider'/44, l='MpServer', x=-197.50, y=35.00, z=212.50], EntityCreeper['Creeper'/45, l='MpServer', x=-202.50, y=48.00, z=213.50], EntityBat['Bat'/174, l='MpServer', x=-51.82, y=39.03, z=277.53], EntityCreeper['Creeper'/47, l='MpServer', x=-194.20, y=12.00, z=257.56], EntityCreeper['Creeper'/48, l='MpServer', x=-202.50, y=31.00, z=286.50], EntityBat['Bat'/50, l='MpServer', x=-198.43, y=59.10, z=307.43], EntityCreeper['Creeper'/51, l='MpServer', x=-195.50, y=28.00, z=331.50], EntitySkeleton['Skeleton'/52, l='MpServer', x=-200.50, y=62.00, z=329.50], EntityZombie['Zombie'/56, l='MpServer', x=-186.79, y=38.00, z=214.50], EntityZombie['Zombie'/57, l='MpServer', x=-180.41, y=38.00, z=237.76], EntityCreeper['Creeper'/58, l='MpServer', x=-191.50, y=23.00, z=262.50], EntitySkeleton['Skeleton'/59, l='MpServer', x=-191.50, y=27.00, z=262.50], EntityCreeper['Creeper'/60, l='MpServer', x=-177.50, y=32.00, z=286.50], EntityZombie['Zombie'/61, l='MpServer', x=-176.50, y=19.00, z=326.50], EntityZombie['Zombie'/70, l='MpServer', x=-169.24, y=35.00, z=234.55], EntityZombie['Zombie'/71, l='MpServer', x=-161.51, y=31.00, z=240.26], EntityBat['Bat'/72, l='MpServer', x=-174.54, y=40.10, z=244.67], EntitySpider['Spider'/73, l='MpServer', x=-161.50, y=33.00, z=244.50], EntityZombie['Zombie'/74, l='MpServer', x=-174.50, y=33.00, z=265.76], EntitySpider['Spider'/75, l='MpServer', x=-172.50, y=33.00, z=265.70], EntityZombie['Zombie'/76, l='MpServer', x=-172.54, y=31.00, z=275.93], EntityCow['Cow'/77, l='MpServer', x=-161.50, y=69.00, z=290.50], EntityCow['Cow'/78, l='MpServer', x=-169.15, y=69.00, z=299.47], EntityZombie['Zombie'/79, l='MpServer', x=-170.50, y=19.00, z=315.50], EntityCreeper['Creeper'/80, l='MpServer', x=-164.50, y=16.00, z=330.50], EntityZombie['Zombie'/87, l='MpServer', x=-150.50, y=46.00, z=246.45], EntityBat['Bat'/88, l='MpServer', x=-146.68, y=49.09, z=238.93], EntityZombie['Zombie'/89, l='MpServer', x=-148.24, y=55.00, z=248.54], EntityZombie['Zombie'/90, l='MpServer', x=-144.78, y=42.00, z=259.50], EntitySkeleton['Skeleton'/91, l='MpServer', x=-144.51, y=55.00, z=264.68], EntityZombie['Zombie'/92, l='MpServer', x=-151.43, y=55.00, z=273.27], EntityCow['Cow'/93, l='MpServer', x=-158.73, y=69.00, z=284.29], EntityCow['Cow'/94, l='MpServer', x=-158.78, y=69.00, z=287.45], EntitySkeleton['Skeleton'/95, l='MpServer', x=-150.50, y=48.00, z=317.50], EntitySkeleton['Skeleton'/96, l='MpServer', x=-152.50, y=79.00, z=326.50], EntityChicken['Chicken'/111, l='MpServer', x=-123.58, y=66.12, z=215.11], EntityCow['Cow'/112, l='MpServer', x=-129.49, y=81.00, z=291.20], EntityBat['Bat'/113, l='MpServer', x=-135.30, y=44.43, z=306.18], EntityChicken['Chicken'/117, l='MpServer', x=-123.53, y=66.00, z=184.82], EntityChicken['Chicken'/118, l='MpServer', x=-125.50, y=64.00, z=204.50], EntityItem['item.item.egg'/119, l='MpServer', x=-127.23, y=64.00, z=202.24], EntityItem['item.item.egg'/120, l='MpServer', x=-118.22, y=64.00, z=195.82], EntityChicken['Chicken'/121, l='MpServer', x=-126.11, y=64.00, z=207.52], EntityItem['item.item.egg'/122, l='MpServer', x=-120.94, y=64.00, z=208.59], EntitySkeleton['Skeleton'/123, l='MpServer', x=-121.82, y=44.00, z=251.50], EntityCreeper['Creeper'/124, l='MpServer', x=-127.50, y=43.00, z=252.50], EntityBat['Bat'/125, l='MpServer', x=-124.53, y=44.79, z=250.83], EntityCow['Cow'/126, l='MpServer', x=-122.83, y=70.00, z=246.53], EntityItem['item.item.egg'/127, l='MpServer', x=-126.80, y=81.00, z=269.52]]
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:414)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
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.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 560912320 bytes (534 MB) / 1765801984 bytes (1684 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.32 Powered by Forge 12.18.1.2044 11 mods loaded, 11 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{12.18.1.2044} Minecraft Forge
UCHIJAAAA Chameleon{1.9.4-2.1.6} Chameleon
UCHIJAAAA fastleafdecay{v11} Fast Leaf Decay
UCHIJAAAA inventorytweaks{1.61-58-a1fd884} Inventory Tweaks
UCHIJAAAA IronChest{7.0.7.795} Iron Chest
UCHIJAAAA journeymap{1.10.2-5.2.4} JourneyMap
UCHIJAAAA mantle{1.10.2-0.10.4.jenkins163} Mantle
UCHIJAAAA StorageDrawers{1.9.4-3.2.1} Storage Drawers
UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} Tinkers' Construct
Loaded coremods (and transformers):
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.76' Renderer: 'Quadro K620/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)

Launched Version: forge-12.18.1.2044
LWJGL: 2.9.4
OpenGL: Quadro K620/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.76, NVIDIA Corporation
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: 12x Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz

@diggoran
Copy link

diggoran commented Aug 2, 2016

Alright all I did was make a pack with TiC and Mantle, created a new world, made and placed the TiC crafting table, tool station, part builder, stencil table, and stencil chest from left to right in that order. Then I left clicked the crafting table. Crash.

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 8/1/16 6:22 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.func_178217_e(BakedQuadRetextured.java:26)
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.(BakedQuadRetextured.java:17)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.func_188644_a(SourceFile:114)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.(SourceFile:100)
at net.minecraftforge.client.ForgeHooksClient.getDamageModel(ForgeHooksClient.java:668)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175020_a(BlockRendererDispatcher.java:47)
at net.minecraft.client.renderer.RenderGlobal.func_174981_a(RenderGlobal.java:1907)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1343)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1038)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
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 --
Thread: Client thread
Stacktrace:
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.func_178217_e(BakedQuadRetextured.java:26)
at net.minecraft.client.renderer.block.model.BakedQuadRetextured.(BakedQuadRetextured.java:17)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.func_188644_a(SourceFile:114)
at net.minecraft.client.renderer.block.model.SimpleBakedModel$Builder.(SourceFile:100)
at net.minecraftforge.client.ForgeHooksClient.getDamageModel(ForgeHooksClient.java:668)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175020_a(BlockRendererDispatcher.java:47)
at net.minecraft.client.renderer.RenderGlobal.func_174981_a(RenderGlobal.java:1907)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1343)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1229)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['diggoran'/1202, l='MpServer', x=-127.91, y=75.00, z=166.94]]
Chunk stats: MultiplayerChunkCache: 579, 579
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-164,64,256), Chunk: (at 12,4,0 in -11,16; contains blocks -176,0,256 to -161,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 3535 game time, 3535 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 121 total; [EntityZombie['Zombie'/8192, l='MpServer', x=-185.21, y=12.00, z=183.50], EntitySkeleton['Skeleton'/8206, l='MpServer', x=-197.50, y=28.00, z=221.50], EntityChicken['Chicken'/89, l='MpServer', x=-200.50, y=64.00, z=174.50], EntityChicken['Chicken'/91, l='MpServer', x=-200.50, y=63.00, z=176.50], EntityChicken['Chicken'/92, l='MpServer', x=-201.50, y=64.00, z=171.50], EntityChicken['Chicken'/93, l='MpServer', x=-206.50, y=65.00, z=196.50], EntityChicken['Chicken'/94, l='MpServer', x=-205.50, y=65.00, z=196.50], EntityChicken['Chicken'/95, l='MpServer', x=-205.50, y=65.00, z=196.50], EntityChicken['Chicken'/96, l='MpServer', x=-207.50, y=65.00, z=195.50], EntityCow['Cow'/101, l='MpServer', x=-194.50, y=65.00, z=131.50], EntityCow['Cow'/102, l='MpServer', x=-205.23, y=66.00, z=124.50], EntityCow['Cow'/103, l='MpServer', x=-197.55, y=65.00, z=128.55], EntityCow['Cow'/104, l='MpServer', x=-202.20, y=66.00, z=125.61], EntityCow['Cow'/105, l='MpServer', x=-197.50, y=65.00, z=147.50], EntityCow['Cow'/106, l='MpServer', x=-197.50, y=65.00, z=148.50], EntityCow['Cow'/107, l='MpServer', x=-195.50, y=65.00, z=148.50], EntityCow['Cow'/108, l='MpServer', x=-196.50, y=66.00, z=137.77], EntityCow['Cow'/109, l='MpServer', x=-190.50, y=70.00, z=189.50], EntityCow['Cow'/110, l='MpServer', x=-190.50, y=69.00, z=187.50], EntityCow['Cow'/111, l='MpServer', x=-190.50, y=71.00, z=190.50], EntityCow['Cow'/112, l='MpServer', x=-188.50, y=70.00, z=190.50], EntitySpider['Spider'/8309, l='MpServer', x=-114.50, y=38.00, z=149.50], EntityChicken['Chicken'/126, l='MpServer', x=-151.79, y=64.00, z=86.53], EntityCow['Cow'/128, l='MpServer', x=-165.50, y=67.00, z=96.50], EntityCow['Cow'/129, l='MpServer', x=-165.30, y=68.00, z=98.41], EntityCow['Cow'/130, l='MpServer', x=-165.50, y=67.00, z=101.50], EntityItem['item.tile.mushroom'/4227, l='MpServer', x=-93.34, y=61.00, z=145.53], EntityCow['Cow'/131, l='MpServer', x=-165.76, y=68.00, z=100.14], EntityCow['Cow'/132, l='MpServer', x=-156.50, y=64.00, z=115.50], EntityCow['Cow'/133, l='MpServer', x=-157.50, y=65.00, z=113.50], EntityCow['Cow'/134, l='MpServer', x=-154.50, y=65.00, z=113.50], EntityCow['Cow'/135, l='MpServer', x=-158.50, y=65.00, z=113.50], EntityCow['Cow'/144, l='MpServer', x=-145.14, y=63.00, z=119.85], EntityCow['Cow'/145, l='MpServer', x=-136.59, y=62.10, z=121.86], EntityCow['Cow'/146, l='MpServer', x=-145.76, y=62.26, z=121.62], EntityCow['Cow'/147, l='MpServer', x=-132.61, y=62.32, z=120.61], EntityCow['Cow'/148, l='MpServer', x=-150.46, y=70.00, z=202.82], EntityCow['Cow'/149, l='MpServer', x=-145.50, y=71.00, z=201.50], EntityCow['Cow'/150, l='MpServer', x=-146.83, y=70.00, z=197.38], EntityCow['Cow'/151, l='MpServer', x=-149.51, y=71.00, z=192.78], EntityPig['Pig'/152, l='MpServer', x=-139.51, y=71.00, z=198.75], EntityPig['Pig'/153, l='MpServer', x=-137.04, y=69.00, z=213.57], EntityPig['Pig'/154, l='MpServer', x=-137.47, y=70.00, z=199.32], EntityPig['Pig'/155, l='MpServer', x=-143.42, y=69.00, z=216.29], EntityHorse['Horse'/181, l='MpServer', x=-117.88, y=63.00, z=133.01], EntityHorse['Horse'/182, l='MpServer', x=-109.02, y=69.00, z=153.01], EntityHorse['Horse'/183, l='MpServer', x=-136.84, y=73.00, z=160.98], EntityHorse['Horse'/184, l='MpServer', x=-124.00, y=72.00, z=137.10], EntityHorse['Horse'/185, l='MpServer', x=-117.84, y=75.00, z=159.61], EntityChicken['Chicken'/186, l='MpServer', x=-90.17, y=66.00, z=157.13], EntityChicken['Chicken'/187, l='MpServer', x=-129.48, y=72.00, z=137.89], EntityChicken['Chicken'/188, l='MpServer', x=-126.20, y=75.00, z=166.95], EntityChicken['Chicken'/189, l='MpServer', x=-123.16, y=74.00, z=159.19], EntityBat['Bat'/8397, l='MpServer', x=-180.13, y=53.03, z=140.93], EntityItem['item.tile.sapling.birch'/8403, l='MpServer', x=-128.88, y=73.00, z=150.48], EntityWolf['Wolf'/215, l='MpServer', x=-75.50, y=67.00, z=134.68], EntityWolf['Wolf'/216, l='MpServer', x=-64.46, y=78.00, z=143.55], EntityWolf['Wolf'/217, l='MpServer', x=-66.50, y=77.00, z=143.50], EntityWolf['Wolf'/218, l='MpServer', x=-65.50, y=71.00, z=140.50], EntityCreeper['Creeper'/4336, l='MpServer', x=-98.50, y=14.00, z=220.50], EntitySkeleton['Skeleton'/8433, l='MpServer', x=-194.50, y=25.00, z=231.50], EntitySpider['Spider'/8456, l='MpServer', x=-117.50, y=37.00, z=142.50], EntityItem['item.item.rottenFlesh'/8475, l='MpServer', x=-128.09, y=74.00, z=156.57], EntitySquid['Squid'/4394, l='MpServer', x=-176.59, y=43.00, z=153.14], EntityZombie['entity.Zombie.name'/8518, l='MpServer', x=-87.52, y=45.00, z=193.81], EntitySkeleton['Skeleton'/8533, l='MpServer', x=-107.50, y=37.00, z=206.50], EntitySkeleton['Skeleton'/8633, l='MpServer', x=-106.50, y=34.00, z=148.50], EntitySkeleton['Skeleton'/8647, l='MpServer', x=-91.50, y=53.00, z=207.50], EntityZombie['Zombie'/8720, l='MpServer', x=-79.50, y=19.00, z=151.50], EntityZombie['Zombie'/8727, l='MpServer', x=-203.50, y=45.00, z=211.50], EntityZombie['Zombie'/8743, l='MpServer', x=-85.50, y=38.00, z=210.50], EntityZombie['Zombie'/8759, l='MpServer', x=-133.50, y=32.00, z=226.50], EntitySkeleton['Skeleton'/8793, l='MpServer', x=-130.50, y=59.00, z=225.50], EntityZombie['Zombie'/8858, l='MpServer', x=-59.50, y=19.00, z=155.50], EntityItem['item.item.seeds'/8865, l='MpServer', x=-170.86, y=66.00, z=201.05], EntityCreeper['Creeper'/8945, l='MpServer', x=-197.50, y=39.00, z=206.50], EntityZombie['Zombie'/8962, l='MpServer', x=-103.50, y=45.00, z=186.50], EntityCreeper['Creeper'/8963, l='MpServer', x=-104.50, y=16.00, z=217.50], EntitySkeleton['Skeleton'/9030, l='MpServer', x=-78.53, y=55.00, z=174.71], EntitySkeleton['Skeleton'/9041, l='MpServer', x=-145.50, y=22.00, z=199.50], EntityBat['Bat'/9136, l='MpServer', x=-91.02, y=50.12, z=154.57], EntitySkeleton['Skeleton'/5060, l='MpServer', x=-105.50, y=37.00, z=199.50], EntityBat['Bat'/9158, l='MpServer', x=-173.38, y=22.96, z=144.30], EntityBat['Bat'/9210, l='MpServer', x=-144.39, y=13.40, z=117.97], EntityItem['item.tile.sapling.birch'/9297, l='MpServer', x=-129.88, y=73.00, z=151.10], EntityZombie['Zombie'/9301, l='MpServer', x=-188.50, y=15.00, z=86.50], EntityZombie['Zombie'/9325, l='MpServer', x=-196.50, y=44.00, z=222.50], EntitySkeleton['Skeleton'/9329, l='MpServer', x=-206.50, y=15.00, z=226.50], EntityEnderman['Enderman'/9371, l='MpServer', x=-198.50, y=24.00, z=229.50], EntityWitch['Witch'/9374, l='MpServer', x=-88.50, y=50.00, z=156.50], EntityZombie['Zombie'/9375, l='MpServer', x=-56.47, y=36.00, z=118.20], EntityZombie['Zombie'/9376, l='MpServer', x=-164.13, y=13.00, z=140.88], EntityCreeper['Creeper'/5281, l='MpServer', x=-183.45, y=20.00, z=158.14], EntityBat['Bat'/9412, l='MpServer', x=-157.07, y=32.40, z=208.52], EntityCreeper['Creeper'/9464, l='MpServer', x=-179.50, y=24.00, z=172.50], EntityEnderman['Enderman'/5390, l='MpServer', x=-138.28, y=63.00, z=138.47], EntitySkeleton['Skeleton'/9524, l='MpServer', x=-138.50, y=18.00, z=122.50], EntityCreeper['Creeper'/9527, l='MpServer', x=-89.50, y=34.00, z=157.50], EntityZombie['Zombie'/9536, l='MpServer', x=-82.45, y=51.00, z=207.74], EntityBat['Bat'/9562, l='MpServer', x=-167.27, y=31.10, z=212.34], EntityBat['Bat'/9565, l='MpServer', x=-174.25, y=21.52, z=143.75], EntityCreeper['Creeper'/9609, l='MpServer', x=-194.50, y=42.00, z=145.50], EntitySkeleton['Skeleton'/9634, l='MpServer', x=-160.50, y=16.00, z=132.50], EntityCreeper['Creeper'/9643, l='MpServer', x=-63.50, y=18.00, z=157.50], EntityZombie['Zombie'/9648, l='MpServer', x=-183.50, y=15.00, z=140.50], EntityCreeper['Creeper'/9702, l='MpServer', x=-173.50, y=21.00, z=140.50], EntityCreeper['Creeper'/9705, l='MpServer', x=-80.50, y=35.00, z=175.50], EntityItem['item.item.seeds'/5793, l='MpServer', x=-153.77, y=63.00, z=123.09], EntityItem['item.item.seeds'/5795, l='MpServer', x=-151.70, y=63.00, z=123.25], EntityPlayerSP['diggoran'/1202, l='MpServer', x=-127.91, y=75.00, z=166.94], EntitySkeleton['Skeleton'/6102, l='MpServer', x=-138.52, y=66.00, z=156.92], EntityBat['Bat'/6170, l='MpServer', x=-146.79, y=25.10, z=207.57], EntityCreeper['Creeper'/6853, l='MpServer', x=-200.50, y=14.00, z=98.50], EntityZombie['Zombie'/7121, l='MpServer', x=-178.50, y=40.00, z=196.50], EntityItem['item.tile.sapling.birch'/7328, l='MpServer', x=-127.71, y=74.00, z=151.13], EntityCreeper['Creeper'/7619, l='MpServer', x=-56.50, y=54.00, z=212.50], EntityItem['item.tile.sapling.oak'/7805, l='MpServer', x=-128.44, y=77.00, z=147.72], EntityItem['item.tile.sapling.birch'/7858, l='MpServer', x=-128.13, y=73.00, z=148.35], EntityZombie['Zombie'/7860, l='MpServer', x=-133.50, y=58.00, z=231.50], EntityZombie['Zombie'/8027, l='MpServer', x=-172.50, y=50.00, z=158.50], EntityItem['item.tile.sapling.oak'/8161, l='MpServer', x=-127.72, y=74.00, z=150.99]]
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:414)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
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.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 912528120 bytes (870 MB) / 1844445184 bytes (1759 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.1.2044 5 mods loaded, 5 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
UCHIJAAAA FML{8.0.99.99} Forge Mod Loader
UCHIJAAAA Forge{12.18.1.2044} Minecraft Forge
UCHIJAAAA mantle{1.10.2-0.10.4.jenkins163} Mantle
UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} Tinkers' Construct
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.76' Renderer: 'Quadro K620/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)

Launched Version: forge-12.18.1.2044
LWJGL: 2.9.4
OpenGL: Quadro K620/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.76, NVIDIA Corporation
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: 12x Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz

@diggoran
Copy link

diggoran commented Aug 2, 2016

Punching other parts of the multiblock also caused a crash.

@ArukaAlter
Copy link
Contributor

@diggoran this has a completely different cause from the original issue.
Forge's bug, see #2279

@diggoran
Copy link

diggoran commented Aug 3, 2016

Thanks for the update @ArukaAlter. Now I just need to find a way to be alerted when the forge issue is marked as resolved...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Can't reproduce The dev team is unable to reproduce this issue in testing.
Projects
None yet
Development

No branches or pull requests

5 participants