FYI/Crash Report
Nexusdog opened this issue · 4 comments
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.2-104.jar)
FarseekCoreMod (Farseek-1.12-2.2.jar)
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
BCModPlugin (backpacks 1.12 - 3.3.0.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+dev.94.jar)
llibrary (llibrary-1.7.7-1.12.jar)
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
LoadingPlugin (RandomThings-MC1.12.1-4.0.6.jar)
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
MovingWorldCoreMod (movingworld-1.12-5.341-full.jar)
Contact their authors BEFORE contacting forge
// Ooh. Shiny.
Time: 9/25/17 4:16 PM
Description: Ticking entity
java.lang.IllegalArgumentException: Cannot get property PropertyInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3]} as it does not exist in BlockStateContainer{block=chisel:marble2, properties=[variation]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
at josephcsible.oreberries.BlockOreberryBush.canSustainPlant(BlockOreberryBush.java:229)
at nmd.primal.core.common.events.ItemEvents.onItemDespawn(ItemEvents.java:321)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_197_ItemEvents_onItemDespawn_ItemExpireEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.event.ForgeEventFactory.onItemExpire(ForgeEventFactory.java:424)
at net.minecraft.entity.item.EntityItem.func_70071_h_(EntityItem.java:183)
at net.minecraft.world.World.func_72866_a(World.java:1976)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833)
at net.minecraft.world.World.func_72870_g(World.java:1939)
at net.minecraft.world.World.func_72939_s(World.java:1753)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:761)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
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:201)
at josephcsible.oreberries.BlockOreberryBush.canSustainPlant(BlockOreberryBush.java:229)
at nmd.primal.core.common.events.ItemEvents.onItemDespawn(ItemEvents.java:321)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_197_ItemEvents_onItemDespawn_ItemExpireEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.event.ForgeEventFactory.onItemExpire(ForgeEventFactory.java:424)
at net.minecraft.entity.item.EntityItem.func_70071_h_(EntityItem.java:183)
at net.minecraft.world.World.func_72866_a(World.java:1976)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:833)
at net.minecraft.world.World.func_72870_g(World.java:1939)
-- Entity being ticked --
Details:
Entity Type: minecraft:item (net.minecraft.entity.item.EntityItem)
Entity ID: 2172739
Entity Name: item.tile.oreberries.oreberry_bush
Entity's Exact location: -1399.13, 47.00, 585.88
Entity's Block location: World: (-1400,47,585), Chunk: (at 8,2,9 in -88,36; contains blocks -1408,0,576 to -1393,255,591), Region: (-3,1; contains chunks -96,32 to -65,63, blocks -1536,0,512 to -1025,255,1023)
Entity's Momentum: 0.00, -0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1753)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:614)
-- Affected level --
Details:
Level name: 1.12
All players: 1 total; [EntityPlayerMP['nexusdog'/385, l='1.12', x=-1474.93, y=72.13, z=665.00]]
Chunk stats: ServerChunkCache: 1939 Drop: 0
Level seed: 220920172013
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-92,64,256), Chunk: (at 4,4,0 in -6,16; contains blocks -96,0,256 to -81,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 885651 game time, 1609750 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 105576 (now: false), thunder time: 13539 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:761)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:665)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.12
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: 4871911344 bytes (4646 MB) / 12707692544 bytes (12119 MB) up to 12707692544 bytes (12119 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12g -Xms12g
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.40 Powered by Forge 14.21.1.2443 126 mods loaded, 126 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAA forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAA ivtoolkit{1.3.3-1.12} [IvToolkit] (minecraft.jar)
UCHIJAAAA com.elytradev.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAA backpacks16840{3.3.0} [Backpacks!] (backpacks 1.12 - 3.3.0.jar)
UCHIJAAAA bowinfinityfix{rv5} [Bow Infinity Fix] (minecraft.jar)
UCHIJAAAA simplebedrolls{1.2.1} [Simple Bedrolls] ([1.12]SimpleBedrolls-1.2.1.jar)
UCHIJAAAA uncraftingtable{1.8-beta6} [Uncrafting Table] ([1.12]UncraftingTable-1.8-beta6.jar)
UCHIJAAAA jei{4.7.11.101} [Just Enough Items] (jei_1.12.2-4.7.11.101.jar)
UCHIJAAAA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.12-1.9.4-pre-4.jar)
UCHIJAAAA chisel{MC1.12-0.0.13.16} [Chisel] (Chisel-MC1.12-0.0.13.16.jar)
UCHIJAAAA mantle{1.12-1.3.1.21} [Mantle] (Mantle-1.12-1.3.1.21.jar)
UCHIJAAAA tconstruct{1.12-2.7.3.30} [Tinkers' Construct] (TConstruct-1.12-2.7.3.30.jar)
UCHIJAAAA acintegration{1.5.0} [AbyssalCraft Integration] (AbyssalCraft Integration-1.12-1.5.0.jar)
UCHIJAAAA actuallyadditions{1.12.1-r120} [Actually Additions] (ActuallyAdditions-1.12.1-r120.jar)
UCHIJAAAA baubles{1.5.1} [Baubles] (Baubles-1.12-1.5.1.jar)
UCHIJAAAA actuallybaubles{1.1} [Actually Baubles] (ActuallyBaubles-1.12-1.1.jar)
UCHIJAAAA allthedrops{1.0.1} [All the Drops] (allthedrops-1.11.2-1.0.1-build-T22.jar)
UCHIJAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.8 mc1.12.jar)
UCHIJAAAA architecturecraft{@Version@} [ArchitectureCraft] (architecturecraft-1.12-1.20.jar)
UCHIJAAAA quark{r1.2-104} [Quark] (Quark-r1.2-104.jar)
UCHIJAAAA autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar)
UCHIJAAAA betterbedrockgen{6.0.2} [BetterBedrockGen] (BetterBedrockGenerator-1.12-6.1.1.jar)
UCHIJAAAA betterunderground{1.0.1} [Better Underground] (betterunderground-1.0.1.jar)
UCHIJAAAA bibliocraft{2.4.3} [BiblioCraft] (BiblioCraft[v2.4.3][MC1.12.0].jar)
UCHIJAAAA natura{1.12-4.3.0.16} [Natura] (Natura-1.12-4.3.0.16.jar)
UCHIJAAAA forestry{5.5.6.197} [Forestry] (forestry_1.12.2-5.5.6.197.jar)
UCHIJAAAA binniecore{unspecified} [Binnie Core] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA binniedesign{1.0} [Binnie's Design] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA genetics{2.3.1} [Binnie's Genetics] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA botany{2.3.1} [Binnie's Botany] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA extrabees{2.3.1} [Binnie's Extra Bees] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA extratrees{2.3.1} [Binnie's Extra Trees] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAA biomesoplenty{7.0.0.2289} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2289-universal.jar)
UCHIJAAAA birdsnests{2.0.0} [Bird's Nests] (BirdsNests1.12-2.0.0.jar)
UCHIJAAAA bookshelf{2.1.441} [Bookshelf] (Bookshelf-1.12.1-2.1.441.jar)
UCHIJAAAA clarity{1.0} [Clarity] (clarity-1.0.jar)
UCHIJAAAA cleanview{1.12.2-v1} [CleanView] (CleanView-1.12.2-v1.jar)
UCHIJAAAA clockhud{1.4.0} [Clock HUD] (ClockHUD-1.12-1.4.0.jar)
UCHIJAAAA cyclopscore{0.10.19} [Cyclops Core] (CyclopsCore-1.12-0.10.19.jar)
UCHIJAAAA commoncapabilities{1.4.0} [CommonCapabilities] (CommonCapabilities-1.12-1.4.0.jar)
UCHIJAAAA concreteplus{1.1.2} [Concrete Extends] (ConcreteExtends-1.1.2_1.12.jar)
UCHIJAAAA ctm{MC1.12-0.2.2.7} [CTM] (CTM-MC1.12-0.2.2.7.jar)
UCHIJAAAA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot (v.1.0.1).jar)
UCHIJAAAA cyclicmagic{1.8.6} [Cyclic] (Cyclic-1.12-1.8.6.jar)
UCHIJAAAA waila{1.8.20} [Waila] (Hwyla-1.8.20-B35_1.12.jar)
UCHIJAAAA darkutils{1.7.171} [Dark Utilities] (DarkUtils-1.12.1-1.7.171.jar)
UCHIJAAAA movingworld{1.12-5.341} [Moving World] (movingworld-1.12-5.341-full.jar)
UCHIJAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.12-5.335-full.jar)
UCHIJAAAA gottschcore{1.1.2} [GottschCore] (GottschCore-mc1.12-v1.1.2.jar)
UCHIJAAAA dungeons2{1.3.1} [Dungeons2!] (Dungeons2-mc1.12-v1.3.1.jar)
UCHIJAAAA dsurround{3.4.7.2} [§3Dynamic Surroundings] (DynamicSurroundings-1.12.2-3.4.7.2.jar)
UCHIJAAAA presets{3.4.7.2} [§3Presets!] (DynamicSurroundings-1.12.2-3.4.7.2.jar)
UCHIJAAAA earthworks{1.3.4.3} [Earthworks] (Earthworks-1.12-1.3.4.3.jar)
UCHIJAAAA elevatorid{1.3.4} [Elevator Mod] (ElevatorMod-1.12-1.3.4.jar)
UCHIJAAAA csb_ench_table{1.1.2} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.12-1.1.2.jar)
UCHIJAAAA enchdesc{1.0.4} [Enchantment Descriptions] (EnchantmentDescriptions-1.12-1.0.4.jar)
UCHIJAAAA everlastingabilities{1.3.4} [EverlastingAbilities] (EverlastingAbilities-1.12-1.3.4.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.6.3.jar)
UCHIJAAAA farseek{2.2} [Farseek] (Farseek-1.12-2.2.jar)
UCHIJAAAA fastleafdecay{v13} [Fast Leaf Decay] (FastLeafDecay-v13.jar)
UCHIJAAAA flatcoloredblocks{mc1.12-6.6} [Flat Colored Blocks] (flatcoloredblocks-mc1.12-6.6.jar)
UCHIJAAAA primal{0.5.11} [PrimalCore] (PrimalCore-1.12.1-0.5.11.jar)
UCHIJAAAA forgecraft{1.3.24} [Kitsu's Forgecraft] (ForgeCraft-1.3.24.jar)
UCHIJAAAA forgeendertech{1.12-3.0.1.0} [Forge Endertech] (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
UCHIJAAAA friendlyfire{1.5.5} [Friendly Fire] (FriendlyFire-1.12-1.5.5.jar)
UCHIJAAAA silentlib{2.2.8} [Silent Lib] (SilentLib-1.12-2.2.8-88.jar)
UCHIJAAAA funores{1.5.7} [Fun Ores] (FunOres-1.12-1.5.7-118.jar)
UCHIJAAAA gamestages{1.0.62} [Game Stages] (GameStages-1.12.1-1.0.62.jar)
UCHIJAAAA gravelminer{6.1.2} [GravelMiner] (GravelMiner_1.12.1-6.1.2.jar)
UCHIJAAAA tombstone{1.3.7} [Corail Tombstone] (tombstone-1.3.7-1.12.jar)
UCHIJAAAA gravestone{1.0.12} [Gravestone] (GraveStone-1.12-Graves-1.0.12.jar)
UCHIJAAAA guideapi{1.12-2.1.4-57} [Guide-API] (Guide-API-1.12-2.1.4-57.jar)
UCHIJAAAA harshencastle{0.9.4} [Harshen Castle] (harshencastle-0.9.4.jar)
UCHIJAAAA iv{3.0.2} [Improved Villagers] (Improved Villagers-3.0.2.jar)
UCHIJAAAA improvedbackpacks{1.12-1.1.2.0} [Improved Backpacks] (ImprovedBackpacks-1.12-1.1.2.0.jar)
UCHIJAAAA inventorytweaks{1.63+dev.94.3cdd29e} [Inventory Tweaks] (InventoryTweaks-1.63+dev.94.jar)
UCHIJAAAA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.12.0-0.11.0.jar)
UCHIJAAAA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.12.1.jar)
UCHIJAAAA journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
UCHIJAAAA levelup2{${version}} [Level Up! Reloaded] (Level Up! 2-1.1.6-1.12.jar)
UCHIJAAAA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.12.jar)
UCHIJAAAA malisiscore{1.12-6.0.4} [MalisisCore] (malisiscore-1.12-6.0.4.jar)
UCHIJAAAA malisisblocks{1.12-6.0.2} [Malisis Blocks] (malisisblocks-1.12-6.0.2.jar)
UCHIJAAAA malisisdoors{1.12-7.0.4} [MalisisDoors] (malisisdoors-1.12-7.0.4.jar)
UCHIJAAAA malisisswitches{1.12-5.0.0} [Malisis Switches] (malisisswitches-1.12-5.0.0.jar)
UCHIJAAAA minemenu{1.6.2} [MineMenu] (MineMenu-1.12.2-1.6.2-universal.jar)
UCHIJAAAA mobfarm{2.2.1} [Mob Farm] (Mob Farm-1.12-2.2.1.jar)
UCHIJAAAA mob_grinding_utils{0.3.2} [mob_grinding_utils] (MobGrindingUtils-0.3.2.jar)
UCHIJAAAA modernlamps{1.0.3} [Modern Lights] (ModernLights-1.0.3_1.12.jar)
UCHIJAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.12.0-0.1.0.jar)
UCHIJAAAA moreoverlays{1.12} [MoreOverlays] (moreoverlays-1.12-mc1.12.jar)
UCHIJAAAA recipehandler{0.9} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.9(1.12).jar)
UCHIJAAAA redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
UCHIJAAAA notenoughwands{1.5.9} [Not Enough Wands] (notenoughwands-1.12-1.5.9.jar)
UCHIJAAAA oreberries{0.3.1} [Oreberries] (oreberries-1.12.x-0.3.1.jar)
UCHIJAAAA oreshrubs{1.4.1} [Ore Shrubs] (oreshrubs-1.4.1-1.12.jar)
UCHIJAAAA jp.crafterkina.pipes{1.1.0.15} [Pipes] (Pipes-1.12-1.1.0.15.jar)
UCHIJAAAA randomthings{4.0.6} [Random Things] (RandomThings-MC1.12.1-4.0.6.jar)
UCHIJAAAA randomtweaks{1.12.1-1.10.0.1} [RandomTweaks] (randomtweaks-1.12.1-1.10.0.1.jar)
UCHIJAAAA reccomplex{1.4.5} [Recurrent Complex] (RecurrentComplex-1.4.5.1.jar)
UCHIJAAAA redstonepaste{1.7.5} [Redstone Paste] (redstonepaste-mc1.12-1.7.5.jar)
UCHIJAAAA ruins{16.9} [Ruins Mod] (Ruins-1.12.jar)
UCHIJAAAA woodenshears{@major@.@minor@.@revis@.@build@} [Wooden Shears] (SBM-WoodenShears-1.12-0.0.1b7.jar)
UCHIJAAAA icc{0.2.2} [Simple Item Collector Chest] (Simple Item Collector Chest-0.2.2.jar)
UCHIJAAAA simpleleather{1.12-1.0} [Simple Leather] (simpleleather-1.12-1.0.jar)
UCHIJAAAA soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar)
UCHIJAAAA spawnercraft{4.0.0} [SpawnerCraft] (SpawnerCraft 1.12-4.0.0.jar)
UCHIJAAAA streams{0.4} [Streams] (Streams-1.12-0.4.jar)
UCHIJAAAA tinkertoolleveling{1.12-1.0.2b.DEV.1a79301} [Tinkers Tool Leveling] (TinkerToolLeveling-1.12-1.0.2b.jar)
UCHIJAAAA muchmorechickens{1.7} [muchmorechickens] (TMC-1.12-1.7.jar)
UCHIJAAAA toolbelt{1.7.1} [Tool Belt] (ToolBelt-1.12.0-1.7.1.jar)
UCHIJAAAA treechopper{1.2.2} [Tree Chopper] (TreeChopper-1.12-1.2.2.jar)
UCHIJAAAA uncrafted{3.0.1} [Uncrafted] (Uncrafted 1.12 (v.3.0.1).jar)
UCHIJAAAA veinminer{0.38.1} [Vein Miner] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAA veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAA vc{5.0.6} [ViesCraft] (ViesCraft-1.12.0-5.0.6.jar)
UCHIJAAAA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJAAAA vtt{0.6.4} [Villager Trade Tables] (VillagerTrades-1.12-0.6.4.jar)
UCHIJAAAA wailaharvestability{1.1.12} [Waila Harvestability] (WailaHarvestability-mc1.12-1.1.12.jar)
UCHIJAAAA wawla{2.5.243} [What Are We Looking At] (Wawla-1.12.1-2.5.243.jar)
UCHIJAAAA waystones{4.0.15} [Waystones] (Waystones_1.12.1-4.0.15.jar)
UCHIJAAAA ironic_wdt{1.0} [Weak Drop Tweaks] (WeaKDropTweaks-1.0.jar)
UCHIJAAAA wearables{1.1.2} [Wearables] (wearables-1.1.2.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.2-104.jar)
vazkii.quark.base.asm.ClassTransformer
FarseekCoreMod (Farseek-1.12-2.2.jar)
farseek.core.FarseekClassTransformer
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
BCModPlugin (backpacks 1.12 - 3.3.0.jar)
brad16840.common.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
com.github.parker8283.bif.Transformer
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+dev.94.jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-1.7.7-1.12.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (RandomThings-MC1.12.1-4.0.6.jar)
lumien.randomthings.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
team.chisel.ctm.client.asm.CTMTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
MovingWorldCoreMod (movingworld-1.12-5.341-full.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['nexusdog'/385, l='1.12', x=-1474.93, y=72.13, z=665.00]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I think this is actually PrimalCore's fault. They appear to be calling BlockOreberryBush.canSustainPlant with a state that isn't an oreberry bush. Their code isn't open source, but I'm guessing that they're making the mistake of calling the canSustainPlant method from the plant block instead of the one from the soil block. I'll take a closer look at this tonight, but in the meantime, you could open this same issue in their tracker and link to here.
I looked into this further and confirmed that it's a bug in Primal Core, not in Oreberries. I reported it as An-Sar/PrimalCore#84. Until they fix it, you can prevent the crash by disabling PLANTS_AUTO_MAGIC in the plants section of Primal Core's configuration.
Okay, thank you very much for the investigative work, that's really appreciated!
Outstanding work, sir.