Synthesis Error on any patch. Method Not Found #412
Replies: 2 comments 2 replies
-
Update. I've also tried a fresh Synthesis install and ran it against the actual Skyrim game folder with just a couple of mods installed directly. Same error crops up. |
Beta Was this translation helpful? Give feedback.
-
This is an indication that you're running the patcher with versions of Mutagen/Synthesis that are misaligned. What versions have you set the patcher to run with? Few things to try:
If you're having issues after trying those, then post what Mutagen/Synthesis versions you're running your patchers with here. This can be found by clicking on the patcher that failed and seeing its detail pane, which lists the versions its using, along with other settings. EDIT: |
Beta Was this translation helpful? Give feedback.
-
I've run into a problem with Synthesis (latest version and previous version). Whenever I run it (I use MO2) it will error after a few seconds with the same error regardless of what patches I have added. Following is one of the error message (all seem to mention the bit in the subject line):
Running (""): "dotnet" "run --project \"C:\Users\david\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Git\e6a9f730-2033-4be2-9524-70ed61204b33\Runner\SpellAbsorbFix\SpellAbsorbFix.csproj\" --runtime win-x64 -c Release --no-build run-patcher --DataFolderPath \"C:\Steam\steamapps\common\Skyrim Special Edition\Data\" --ExtraDataFolder \"D:\Skyrim Tools\Synthesis\Data\Skyrim Special Edition\spellabsorbfix\" --GameRelease SkyrimSE --ModKey Synthesis.esp --LoadOrderFilePath C:\Users\david\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\Synthesis\Plugins.txt --LoadOrderIncludesCreationClub --OutputPath \"C:\Users\david\AppData\Local\Temp\Synthesis\2bb878d8-510a-4adb-bb95-00e8a35c3d60\Workspace\Synthesis\1 - spellabsorbfix\Synthesis.esp\" --PatcherName spellabsorbfix" System.MissingMethodException: Method not found: 'Mutagen.Bethesda.GameCategory Mutagen.Bethesda.GameReleaseExt.ToCategory(Mutagen.Bethesda.GameRelease)'. at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, Nullable
1 exportKey, IFileSystem fileSystem)at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, Nullable
1 exportKey, IFileSystem fileSystem) at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass43_0.<<Run>b__0>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 472 --- End of stack trace from previous location --- at Mutagen.Bethesda.Synthesis.SynthesisPipeline.HandleOnShutdown(Func
1 a) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 833at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, IFileSystem fileSystem) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 460
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass42_0.<b__1>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 432`
Beta Was this translation helpful? Give feedback.
All reactions