SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Intermittent rewrite errors with parallel rewriting enabled

Pathoschild opened this issue ยท 2 comments

commented

When you enable RewriteInParallel in smapi-internal/config.json, SMAPI sometimes throws errors during mod assembly rewriting.

Sample logs:

date summary
2020-06-11 NullReferenceException in AssemblyLoader.Dispose().
2020-06-19 NullReferenceException in BaseInstructionHandler.MarkFlag on this.Flags (which is never null).
2020-06-28 NullReferenceException in AssemblyLoader.Dispose().
commented

Should this be closed since you removed the relevant code in 544919a ?

commented

Yep. Thanks!