Astral Sorcery

Astral Sorcery

66M Downloads

Minecraft crashes when astralsorcery is installed

artsModded opened this issue ยท 1 comments

commented

my computer can handle over a few hundred mods but astralsorcery will not work at all

---- Minecraft Crash Report ----

WARNING: coremods are present:
WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)
Snow! Real Magic! (SnowRealMagic-1.12.2-0.5.6.jar)
PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)
ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
No More Glowing Pots (nomoreglowingpots-1.2.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
HomingEnderEye (homing_ender_eye-1.0.0.jar)
BlurPlugin (Blur-1.0.4-14.jar)
PUGFMLLoadingPlugin (pathundergates-1.12.2-3.0.0-release.jar)
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
AstralCore (astralsorcery-1.12.2-1.10.26.jar)
ThaumicWandsCore (thaumicwands-1.2.6.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.7.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 6/22/22 12:48 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: thaumcraft.common.lib.events.PlayerEvents
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
at sun.reflect.GeneratedMethodAccessor4.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:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
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: thaumcraft.common.lib.events.PlayerEvents
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)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:81)
... 36 more
Caused by: hellfirepvp.astralsorcery.core.ASMTransformationException: Applying ClassPatches failed (ClassName: thaumcraft.common.lib.events.PlayerEvents - thaumcraft.common.lib.events.PlayerEvents) - Rethrowing exception!
at hellfirepvp.astralsorcery.core.transform.AstralPatchTransformer.transformClassNode(AstralPatchTransformer.java:126)
at hellfirepvp.astralsorcery.core.AstralTransformer.transform(AstralTransformer.java:60)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 42 more
Caused by: hellfirepvp.astralsorcery.core.ASMTransformationException: Failed to applyServer ASM Transformation ClassPatch PATCHRUNICSHIELDINGHOOK
at hellfirepvp.astralsorcery.core.ClassPatch.transform(ClassPatch.java:38)
at hellfirepvp.astralsorcery.core.transform.AstralPatchTransformer.transformClassNode(AstralPatchTransformer.java:121)
... 45 more
Caused by: hellfirepvp.astralsorcery.core.ASMTransformationException: Could not find method: handleRunicArmor/handleRunicArmor
at hellfirepvp.astralsorcery.core.ClassPatch.getMethodLazy(ClassPatch.java:63)
at hellfirepvp.astralsorcery.core.patch.hook.PatchRunicShieldingHook.patch(PatchRunicShieldingHook.java:30)
at hellfirepvp.astralsorcery.core.ClassPatch.transform(ClassPatch.java:36)
... 46 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: 1523919376 bytes (1453 MB) / 2182610944 bytes (2081 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2859 Optifine OptiFine_1.12.2_HD_U_G5 190 mods loaded, 190 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                                |
|:----- |:-------------------------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
| LC    | minecraft                                    | 1.12.2                   | minecraft.jar                                         | None                                     |
| LC    | mcp                                          | 9.42                     | minecraft.jar                                         | None                                     |
| LC    | FML                                          | 8.0.99.99                | forge-1.12.2-14.23.5.2859.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | forge                                        | 14.23.5.2859             | forge-1.12.2-14.23.5.2859.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC    | thaumcraft6enhancedpatcher                   | 1.0.2                    | minecraft.jar                                         | None                                     |
| LC    | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                         | None                                     |
| LC    | passableleavescore                           | 1.0.0                    | minecraft.jar                                         | None                                     |
| LC    | skinlayers3d                                 | 1.2.0                    | 3dSkinLayers-forge-mc1.12.2-1.2.0.jar                 | None                                     |
| LC    | damageindicatorsmod                          | 1.0                      | [1.12.2]DamageIndicatorsMod-3.5.1.jar                 | None                                     |
| LC    | magic_witchcraft                             | 1.4.1                    | [1.12.2]MagicWitchcraft-release_1.4.1.jar             | None                                     |
| LC    | movillages                                   | 1.5.4                    | [1.12]MoVillages-1.5.4.jar                            | None                                     |
| LC    | jei                                          | 4.16.1.301               | jei_1.12.2-4.16.1.301.jar                             | None                                     |
| LC    | abyssalcraft                                 | 1.10.4                   | AbyssalCraft-1.12.2-1.10.4.jar                        | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LC    | abyssaldepths                                | 1.12.2-0.3.2             | AbyssalDepths-1.12.2-0.3.2.jar                        | None                                     |
| LC    | additionalenderblocks                        | 2.1                      | AdditionalEnderBlocks-2.1.jar                         | None                                     |
| LC    | aeadditions                                  | 1.2                      | aeadditions-1.12.2-1.2.jar                            | None                                     |
| LC    | aether_legacy                                | 1.5.3.2                  | aether-1.12.2-v1.5.3.2.jar                            | None                                     |
| LC    | aether_legacy_addon                          | 1.12.2-v1.3.0            | Aether Continuation v1.3.0.jar                        | None                                     |
| LC    | aetherrepair                                 | 1.0                      | AetherRepair-1.0.jar                                  | None                                     |
| LC    | ambientenvironment                           | 1.0.1                    | AmbientEnvironment-1.0.2.jar                          | None                                     |
| LC    | guideapi                                     | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                           | None                                     |
| LC    | vampiremagic                                 | 1.0                      | Vampire Magic-1.12.2-1.1.jar                          | None                                     |
| LC    | bloodmagic                                   | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                       | None                                     |
| LC    | animus                                       | 1                        | Animus-1.12-2.1.7.jar                                 | None                                     |
| LC    | antiqueatlas                                 | 4.6.3                    | antiqueatlas-1.12.2-4.6.3.jar                         | None                                     |
| LC    | antiqueatlasoverlay                          | 1.2                      | antiqueatlas-1.12.2-4.6.3.jar                         | None                                     |
| LC    | aquaculture                                  | 1.6.8                    | Aquaculture-1.12.2-1.6.8.jar                          | None                                     |
| LC    | astikorcarts                                 | 1.12.2-0.1.2.8           | astikorcarts-1.12.2-0.1.2.8.jar                       | None                                     |
| LC    | baubles                                      | 1.5.2                    | Baubles-1.12-1.5.2.jar                                | None                                     |
| LC    | astralsorcery                                | 1.10.26                  | astralsorcery-1.12.2-1.10.26.jar                      | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC    | astraladditions                              | 1.12.2-1.0.1             | astraladditions-1.12.2-1.0.1.jar                      | None                                     |
| LC    | astrosorc                                    | 1.1.3                    | astrologicalsorcery-1.12.2-1.1.3.jar                  | None                                     |
| LC    | signpost                                     | 1.08.5                   | signpost-1.12.2-1.08.5.jar                            | None                                     |
| LC    | waystones                                    | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                            | None                                     |
| LC    | atlasextras                                  | 1.8                      | AtlasExtras-1.12.2-1.8.jar                            | None                                     |
| LC    | atum                                         | 2.0.20                   | Atum-1.12.2-2.0.20.jar                                | None                                     |
| LC    | betterbiomeblend                             | 1.12.2-1.1.7-forge       | betterbiomeblend-1.12.2-1.1.7-forge.jar               | None                                     |
| LC    | bettercaves                                  | 1.12.2                   | bettercaves-1.12.2-2.0.4.jar                          | None                                     |
| LC    | betterfishing                                | 2.0                      | BetterFishing-1.12.2-2.0.jar                          | None                                     |
| LC    | betterinvisibility                           | 1.0.1                    | betterinvisibility-1.0.1.jar                          | None                                     |
| LC    | bettermineshafts                             | 1.12.2-2.2.1             | BetterMineshaftsForge-1.12.2-2.2.1.jar                | None                                     |
| LC    | betternether                                 | 0.1.8.6                  | betternether-0.1.8.6.jar                              | None                                     |
| LE    | thaumcraft                                   | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                      | None                                     |
| L     | botania                                      | r1.10-364                | Botania r1.10-364.4.jar                               | None                                     |
| L     | patchouli                                    | 1.0-23.6                 | Patchouli-1.0-23.6.jar                                | None                                     |
| L     | betteranimalsplus                            | 9.0.1                    | betteranimalsplus-1.12.2-9.0.1.jar                    | None                                     |
| L     | bewitchment                                  | 0.22.63                  | bewitchment-1.12.2-0.0.22.64.jar                      | None                                     |
| L     | bibliocraft                                  | 2.4.6                    | BiblioCraft[v2.4.6][MC1.12.2].jar                     | None                                     |
| L     | biomesoplenty                                | 7.0.1.2445               | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar         | None                                     |
| L     | ctm                                          | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                             | None                                     |
| L     | chisel                                       | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                          | None                                     |
| L     | mantle                                       | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                              | None                                     |
| L     | twilightforest                               | 3.11.1021                | twilightforest-1.12.2-3.11.1021-universal.jar         | None                                     |
| L     | tconstruct                                   | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                      | None                                     |
| L     | bloodarsenal                                 | 1.12.2-2.2.2-31          | BloodArsenal-1.12.2-2.2.2-31.jar                      | None                                     |
| L     | bloodmoon                                    | 1.5.3                    | Bloodmoon-MC1.12.2-1.5.3.jar                          | None                                     |
| L     | blur                                         | 1.0.4-14                 | Blur-1.0.4-14.jar                                     | None                                     |
| L     | forgelin                                     | 1.8.4                    | Forgelin-1.8.4.jar                                    | None                                     |
| L     | bountiful                                    | 2.2.2                    | Bountiful-2.2.2.jar                                   | None                                     |
| L     | callablehorses                               | 1.1.1                    | callablehorses-1.12.2-1.1.1.jar                       | None                                     |
| L     | cavern                                       | 2.3.1                    | Cavern_1.12.2-v2.3.1.jar                              | None                                     |
| L     | chococraft                                   | 0.9.1.52                 | chococraft_1.12.1-0.9.1.52.jar                        | None                                     |
| L     | christmasfestivity                           | 1.2.10                   | christmasfestivity-1.2.10-1.12.2.jar                  | None                                     |
| L     | chunkanimator                                | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                          | None                                     |
| L     | clarity                                      | 1.1                      | clarity-1.1.jar                                       | None                                     |
| L     | craftablenametag                             | 1.0.0                    | CN (MC 1.12.2).jar                                    | None                                     |
| L     | codechickenlib                               | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar         | None                                     |
| L     | collective                                   | 3.0                      | collective-1.12.2-3.0.jar                             | None                                     |
| L     | colytra                                      | 1.2.0.4                  | colytra-1.12.2-1.2.0.4.jar                            | None                                     |
| L     | comforts                                     | 1.4.1.3                  | comforts-1.12.2-1.4.1.3.jar                           | None                                     |
| L     | conarm                                       | 1.2.5.10                 | conarm-1.12.2-1.2.5.10.jar                            | None                                     |
| L     | consolehud                                   | 1.4.2                    | ConsoleHUD-v1.4.2-1.12.2.jar                          | None                                     |
| L     | extendedrenderer                             | v1.0                     | coroutil-1.12.1-1.2.37.jar                            | None                                     |
| L     | coroutil                                     | 1.12.1-1.2.37            | coroutil-1.12.1-1.2.37.jar                            | None                                     |
| L     | configmod                                    | v1.0                     | coroutil-1.12.1-1.2.37.jar                            | None                                     |
| L     | craftablehorsearmour                         | 1.3                      | CraftableHorseArmour-1.3.0-1.12.jar                   | None                                     |
| L     | crimsonrevelations                           | 0.8                      | crimsonrevelations-0.8.jar                            | None                                     |
| L     | culinaryconstruct                            | 1.3.4                    | culinaryconstruct-1.3.4.jar                           | None                                     |
| L     | customspawner                                | 3.11.4                   | CustomMobSpawner-3.11.5.jar                           | None                                     |
| L     | customnpcs                                   | 1.12                     | CustomNPCs_1.12.2-(05Jul20).jar                       | None                                     |
| L     | damagetilt                                   | 0.1.0                    | DamageTilt-1.12.2-0.1.0.jar                           | None                                     |
| L     | nobounce                                     | 1.0.0                    | DarkoHatesBounces-1.12.2-1.0.0.jar                    | None                                     |
| L     | movingworld                                  | 1.12-6.353               | movingworld-1.12-6.353-full.jar                       | None                                     |
| L     | davincisvessels                              | @DVESSELSVER@            | davincisvessels-1.12-6.340-full.jar                   | None                                     |
| L     | deathcounter                                 | 1.1.0                    | DeathCounter-1.12.2-1.1.0.jar                         | None                                     |
| L     | ding                                         | 1.0.2                    | Ding-1.12.2-1.0.2.jar                                 | None                                     |
| L     | doggytalents                                 | 1.15.1.6                 | DoggyTalents-1.12.2-1.15.1.6.jar                      | None                                     |
| L     | mocreatures                                  | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar                   | None                                     |
| L     | dummycore                                    | 2.4.112.5.               | DummyCoreUnofficial-2.4.112.5.jar                     | None                                     |
| L     | sereneseasons                                | 1.2.18                   | SereneSeasons-1.12.2-1.2.18-universal.jar             | None                                     |
| L     | orelib                                       | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                             | None                                     |
| L     | dsurround                                    | 3.6.1.0                  | DynamicSurroundings-1.12.2-3.6.1.0.jar                | None                                     |
| L     | ebwizardry                                   | 4.3.7                    | ElectroblobsWizardry-4.3.7-MC1.12.2.jar               | None                                     |
| L     | enchantingwiththaumcraft                     | 1.3                      | enchantingwiththaumcraft-1.3.jar                      | None                                     |
| L     | enchdesc                                     | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar             | None                                     |
| L     | endmagic                                     | 1.4.7b                   | endmagic-1.4.7b.jar                                   | None                                     |
| L     | endportalrecipe                              | 2.5                      | endportalrecipe_1.12.2-2.5.jar                        | None                                     |
| L     | endreborn                                    | 0.3.8                    | EndReborn [0.3.9].jar                                 | None                                     |
| L     | exoticbirds                                  | 1.0                      | Exotic Birds 1.12.2-3.2.0.jar                         | None                                     |
| L     | moa_dlc                                      | 1.2.1                    | extra-moas-1.12.2-1.2.1.jar                           | None                                     |
| L     | extractpoison                                | 1.6                      | extractpoison_1.12.2-1.6.jar                          | None                                     |
| L     | fairylights                                  | 2.1.10                   | fairylights-2.2.0-1.12.2.jar                          | None                                     |
| L     | fossils_and_archeology_addon                 | 1.4.0.0                  | FossilsAndArcheologyRebirthAndExpand.jar              | None                                     |
| L     | llibrary                                     | 1.7.20                   | llibrary-1.7.20-1.12.2.jar                            | None                                     |
| L     | fossil                                       | 8.0.5                    | fossilsarcheology-8.0.5.jar                           | None                                     |
| L     | cfm                                          | 6.3.1                    | furniture-6.3.1-1.12.2.jar                            | None                                     |
| L     | harvest                                      | 1.12-1.2.8-25            | Harvest-1.12-1.2.8-25.jar                             | None                                     |
| L     | headcrumbs                                   | 2.0.4                    | Headcrumbs-1.12.2-2.0.5.17.jar                        | None                                     |
| L     | homing_ender_eye                             | 1.0.0                    | homing_ender_eye-1.0.0.jar                            | None                                     |
| L     | horse_colors                                 | 1.12.2-1.2.6             | horse_colors-1.12.2-1.3.6.a.jar                       | None                                     |
| L     | howlingmoon                                  | 0.9                      | howlingmoon-1.12.2-0.9.jar                            | None                                     |
| L     | iceandfire                                   | 1.9.1                    | iceandfire-1.9.1-1.12.2.jar                           | None                                     |
| L     | iizvullok_icemountains                       | 0.3.1                    | IceMountains_0.3.2_1.12.2.jar                         | None                                     |
| L     | illagers_plus                                | 1.1                      | IllagersPlus-1.12.2-1.1.3.jar                         | None                                     |
| L     | journeymap                                   | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                           | None                                     |
| L     | brewcraft                                    | 1.12.2-1.0.2             | Pam's BrewCraft 1.12.2-1.0.2.jar                      | None                                     |
| L     | jebc                                         | 1.0.2                    | just-enough-brewcraft-1.12.2-1.0.2.jar                | None                                     |
| L     | notjustsandwich                              | 1.4.17                   | Just_Sandwich_1.12.2_1.4.17.jar                       | None                                     |
| L     | justplayerheads                              | 1.6                      | justplayerheads_1.12.2-1.6.jar                        | None                                     |
| L     | legendarytooltips                            | 1.1.5                    | LegendaryTooltips-1.12.2-1.1.6.jar                    | None                                     |
| L     | libraryex                                    | 1.2.2                    | LibraryEx-1.12.2-1.2.2.jar                            | None                                     |
| L     | lost_aether                                  | 1.0.2                    | lost-aether-content-1.12.2-1.0.2.jar                  | None                                     |
| L     | lostmagic                                    | 1.0                      | lostmagic-1.0.2.jar                                   | None                                     |
| L     | mcwbridges                                   | 1.0.6                    | mcw-bridges-1.0.6b-mc1.12.2.jar                       | None                                     |
| L     | mcwdoors                                     | 1.3                      | mcw-doors-1.0.3-mc1.12.2.jar                          | None                                     |
| L     | mcwfences                                    | 1.0.0                    | mcw-fences-1.0.0-mc1.12.2.jar                         | None                                     |
| L     | mcwtrpdoors                                  | 1.0.2                    | mcw-trapdoors-1.0.3-mc1.12.2.jar                      | None                                     |
| L     | medivalmusic                                 | 1.12.2-1.1               | medivalmusic-1.1.jar                                  | None                                     |
| L     | som                                          | 1.2.10-mc1.12.2          | MK1.12.2-1.2.10.jar                                   | None                                     |
| L     | testdummy                                    | 1.12                     | MmmMmmMmmMmm-1.12-1.14.jar                            | None                                     |
| L     | betterwyvernlairmocreatureaddon              | 1.0.0                    | MocreaturesAddon+BetterWyvernLair 2.0.jar             | None                                     |
| L     | morecauldrons                                | 1.4.6                    | More-Cauldrons-1.4.6.jar                              | None                                     |
| L     | naturalwoods                                 | 1.5.1                    | NaturalWoods_1.5.1.jar                                | None                                     |
| L     | naturescompass                               | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar                       | None                                     |
| L     | netherex                                     | 2.2.5                    | NetherEx-1.12.2-2.2.5.jar                             | None                                     |
| L     | netherupdate                                 | 1.0.0                    | NetherOverhaul1.12.2Ver1.6.jar                        | None                                     |
| L     | netherbackport                               | 1.0.0                    | NetherUpdateBackport-1.12.2(1.0.1).jar                | None                                     |
| L     | nomoreglowingpots                            | 1.2                      | nomoreglowingpots-1.2.jar                             | None                                     |
| L     | neid                                         | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                              | None                                     |
| L     | nei                                          | 2.4.3                    | NotEnoughItems-1.12.2-2.4.3.245-universal.jar         | None                                     |
| L     | samsocean                                    | 1.0.2                    | OceanFloor-1.12.2-1.0.2.jar                           | None                                     |
| L     | overpoweredarmorbar                          | @VERSION@                | overloadedarmorbar-1.0.4g.jar                         | None                                     |
| L     | getalltheseeds                               | 1.12a                    | Pam's Get all the Seeds! 1.12a.jar                    | None                                     |
| L     | harvestcraft                                 | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                       | None                                     |
| L     | pamsbreadcraft                               | 1.1.0                    | Pam's+BreadCraft+1.12.2-1.1.2.jar                     | None                                     |
| L     | pamsimpleharvest                             | 2.0.0                    | pamsimpleharvest-2.0.0.jar                            | None                                     |
| L     | paraglider                                   | 1.0.1.5                  | Paraglider-1.12.2-1.0.1.5.jar                         | None                                     |
| L     | particleculling                              | v1.3                     | particleculling-1.12.2-v1.3.1.jar                     | None                                     |
| L     | pathundergates                               | 1.12.2-3.0.0-release     | pathundergates-1.12.2-3.0.0-release.jar               | None                                     |
| L     | thaumicwands                                 | 1.2.6                    | thaumicwands-1.2.6.jar                                | None                                     |
| L     | polymancy                                    | 1.0.1                    | polymancy-1.0.1.jar                                   | None                                     |
| L     | rare-ice                                     | ${version}               | rare-ice-0.1.1.jar                                    | None                                     |
| L     | realdrops                                    | 1.2.14                   | RealisticItemDrops-1.2.14.jar                         | None                                     |
| L     | rustic                                       | 1.1.7                    | rustic-1.1.7.jar                                      | None                                     |
| L     | savemystronghold                             | 1.12.2-1.0.0             | savemystronghold-1.12.2-1.0.0.jar                     | None                                     |
| L     | sit                                          | v1.3                     | sit-1.12.2-v1.3.jar                                   | None                                     |
| L     | skeletonhorsespawn                           | 1.9                      | skeletonhorsespawn_1.12.2-1.9.jar                     | None                                     |
| L     | smallernetherportals                         | 1.6                      | smallernetherportals_1.12.2-1.6.jar                   | None                                     |
| L     | snowrealmagic                                | 0.5.6                    | SnowRealMagic-1.12.2-0.5.6.jar                        | None                                     |
| L     | snowvillage                                  | 1.12.2-1.0.0             | SnowVillage-1.12.2-1.0.0.jar                          | None                                     |
| L     | softerhaybales                               | 1.3                      | softerhaybales_1.12.2-1.3.jar                         | None                                     |
| L     | soundfilters                                 | 0.12.1_for_1.12          | SoundFilters-0.12.1_for_1.12.jar                      | None                                     |
| L     | strongfarmland                               | 1.12.2-1.0.0             | strongfarmland-1.12.2-1.0.0.jar                       | None                                     |
| L     | swampland                                    | 2.6                      | Swamp_1.12.2_2.6.jar                                  | None                                     |
| L     | tails                                        | 1.12-1.10.0              | Tails-1.12-1.10.0.jar                                 | None                                     |
| L     | tc6aspects4jei                               | 0.0.2a                   | tc6aspects4jei-0.0.2a.jar                             | None                                     |
| L     | tfspellpack                                  | 1.1.0                    | TFSpellPack-1.1.0-MC1.12.2.jar                        | None                                     |
| L     | thaumcraftnoresearch                         | 1.0                      | ThaumcraftNoResearch-1.0.jar                          | None                                     |
| L     | thaumicaugmentation                          | 1.12.2-2.1.7             | ThaumicAugmentation-1.12.2-2.1.7.jar                  | None                                     |
| L     | thaumicbases                                 | 3.3.500.6r               | thaumicbases-3.3.500.6r.jar                           | None                                     |
| L     | thaumicbrewing                               | 1.0.2                    | thaumicbrewing-1.0.2.jar                              | None                                     |
| L     | thaumicwonders                               | 1.8.2                    | thaumicwonders-1.8.2.jar                              | None                                     |
| L     | tinkersaether                                | 1.4.1                    | tinkersaether-1.4.1.jar                               | None                                     |
| L     | tinkertoolleveling                           | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                   | None                                     |
| L     | titles                                       | 3.1.6                    | Titles-1.12.2-3.1.7.jar                               | None                                     |
| L     | torchslabmod                                 | v1.5.2                   | torchslabmod-1.12.2-v1.5.2.jar                        | None                                     |
| L     | tumbleweed                                   | 1.12-0.4.7               | tumbleweed-1.12-0.4.7.jar                             | None                                     |
| L     | vampiresneedumbrellas                        | 1.4                      | VampiresNeedUmbrellas-1.12.2-1.5.jar                  | None                                     |
| L     | vampirism                                    | 1.6.2                    | Vampirism-1.12.2-1.6.2.jar                            | None                                     |
| L     | teamlapen-lib                                | 1.6.2                    | Vampirism-1.12.2-1.6.2.jar                            | None                                     |
| L     | variedcommodities                            | 1.12.2                   | VariedCommodities_1.12.2-(13Jan22).jar                | None                                     |
| L     | vc                                           | 5.9.16                   | ViesCraft-1.12.2-5.9.16.jar                           | None                                     |
| L     | villagernames                                | 3.4                      | villagernames_1.12.2-3.4.jar                          | None                                     |
| L     | villagespawnpoint                            | 1.8                      | villagespawnpoint_1.12.2-1.8.jar                      | None                                     |
| L     | weather2                                     | 1.12.1-2.6.12            | weather2-1.12.1-2.6.12.jar                            | None                                     |
| L     | wolfarmor                                    | 3.8.0                    | WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar | None                                     |
| L     | worldedit                                    | 6.1.10                   | worldedit-forge-mc1.12.2-6.1.10-dist.jar              | None                                     |
| L     | betteranimals                                | 5.5.0                    | betteranimals-1.12.2-5.5.0.jar                        | None                                     |
| L     | dshuds                                       | 3.6.0.0                  | DynamicSurroundingsHuds-1.12.2-3.6.0.0.jar            | None                                     |
| L     | passableleaves                               | 2.0.0                    | PassableLeaves-1.12.2-2.0.0.jar                       | None                                     |

Loaded coremods (and transformers): 

WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar)

