Jump to content

Recommended Posts

Posted

sorry for necro, but i have the same error

 

log:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  ForgelinPlugin (Forgelin-1.7.4.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  ModFixLC (ModFix-1.12.2-1.0.0.1.jar)
  AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  LoadingPlugin (Quark-r1.5-130.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.39.jar)
  llibrary (llibrary-core-1.0.8-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 9/29/18 2:44 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Iron Chest (ironchest)
Caused by: java.lang.ExceptionInInitializerError
    at cpw.mods.ironchest.client.ClientProxy.preInit(ClientProxy.java:39)
    at cpw.mods.ironchest.IronChest.preInit(IronChest.java:64)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    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)
Caused by: java.lang.NullPointerException
    at net.minecraft.entity.Entity.func_70107_b(Entity.java:359)
    at net.minecraft.entity.Entity.<init>(Entity.java:203)
    at net.minecraft.entity.item.EntityItem.<init>(EntityItem.java:73)
    at cpw.mods.ironchest.client.renderer.chest.TileEntityIronChestRenderer.<clinit>(TileEntityIronChestRenderer.java:43)
    ... 42 more


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

-- 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: 2878277568 bytes (2744 MB) / 4008706048 bytes (3823 MB) up to 11453595648 bytes (10923 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.4.2764 113 mods loaded, 113 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                                |
    |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
    | UCH   | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
    | UCH   | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
    | UCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.4.2764.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | forge                             | 14.23.4.2764             | forge-1.12.2-14.23.4.2764.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | micdoodlecore                     |                          | minecraft.jar                                      | None                                     |
    | UCH   | jei                               | 4.11.0.212               | jei_1.12.2-4.11.0.212.jar                          | None                                     |
    | UCH   | abyssalcraft                      | 1.9.4.13                 | AbyssalCraft-1.12.2-1.9.4.13.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | UCH   | actuallyadditions                 | 1.12.2-r141              | ActuallyAdditions-1.12.2-r141.jar                  | None                                     |
    | UCH   | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
    | UCH   | appliedenergistics2               | rv5-stable-11            | appliedenergistics2-rv5-stable-11.jar              | None                                     |
    | UCH   | aroma1997core                     | 2.0.0.0                  | Aroma1997Core-1.12.2-2.0.0.0.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | UCH   | aroma1997sdimension               | 1.3.0.0.b37              | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar  | None                                     |
    | UCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
    | UCH   | crafttweaker                      | 4.1.9                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
    | UCH   | astralsorcery                     | 1.9.4                    | astralsorcery-1.12.2-1.9.4.jar                     | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | UCH   | quark                             | r1.5-130                 | Quark-r1.5-130.jar                                 | None                                     |
    | UCH   | autoreglib                        | 1.3-20                   | AutoRegLib-1.3-20.jar                              | None                                     |
    | UCH   | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | UCH   | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
    | UCH   | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | UCH   | mantle                            | 1.12-1.3.2.24            | Mantle-1.12-1.3.2.24.jar                           | None                                     |
    | UCH   | natura                            | 1.12.2-4.3.2.62          | natura-1.12.2-4.3.2.62.jar                         | None                                     |
    | UCH   | forestry                          | 5.8.1.347                | forestry_1.12.2-5.8.1.347.jar                      | None                                     |
    | UCH   | binniecore                        | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | binniedesign                      | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | genetics                          | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | botany                            | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | extrabees                         | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | extratrees                        | 2.5.0.168                | binnie-mods-1.12.2-2.5.0.168.jar                   | None                                     |
    | UCH   | guideapi                          | 1.12-2.1.6-61            | Guide-API-1.12-2.1.6-61.jar                        | None                                     |
    | UCH   | bloodmagic                        | 1.12.2-2.3.3-101         | BloodMagic-1.12.2-2.3.3-101.jar                    | None                                     |
    | UCH   | thaumcraft                        | 6.1.BETA24               | Thaumcraft-1.12.2-6.1.BETA24.jar                   | None                                     |
    | UCH   | botania                           | r1.10-356                | Botania+r1.10-356.jar                              | None                                     |
    | UCH   | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH   | redstoneflux                      | 2.0.2                    | RedstoneFlux-1.12-2.0.2.3-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCH   | brandonscore                      | 2.4.5                    | BrandonsCore-1.12.2-2.4.5.176-universal.jar        | None                                     |
    | UCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
    | UCH   | ctm                               | MC1.12.2-0.3.2.18        | CTM-MC1.12.2-0.3.2.18.jar                          | None                                     |
    | UCH   | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
    | UCH   | chiselsandbits                    | 14.24                    | chiselsandbits-14.24.jar                           | None                                     |
    | UCH   | cofhcore                          | 4.5.3                    | CoFHCore-1.12.2-4.5.3.20-universal.jar             | None                                     |
    | UCH   | cofhworld                         | 1.2.0                    | CoFHWorld-1.12.2-1.2.0.5-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCH   | cyclopscore                       | 0.11.10                  | CyclopsCore-1.12.2-0.11.10.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCH   | commoncapabilities                | 1.4.0                    | CommonCapabilities-1.12-1.4.0.jar                  | None                                     |
    | UCH   | endercore                         | 1.12.2-0.5.39            | EnderCore-1.12.2-0.5.39.jar                        | None                                     |
    | UCH   | thermalfoundation                 | 2.5.0                    | ThermalFoundation-1.12.2-2.5.0.19-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCH   | draconicevolution                 | 2.3.15                   | Draconic-Evolution-1.12.2-2.3.15.312-universal.jar | None                                     |
    | UCH   | thermalexpansion                  | 5.5.0                    | ThermalExpansion-1.12.2-5.5.0.29-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCH   | enderio                           | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderiointegrationtic             | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | tconstruct                        | 1.12.2-2.10.1.87         | TConstruct-1.12.2-2.10.1.87.jar                    | None                                     |
    | UCH   | conarm                            | 1.1.1                    | conarm-1.12.2-1.1.1.jar                            | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | UCH   | cookingforblockheads              | 6.4.65                   | CookingForBlockheads_1.12.2-6.4.65.jar             | None                                     |
    | UCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
    | UCH   | crafttweakerjei                   | 2.0.2                    | CraftTweaker2-1.12-4.1.9.jar                       | None                                     |
    | UCH   | enderiobase                       | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderioconduits                   | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderioconduitsappliedenergistics | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | refinedstorage                    | 1.6.5                    | refinedstorage-1.6.5.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | UCH   | enderioconduitsopencomputers      | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderioconduitsrefinedstorage     | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderiointegrationforestry        | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderiointegrationticlate         | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | ftblib                            | 5.3.0.53                 | FTBLib-5.3.0.53.jar                                | None                                     |
    | UCH   | enderiomachines                   | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderiopowertools                 | 5.0.33                   | EnderIO-1.12.2-5.0.33.jar                          | None                                     |
    | UCH   | enderstorage                      | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCH   | evilcraft                         | 0.10.63                  | EvilCraft-1.12.2-0.10.63.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCH   | evilcraftcompat                   | 1.0.0                    | EvilCraft-1.12.2-0.10.63.jar                       | None                                     |
    | UCH   | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.4.jar                         | None                                     |
    | UCH   | forgelin                          | 1.7.4                    | Forgelin-1.7.4.jar                                 | None                                     |
    | UCH   | galacticraftcore                  | 4.0.1.181                | GalacticraftCore-1.12.2-4.0.1.181.jar              | None                                     |
    | UCH   | galacticraftplanets               | 4.0.1.181                | Galacticraft-Planets-1.12.2-4.0.1.181.jar          | None                                     |
    | UCH   | gendustry                         | 1.6.5.8                  | gendustry-1.6.5.8-mc1.12.2.jar                     | None                                     |
    | UCH   | gendustryjei                      | 1.0.2                    | gendustryjei-1.0.2.jar                             | None                                     |
    | UCH   | llibrary                          | 1.7.15                   | llibrary-1.7.15-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | UCH   | iceandfire                        | 1.5.2                    | iceandfire-1.5.2.jar                               | None                                     |
    | UCH   | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCH   | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.11.2-212.jar          | None                                     |
    | UCH   | integrateddynamics                | 0.11.17                  | IntegratedDynamics-1.12.2-0.11.17.jar              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | UCH   | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-0.11.17.jar              | None                                     |
    | UCH   | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UCH   | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
    | UCEE  | ironchest                         | 1.12.2-7.0.40.824        | ironchest-1.12.2-7.0.40.824.jar                    | None                                     |
    | UC    | journeymap                        | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                        | None                                     |
    | UC    | mcjtylib_ng                       | 3.0.5                    | mcjtylib-1.12-3.0.5.jar                            | None                                     |
    | UC    | metamorph                         | 1.1.6                    | metamorph-1.1.6-1.12.2.jar                         | None                                     |
    | UC    | morebees                          | 1.12.2-2.0.1             | morebees-1.12.2-2.0.1.jar                          | None                                     |
    | UC    | morpheus                          | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                            | None                                     |
    | UC    | oreexcavation                     | 1.4.129                  | OreExcavation-1.4.129.jar                          | None                                     |
    | UC    | outfox                            | 0.1.3                    | outfox-0.1.3-mc1.12.2.jar                          | None                                     |
    | UC    | harvestcraft                      | 1.12.2z                  | Pam's HarvestCraft 1.12.2z.jar                     | None                                     |
    | UC    | reborncore                        | 3.10.1.335               | RebornCore-1.12.2-3.10.1.335-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | UC    | rebornstorage                     | 1.0.0                    | RebornStorage-1.12.2-3.2.2.65.jar                  | None                                     |
    | UC    | rftools                           | 7.56                     | rftools-1.12-7.56.jar                              | None                                     |
    | UC    | rftoolscontrol                    | 1.9.1                    | rftoolsctrl-1.12-1.9.1.jar                         | None                                     |
    | UC    | rftoolsdim                        | 5.61                     | rftoolsdim-1.12-5.61.jar                           | None                                     |
    | UC    | rftoolspower                      | 1.1.1                    | rftoolspower-1.12-1.1.1.jar                        | None                                     |
    | UC    | stevescarts                       | 2.4.24.118               | StevesCarts-1.12.2-2.4.24.118.jar                  | None                                     |
    | UC    | storagedrawers                    | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                    | None                                     |
    | UC    | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
    | UC    | thaumicjei                        | 1.2.1                    | ThaumicJEI-1.12.2-1.5.3-20.jar                     | None                                     |
    | UC    | thermalcultivation                | 0.3.0                    | ThermalCultivation-1.12.2-0.3.0.7-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UC    | thermaldynamics                   | 2.5.1                    | ThermalDynamics-1.12.2-2.5.1.14-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UC    | thermalinnovation                 | 0.3.0                    | ThermalInnovation-1.12.2-0.3.0.7-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UC    | tinker_io                         | release 2.6.1            | tinker_io-1.12.2-release 2.6.1.jar                 | None                                     |
    | UC    | tinkersjei                        | 1.0                      | tinkersjei-1.0.jar                                 | None                                     |
    | UC    | tinkertoolleveling                | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar                | None                                     |
    | UC    | worleycaves                       | 1.3.0                    | worleycaves-1.3.0.jar                              | None                                     |
    | UC    | xnet                              | 1.7.4                    | xnet-1.12-1.7.4.jar                                | None                                     |
    | UC    | yoyos                             | 1.12.2-1.2.2.20          | yoyos_1.12.2-1.2.2.20.jar                          | None                                     |
    | UC    | immersiveengineering              | 0.12-85                  | ImmersiveEngineering-0.12-85.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | UC    | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |

    Loaded coremods (and transformers): 
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
ForgelinPlugin (Forgelin-1.7.4.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  team.chisel.ctm.client.asm.CTMTransformer
ModFixLC (ModFix-1.12.2-1.0.0.1.jar)
  modfix.ModFixCT
AstralCore (astralsorcery-1.12.2-1.9.4.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  
LoadingPlugin (Quark-r1.5-130.jar)
  vazkii.quark.base.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.39.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
llibrary (llibrary-core-1.0.8-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4736' Renderer: 'Intel(R) UHD Graphics 620'
    AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
    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)

    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)
        - chiselsandbitsIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * AbyssalCraftAPI (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Biome (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Block (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Caps (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Condition (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Disruption (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Energy (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Entity (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Event (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Integration (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Internal (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Item (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Necronomicon (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Recipe (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Ritual (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Spell (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * AbyssalCraftAPI|Structure (1.17.1) from AbyssalCraft-1.12.2-1.9.4.13.jar
        * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r141.jar
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
        * BotaniaAPI (91) from Botania+r1.10-356.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
        * ChiselsAndBitsAPI (14.24.0) from chiselsandbits-14.24.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.15.312-universal.jar
        * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.33.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.347.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.347.jar
        * Galacticraft API (1.1) from GalacticraftCore-1.12.2-4.0.1.181.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
        * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.6-61.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-85.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-85.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.2-212.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.17.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.11.0.212.jar
        * QuarkAPI (2) from Quark-r1.5-130.jar
        * reborncoreAPI (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar
        * reborncoreAPI|Power (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar
        * reborncoreAPI|Recipe (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar
        * reborncoreAPI|Tile (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar
        * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.24.118.jar
        * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.24.118.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
        * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA24.jar

Posted

Even if you think you "have the same issue", do not hijack a thread, make your own.

I have split your reply into its own topic.

  • Like 1

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 9/29/2018 at 4:53 AM, blazeykat said:

Caught exception from Iron Chest (ironchest)

Expand  

 

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted
  On 9/30/2018 at 2:29 AM, blazeykat said:

any way to fix it without removing ironchest

Expand  

Try updating your iron chest mod, and then your forge download. To the most recent version.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.