Jump to content

The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: c4/conarm/lib/materials/CoreMaterialStats


Recommended Posts

Posted

When trying to run my custom modpack, it opens the launcher as normal, and I can play it and get to loading screen. However, when it gets to initialization, I have issues, my game crashes, and I get the Exit Code:-1 or:The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: c4/conarm/lib/materials/CoreMaterialStats

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FTBUltimineASM (ftb-ultimine-1202.3.5.jar)
  SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.16a-forge-mc1.12.jar)
  LucraftCoreExtendedID (LucraftCoreIDExtender.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  craftfallessentials (CraftfallEssentials-1.12.2-1.2.6.jar)
  CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  Fusion Plugin (fusion-1.1.0-forge-mc1.12.jar)
  pymtech (PymTech-1.12.2-1.0.2.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 1/19/24 10:05 PM
Description: Initializing game

java.lang.NoClassDefFoundError: c4/conarm/lib/materials/CoreMaterialStats
    at mrthomas20121.tfc_tinker.compat.conarm.ConarmCompat.addConarmSupport(ConarmCompat.java:23)
    at mrthomas20121.tfc_tinker.registry.RegistryHandler.onPreRegisterMetal(RegistryHandler.java:92)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1305_RegistryHandler_onPreRegisterMetal_RegisterPreBlock.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.dries007.tfc.types.Registries.lambda$onRegisterBlock$0(Registries.java:71)
    at net.dries007.tfc.types.Registries$$Lambda$3920/1224611916.accept(Unknown Source)
    at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676)
    at net.dries007.tfc.types.Registries.onRegisterBlock(Registries.java:71)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1172_Registries_onRegisterBlock_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.redirect$zzg000$fireRegistryEventsRedirectPost(GameData.java:1015)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    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.ClassNotFoundException: c4.conarm.lib.materials.CoreMaterialStats
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 27 more
Caused by: java.lang.NullPointerException


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

-- Head --
Thread: Client thread
Stacktrace:
    at mrthomas20121.tfc_tinker.compat.conarm.ConarmCompat.addConarmSupport(ConarmCompat.java:23)
    at mrthomas20121.tfc_tinker.registry.RegistryHandler.onPreRegisterMetal(RegistryHandler.java:92)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1305_RegistryHandler_onPreRegisterMetal_RegisterPreBlock.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.dries007.tfc.types.Registries.lambda$onRegisterBlock$0(Registries.java:71)
    at net.dries007.tfc.types.Registries$$Lambda$3920/1224611916.accept(Unknown Source)
    at java.util.LinkedHashMap.forEach(LinkedHashMap.java:676)
    at net.dries007.tfc.types.Registries.onRegisterBlock(Registries.java:71)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1172_Registries_onRegisterBlock_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.redirect$zzg000$fireRegistryEventsRedirectPost(GameData.java:1015)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    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: 927842920 bytes (884 MB) / 2095054848 bytes (1998 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2859 157 mods loaded, 157 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                                |
    |:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft                         | 1.12.2                   | minecraft.jar                                       | None                                     |
    | LCH   | mcp                               | 9.42                     | minecraft.jar                                       | None                                     |
    | LCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2859.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                             | 14.23.5.2859             | forge-1.12.2-14.23.5.2859.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | supermartijn642corelib            | 1.1.16a                  | _supermartijn642corelib-1.1.16a-forge-mc1.12.jar    | None                                     |
    | LCH   | advancementplaques                | 1.4.10                   | AdvancementPlaques-1.12.2-1.4.10.jar                | None                                     |
    | LCH   | avaritia_json_recipe_maker        | 1.0.0                    | ajrm-1.0.0-1.12.2.jar                               | None                                     |
    | LCH   | akashictome                       | 1.2-12                   | AkashicTome-1.2-12.jar                              | None                                     |
    | LCH   | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.1.jar                            | None                                     |
    | LCH   | apotheosis                        | 1.12.4                   | Apotheosis-1.12.2-1.12.5.jar                        | None                                     |
    | LCH   | crafttweaker                      | 4.1.20                   | CraftTweaker2-1.12-4.1.20.698.jar                   | None                                     |
    | LCH   | jei                               | 4.16.1.301               | jei_1.12.2-4.16.1.301.jar                           | None                                     |
    | LCH   | appleskin                         | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                         | None                                     |
    | LCH   | ctm                               | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                           | None                                     |
    | LCH   | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar                | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                              | None                                     |
    | LCH   | artifacts                         | 1.12.2-1.2.4             | artifacts-1.12.2-1.2.4.jar                          | None                                     |
    | LCH   | autoreglib                        | 1.3-32                   | AutoRegLib-1.3-32.jar                               | None                                     |
    | LCH   | avaritia_neutronium_addon         | 1.0.0                    | Avaritia neutronium addon 1.12.2 1.4.1.jar          | None                                     |
    | LCH   | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCH   | avaritia                          | 3.3.0                    | Avaritia-1.12.2-3.3.0.37-universal.jar              | None                                     |
    | LCH   | avaritiafurnace                   | 1.0.0                    | Avaritia_furnace-1.0.0-1.12.2.jar                   | None                                     |
    | LCH   | wanionlib                         | 1.12.2-2.91              | WanionLib-1.12.2-2.91.jar                           | None                                     |
    | LCH   | avaritiaddons                     | 1.12.2-1.9               | Avaritiaddons-1.12.2-1.9.jar                        | None                                     |
    | LCH   | endercore                         | 1.12.2-0.5.78            | EnderCore-1.12.2-0.5.78.jar                         | None                                     |
    | LCH   | tombstone                         | 4.6.2                    | tombstone-4.6.2-1.12.2.jar                          | None                                     |
    | LCH   | enderio                           | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | avaritiaio                        | @VERSION@                | avaritiaio-1.4.jar                                  | None                                     |
    | LCH   | avaritiarecipemaker               | 1.0.0                    | avaritiarecipemaker-1.0.0.jar                       | None                                     |
    | LCH   | botania                           | r1.10-364                | Botania r1.10-364.4.jar                             | None                                     |
    | LCH   | gunpowderlib                      | 1.12.2-1.1               | GunpowderLib-1.12.2-1.1.jar                         | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCH   | avaritiatweaks                    | 1.12.2-1.3.1             | AvaritiaTweaks-1.12.2-1.3.1.jar                     | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCH   | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                            | None                                     |
    | LCH   | chisel                            | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                        | None                                     |
    | LCH   | enderiointegrationtic             | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | tinkers_reforged_preload          | 1.5.6                    | tinkers_reforged-1.5.6.jar                          | None                                     |
    | LCH   | twilightforest                    | 3.11.1021                | twilightforest-1.12.2-3.11.1021-universal.jar       | None                                     |
    | LCH   | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                    | None                                     |
    | LCH   | bhc                               | 2.0.3                    | baubley-heart-canisters-1.12.2-2.0.3.jar            | None                                     |
    | LCH   | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar              | None                                     |
    | LCH   | betternether                      | 0.1.8.6                  | betternether-0.1.8.6.jar                            | None                                     |
    | LCH   | biolib                            | 1.1.3                    | biolib-1.1.3.jar                                    | None                                     |
    | LCH   | biomesoplenty                     | 7.0.1.2445               | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar       | None                                     |
    | LCH   | byg                               | 1.7.1                    | BiomesYouGo1.7.1.jar                                | None                                     |
    | LCH   | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                         | None                                     |
    | LCH   | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                     | None                                     |
    | LCH   | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | buildinggadgets                   | 2.8.4                    | BuildingGadgets-2.8.4.jar                           | None                                     |
    | LCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                            | None                                     |
    | LCH   | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                    | None                                     |
    | LCH   | cofhworld                         | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar              | None                                     |
    | LCH   | cyclopscore                       | 1.6.7                    | CyclopsCore-1.12.2-1.6.7.jar                        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | commoncapabilities                | 2.4.8                    | CommonCapabilities-1.12.2-2.4.8.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | fusion                            | 1.1.0                    | fusion-1.1.0-forge-mc1.12.jar                       | None                                     |
    | LCH   | connectedglass                    | 1.1.11                   | connectedglass-1.1.11-forge-mc1.12.jar              | None                                     |
    | LCH   | controlling                       | 3.0.10                   | Controlling-3.0.12.2.jar                            | None                                     |
    | LCH   | cookingforblockheads              | 6.5.0                    | CookingForBlockheads_1.12.2-6.5.0.jar               | None                                     |
    | LCH   | cosmeticarmorreworked             | 1.12.2-v5a               | CosmeticArmorReworked-1.12.2-v5a.jar                | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCH   | ftblib                            | 5.4.7.2                  | FTBLib-5.4.7.2.jar                                  | None                                     |
    | LCH   | ftbutilities                      | 5.4.1.131                | FTBUtilities-5.4.1.131.jar                          | None                                     |
    | LCH   | speedsterheroes                   | 1.12.2-2.2.1             | SpeedsterHeroes-1.12.2-2.2.1.jar                    | None                                     |
    | LCH   | lucraftcore                       | 1.12.2-2.4.16            | LucraftCore-1.12.2-2.4.17.jar                       | None                                     |
    | LCH   | heroesexpansion                   | 1.12.2-1.3.5             | HeroesExpansion-1.12.2-1.3.5.jar                    | None                                     |
    | LCH   | craftfallessentials               | 1.2.6                    | CraftfallEssentials-1.12.2-1.2.6.jar                | None                                     |
    | LCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.20.698.jar                   | None                                     |
    | LCH   | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.20.698.jar                   | None                                     |
    | LCH   | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                           | None                                     |
    | LCH   | dankstorage                       | @VERSION@                | dankstorage-1.12.2-1.4-pre11.jar                    | None                                     |
    | LCH   | darkutils                         | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | elevatorid                        | 1.3.14                   | ElevatorMod-1.12.2-1.3.14.jar                       | None                                     |
    | LCH   | enchdesc                          | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar           | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | enderiobase                       | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderioconduits                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderioconduitsappliedenergistics | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderioconduitsopencomputers      | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | refinedstorage                    | 1.6.16                   | refinedstorage-1.6.16.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LCH   | enderioconduitsrefinedstorage     | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderiointegrationforestry        | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderiointegrationticlate         | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderioinvpanel                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderiomachines                   | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | enderiopowertools                 | 5.3.72                   | EnderIO-1.12.2-5.3.72.jar                           | None                                     |
    | LCH   | shetiphiancore                    | 3.5.9                    | shetiphiancore-1.12.0-3.5.9.jar                     | None                                     |
    | LCH   | endertanks                        | 1.6.8                    | endertanks-1.12.0-1.6.8.jar                         | None                                     |
    | LCH   | zerocore                          | 1.12.2-0.1.2.9           | zerocore-1.12.2-0.1.2.9.jar                         | None                                     |
    | LCH   | bigreactors                       | 1.12.2-0.4.5.68          | ExtremeReactors-1.12.2-0.4.5.68.jar                 | None                                     |
    | LCH   | falling_tree                      | 2.4.0                    | FallingTree-1.12.2-2.4.0.jar                        | None                                     |
    | LCH   | farmingforblockheads              | 3.1.28                   | FarmingForBlockheads_1.12.2-3.1.28.jar              | None                                     |
    | LCH   | fastfurnace                       | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                        | None                                     |
    | LCH   | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                               | None                                     |
    | LCH   | fastbench                         | 1.7.4                    | FastWorkbench-1.12.2-1.7.4.jar                      | None                                     |
    | LCH   | fluxnetworks                      | 4.1.0                    | FluxNetworks-1.12.2-4.1.1.34.jar                    | None                                     |
    | LCH   | forgeendertech                    | 1.12.2-4.5.6.1           | ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar        | None                                     |
    | LCH   | ftbultimine                       | 1202.3.5                 | ftb-ultimine-1202.3.5.jar                           | None                                     |
    | LCH   | itemfilters                       | 1.0.4.2                  | ItemFilters-1.0.4.2.jar                             | None                                     |
    | LCH   | ftbquests                         | 1202.9.0.15              | FTBQuests-1202.9.0.15.jar                           | None                                     |
    | LCH   | llibrary                          | 1.7.20                   | llibrary-1.7.20-1.12.2.jar                          | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH   | iceandfire                        | 1.9.1                    | iceandfire-1.9.1-1.12.2.jar                         | None                                     |
    | LCH   | ichunutil                         | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCH   | integrateddynamics                | 1.1.11                   | IntegratedDynamics-1.12.2-1.1.11.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | integratedcrafting                | 1.0.10                   | IntegratedCrafting-1.12.2-1.0.10.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-1.1.11.jar                | None                                     |
    | LCH   | integratedtunnels                 | 1.6.14                   | IntegratedTunnels-1.12.2-1.6.14.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | integratedtunnelscompat           | 1.0.0                    | IntegratedTunnels-1.12.2-1.6.14.jar                 | None                                     |
    | LCH   | inzhefops_core                    | 2.0.1                    | inzheFoPCore-v.2.0.1-1.12.2.jar                     | None                                     |
    | LCH   | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                     | None                                     |
    | LCH   | ironfurnaces                      | 1.3.5                    | ironfurnaces-1.3.5.jar                              | None                                     |
    | LCH   | ironjetpacks                      | 1.1.0                    | IronJetpacks-1.12-2-1.1.0.jar                       | None                                     |
    | LCH   | supermartijn642configlib          | 1.1.6                    | supermartijn642configlib-1.1.8-forge-mc1.12.jar     | None                                     |
    | LCH   | itemcollectors                    | 1.1.9                    | itemcollectors-1.1.9-forge-mc1.12.jar               | None                                     |
    | LCH   | lucraftcoreidextender             | 1.0.1                    | LucraftCoreIDExtender.jar                           | None                                     |
    | LCH   | mcwbridges                        | 1.0.6                    | mcw-bridges-1.0.6b-mc1.12.2.jar                     | None                                     |
    | LCH   | mcwdoors                          | 1.3                      | mcw-doors-1.0.3-mc1.12.2.jar                        | None                                     |
    | LCH   | mcwfences                         | 1.0.0                    | mcw-fences-1.0.0-mc1.12.2.jar                       | None                                     |
    | LCH   | mcwfurnitures                     | 1.0.1                    | mcw-furniture-1.0.1-mc1.12.2beta.jar                | None                                     |
    | LCH   | mcwlights                         | 1.0.6                    | mcw-lights-1.0.6-mc1.12.2forge.jar                  | None                                     |
    | LCH   | mcwpaths                          | 1.0.2                    | mcw-paths-1.0.2forge-mc1.12.2.jar                   | None                                     |
    | LCH   | mcwroofs                          | 1.0.2                    | mcw-roofs-1.0.2-mc1.12.2.jar                        | None                                     |
    | LCH   | mcwtrpdoors                       | 1.0.2                    | mcw-trapdoors-1.0.3-mc1.12.2.jar                    | None                                     |
    | LCH   | mcwwindows                        | 1.0                      | mcw-windows-1.0.0-mc1.12.2.jar                      | None                                     |
    | LCH   | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                               | None                                     |
    | LCH   | moreavaritia                      | 3.5                      | moreavaritia-mc1.12.2-v1.5.jar                      | None                                     |
    | LCH   | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                       | None                                     |
    | LCH   | oreexcavation                     | 1.4.150                  | OreExcavation-1.4.150.jar                           | None                                     |
    | LCH   | patchouli                         | 1.0-23.6                 | Patchouli-1.0-23.6.jar                              | None                                     |
    | LCH   | pneumaticcraft                    | 1.12.2-0.11.15-398       | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar | None                                     |
    | LCH   | pymtech                           | 1.12.2-1.0.2             | PymTech-1.12.2-1.0.2.jar                            | None                                     |
    | LCH   | redstoneflux                      | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar             | None                                     |
    | LCH   | refined_avaritia                  | 2.6                      | refined_avaritia-1.12.2-2.6.jar                     | None                                     |
    | LCH   | refinedstorageaddons              | 0.4.5                    | refinedstorageaddons-0.4.5.jar                      | None                                     |
    | LCH   | additionalstructures              | 2.5.0                    | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar      | None                                     |
    | LCH   | tfc                               | 1.7.23.181               | TerraFirmaCraft-MC1.12.2-1.7.23.181.jar             | None                                     |
    | LCH   | rocksalt                          | 1.0.4                    | rocksalt-1.0.4.jar                                  | None                                     |
    | LCH   | rslargepatterns                   | 1.12.2-1.0.0.0           | RSLargePatterns-1.12.2-1.0.0.1.jar                  | None                                     |
    | LCH   | spartanshields                    | 1.5.5                    | SpartanShields-1.12.2-1.5.5.jar                     | None                                     |
    | LCH   | spartanweaponry                   | 1.5.3                    | SpartanWeaponry-1.12.2-1.5.3.jar                    | None                                     |
    | LCH   | storagedrawers                    | 5.5.0                    | StorageDrawers-1.12.2-5.5.0.jar                     | None                                     |
    | LCH   | tabula                            | 7.1.0                    | Tabula-1.12.2-7.1.0.jar                             | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCH   | tconmodmod                        | 1.0.5                    | tconmodmod-1.12.2-1.0.5.jar                         | None                                     |
    | LCH   | tfc_tinker                        | 1.5.7                    | tfc_tinkers-1.5.7.jar                               | None                                     |
    | LCH   | tabulathreecoreexporter           | 1.12.2-1.0.0             | ThreeCoreModelExporter-1.12.2-1.0.0.jar             | None                                     |
    | LCH   | tinkers_leveling                  | 1.0.0                    | tinkers_leveling-1.0.1.jar                          | None                                     |
    | LCH   | tinkers_reforged                  | 1.5.6                    | tinkers_reforged-1.5.6.jar                          | None                                     |
    | LCH   | tinkersarsenal                    | 0.7.1                    | tinkersarsenal-0.7.1.jar                            | None                                     |
    | LCH   | tcomplement                       | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar                  | None                                     |
    | LCH   | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                  | None                                     |
    | LCH   | tinkersoddities                   | 1.0                      | tinkersoddities-1.0.jar                             | None                                     |
    | LCH   | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                 | None                                     |
    | LCH   | toolbelt                          | 1.9.14                   | ToolBelt-1.12.2-1.9.14.jar                          | None                                     |
    | LCH   | torchmaster                       | 1.8.5.0                  | torchmaster_1.12.2-1.8.5.0.jar                      | None                                     |
    | LCH   | trashslot                         | 8.4.10                   | TrashSlot_1.12.2-8.4.10.jar                         | None                                     |
    | LCH   | travelersbackpack                 | 1.0.35                   | TravelersBackpack-1.12.2-1.0.35.jar                 | None                                     |
    | LCH   | waystones                         | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                          | None                                     |
    | LCH   | wintertagva                       | 1.12.2-1.0.0             | WinterTAGVA-1.12.2-1.0.0.jar                        | None                                     |
    | LCH   | xpbook                            | v2.0.1                   | xptome-1.12.2-v2.0.1.jar                            | None                                     |
    | LCH   | structurize                       | 1.12.2-0.10.277-RELEASE  | structurize-1.12.2-0.10.277-RELEASE.jar             | None                                     |
    | LCH   | minecolonies                      | 1.12.2-0.11.841-ALPHA    | minecolonies-1.12.2-0.11.841-BETA-universal.jar     | None                                     |

    Loaded coremods (and transformers): 
FTBUltimineASM (ftb-ultimine-1202.3.5.jar)
  
SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.16a-forge-mc1.12.jar)
  
LucraftCoreExtendedID (LucraftCoreIDExtender.jar)
  
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.17.jar)
  lucraft.mods.lucraftcore.core.LCTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
