Excinerus / AI-Overhaul-Patcher

HomePage
16 stars 13 forks source link

Blocking Error #27

Open GrandADMCorgi opened 2 months ago

GrandADMCorgi commented 2 months ago

I'm getting this error: Program.cs(234,110): error CS0117: 'SkyrimModHeader.HeaderFlag' does not contain a definition for 'Light' Help on troubleshooting would be appreciated.

ghyujkilop commented 2 weeks ago

Was just about to post this, hopefully gets resolved!

WordStormRose commented 1 week ago

I'm also getting the same error.

MrFastZombie commented 1 week ago

What worked for me was setting Mutagen and Synthesis to 'Match' in the patcher's versioning settings.

TheKanten commented 6 days ago

The patcher is searching for "SkyrimModHeader.HeaderFlag.Light;" where it should be looking for "SkyrimModHeader.HeaderFlag.Small". ssebaa's pull request fixes this issue but it still needs to be merged into the main branch.