Excinerus / AI-Overhaul-Patcher

HomePage
17 stars 14 forks source link

v035.1 Mutagen patcher code giving a blocking error #13

Closed seancojr closed 2 years ago

seancojr commented 2 years ago

Synthesis reports an update is available for the patcher code but applying it gives the following error.

Utilities\ExLoadOrderUtilities.cs(30,138): error CS0246: The type or namespace name 'IMajorRecordCommonGetter' could not be found (are you missing a using directive or an assembly reference?) Utilities\ExLoadOrderUtilities.cs(30,138): error CS0246: The type or namespace name 'IMajorRecordCommonGetter' could not be found (are you missing a using directive or an assembly reference?)

If I set the config to use versioning from the last successful run (01/05/2022), I can run the patcher with no error.

Synthesis version: 0.20.3 Mutagen version: 0.33.2

Excinerus commented 2 years ago

Fixed in 1518c66 Thanks to Nogg :D