Input dialog causing "Job stopped with an unexpected exit code: 0xE0434352"

Hi, Completely new to UI Path studio and just started a tutorial to get the following error:

Job stopped with an unexpected exit code: 0xE0434352

System.Exception: Job stopped with an unexpected exit code: 0xE0434352

The only activity I have is an input dialog:

I’m using Studio 2023.10.1

Seems to be some glitch, just restart the studio and test again. It should work fine.

This usually happends due to .Net Framework. Kindly check .Net version supported for 23.10 is installed on your machine or upgrade UiPath to latest version and also .net version subsequently required for UiPath

@chandresh_agarwal

How did you guessed @luke.chaseryan have Studio 23.10?

@luke.chaseryan show the error popup and more detailed error description from the popup.


@ashokkarale he already mentioned in his post

1 Like

Hi @luke.chaseryan

That error code (0xE0434352) is a generic .NET exception, meaning something in the workflow caused a crash. Since you only have an Input Dialog, it might be due to an environment or installation issue.

  • Restart UiPath Studio and your PC.
  • Check if Studio and Robot are properly installed and updated.
  • Run Studio as Administrator.
  • Create a brand new simple workflow with just Input Dialog and test again.
  • Look for any antivirus or security software that might block UiPath.

If it still fails, try reinstalling UiPath Studio or check the Windows Event Viewer for detailed error logs.

Thank you will. Will try all these options today.

If this helps, please mark this as the solution.