Supervisor icon indicating copy to clipboard operation
Supervisor copied to clipboard

Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified

Open esidegallery opened this issue 3 years ago • 5 comments

The following error is occurring on Windows 10 x64.

Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at Supervisor.MonitorThread.DoMonitor()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

esidegallery avatar May 03 '22 15:05 esidegallery

I have the same error!!

robertkjr3d avatar Jun 13 '22 18:06 robertkjr3d

Anyone ever fix this?

Testerboy21 avatar Apr 16 '23 12:04 Testerboy21

@Testerboy21 its an open source software. You're free to fix it and make a pull request to merge the changes.

chebum avatar Apr 16 '23 14:04 chebum

@esidegallery I had a similar issue. One thing to check for is if the path to the executable has spaces that you need to put 3 quotation marks before the path and two after the end of the path to the executable.

jompeterson avatar Jul 01 '23 23:07 jompeterson

Try running supervisor with an elevated (administrator) level shell.

TheExpertNoob avatar Sep 20 '23 19:09 TheExpertNoob