P3pp3rF1y / AncientWarfare2

Ancient Warfare Mod for Minecraft 1.12.x
GNU General Public License v3.0
144 stars 100 forks source link

Putting Forestry saplings in tree farm crashes client #1078

Closed ChadKeating closed 3 years ago

ChadKeating commented 4 years ago

I have a tree farm setup farming magic trees from biomes of plenty. Whenever I try and place Ipe saplings into the tree farm it crashes my client. Tried with a few other forestry saplings and getting crashes with all of them so far.

Running modpack: CrackPack 3.0.5

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  EIOP (EIOP-1.12.2-1.0.1.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
  McLib core mod (mclib-1.0.3-1.12.2.jar)
  ratscore (rats-3.2.4.jar)
  AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 12/19/19 12:04 AM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
    at net.shadowmage.ancientwarfare.core.util.parsing.ItemStackMatcher.test(ItemStackMatcher.java:26)
    at net.shadowmage.ancientwarfare.core.util.parsing.ItemStackMatcher.test(ItemStackMatcher.java:10)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.treefarm.Sapling.matches(Sapling.java:19)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry.lambda$isPlantable$6(TreeFarmRegistry.java:75)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry$$Lambda$5323/277375496.test(Unknown Source)
    at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
    at java.util.HashMap$KeySpliterator.tryAdvance(HashMap.java:1561)
    at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
    at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
    at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry.isPlantable(TreeFarmRegistry.java:75)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.treefarm.WorkSiteTreeFarm.isPlantable(WorkSiteTreeFarm.java:55)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.TileWorksiteFarm$1.insertItem(TileWorksiteFarm.java:61)
    at net.minecraftforge.items.SlotItemHandler.func_75214_a(SlotItemHandler.java:58)
    at net.minecraft.inventory.Container.func_184996_a(Container.java:272)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:566)
    at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:638)
    at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:604)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:543)
    at net.shadowmage.ancientwarfare.core.gui.GuiContainerBase.func_146274_d(GuiContainerBase.java:106)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:497)
    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.shadowmage.ancientwarfare.core.util.parsing.ItemStackMatcher.test(ItemStackMatcher.java:26)
    at net.shadowmage.ancientwarfare.core.util.parsing.ItemStackMatcher.test(ItemStackMatcher.java:10)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.treefarm.Sapling.matches(Sapling.java:19)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry.lambda$isPlantable$6(TreeFarmRegistry.java:75)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry$$Lambda$5323/277375496.test(Unknown Source)
    at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
    at java.util.HashMap$KeySpliterator.tryAdvance(HashMap.java:1561)
    at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
    at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:529)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:516)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
    at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
    at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
    at net.shadowmage.ancientwarfare.automation.registry.TreeFarmRegistry.isPlantable(TreeFarmRegistry.java:75)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.treefarm.WorkSiteTreeFarm.isPlantable(WorkSiteTreeFarm.java:55)
    at net.shadowmage.ancientwarfare.automation.tile.worksite.TileWorksiteFarm$1.insertItem(TileWorksiteFarm.java:61)
    at net.minecraftforge.items.SlotItemHandler.func_75214_a(SlotItemHandler.java:58)
    at net.minecraft.inventory.Container.func_184996_a(Container.java:272)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187098_a(PlayerControllerMP.java:566)
    at net.minecraft.client.gui.inventory.GuiContainer.func_184098_a(GuiContainer.java:638)
    at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java:604)
    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:543)
    at net.shadowmage.ancientwarfare.core.gui.GuiContainerBase.func_146274_d(GuiContainerBase.java:106)
    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)

