Job process did not respond to handshake in time. Killing process in 5 seconds

Hi, I’m running into an issue when executing a single line test script when credentials are set in the properties. No issues with the script if I don’t have credentials set.

2024-10-09 08:52:58.852 -05:00 [INF][UniversalAutomation.ExecutionService] Error executing job 236: Object reference not set to an instance of an object. at PowerShellUniversal.ChildProcess.WaitForExit(Int32 ms) in C:\actions-runner_work\universal\universal\src\PowerShellUniversal\Models\ChildProcess.cs:line 135
at UniversalAutomation.Services.GrpcExecutionService.ExecuteScript(Job job, ExecutionEnvironment environment, ExecuteScriptRequest request, ExecutionCallback executionCallback) in C:\actions-runner_work\universal\universal\src\Universal.Server\Services\Automation\GrpcExecutionService.cs:line 100
at UniversalAutomation.ExecutionService.ExecutePowerShell(Script script, IEnumerable1 parameters, Job job, Schedule schedule, ExecutionCallback callback) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 763 at UniversalAutomation.ExecutionService.TryExecute(Job job, Schedule schedule) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 363 at UniversalAutomation.ExecutionService.TryExecute(Job job, Schedule schedule) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 455 at UniversalAutomation.ExecutionService.Execute(Int64 jobId, Nullable1 scheduleId) in C:\actions-runner_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 180 System.NullReferenceException

Product: PowerShell Universal
Version: 5.0.10

I have the same issue. No credential it runs, when a credential is specified it gives the error mentioned.
I already checked and the credentials are correct

I am also having this same issue. Trying to convince my boss to purchase the software but I need to make this work.

 [WRN] Job process did not respond to handshake in time. Killing process in 5 seconds.
 [INF] Error executing job 30: Object reference not set to an instance of an object.    at UniversalAutomation.Services.GrpcExecutionService.ExecuteScript(Job job, ExecutionEnvironment environment, ExecuteScriptRequest request, ExecutionCallback executionCallback) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\GrpcExecutionService.cs:line 100
   at UniversalAutomation.ExecutionService.ExecutePowerShell(Script script, IEnumerable`1 parameters, Job job, Schedule schedule, ExecutionCallback callback) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 730
   at UniversalAutomation.ExecutionService.TryExecute(Job job, Schedule schedule) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 342
   at UniversalAutomation.ExecutionService.TryExecute(Job job, Schedule schedule) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 434
   at UniversalAutomation.ExecutionService.Execute(Int64 jobId, Nullable`1 scheduleId) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\ExecutionService.cs:line 159 System.NullReferenceException

PowerShell v5 or PowerShell v7, same issue. Running without the credentials works fine. Account has permissions to logon as service, is even a local admin (thought that might fix it). Doesn’t matter if I am running as IIS or MSI installed (tried both).