The exception unknown software exception (0xe0434352) occurred in application in place (0x00008FFEBD7FCF19)

hey guys, how are you doing? whenever I run a job I get the following notification, which disrupts sequential automations that use graphical interaction, as the notification is on top of some important elements, does anyone know how to resolve this error or at least disable this notification?

“The exception unknown software exception (0xe0434352) occurred in application in place (0x00008FFEBD7FCF19)”

@GabrielVbs

If by clicking ok if it moves forward …then you can use a global exception handler or you can use paralle activity

Cheers

Hiu @GabrielVbs

You could also check Windows Event Viewer, and look for potential errors there too, see if you can find something there when this error occurs.

This error message shows that an unhandled exception (0xe0434352) occurred in an application, and the exception took place at a specific address in memory (0x00008FFEBD7FCF19). The error code 0xe0434352 is associated with the .NET Runtime, which suggests that this exception occurred in a .NET-based application.

To troubleshoot this error, you can try the following steps:

  1. Update your .NET Framework: Ensure that the latest version of the .NET Framework is installed on your system. You can download the latest version from the Microsoft website: Download .NET Framework | Free official downloads
  2. Update Windows: Make sure your Windows operating system is up-to-date by running Windows Update. This can fix potential compatibility issues and resolve known bugs.
  3. Uninstall and reinstall the problematic application: Uninstall the application that is generating the error, restart your system, and then reinstall the application. This can help clear any corrupted files or configurations. It may be that the issue is not coming from the UiPath.Executor.exe file, but from the application that it is targeting to automate/work with.
  4. Scan for malware: Run a comprehensive malware scan using a reputable antivirus program. Malware infections can cause various issues, including application errors.
  5. Repair the .NET Framework: You can attempt to repair the .NET Framework installation by running the .NET Framework Repair Tool. Download it from Microsoft’s website: https://www.microsoft.com/en-us/download/details.aspx?id=30135
  6. Check the Event Viewer for more information: You can use the Windows Event Viewer to check the Application log for more information about the error. This may give you additional insights and help you identify the root cause of the problem.
  7. If none of the above steps resolve the issue, you may need to contact the application vendor or developer for assistance. They may have additional troubleshooting steps or patches available to address the problem.
  8. Check this article https://uipath.my.salesforce-sites.com/CaseView/articles/en_US/Knowledge/Job-stopped-with-an-unexpected-exit-code-0xE0434352