Mutagen-Modding / Synthesis

A patcher pipeline framework and GUI. Run collections of code-based mods to create content customized for your load order
GNU General Public License v3.0
241 stars 17 forks source link

[0.29.2] Issues with Skyrim SE #465

Closed suamor closed 1 week ago

suamor commented 1 month ago

Windows 11 Pro was updated today. C:>dotnet --list-sdks 6.0.424 [C:\Program Files\dotnet\sdk] 8.0.206 [C:\Program Files\dotnet\sdk]

Synthesis was updated from 0.27 today.

Generally I was able to use Synthesis (no crashes or general issues with patching), but I encountered several issues while using it:

Logs: Everything.txt Everything.txt Everything.txt

Settings PipelineSettings.json (without SynBookSmart).

Noggog commented 1 month ago

Having multiple patches, I had reproducable hangs either on preparing or network.
Hangs when ending the program. Waited around 30min then killed synthesis and dotnet (does not happen always)

Feels like some dotnet jobs are getting stuck in the pipes, from the sound of it. I can see if i can add some more logging around certain operations to detect when this is happening better, but I think that'd just be an informational change -> not a fix.

Have you purged your synthesis temp folder at all? Might be good to do after a major update if you're having problems. %temp%/Synthesis

Plugins that are not active are patched (SPERG-SSE.esp causes issue with one patcher).

Disabling a patcher group A to run doesn't remove it from the LO. So if a later patcher group B is run solo, and patcher A's file is listed on the LO before it, it'll still consider the stale contents from A. A is just another mod on the LO, like any other.

https://github.com/Mutagen-Modding/Synthesis/wiki/Load-Order-and-Previous-Patchers https://github.com/Mutagen-Modding/Synthesis/wiki/Multiple-Output-Targets#running-with-multiple-groups

Generally I recommend running all your patchers at once in a single run. There's usually very little reason to only run half/some, and doing so can lead to staleness issues

Noggog commented 1 week ago

470