larrythemodder / plantmegapack-source

Plant Mega Pack 1.10 port.
6 stars 3 forks source link

Epiphytes crash #10

Open FloressaX opened 7 years ago

FloressaX commented 7 years ago

I was just exploring in creative mod when this crash occurred. It does mention another mod other then pmp but this crash only occurs with pmp installed and the log mentions pmp too. I can re-load the world no problem upon relaunch. ---- Minecraft Crash Report ----

WARNING: coremods are present: LoadingPlugin (Quark-r1.0-59.jar) ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar) IC2core (industrialcraft-2-2.6.87-ex110.jar) LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar) EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar) HFTransformer (Harvest-Festival-1.10.2-0.5.14.jar) BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar) FMLPlugin (InventoryTweaks-1.61-58.jar) llibrary (llibrary-1.7.1-1.10.2.jar) Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 11/9/16 8:34 AM Description: Ticking entity

java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]} at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196) at plantmegapack.block.PMPBlockEpiphyte.func_185496_a(PMPBlockEpiphyte.java:107) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185900_c(BlockStateContainer.java:443) at plantmegapack.block.PMPBlockEpiphyte.func_180646_a(PMPBlockEpiphyte.java:141) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185890_d(BlockStateContainer.java:433) at net.minecraft.pathfinding.PathWorldListener.func_184378_a(SourceFile:59) at net.minecraft.pathfinding.PathWorldListener.func_184376_a(SourceFile:25) at net.minecraft.world.World.func_184138_a(World.java:415) at net.minecraft.world.World.markAndNotifyBlock(World.java:363) at net.minecraft.world.World.func_180501_a(World.java:349) at net.minecraft.world.World.func_175655_b(World.java:402) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70612_e(EntityMagicalHorse.java:1645) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2217) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:41) at net.minecraft.entity.passive.EntityHorse.func_70636_d(EntityHorse.java:949) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70636_d(EntityMagicalHorse.java:741) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2013) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:295) at net.minecraft.entity.passive.EntityHorse.func_70071h(EntityHorse.java:988) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70071h(EntityMagicalHorse.java:990) at net.minecraft.world.World.func_72866_a(World.java:1964) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838) at net.minecraft.world.World.func_72870_g(World.java:1934) at net.minecraft.world.World.func_72939_s(World.java:1750) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Thread.java:745)

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

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196) at plantmegapack.block.PMPBlockEpiphyte.func_185496_a(PMPBlockEpiphyte.java:107) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185900_c(BlockStateContainer.java:443) at plantmegapack.block.PMPBlockEpiphyte.func_180646_a(PMPBlockEpiphyte.java:141) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185890_d(BlockStateContainer.java:433) at net.minecraft.pathfinding.PathWorldListener.func_184378_a(SourceFile:59) at net.minecraft.pathfinding.PathWorldListener.func_184376_a(SourceFile:25) at net.minecraft.world.World.func_184138_a(World.java:415) at net.minecraft.world.World.markAndNotifyBlock(World.java:363) at net.minecraft.world.World.func_180501_a(World.java:349) at net.minecraft.world.World.func_175655_b(World.java:402) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70612_e(EntityMagicalHorse.java:1645) at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2217) at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577) at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:155) at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:41) at net.minecraft.entity.passive.EntityHorse.func_70636_d(EntityHorse.java:949) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70636_d(EntityMagicalHorse.java:741) at net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2013) at net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:295) at net.minecraft.entity.passive.EntityHorse.func_70071h(EntityHorse.java:988) at com.hackshop.ultimate_unicorn.mobs.EntityMagicalHorse.func_70071h(EntityMagicalHorse.java:990) at net.minecraft.world.World.func_72866_a(World.java:1964) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:838) at net.minecraft.world.World.func_72870_g(World.java:1934)

-- Entity being ticked -- Details: Entity Type: ultimate_unicorn_mod.Destrier (com.hackshop.ultimate_unicorn.mobs.EntityDestrier) Entity ID: 61239 Entity Name: entity.destrier.name Entity's Exact location: 635.86, 88.00, -146.00 Entity's Block location: World: (635,88,-147), Chunk: (at 11,5,13 in 39,-10; contains blocks 624,0,-160 to 639,255,-145), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1) Entity's Momentum: -0.03, -0.08, 0.00 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1750) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)

