UiPath.Executor System.AccessViolationException Issue

hello.

The issue occurs when the process opens an Excel document or copies a file.
The logic is that Process 1 executes Process 2 using Invoke Process.
When Process 2 opens an Excel file or copies a file in Init State, the UiPath.executor is terminated without any log.

System.AccessViolationException is detected in Windows Event Viewer.
The contents of the event viewer are as follows.
Any idea what could be causing this?

응용 프로그램: UiPath.Executor.exe Framework 버전: v4.0.30319 설명: 처리되지 않은 예외로 인해 프로세스가 종료되었습니다. 예외 정보:System.AccessViolationException 위치: Microsoft.Win32.Win32Native.CopyFile(System.String, System.String, Boolean) 위치: System.IO.File.InternalCopy(System.String, System.String, Boolean, Boolean) 위치: System.IO.File.Copy(System.String, System.String, Boolean) 위치: UiPath.Core.Activities.CopyFile.Execute(System.Activities.CodeActivityContext) 위치: System.Activities.CodeActivity.InternalExecute(System.Activities.ActivityInstance, System.Activities.Runtime.ActivityExecutor, System.Activities.Runtime.BookmarkManager) 위치: System.Activities.ActivityInstance.Execute(System.Activities.Runtime.ActivityExecutor, System.Activities.Runtime.BookmarkManager) 위치: System.Activities.Runtime.ActivityExecutor+ExecuteActivityWorkItem.ExecuteBody(System.Activities.Runtime.ActivityExecutor, System.Activities.Runtime.BookmarkManager, System.Activities.Location) 위치: System.Activities.Runtime.ActivityExecutor+ExecuteActivityWorkItem.Execute(System.Activities.Runtime.ActivityExecutor, System.Activities.Runtime.BookmarkManager) 위치: System.Activities.Runtime.ActivityExecutor.TryExecuteNonEmptyWorkItem(System.Activities.Runtime.WorkItem) 위치: System.Activities.Runtime.ActivityExecutor.OnExecuteWorkItem(System.Activities.Runtime.WorkItem) 위치: System.Activities.Runtime.Scheduler+Callbacks.ExecuteWorkItem(System.Activities.Runtime.WorkItem) 위치: System.Activities.Runtime.Scheduler.OnScheduledWork(System.Object) 위치: System.Runtime.Fx+SendOrPostThunk.UnhandledExceptionFrame(System.Object) 위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) 위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) 위치: System.Windows.Threading.DispatcherOperation.InvokeImpl() 위치: System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) 위치: MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object) 위치: System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 위치: System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 위치: System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) 위치: MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) 위치: System.Windows.Threading.DispatcherOperation.Invoke() 위치: System.Windows.Threading.Dispatcher.ProcessQueue() 위치: System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) 위치: MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) 위치: MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) 위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) 위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) 위치: System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) 위치: MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) 위치: MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) 위치: System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) 위치: System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) 위치: System.Windows.Application.RunDispatcher(System.Object) 위치: System.Windows.Application.RunInternal(System.Windows.Window) 위치: System.Windows.Application.Run(System.Windows.Window) 위치: UiPath.Executor.ExecutorBootstrapper…ctor() 위치: UiPath.Executor.ExecutorBootstrapper.Main()

Hi @gsh0914 ,

Good Morning, I hope the following link helps.

Try to debug the process and identify whether it is happening for a certain file or for all files.

Regards,
Ranjith Udayakumar