Hello everyone,
I have an automation that didn’t even start. When I checked the production machine, I saw this popup.
UiPath is already updated to one of the latest versions.
Could someone please help?
Hello everyone,
I have an automation that didn’t even start. When I checked the production machine, I saw this popup.
UiPath is already updated to one of the latest versions.
Could someone please help?
Hi @yuri.santos,
Please refer below thread and verify/correct the issues mentioned:
Also, I would suggest to run your process in debug mode to see at which point/activity in the workflow, it is throwing this error. Then follow the corresponding solution mentioned in above shared thread.
Hope this helps.
Regards
Sonali
Like i said, the automation did not start… it doesnt even have any logs in the orchestrator
Hi @yuri.santos,
As mentioned, please start the process in debug mode from studio.
Also enable execution trail from debug menu before kick starting the process in debug mode.
This will help you identify what activity, process is breaking. It can most likely be in initialisation state itself that’s why it seems to you that it didn’t even start.
Regards
Sonali
Hey @yuri.santos
The error 0xe0433434
is a generic .NET Framework exception code. In the context of UiPath, this typically means that an unhandled .NET exception occurred during the execution of a process or while starting the UiPath application itself.
In debug mode it ran successfully… any other suggestions?
Thanks for sharing!
Can you please upgrade your project dependencies and see?
Also refer all the points from above thread shared.
Please confirm if it’s a csharp project?
UiPath.Session.csharp.exe
is used for session management (for unattended). It has a screenshot feature (saves the screenshots at C:\ProgramData\UiPath\SessionScreenshots
) that’s used for troubleshooting in case something fails during session creation.
Can you try upgrade the Studio and Robot to 2025.0.161 from https://download.uipath.com/UiPathStudioCloud.msi and retry?
Do you have any firewall or antivirus that may think that UiPath.Session.csharp.exe
is a virus?
Which are the exact steps to replicate that error?
Provide the UiPath Diagnostic Tool logs from the robot VM and mention the time when the issue occurred.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.