-- Affected level -- Details: Level name: Voxels All players: 1 total; [EntityPlayerMP['Floressa'/9123, l='Voxels', x=644.62, y=92.98, z=-223.50]] Chunk stats: ServerChunkCache: 2462 Drop: 0 Level seed: -7605238288242324241 Level generator: ID 07 - quark_realistic, ver 0. Features enabled: true Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true} Level spawn location: World: (8,64,256), Chunk: (at 8,4,0 in 0,16; contains blocks 0,0,256 to 15,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 8786 game time, 8786 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.10.2 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 236790160 bytes (225 MB) / 5865734144 bytes (5594 MB) up to 5865734144 bytes (5594 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6146m -Xms256m -XX:PermSize=256m IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94 FML: MCP 9.32 Powered by Forge 12.18.2.2122 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] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2122.jar) UCHIJAAAA Forge{12.18.2.2122} [Minecraft Forge] (forge-1.10.2-12.18.2.2122.jar) UCHIJAAAA mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar) UCHIJAAAA tconstruct{1.10.2-2.5.6b.jenkins424} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6b.jar) UCHIJAAAA immersiveengineering{0.10-48} [Immersive Engineering] (ImmersiveEngineering-0.10-48.jar) UCHIJAAAA JEI{3.13.2.359} [Just Enough Items] (jei_1.10.2-3.13.2.359.jar) UCHIJAAAA appleskin{1.0.4} [AppleSkin] (AppleSkin-mc1.10.2-1.0.4.jar) UCHIJAAAA atlcraft{1.10.2-Ver1.5} [ATLCraft Candles Mod] (ATLCraftCandlesMod(MC1.10.2-Ver1.5).jar) UCHIJAAAA autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar) UCHIJAAAA Quark{r1.0-59} [Quark] (Quark-r1.0-59.jar) UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) UCHIJAAAA babyanimals{1.9.4} [Baby Animals Model Swapper] (BabyAnimals-1.9.4.jar) UCHIJAAAA Baubles{1.3.2} [Baubles] (Baubles-1.10.2-1.3.2.jar) UCHIJAAAA bdlib{1.12.2.17} [BD Lib] (bdlib-1.12.2.17-mc1.10.2.jar) UCHIJAAAA BiomesOPlenty{5.0.0.2092} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2092-universal.jar) UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar) UCHIJAAAA BloodMagic{1.9.4-2.1.0-66} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-66.jar) UCHIJAAAA bookshelf{1.4.2.334} [Bookshelf] (Bookshelf-1.10.2-1.4.2.334.jar) UCHIJAAAA bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar) UCHIJAAAA Botania{r1.9-337} [Botania] (Botania r1.9-337.jar) UCHIJAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar) UCHIJAAAA chisel{MC1.10.2-0.0.7.3} [Chisel] (Chisel-MC1.10.2-0.0.7.3.jar) UCHIJAAAA mcmultipart{1.3.0} [MCMultiPart] (MCMultiPart-1.3.0-universal.jar) UCHIJAAAA chiselsandbits{12.7} [Chisels & Bits] (chiselsandbits-12.7.jar) UCHIJAAAA cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar) UCHIJAAAA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar) UCHIJAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar) UCHIJAAAA customnpcs{1.9.0_beta} [CustomNPCs] (CustomNPCs_1.10.2_beta(23oct16).jar) UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.10.2.jar) UCHIJAAAA props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.10.2.jar) UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod-10.0.6.jar) UCHIJAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar) UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar) UCHIJAAAA endercore{1.10.2-0.4.1.58-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.58-beta.jar) UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) UCHIJAAAA EnderIO{1.10.2-3.0.1.126_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.126_beta.jar) UCHIJAAAA valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar) UCHIJAAAA environmentaltech{1.10.2-0.10.5g} [Environmental Tech] (environmentaltech-1.10.2-0.10.5g.jar) UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.2.2.jar) UCHIJAAAA IC2{2.6.87-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.87-ex110.jar) UCHIJAAAA forestry{5.2.16.319} [Forestry] (forestry_1.10.2-5.2.16.319.jar) UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.1.2.jar) UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.1.2.jar) UCHIJAAAA gendustry{1.6.4.24} [GenDustry] (gendustry-1.6.4.24-mc1.10.2.jar) UCHIJAAAA advgenerators{0.9.20.18} [Advanced Generators] (generators-0.9.20.18-mc1.10.2.jar) UCHIJAAAA harvestfestival{0.5.14} [Harvest Festival] (Harvest-Festival-1.10.2-0.5.14.jar) UCHIJAAAA hatchery{1.0.0} [Hatchery] (hatchery-1.10.2-0.1.11.jar) UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) UCHIJAAAA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.10.2.jar) UCHIJAAAA journeymap{1.10.2-5.3.0b2} [JourneyMap] (journeymap-1.10.2-5.3.0b2-unlimited.jar) UCHIJAAAA llibrary{1.7.1} [LLibrary] (llibrary-1.7.1-1.10.2.jar) UCHIJAAAA jurassicraft{2.0.4} [JurassiCraft] (JurassiCraft-2.0.4.jar) UCHIJAAAA jeresources{0.5.4.68} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.4.68.jar) UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar) UCHIJAAAA neotech{3.3.0} [NeoTech] (NeoTech-1.10.2-3.3.0.jar) UCHIJAAAA notenoughwands{1.3.9} [Not Enough Wands] (notenoughwands-1.10-1.3.9.jar) UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar) UCHIJAAAA plantmegapack{1.9.8} [Plant Mega Pack 1.10 Port BETA] (plantmegapack-1.10.0-beta.jar) UCHIJAAAA randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar) UCHIJAAAA StorageDrawers{1.10.2-3.4.2} [Storage Drawers] (StorageDrawers-1.10.2-3.4.2.jar) UCHIJAAAA refinedstorage{1.2.3} [Refined Storage] (refinedstorage-1.2.3.jar) UCHIJAAAA xreliquary{1.10.2-1.3.3.585} [Reliquary] (Reliquary-1.10.2-1.3.3.585.jar) UCHIJAAAA rftools{5.58} [RFTools] (rftools-1.10-5.58.jar) UCHIJAAAA rftoolsdim{4.44} [RFTools Dimensions] (rftoolsdim-1.10-4.44.jar) UCHIJAAAA rockhounding_chemistry{v1.06} [Rockhounding: Chemistry] (rockhounding_chemistry-1.10.2-v1.07.jar) UCHIJAAAA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar) UCHIJAAAA Schematica{1.7.8.153} [Schematica] (Schematica-1.10.2-1.7.8.153-universal.jar) UCHIJAAAA simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar) UCHIJAAAA simplegenerators{1.10.2-0.10.5b} [Simple Generators] (simplegenerators-1.10.2-0.10.5b.jar) UCHIJAAAA soulshardstow{1.10.2-2.6.5-45} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.5-45.jar) UCHIJAAAA taiga{1.1.4} [Tinkers Alloying Addon] (taiga-1.10.2-1.1.4.jar) UCHIJAAAA theoneprobe{1.2.1} [The One Probe] (theoneprobe-1.10-1.2.1.jar) UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar) UCHIJAAAA tombmanygraves{1.10.2-2.1.13} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.13.jar) UCHIJAAAA ultimate_unicorn_mod{1.5.6} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.10.2-1.5.6.jar) UCHIJAAAA voxels{1.0.5} [voxels] (voxels-1.10-1.0.5.jar) UCHIJAAAA WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar) UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.206.jar) UCHIJAAAA wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.206.jar) UCHIJAAAA weaponcaseloot{4.0.1} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.1.jar) Loaded coremods (and transformers): LoadingPlugin (Quark-r1.0-59.jar) vazkii.quark.base.asm.ClassTransformer ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar) team.chisel.common.asm.ChiselTransformer IC2core (industrialcraft-2-2.6.87-ex110.jar)

LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar) lumien.randomthings.asm.ClassTransformer EnderCorePlugin (EnderCore-1.10.2-0.4.1.58-beta.jar) com.enderio.core.common.transform.EnderCoreTransformer HFTransformer (Harvest-Festival-1.10.2-0.5.14.jar) joshie.harvest.asm.HFTransformer BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar) net.darkhax.bookshelf.asm.BookshelfTransformerManager FMLPlugin (InventoryTweaks-1.61-58.jar) invtweaks.forge.asm.ContainerTransformer llibrary (llibrary-1.7.1-1.10.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher GL info: ERROR RuntimeException: No OpenGL context found in the current thread. Pulsar/tconstruct loaded Pulses:

larrythemodder commented 7 years ago

Were you looking into the water by any chance? This might be a duplicate of another issue.

Edit: Deleted the water crash because that should be fixed now and it made this thread a bit difficult to view. I will be looking into this bug.