craftfallessentials (CraftfallEssentials-1.12.2-1.2.6.jar)
  com.hydrosimp.craftfallessentials.core.CEClassTransformer
CorePlugin (ForgeEndertech-1.12.2-4.5.6.1-build.0648.jar)
  
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  
Fusion Plugin (fusion-1.1.0-forge-mc1.12.jar)
  
pymtech (PymTech-1.12.2-1.0.2.jar)
  lucraft.mods.pymtech.core.PymTechClassTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.0 Compatibility Profile Context 22.20.28.14.230321' Renderer: 'AMD Radeon (TM) Graphics'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Ender IO: No known problems detected.
    Authlib is : /C:/Users/d09la/curseforge/minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

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

    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)

    Pulsar/tcomplement loaded Pulses: 
        - ModuleCommons (Enabled/Forced)
        - ModuleMelter (Enabled/Not Forced)
        - ModuleArmor (Enabled/Not Forced)
        - ModuleSteelworks (Enabled/Not Forced)
        - ChiselPlugin (Enabled/Not Forced)
        - ToolLevelingPlugin (Enabled/Not Forced)
        - Oredict (Enabled/Forced)

    Patchouli open book context: n/a
    Launched Version: forge-14.23.5.2859
    LWJGL: 2.9.4
    OpenGL: AMD Radeon (TM) Graphics GL version 4.6.0 Compatibility Profile Context 22.20.28.14.230321, ATI Technologies Inc.
    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: 16x AMD Ryzen 7 5825U with Radeon Graphics 

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • UPDATE: this seems to be an Arch-specific issue. Switching to Ubuntu server fixed EVERYTHING.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
    • Yes, Attapoll offers a $20 Sign-up bonus for new users using a code (AOVCQ). Enter the Attapoll Referral Code “AOVCQ” and submit. Yes, Attapoll offers $20 Referral Code {AOVCQ} For New Customers. If you are who wish to join Attapoll, then you should use this exclusive Attapoll referral code $20 Signup Bonus Use this Code (AOVCQ) and get $20 Welcome Bonus. You can get a $20 Signup bonus use this referral code {AOVCQ}. You can get a $20 Attpoll Referral Code {AOVCQ}. This Attapoll $20 Referral code is specifically for existing customers and can be redeemed to receive a $20. Enter $20 Attapoll Referral Code {AOVCQ} at checkout. Enjoy $20Welcome Bonus. Use the best Attapoll referral code $20 (AOVCQ) to get up to $20 first time survey as a new user. Complete the survey and get $20 credited on your Attapoll account. Plus, refer your friend to earn 10% commission on their earning If you're on the hunt for a little extra cash or some cool rewards without too much hassle, you've landed in the right place. Today, we're diving into the world of Attapoll referral codes, a nifty way to boost your earnings while taking surveys. Use this Attapoll Referral Link or code {{AOVCQ}} to get a $20 sign up bonus.
  • Topics

×
×
  • Create New...

Important Information

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