-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Log here, the error raises 3 secs after running the patch:
Prepping state. Readable Shadowmarks detected. Patching load order... Processing Elgrim's Elixirs Processing The Bee and Barb RecordException Undriel_QRR Nav Fixed Patch.esp => : Arithmetic operation resulted in an overflow. System.OverflowException: Arithmetic operation resulted in an overflow. at Mutagen.Bethesda.Binary.BinaryOverlay.FillMajorRecords(OverlayStream stream, Int32 finalPos, Int32 offset, RecordTypeConverter recordTypeConverter, RecordTypeFillWrapper fill) at Mutagen.Bethesda.Skyrim.Internals.WorldspaceSubBlockBinaryOverlay.WorldspaceSubBlockFactory(OverlayStream stream, BinaryOverlayFactoryPackage package, RecordTypeConverter recordTypeConverter) at Mutagen.Bethesda.Skyrim.Internals.WorldspaceBlockBinaryOverlay.<>c.<FillRecordType>b__39_0(ReadOnlyMemorySlice1 s, BinaryOverlayFactoryPackage p, RecordTypeConverter recConv)
at Mutagen.Bethesda.Binary.BinaryOverlayList.BinaryOverlayRecordListByLocationArray1.GetEnumerator()+MoveNext() at Mutagen.Bethesda.Skyrim.ModContextExt.EnumerateMajorRecordContexts(IReadOnlyList1 worldspaceBlocks, IWorldspaceGetter worldspace, ILinkCache linkCache, Type type, ModKey modKey, IModContext parent, Boolean throwIfUnknown, Func3 getOrAddAsOverride)+MoveNext() at Mutagen.Bethesda.Skyrim.Internals.WorldspaceCommon.EnumerateMajorRecordContexts(IWorldspaceGetter obj, ILinkCache linkCache, Type type, ModKey modKey, IModContext parent, Boolean throwIfUnknown, Func3 getOrAddAsOverride, Func4 duplicateInto)+MoveNext() at Mutagen.Bethesda.Skyrim.Internals.SkyrimModCommon.EnumerateMajorRecordContexts(ISkyrimModGetter obj, ILinkCache linkCache, Type type, Boolean throwIfUnknown)+MoveNext() at System.Linq.Enumerable.SelectEnumerableIterator2.MoveNext()
at Noggog.EnumerableExt.Catch[T](IEnumerable1 e, Action1 onException)+MoveNext() in D:\a\CSharpExt\CSharpExt\Noggog.CSharpExt\Extensions\EnumerableExt.cs:line 290 at Mutagen.Bethesda.Skyrim.SkyrimModMixIn.<>c__DisplayClass33_02.<EnumerateMajorRecordContexts>b__1(Exception e) at Noggog.EnumerableExt.Catch[T](IEnumerable1 e, Action1 onException)+MoveNext() in D:\a\CSharpExt\CSharpExt\Noggog.CSharpExt\Extensions\EnumerableExt.cs:line 292 at Mutagen.Bethesda.OverrideMixIns.WinningOverrideContexts[TMod,TModGetter,TSetter,TGetter](IEnumerable1 mods, ILinkCache linkCache, Boolean includeDeletedRecords)+MoveNext()
at shadowmark_patcher.Program.RunPatch(IPatcherState2 state) in C:\Users\Paul\AppData\Local\Temp\Synthesis\750dae5c-3f45-48fd-95e9-af528616c4a0\Git\73c853fb-7d12-4c87-8182-e3be419609f8\Runner\shadowmark_patcher\Program.cs:line 88 at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass12_02.<b__0>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 88
--- End of stack trace from previous location ---
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args, ModKey exportKey) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 448
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.Run(RunSynthesisMutagenPatcher args) in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 397
at Mutagen.Bethesda.Synthesis.SynthesisPipeline.<>c__DisplayClass36_0.<b__1>d.MoveNext() in D:\a\Synthesis\Synthesis\Mutagen.Bethesda.Synthesis\SynthesisPipeline.cs:line 372
Synthesis.Bethesda.Execution.CliUnsuccessfulRunException: Error running solution patcher
at Synthesis.Bethesda.Execution.Patchers.SolutionPatcherRun.Run(RunSynthesisPatcher settings, CancellationToken cancel)
at Synthesis.Bethesda.Execution.Runner.Run[TKey](String workingDirectory, ModPath outputPath, String dataFolder, IEnumerable1 loadOrder, GameRelease release, IEnumerable1 patchers, IRunReporter1 reporter, CancellationToken cancellation, ModPath sourcePath)