Snow! Real Magic! (SnowRealMagic-1.12.2-0.5.6.jar)

PatcherLoader (Thaumcraft6EnhancedPatcherServer-1.0.2.2.jar)
com.sheenus.tc6enhancedpatcher.CasterManagerPatcher
com.sheenus.tc6enhancedpatcher.ItemFortressArmorPatcher
com.sheenus.tc6enhancedpatcher.ItemVoidRobeArmorPatcher
com.sheenus.tc6enhancedpatcher.ModConfigPatcher
com.sheenus.tc6enhancedpatcher.PlayerEventsPatcher
com.sheenus.tc6enhancedpatcher.ThaumcraftMaterialsPatcher
MovingWorldCore (movingworld-1.12-6.353-full.jar)

ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)

BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.64.jar)

ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
com.tictim.paraglider.asm.TransformerModelBiped
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
DummyCore.ASM.DCASMManager
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
No More Glowing Pots (nomoreglowingpots-1.2.jar)
zabi.minecraft.nomoreglowingpots.PotionTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
HomingEnderEye (homing_ender_eye-1.0.0.jar)

BlurPlugin (Blur-1.0.4-14.jar)
com.tterrag.blur.BlurTransformer
PUGFMLLoadingPlugin (pathundergates-1.12.2-3.0.0-release.jar)
cyberslas.pathundergates.asm.GrassPathTransformer
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
teamrtg.passableleaves.asm.PassableLeavesTransformer
AstralCore (astralsorcery-1.12.2-1.10.26.jar)

ThaumicWandsCore (thaumicwands-1.2.6.jar)
de.zpenguin.thaumicwands.asm.WandTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.7.jar)
thecodex6824.thaumicaugmentation.core.TATransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.14761 Compatibility Profile Context 21.30.44 30.0.13044.0' Renderer: 'AMD Radeon(TM) Graphics'
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 9
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.14761 Compatibility Profile Context 21.30.44 30.0.13044.0
OpenGlRenderer: AMD Radeon(TM) Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8
commented

It's looking for a Thaumcraft class that doesn't exist, based on the description of thaumcraf 6 enhanced, I suspect this is a case where it was already modified.

Open a ticket with that project, please.

Edit: Also AS for MC 1.12 is no longer actively patched.