theSkyseS / Engarde-Synthesis-Patcher

This is a port of Engarde patcher to Synthesis/Mutagen Framework
4 stars 3 forks source link

Blocking Error in Synthesis #39

Open mMayrro opened 2 years ago

mMayrro commented 2 years ago

Getting the following error with the patcher:

Program.cs(55,37): error CS1061: 'ILoadOrderGetter' does not contain a definition for 'AssertHasMod' and no accessible extension method 'AssertHasMod' accepting a first argument of type 'ILoadOrderGetter' could be found (are you missing a using directive or an assembly reference?) Program.cs(59,41): error CS1061: 'ILoadOrderGetter' does not contain a definition for 'HasMod' and no accessible extension method 'HasMod' accepting a first argument of type 'ILoadOrderGetter' could be found (are you missing a using directive or an assembly reference?) Program.cs(55,37): error CS1061: 'ILoadOrderGetter' does not contain a definition for 'AssertHasMod' and no accessible extension method 'AssertHasMod' accepting a first argument of type 'ILoadOrderGetter' could be found (are you missing a using directive or an assembly reference?) Program.cs(59,41): error CS1061: 'ILoadOrderGetter' does not contain a definition for 'HasMod' and no accessible extension method 'HasMod' accepting a first argument of type 'ILoadOrderGetter' could be found (are you missing a using directive or an assembly reference?)

Sorry if this is easily fixable but I haven't found a way to do so yet

Slushkin commented 2 years ago

Hey try changing from "profile" to "match" and also clicking the "auto" checkbox. The patch worked after that for me. Make sure after you run you activate the synthesis.esp in mo2 after you fix it.