-- Affected screen --
Details:
    Screen name: net.shadowmage.ancientwarfare.automation.gui.GuiWorksiteTreeFarm

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [GCEntityClientPlayerMP['Sir_Everard'/709, l='MpServer', x=-532.21, y=67.50, z=2781.56]]
    Chunk stats: MultiplayerChunkCache: 441, 441
    Level seed: 0
    Level generator: ID 07 - RTG, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (5053,65,-1707), Chunk: (at 13,4,5 in 315,-107; contains blocks 5040,0,-1712 to 5055,255,-1697), Region: (9,-4; contains chunks 288,-128 to 319,-97, blocks 4608,0,-2048 to 5119,255,-1537)
    Level time: 9822982 game time, 9975159 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: 133 total; [EntityLantern['Lantern'/1029, l='MpServer', x=-578.50, y=66.72, z=2724.50], EntityRat['Rat'/781, l='MpServer', x=-534.50, y=14.00, z=2833.50], EntityRat['Rat'/782, l='MpServer', x=-539.59, y=14.00, z=2832.01], EntitySkeleton['Skeleton'/783, l='MpServer', x=-524.71, y=14.00, z=2834.51], EntityRat['Rat'/784, l='MpServer', x=-528.64, y=25.00, z=2836.81], EntityRat['Rat'/785, l='MpServer', x=-533.53, y=25.00, z=2836.75], EntityCreeper['Creeper'/786, l='MpServer', x=-536.50, y=25.00, z=2833.50], EntityCreeper['Creeper'/787, l='MpServer', x=-534.54, y=26.00, z=2836.18], EntityBat['Bat'/788, l='MpServer', x=-532.46, y=46.46, z=2824.58], EntityBat['Bat'/789, l='MpServer', x=-529.60, y=51.10, z=2841.96], EntityRat['Rat'/793, l='MpServer', x=-481.76, y=11.00, z=2783.31], EntityWitch['Witch'/794, l='MpServer', x=-488.30, y=17.00, z=2768.82], EntityRat['Rat'/795, l='MpServer', x=-491.76, y=17.00, z=2773.10], EntityCreeper['Creeper'/796, l='MpServer', x=-479.50, y=28.00, z=2755.50], EntityBat['Bat'/797, l='MpServer', x=-461.00, y=52.05, z=2741.77], EntityRat['Rat'/801, l='MpServer', x=-533.57, y=14.00, z=2827.86], EntityRat['Rat'/802, l='MpServer', x=-541.76, y=17.00, z=2821.24], EntityRat['Rat'/1314, l='MpServer', x=-504.25, y=22.00, z=2845.30], EntitySpider['Spider'/803, l='MpServer', x=-531.50, y=43.00, z=2826.50], EntityRat['Rat'/1315, l='MpServer', x=-510.25, y=20.00, z=2844.46], EntityRat['Rat'/804, l='MpServer', x=-512.11, y=12.00, z=2806.82], EntityRat['Rat'/1316, l='MpServer', x=-503.96, y=23.00, z=2845.55], EntityEnderman['Enderman'/805, l='MpServer', x=-500.59, y=39.00, z=2794.50], EntitySpider['Spider'/2085, l='MpServer', x=-473.58, y=72.00, z=2844.20], EntitySkeleton['Skeleton'/2086, l='MpServer', x=-480.50, y=72.00, z=2834.50], EntityRat['Rat'/1319, l='MpServer', x=-481.13, y=17.00, z=2821.11], EntityLantern['Lantern'/1320, l='MpServer', x=-494.50, y=73.32, z=2830.50], EntitySkeleton['Skeleton'/2088, l='MpServer', x=-479.50, y=72.00, z=2834.50], EntityRat['Rat'/1331, l='MpServer', x=-490.50, y=14.00, z=2801.50], EntityCreeper['Creeper'/1076, l='MpServer', x=-597.50, y=31.00, z=2703.50], EntityRat['Rat'/1332, l='MpServer', x=-482.50, y=11.00, z=2807.50], EntitySkeleton['Skeleton'/1333, l='MpServer', x=-495.50, y=12.00, z=2803.50], EntityRat['Rat'/821, l='MpServer', x=-592.27, y=29.00, z=2814.54], EntityLantern['Lantern'/1334, l='MpServer', x=-489.50, y=72.68, z=2800.50], EntityRat['Rat'/822, l='MpServer', x=-592.50, y=28.00, z=2805.50], EntityRat['Rat'/824, l='MpServer', x=-582.00, y=28.00, z=2795.24], EntityRat['Rat'/825, l='MpServer', x=-587.95, y=27.00, z=2799.30], EntityRat['Rat'/826, l='MpServer', x=-588.18, y=28.00, z=2795.55], EntityRat['Rat'/827, l='MpServer', x=-585.25, y=29.00, z=2791.24], EntityRat['Rat'/828, l='MpServer', x=-587.91, y=28.00, z=2796.16], EntitySkeleton['Skeleton'/1356, l='MpServer', x=-538.50, y=51.00, z=2859.50], EntityRat['Rat'/1358, l='MpServer', x=-525.25, y=14.00, z=2837.97], EntityRat['Rat'/1360, l='MpServer', x=-517.50, y=25.00, z=2844.50], EntityRat['Rat'/1363, l='MpServer', x=-518.50, y=18.00, z=2842.50], EntityEvilWizard['Wizard'/1364, l='MpServer', x=-520.50, y=17.00, z=2847.50], EntityRat['Rat'/856, l='MpServer', x=-574.44, y=21.00, z=2765.41], EntityEvilWizard['Wizard'/857, l='MpServer', x=-553.50, y=29.00, z=2742.50], EntityButterfly['Brimstone Moth'/858, l='MpServer', x=-534.25, y=65.00, z=2745.90], EntitySkeleton['Skeleton'/859, l='MpServer', x=-528.12, y=32.00, z=2726.53], EntityRat['Rat'/869, l='MpServer', x=-593.01, y=30.00, z=2789.94], EntityLantern['Lantern'/870, l='MpServer', x=-582.50, y=66.34, z=2777.50], EntityLantern['Lantern'/871, l='MpServer', x=-580.50, y=65.12, z=2776.50], GCEntityClientPlayerMP['Sir_Everard'/709, l='MpServer', x=-532.21, y=67.50, z=2781.56], EntityLatchedRenderer['unknown'/365, l='MpServer', x=8.50, y=65.00, z=8.50], EntityCreeper['Creeper'/1393, l='MpServer', x=-485.55, y=21.00, z=2854.15], EntityRat['Rat'/1395, l='MpServer', x=-474.07, y=14.00, z=2834.95], EntityRat['Rat'/1396, l='MpServer', x=-474.32, y=14.00, z=2835.89], EntityRat['Rat'/1397, l='MpServer', x=-473.50, y=15.00, z=2836.50], EntityRat['Rat'/1398, l='MpServer', x=-468.91, y=39.00, z=2838.75], EntitySpider['Spider'/887, l='MpServer', x=-532.92, y=20.00, z=2708.04], EntityBat['Bat'/888, l='MpServer', x=-527.44, y=18.95, z=2721.09], EntityLantern['Lantern'/889, l='MpServer', x=-544.50, y=71.00, z=2797.50], EntityItem['item.tile.dirt.silty_dirt'/890, l='MpServer', x=-557.88, y=64.00, z=2785.77], EntityButterfly['Leopard Lacewing'/891, l='MpServer', x=-529.35, y=74.00, z=2759.20], EntityButterfly['Postman'/892, l='MpServer', x=-513.25, y=92.00, z=2755.75], EntityButterfly['Speckled Wood'/893, l='MpServer', x=-513.25, y=92.00, z=2755.65], EntityButterfly['Diana Fritillary'/894, l='MpServer', x=-536.72, y=82.72, z=2747.78], EntityArmorStand['Armor Stand'/895, l='MpServer', x=-513.50, y=130.00, z=2765.50], EntityBat['Bat'/903, l='MpServer', x=-563.82, y=56.10, z=2812.69], EntityLantern['Lantern'/906, l='MpServer', x=-527.50, y=70.71, z=2745.50], EntityRat['Rat'/907, l='MpServer', x=-587.85, y=27.00, z=2801.20], EntityRat['Rat'/908, l='MpServer', x=-588.50, y=27.00, z=2800.50], EntityLantern['Lantern'/909, l='MpServer', x=-532.50, y=69.97, z=2761.50], EntityLantern['Lantern'/910, l='MpServer', x=-531.50, y=70.58, z=2761.50], EntityLantern['Lantern'/911, l='MpServer', x=-530.50, y=69.62, z=2761.50], EntityBat['Bat'/1680, l='MpServer', x=-494.69, y=15.57, z=2806.17], EntityWitch['Witch'/930, l='MpServer', x=-528.50, y=14.00, z=2740.50], EntityButterfly['Leopard Lacewing'/931, l='MpServer', x=-536.25, y=64.00, z=2745.75], EntityLantern['Lantern'/932, l='MpServer', x=-528.50, y=71.77, z=2747.50], EntityNightmare['Burnard'/933, l='MpServer', x=-515.95, y=66.00, z=2715.96], EntityZombie['Zombie'/1445, l='MpServer', x=-505.30, y=44.29, z=2859.70], EntitySkeleton['Skeleton'/1446, l='MpServer', x=-498.50, y=65.00, z=2853.50], EntityRat['Rat'/1447, l='MpServer', x=-484.25, y=20.00, z=2843.24], EntityRat['Rat'/1448, l='MpServer', x=-486.76, y=22.00, z=2841.24], EntityRat['Rat'/1449, l='MpServer', x=-482.50, y=22.00, z=2845.50], EntitySkeleton['Burntoasto'/1450, l='MpServer', x=-484.61, y=22.00, z=2841.63], EntityRat['Rat'/1452, l='MpServer', x=-476.35, y=15.00, z=2824.38], EntitySpider['Spider'/940, l='MpServer', x=-607.50, y=13.00, z=2731.50], EntityRat['Rat'/1453, l='MpServer', x=-475.76, y=14.00, z=2828.85], EntityRat['Rat'/941, l='MpServer', x=-594.72, y=26.00, z=2720.51], EntityRat['Rat'/1454, l='MpServer', x=-474.67, y=14.00, z=2830.09], EntityMinecartChest['Minecart with Chest'/943, l='MpServer', x=-578.89, y=37.00, z=2707.75], EntityWitch['Witch'/1716, l='MpServer', x=-512.26, y=12.00, z=2792.49], EntityZombie['Zombie'/1463, l='MpServer', x=-490.50, y=58.00, z=2843.50], EntityZombie['Zombie'/1464, l='MpServer', x=-493.50, y=58.00, z=2840.50], EntityZombie['Zombie'/1722, l='MpServer', x=-468.50, y=68.00, z=2737.50], EntitySkeleton['Skeleton'/1724, l='MpServer', x=-493.79, y=14.00, z=2814.50], EntityEnderman['Enderman'/1472, l='MpServer', x=-600.50, y=22.00, z=2750.50], EntityCreeper['Creeper'/960, l='MpServer', x=-605.50, y=16.00, z=2716.50], EntityZombie['Zombie'/961, l='MpServer', x=-605.52, y=26.00, z=2710.26], EntityEnderman['Enderman'/963, l='MpServer', x=-591.67, y=40.00, z=2712.53], EntitySpider['Spider'/1732, l='MpServer', x=-608.00, y=71.00, z=2850.94], EntitySkeleton['Skeleton'/710, l='MpServer', x=-496.50, y=15.00, z=2778.50], EntityBat['Bat'/711, l='MpServer', x=-497.82, y=46.11, z=2777.93], EntitySkeleton['Skeleton'/712, l='MpServer', x=-482.50, y=28.00, z=2753.50], EntitySkeleton['Skeleton'/713, l='MpServer', x=-480.50, y=28.00, z=2752.50], EntitySkeleton['Skeleton'/714, l='MpServer', x=-481.50, y=28.00, z=2752.50], EntitySpider['Spider'/715, l='MpServer', x=-465.00, y=54.00, z=2732.04], EntityRat['Rat'/716, l='MpServer', x=-574.27, y=50.00, z=2845.50], EntitySpider['Spider'/717, l='MpServer', x=-566.30, y=64.10, z=2843.70], EntityLantern['Lantern'/730, l='MpServer', x=-479.50, y=28.39, z=2731.50], EntityCreeper['Creeper'/731, l='MpServer', x=-459.50, y=49.00, z=2709.50], EntityCreeper['Creeper'/732, l='MpServer', x=-456.85, y=49.00, z=2709.19], EntityLantern['Lantern'/989, l='MpServer', x=-592.50, y=64.37, z=2782.50], EntityLantern['Lantern'/734, l='MpServer', x=-540.50, y=71.38, z=2796.50], EntityLantern['Lantern'/1758, l='MpServer', x=-468.50, y=55.93, z=2738.50], EntityLantern['Lantern'/990, l='MpServer', x=-594.50, y=64.43, z=2779.50], EntityButterfly['Brimstone Moth'/735, l='MpServer', x=-511.63, y=89.00, z=2754.75], EntityLantern['Lantern'/1759, l='MpServer', x=-468.50, y=56.80, z=2737.50], EntityArmorStand['Armor Stand'/736, l='MpServer', x=-510.50, y=133.00, z=2764.50], EntityArmorStand['Armor Stand'/737, l='MpServer', x=-505.50, y=129.50, z=2758.50], EntityRat['Rat'/745, l='MpServer', x=-578.75, y=51.00, z=2844.17], EntityRat['Rat'/746, l='MpServer', x=-573.50, y=11.00, z=2827.50], EntityRat['Rat'/747, l='MpServer', x=-573.50, y=11.00, z=2825.50], EntityCreeper['Creeper'/748, l='MpServer', x=-573.50, y=11.00, z=2824.50], EntityWroughtnaut['Ferrous Wroughtnaut'/750, l='MpServer', x=-562.50, y=52.00, z=2816.50], EntityRat['Rat'/758, l='MpServer', x=-473.50, y=15.00, z=2718.27], EntityLantern['Lantern'/762, l='MpServer', x=-526.50, y=75.32, z=2825.50], EntityLantern['Lantern'/763, l='MpServer', x=-524.50, y=75.13, z=2824.50], EntityLantern['Lantern'/764, l='MpServer', x=-525.50, y=76.47, z=2826.50], EntityRat['Rat'/765, l='MpServer', x=-506.11, y=11.00, z=2814.75], EntityRat['Rat'/766, l='MpServer', x=-496.37, y=13.00, z=2808.13], EntityLantern['Lantern'/767, l='MpServer', x=-494.50, y=72.08, z=2799.50]]
    Retry entities: 1 total; [EntityLatchedRenderer['unknown'/365, l='MpServer', x=8.50, y=65.00, z=8.50]]
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2987761928 bytes (2849 MB) / 5818023936 bytes (5548 MB) up to 9306112000 bytes (8875 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9984m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 200 mods loaded, 199 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                                | Version              | Source                                              | Signature                                |
    |:------ |:--------------------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                         | 1.12.2               | minecraft.jar                                       | None                                     |
    | LCHIJA | mcp                               | 9.42                 | minecraft.jar                                       | None                                     |
    | LCHIJA | FML                               | 8.0.99.99            | forge-1.12.2-14.23.5.2847.jar                       | None                                     |
    | LCHIJA | forge                             | 14.23.5.2847         | forge-1.12.2-14.23.5.2847.jar                       | None                                     |
    | LCHIJA | micdoodlecore                     |                      | minecraft.jar                                       | None                                     |
    | LCHIJA | openmodscore                      | 0.12.2               | minecraft.jar                                       | None                                     |
    | LCHIJA | bnbgamingcore                     | 0.11.0               | minecraft.jar                                       | None                                     |
    | LCHIJA | foamfixcore                       | 7.7.4                | minecraft.jar                                       | None                                     |
    | LCHIJA | obfuscate                         | 0.2.6                | minecraft.jar                                       | None                                     |
    | LCHIJA | oresheepmod                       | v4.0.3               | 1.12.2-OreSheepMod-v4.0.3.jar                       | None                                     |
    | LCHIJA | absentbydesign                    | 1.12.2-1.0.4         | absentbydesign-1.12.2-1.0.4.jar                     | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
    | LCHIJA | aiimprovements                    | 0.0.1.3              | AIImprovements-1.12-0.0.1b3.jar                     | None                                     |
    | LCHIJA | forgelin                          | 1.8.4                | Forgelin-1.8.4.jar                                  | None                                     |
    | LCHIJA | alib                              | 1.0.12               | alib-1.0.12.jar                                     | None                                     |
    | LCHIJA | crafttweaker                      | 4.1.19               | CraftTweaker2-1.12-4.1.19.jar                       | None                                     |
    | LCHIJA | alchemistry                       | 1.0.36               | alchemistry-1.0.36.jar                              | None                                     |
    | LCHIJA | codechickenlib                    | 3.2.3.358            | CodeChickenLib-1.12.2-3.2.3.358-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | ancientwarfare                    | 1.12.2-2.7.0.772     | ancientwarfare-1.12.2-2.7.0.772.jar                 | None                                     |
    | LCHIJA | ancientwarfarestructure           | 1.12.2-2.7.0.772     | ancientwarfare-1.12.2-2.7.0.772.jar                 | None                                     |
    | LCHIJA | ancientwarfarevehicle             | 1.12.2-2.7.0.772     | ancientwarfare-1.12.2-2.7.0.772.jar                 | None                                     |
    | LCHIJA | ancientwarfarenpc                 | 1.12.2-2.7.0.772     | ancientwarfare-1.12.2-2.7.0.772.jar                 | None                                     |
    | LCHIJA | redstoneflux                      | 2.1.0                | RedstoneFlux-1.12-2.1.0.6-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | ancientwarfareautomation          | 1.12.2-2.7.0.772     | ancientwarfare-1.12.2-2.7.0.772.jar                 | None                                     |
    | LCHIJA | placebo                           | 1.6.0                | Placebo-1.12.2-1.6.0.jar                            | None                                     |
    | LCHIJA | apotheosis                        | 1.12.4               | Apotheosis-1.12.2-1.12.4.jar                        | None                                     |
    | LCHIJA | endertweaker                      | 1.1.7                | EnderTweaker-1.12.2-1.1.7.jar                       | None                                     |
    | LCHIJA | mtlib                             | 3.0.6                | MTLib-3.0.6.jar                                     | None                                     |
    | LCHIJA | modtweaker                        | 4.0.17               | modtweaker-4.0.17.jar                               | None                                     |
    | LCHIJA | jei                               | 4.15.0.292           | jei_1.12.2-4.15.0.292.jar                           | None                                     |
    | LCHIJA | appleskin                         | 1.0.9                | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
    | LCHIJA | architecturecraft                 | @VERSION@            | architecturecraft-1.12-3.98.jar                     | None                                     |
    | LCHIJA | aroma1997core                     | 2.0.0.2.b165         | Aroma1997Core-1.12.2-2.0.0.2.b165.jar               | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | aroma1997sdimension               | 2.0.0.2.b96          | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b96.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | aromabackup                       | 3.0.0.0.b129         | AromaBackup-1.12.2-3.0.0.0.b129.jar                 | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | aromabackuprecovery               | 3.0.0.0.b129         | AromaBackup-1.12.2-3.0.0.0.b129.jar                 | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCHIJA | baubles                           | 1.5.2                | Baubles-1.12-1.5.2.jar                              | None                                     |
    | LCHIJA | astralsorcery                     | 1.10.20              | astralsorcery-1.12.2-1.10.20.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCHIJA | bdlib                             | 1.14.3.12            | bdlib-1.14.3.12-mc1.12.2.jar                        | None                                     |
    | LCHIJA | betteradvancements                | 0.1.0.77             | BetterAdvancements-1.12.2-0.1.0.77.jar              | None                                     |
    | LCHIJA | bettercaves                       | 1.12.2               | bettercaves-1.12.2-1.5.1.jar                        | None                                     |
    | LCHIJA | biomesoplenty                     | 7.0.1.2443           | BiomesOPlenty-1.12.2-7.0.1.2443-universal.jar       | None                                     |
    | LCHIJA | blockcraftery                     | 1.12.2-1.3.1         | blockcraftery-1.12.2-1.3.1.jar                      | None                                     |
    | LCHIJA | bnbgaminglib                      | 2.17.6               | BNBGamingLib-1.12.2-2.17.6.jar                      | None                                     |
    | LCHIJA | bookshelf                         | 2.3.589              | Bookshelf-1.12.2-2.3.589.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | botania                           | r1.10-362            | Botania r1.10-362.jar                               | None                                     |
    | LCHIJA | buildinggadgets                   | 2.7.4                | BuildingGadgets-2.7.4.jar                           | None                                     |
    | LCHIJA | calmdownzombieguy                 | 1.6.4                | CalmDownZombieGuy-1.12.2-1.6.4.jar                  | None                                     |
    | LCHIJA | forestry                          | 5.8.2.409            | forestry_1.12.2-5.8.2.409.jar                       | None                                     |
    | LCHIJA | careerbees                        | 1.0                  | careerbees-0.4.0.jar                                | None                                     |
    | LCHIJA | cctweaked                         | 1.85.0               | cc-tweaked-1.12.2-1.85.0.jar                        | None                                     |
    | LCHIJA | computercraft                     | 1.85.0               | cc-tweaked-1.12.2-1.85.0.jar                        | None                                     |
    | LCHIJA | cd4017be_lib                      | 6.4.13               | CD4017BE_lib-1.12.2-6.4.13.jar                      | None                                     |
    | LCHIJA | chancecubes                       | 1.12.2-4.1.0.300     | ChanceCubes-1.12.2-4.1.0.300.jar                    | None                                     |
    | LCHIJA | ctm                               | MC1.12.2-1.0.0.29    | CTM-MC1.12.2-1.0.0.29.jar                           | None                                     |
    | LCHIJA | chisel                            | MC1.12.2-1.0.1.44    | Chisel-MC1.12.2-1.0.1.44.jar                        | None                                     |
    | LCHIJA | chococraft                        | 0.9.8.0              | chococraft_1.12.2-0.9.8.0.jar                       | None                                     |
    | LCHIJA | clickmachine                      | 1.2.0                | ClickMachine-1.12.2-1.2.0.jar                       | None                                     |
    | LCHIJA | clienttweaks                      | 3.1.11               | ClientTweaks_1.12.2-3.1.11.jar                      | None                                     |
    | LCHIJA | clumps                            | 3.1.2                | Clumps-3.1.2.jar                                    | None                                     |
    | LCHIJA | fbp                               | 2.4.1                | FancyBlockParticles-1.12.x-2.4.1.jar                | None                                     |
    | LCHIJA | pdp                               | 1.12.2-1.2.4         | ProportionalDestructionParticles-1.12.2-1.2.4.jar   | None                                     |
    | LCHIJA | cofhcore                          | 4.6.3                | CoFHCore-1.12.2-4.6.3.27-universal.jar              | None                                     |
    | LCHIJA | cofhworld                         | 1.3.1                | CoFHWorld-1.12.2-1.3.1.7-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | cyclopscore                       | 1.5.1                | CyclopsCore-1.12.2-1.5.1.jar                        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | colossalchests                    | 1.7.3                | ColossalChests-1.12.2-1.7.3.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | colouredtooltips                  | 1.0.9                | ColouredTooltips-1.12.2-1.0.9.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | contentcreatorintegration         | 1.2.1                | ContentCreatorIntegration-1.12.2-1.2.1.jar          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | controlling                       | 3.0.7                | Controlling-3.0.7.jar                               | None                                     |
    | LCHIJA | cookingforblockheads              | 6.4.71               | CookingForBlockheads_1.12.2-6.4.71.jar              | None                                     |
    | LCHIJA | craftingstation                   | @VERSION@            | craftingstation-0.1.7b.jar                          | None                                     |
    | LCHIJA | ctgui                             | 1.0.0                | CraftTweaker2-1.12-4.1.19.jar                       | None                                     |
    | LCHIJA | crafttweakerjei                   | 2.0.3                | CraftTweaker2-1.12-4.1.19.jar                       | None                                     |
    | LCHIJA | cucumber                          | 1.1.3                | Cucumber-1.12.2-1.1.3.jar                           | None                                     |
    | LCHIJA | culinaryconstruct                 | 1.3.3.1              | culinaryconstruct-1.3.3.1.jar                       | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCHIJA | modcurrency                       | 1.12-1.3.11          | Currency-1.12.0-1.3.11.jar                          | None                                     |
    | LCHIJA | custommainmenu                    | 2.0.9                | CustomMainMenu-MC1.12.2-2.0.9.jar                   | None                                     |
    | LCHIJA | debugserverinfo                   | 1.0.5                | DebugServerInfo-1.12.2-1.0.5.jar                    | None                                     |
    | LCHIJA | journeymap                        | 1.12.2-5.5.5         | journeymap-1.12.2-5.5.5.jar                         | None                                     |
    | LCHIJA | defaultoptions                    | 9.2.8                | DefaultOptions_1.12.2-9.2.8.jar                     | None                                     |
    | LCHIJA | dimstack                          | 1.12.2-1.2.1         | DimStack-1.12.2-1.2.1.jar                           | None                                     |
    | LCHIJA | ebwizardry                        | 4.2.5                | ElectroblobsWizardry-4.2.5-MC1.12.2.jar             | None                                     |
    | LCHIJA | csb_ench_table                    | 1.1.3                | EnchantingTable-1.12-1.1.3.jar                      | None                                     |
    | LCHIJA | enchdesc                          | 1.1.19               | EnchantmentDescriptions-1.12.2-1.1.19.jar           | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | endercore                         | 1.12.2-0.5.73        | EnderCore-1.12.2-0.5.73.jar                         | None                                     |
    | LCHIJA | thermalfoundation                 | 2.6.3                | ThermalFoundation-1.12.2-2.6.3.27-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalexpansion                  | 5.5.4                | ThermalExpansion-1.12.2-5.5.4.43-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | enderio                           | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderiointegrationtic             | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderiobase                       | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderioconduits                   | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderioconduitsopencomputers      | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | refinedstorage                    | 1.6.15               | refinedstorage-1.6.15.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LCHIJA | enderioconduitsrefinedstorage     | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderiointegrationforestry        | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderiointegrationticlate         | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | ftblib                            | 5.4.4.5              | FTBLib-5.4.4.5.jar                                  | None                                     |
    | LCHIJA | enderiomachines                   | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | enderiopowertools                 | 5.1.52               | EnderIO-1.12.2-5.1.52.jar                           | None                                     |
    | LCHIJA | tombstone                         | 3.6.2                | tombstone-3.6.2-1.12.2.jar                          | None                                     |
    | LCHIJA | erebus                            | 1.0.31               | Erebus-1.0.31.jar                                   | None                                     |
    | LCHIJA | fasterladderclimbing              | 0.1-146              | FasterLadderClimbing-1.12-0.1-146.jar               | None                                     |
    | LCHIJA | fastfurnace                       | 1.3.1                | FastFurnace-1.12.2-1.3.1.jar                        | None                                     |
    | LCHIJA | fastleafdecay                     | v14                  | FastLeafDecay-v14.jar                               | None                                     |
    | LCHIJA | fastbench                         | 1.7.2                | FastWorkbench-1.12.2-1.7.2.jar                      | None                                     |
    | LCHIJA | findme                            | 1.1.0                | findme-1.12.2-1.1.0-8.jar                           | None                                     |
    | LCHIJA | foamfix                           | 0.10.8-1.12.2        | foamfix-0.10.8-1.12.2.jar                           | None                                     |
    | LCHIJA | ftbutilities                      | 5.4.0.124            | FTBUtilities-5.4.0.124.jar                          | None                                     |
    | LCHIJA | funkylocomotion                   | 1.0                  | funky-locomotion-1.12.2-1.1.2.jar                   | None                                     |
    | LCHIJA | cfm                               | 6.3.1                | furniture-6.3.1-1.12.2.jar                          | None                                     |
    | LCHIJA | galacticraftcore                  | 4.0.2.238            | GalacticraftCore-1.12.2-4.0.2.238.jar               | None                                     |
    | LCHIJA | galacticraftplanets               | 4.0.2.238            | Galacticraft-Planets-1.12.2-4.0.2.238.jar           | None                                     |
    | LCHIJA | gamestages                        | 2.0.117              | GameStages-1.12.2-2.0.117.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | gendustry                         | 1.6.5.8              | gendustry-1.6.5.8-mc1.12.2.jar                      | None                                     |
    | LCHIJA | gendustryjei                      | 1.0.2                | gendustryjei-1.0.2.jar                              | None                                     |
    | LCHIJA | geographicraft                    | 0.8.7                | GeographiCraft-1.12-0.8.9b.jar                      | None                                     |
    | LCHIJA | waila                             | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                         | None                                     |
    | LCHIJA | icbmclassic                       | 1.12.2-3.3.0.65      | ICBM-classic-1.12.2-3.3.0b65.jar                    | None                                     |
    | LCHIJA | ichunutil                         | 7.2.2                | iChunUtil-1.12.2-7.2.2.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | ido                               | 1.0.6                | ido-1.12.2-1.1.0.jar                                | None                                     |
    | LCHIJA | incontrol                         | 3.9.16               | incontrol-1.12-3.9.16.jar                           | None                                     |
    | LCHIJA | inventorytweaks                   | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar                    | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironjetpacks                      | 1.1.0                | IronJetpacks-1.12-2-1.1.0.jar                       | None                                     |
    | LCHIJA | jeibees                           | 0.9.0.5              | jeibees-0.9.0.5-mc1.12.2.jar                        | None                                     |
    | LCHIJA | literalascension                  | 1.12.2-1.0.2.2       | literalascension-1.12.2-2.0.0.0.jar                 | None                                     |
    | LCHIJA | loadingscreens                    | 0.3.1                | LoadingScreens-1.12.2-0.3.1.jar                     | None                                     |
    | LCHIJA | logisticspipes                    | 0.10.2.212           | logisticspipes-0.10.2.212.jar                       | e0c86912b2f7cc0cc646ad57799574aea43dbd45 |
    | LCHIJA | lttweaker                         | 1.1.17               | LootTableTweaker-1.12.2-1.1.17.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | magicbees                         | 1.0                  | MagicBees-1.12.2-3.1.10.jar                         | None                                     |
    | LCHIJA | mcjtylib_ng                       | 3.5.4                | mcjtylib-1.12-3.5.4.jar                             | None                                     |
    | LCHIJA | mclib                             | 1.0.3                | mclib-1.0.3-1.12.2.jar                              | None                                     |
    | LCHIJA | megaloot                          | 0.2.40               | megaloot-1.12.2-0.2.40.jar                          | None                                     |
    | LCHIJA | mercurius                         | 1.0.6                | Mercurius-1.12.2.jar                                | None                                     |
    | LCHIJA | metamorph                         | 1.1.9                | metamorph-1.1.9-1.12.2.jar                          | None                                     |
    | LCHIJA | mobstages                         | 2.0.13               | MobStages-1.12.2-2.0.13.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | numina                            | 1.12.2-1.0.38        | Numina-1.12.2-1.0.38.jar                            | None                                     |
    | LCHIJA | powersuits                        | 1.12.2-1.0.46        | ModularPowersuits-1.12.2-1.0.46.jar                 | None                                     |
    | LCHIJA | morebees                          | 1.12.2-2.0.1         | morebees-1.12.2-2.0.1.jar                           | None                                     |
    | LCHIJA | moreoverlays                      | 1.15.1               | moreoverlays-1.15.1-mc1.12.2.jar                    | None                                     |
    | LCHIJA | morpheus                          | 1.12.2-3.5.106       | Morpheus-1.12.2-3.5.106.jar                         | None                                     |
    | LCHIJA | mousetweaks                       | 2.10                 | MouseTweaks-2.10-mc1.12.2.jar                       | None                                     |
    | LCHIJA | llibrary                          | 1.7.19               | llibrary-1.7.19-1.12.2.jar                          | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCHIJA | mowziesmobs                       | 1.5.4                | mowziesmobs-1.5.4.jar                               | None                                     |
    | LCHIJA | mputils                           | 1.5.6                | MPUtils-1.12.2-1.5.7.jar                            | None                                     |
    | LCHIJA | mpbasic                           | 1.4.7                | mpbasic-1.12.2-1.4.11.jar                           | None                                     |
    | LCHIJA | nonetherportals                   | 1.0.0                | nonetherPortals_v1.0.0formc1.12.2.jar               | None                                     |
    | LCHIJA | noworldgen5you                    | 1.0.8                | NoWorldgen5You-1.12.2-1.0.8.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | omlib                             | 3.1.3-246            | omlib-1.12.2-3.1.3-246.jar                          | None                                     |
    | LCHIJA | ompd                              | 3.1.0-61             | ompd-1.12.2-3.1.0-61.jar                            | None                                     |
    | LCHIJA | openmods                          | 0.12.2               | OpenModsLib-1.12.2-0.12.2.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openblocks                        | 1.8.1                | OpenBlocks-1.12.2-1.8.1.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openmodularturrets                | 3.1.4-356            | openmodularturrets-1.12.2-3.1.4-356.jar             | None                                     |
    | LCHIJA | oreexcavation                     | 1.4.143              | OreExcavation-1.4.143.jar                           | None                                     |
    | LCHIJA | orespawn                          | 3.3.1                | OreSpawn-1.12-3.3.1.172.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | harvestcraft                      | 1.12.2zb             | Pam's HarvestCraft 1.12.2zf.jar                     | None                                     |
    | LCHIJA | parrotpower                       | 1.12.2               | parrotpower-1.3.4.jar                               | None                                     |
    | LCHIJA | patchouli                         | 1.0-20               | Patchouli-1.0-20.jar                                | None                                     |
    | LCHIJA | plummet                           | 1.0.0                | Plummet-1.12.2-1.0.0.jar                            | None                                     |
    | LCHIJA | pneumaticcraft                    | 1.12.2-0.11.7-375    | pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar  | None                                     |
    | LCHIJA | pogosticks                        | 1.3.1                | PogoSticks-1.12.2-1.3.1.jar                         | None                                     |
    | LCHIJA | portalgun                         | 7.1.0                | PortalGun-1.12.2-7.1.0.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | rats                              | 3.2.4                | rats-3.2.4.jar                                      | None                                     |
    | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796     | Reliquary-1.12.2-1.3.4.796.jar                      | None                                     |
    | LCHIJA | resourceloader                    | 1.5.3                | ResourceLoader-MC1.12.1-1.5.3.jar                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | additionalstructures              | 2.3.1                | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar    | None                                     |
    | LCHIJA | rftools                           | 7.72                 | rftools-1.12-7.72.jar                               | None                                     |
    | LCHIJA | rftoolsdim                        | 5.71                 | rftoolsdim-1.12-5.71.jar                            | None                                     |
    | LCHIJA | rootsclassic                      | 1.12.2-1.1.5         | RootsClassic-1.12.2-1.1.5.jar                       | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
    | LCHIJA | silentlib                         | 3.0.13               | SilentLib-1.12.2-3.0.13+167.jar                     | None                                     |
    | LCHIJA | silentgear                        | 0.6.5                | SilentGear-1.12.2-0.6.7+76.jar                      | None                                     |
    | LCHIJA | stackable                         | 1.3.3                | stackable-1.12.2-1.3.3.jar                          | None                                     |
    | LCHIJA | stg                               | 1.12.2-1.2.3         | stg-1.12.2-1.2.3.jar                                | None                                     |
    | LCHIJA | sasit                             | 1.1.32               | StuffASockInIt-1.12.2-1.1.32.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | supersoundmuffler                 | 1.0.2.10             | supersoundmuffler-1.12.2-1.0.2.10.jar               | None                                     |
    | LCHIJA | tallgates                         | 1.0.0                | TallGates-1.12.2-1.0.0.1.jar                        | None                                     |
    | LCHIJA | beneath                           | 1.6.0                | The Beneath-1.12.2-1.6.0.jar                        | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LCHIJA | thermalcultivation                | 0.3.3                | ThermalCultivation-1.12.2-0.3.3.12-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermaldynamics                   | 2.5.5                | ThermalDynamics-1.12.2-2.5.5.21-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalinnovation                 | 0.3.3                | ThermalInnovation-1.12.2-0.3.3.12-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | tipthescales                      | 1.0.4                | TipTheScales-1.12.2-1.0.4.jar                       | None                                     |
    | LCHIJA | toastcontrol                      | 1.8.1                | Toast Control-1.12.2-1.8.1.jar                      | None                                     |
    | LCHIJA | toolbelt                          | 1.9.12               | ToolBelt-1.12.2-1.9.12.jar                          | None                                     |
    | LCHIJA | topography                        | 1.10.1               | Topography-1.12.2-1.10.1.jar                        | None                                     |
    | LCHIJA | trashslot                         | 8.4.10               | TrashSlot_1.12.2-8.4.10.jar                         | None                                     |
    | LCHIJA | travellersbackpack                | 1.0.20.20            | TravellersBackpack-1.12.2-1.0.20.20.jar             | None                                     |
    | LCHIJA | triumph                           | 3.19.2               | Triumph-1.12.2-3.19.2.jar                           | None                                     |
    | LCHIJA | twilightforest                    | 3.10.1013            | twilightforest-1.12.2-3.10.1013-universal.jar       | None                                     |
    | LCHIJA | ultimate_unicorn_mod              | 1.5.16               | ultimate_unicorn_mod-1.12.2-1.5.16.jar              | None                                     |
    | LCHIJA | vehicle                           | 0.41.1               | vehicle-mod-0.41.1-1.12.2.jar                       | None                                     |
    | LCHIJA | wawla                             | 2.5.273              | Wawla-1.12.2-2.5.273.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | waystones                         | 4.0.72               | Waystones_1.12.2-4.0.72.jar                         | None                                     |
    | LCHIJA | xnet                              | 1.8.2                | xnet-1.12-1.8.2.jar                                 | None                                     |
    | LCHIJA | zenstages                         | 0.4.1-19             | zenstages-0.4.1-19.jar                              | None                                     |
    | LCHIJA | densemetals                       | 2.0.0                | DenseMetals-1.12.2-2.0.0.30.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | phosphor-lighting                 | 1.12.2-0.2.6         | phosphor-1.12.2-0.2.6+build50-universal.jar         | f0387d288626cc2d937daa504e74af570c52a2f1 |
    | LCHIJA | reauth                            | 3.6.0                | reauth-3.6.0.jar                                    | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | LCHIJA | rtg                               | 6.1.0.0-snapshot.1   | RTG-1.12.2-6.1.0.0-snapshot.1.jar                   | None                                     |
    | LCHIJA | thebetweenlands                   | 3.5.4                | TheBetweenlands-3.5.4-universal.jar                 | 38067d6878811efb38b6a045521cfd80b9b60b38 |
    | LCHIJA | mysticallib                       | 1.12.2-1.4.0         | mysticallib-1.12.2-1.4.0.jar                        | None                                     |
    | UD     | mclib_core                        | 1.0.3                | minecraft.jar                                       | None                                     |

    Loaded coremods (and transformers): 
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.8-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  team.chisel.ctm.client.asm.CTMTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

EIOP (EIOP-1.12.2-1.0.1.jar)
  shadows.eiop.asm.RecipeFactoryTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  invtweaks.forge.asm.ContainerTransformer
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
  com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
McLib core mod (mclib-1.0.3-1.12.2.jar)
  mchorse.mclib.core.McLibCMClassTransformer
ratscore (rats-3.2.4.jar)
  com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
AstralCore (astralsorcery-1.12.2-1.10.20.jar)

llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ApotheosisCore (Apotheosis-1.12.2-1.12.4.jar)
  shadows.ApotheosisTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)

BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
LogisticsPipesCoreLoader (logisticspipes-0.10.2.212.jar)
  logisticspipes.asm.LogisticsClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)

MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.238.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.12' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    List of loaded APIs: 
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * betteradvancements|API (0.0.11) from Triumph-1.12.2-3.19.2.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * BetweenlandsAPI (1.12.6) from TheBetweenlands-3.5.4-universal.jar
        * BotaniaAPI (92) from parrotpower-1.3.4.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
        * ComputerCraft|API (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|FileSystem (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Lua (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Media (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Network (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Network|Wired (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Peripheral (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Permissions (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Redstone (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Turtle (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ComputerCraft|API|Turtle|Event (1.85.0) from cc-tweaked-1.12.2-1.85.0.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.0.29.jar
        * Culinary Construct API (1) from culinaryconstruct-1.3.3.1.jar
        * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.52.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.409.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.409.jar
        * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
        * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.2.238.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
        * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.292.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
        * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
        * PatchouliAPI (6) from Patchouli-1.0-20.jar
        * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.7-375.jar
        * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
        * rtgapi (1.0.0) from RTG-1.12.2-6.1.0.0-snapshot.1.jar
        * Thaumcraft|API (6.0.2) from parrotpower-1.3.4.jar
        * tombstone-api (1.0.4) from tombstone-3.6.2-1.12.2.jar
        * tombstone-api-capability (1.0.4) from tombstone-3.6.2-1.12.2.jar
        * tombstone-api-event (1.0.4) from tombstone-3.6.2-1.12.2.jar
        * tombstone-api-magic (1.0.4) from tombstone-3.6.2-1.12.2.jar
        * tombstone-api-recipe (1.0.4) from tombstone-3.6.2-1.12.2.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
    Ender IO: No known problems detected.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    forestry : Modules have been disabled in the config: BuildCraft 6 Fuels, TechReborn, rustic, Better With Mods, ImmersiveEngineering, BuildCraft 6 Recipes, Mail, Extra Utilities, Actually Additions, IndustrialCraft2, Mystical Agriculture, BuildCraft 6 Transport, Natura, BuildCraft 6 Statements
    Launched Version: forge-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.12, 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: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
ThatPolishKid99 commented 4 years ago

Hi, I’m slightly confused. Does this crash happen with Biomes o Plenty saplings, Forestry saplings, or both?

ChadKeating commented 4 years ago

It does not happen with Biomes O Plenty saplings but it does happen with Forestry ones

SirKnightBJ commented 4 years ago

I too am experiencing this bug while trying to farm "Hill Cherry Trees" from forestry. I am currently using Ancient Warfare 2 and Forestry in the modpack "Crackpack 3" By: darkosto.

crash-2020-02-12_21.15.29-server.txt

Chaise91 commented 4 years ago

I've experienced this same crash with Natura - Sakura Saplings.

At first, it happened when I shift clicked them into the farming station resources tab, then again when I reloaded, the Sakura saplings were in the inventory then manually placed vanilla oak saplings.

ThatPolishKid99 commented 3 years ago

Fixed in latest release