Access Denied during patcher compilation and often during patching #545
Replies: 1 comment
-
|
Duplicate of #419 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I receive access denied at random times after I updated Synthesis to the latest version. The old version did not have this issue. I'll get it when the patchers initialize and sometimes during patching. I often have to close MO2 and delete the synthesis temp folders. Sometimes it doesn't matter and the access denied sticks. I have the temp folder excluded in the antivirus software and even go as far as disable the antivirus. I will say this doesn't happen to all patchers or in the same part of the patching process. Here's an example error from the patcher initialization:
Error compiling: System.ComponentModel.Win32Exception (5): Access is denied.
at System.Diagnostics.Process.CreatePipe(SafeFileHandle& parentHandle, SafeFileHandle& childHandle, Boolean parentInputs)
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Noggog.Processes.ProcessWrapper.Run()
at Synthesis.Bethesda.Execution.Utility.SynthesisSubProcessRunner.RunWithCallback(ProcessStartInfo startInfo, Action
1 outputCallback, Action1 errorCallback, CancellationToken cancel) in D:\a\Synthesis\Synthesis\Synthesis.Bethesda.Execution\Utility\SynthesisSubProcessRunner.cs:line 105at Synthesis.Bethesda.Execution.DotNet.Builder.Build.<>c__DisplayClass17_0.<b__0>d.MoveNext() in D:\a\Synthesis\Synthesis\Synthesis.Bethesda.Execution\DotNet\Builder\Build.cs:line 51
--- End of stack trace from previous location ---
at Noggog.WorkEngine.ToDo
1.DoAsync() at Noggog.WorkEngine.WorkDropoff.EnqueueAndWait[T](Func1 toDo, CancellationToken cancellationToken)at Synthesis.Bethesda.Execution.DotNet.Builder.Build.Compile(FilePath targetPath, CancellationToken cancel) in D:\a\Synthesis\Synthesis\Synthesis.Bethesda.Execution\DotNet\Builder\Build.cs:line 48
at Synthesis.Bethesda.Execution.Patchers.Running.Git.GitPatcherCompilation.Compile(RunnerRepoInfo info, DotNetVersion dotNetVersion, CancellationToken cancel) in D:\a\Synthesis\Synthesis\Synthesis.Bethesda.Execution\Patchers\Running\Git\GitPatcherCompilation.cs:line 79
at Synthesis.Bethesda.GUI.Services.Patchers.Git.CompilationProvider.<>c__DisplayClass3_1.<<-ctor>b__4>d.MoveNext() in D:\a\Synthesis\Synthesis\Synthesis.Bethesda.GUI\Services\Patchers\Git\CompilationProvider.cs:line 57
Beta Was this translation helpful? Give feedback.
All reactions