Replies: 2 comments
-
|
You shouldnt try to trick synthesis' outputing logic. It will always first go into the temp folder (it writes there in between each patcher to pass along to the next). It finishes the pipeline by copying the result to the data folder specified as a capstone step. You're failing before it gets there. My guess is it doesn't like the extra space on Ill see about getting that card done for the next release |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the response! That fixed the issue, I deleted and reloaded the
patcher for the sorcerer mod, and it worked straight away. I dont know how
the extra space got there honestly.
Again, thank you!
…On Mon, Oct 27, 2025 at 5:01 PM Justin Swanson ***@***.***> wrote:
You shouldnt try to trick synthesis' outputing logic. It will always first
go into the temp folder (it writes there in between each patcher to pass
along to the next). It finishes the pipeline by copying the result to the
data folder specified as a capstone step.
You're failing before it gets there. My guess is it doesn't like the extra
space on 1 - SorcererPatcher ala this issue
<#455>
Try removing the space from the group and see how it does.
Ill see about getting that card done for the next release
—
Reply to this email directly, view it on GitHub
<#548 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BZJ6UKTD7XLRKMEI7KFVBCT3ZWYM7AVCNFSM6AAAAACKIP2YF2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINZYHE2TIMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Patched 19 scrolls
Patched 29 staves and 27 enchantments
Patched 0 staff recipes
Patched 148 records
Finished patch.
Writing to output: C:\Users\Chris\AppData\Local\Temp\Synthesis\z2thrq0v.oje\Workspace\Synthesis\1 - SorcererPatcher \Synthesis.esp
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Chris\AppData\Local\Temp\Synthesis\z2thrq0v.oje\Workspace\Synthesis\1 - SorcererPatcher \Synthesis.esp'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at System.IO.Abstractions.FileStreamFactory.New(String path, FileMode mode, FileAccess access)
at System.IO.Abstractions.FileStreamFactory.Create(String path, FileMode mode, FileAccess access)
at Mutagen.Bethesda.Skyrim.SkyrimModMixIn.WriteToBinaryParallel(ISkyrimModGetter item, String path, BinaryWriteParameters param, ParallelWriteParameters parallelParam, IFileSystem fileSystem)
at Mutagen.Bethesda.Skyrim.SkyrimMod.Mutagen.Bethesda.Plugins.Records.IModGetter.WriteToBinaryParallel(FilePath path, BinaryWriteParameters param, IFileSystem fileSystem, ParallelWriteParameters parallelWriteParams)
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, Nullable
1 exportKey, IFileSystem fileSystem) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 641 at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass45_0.<<Run>b__0>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 496 --- End of stack trace from previous location --- at Mutagen.Bethesda.Synthesis.SynthesisPipeline.HandleOnShutdown(Func1 a) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 881at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, IFileSystem fileSystem) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 484
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass44_0.<b__1>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\Pipeline\SynthesisPipeline.cs:line 456
Ive set synthesis up through MO2, But I cant stop synthesis from using temp folder instead of outputting into where I am telling it to (mo2 synthesis output folder).
Beta Was this translation helpful? Give feedback.
All reactions