UiPath Studio Internal Error

Hello,

I am facing UiPath studio internal error from last few days.

Error logs :

25.0.172-cloud.20749+Branch.release-s172.Sha.0ff0f…

Studio closed the active project due to a critical internal error. You may retry to open the project.

Error: UiPath.Studio.Contracts.RecoverableException: Studio closed the active project due to a critical internal error. You may retry to open the project.
at UiPath.Studio.Project.Client.Ipc.Services.ProcessTerminatedBehavior.HandleProcessTerminatedInternal()
at UiPath.Studio.Plugin.Workflow.Services.ProjectProcessController.b__20_0()
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088

Note :

I have restarted UiPath studio, local system more then one time and also reinstalled UiPath studio

Thanks

Hey @phygital.user welcome to UiPath Community Forum.

The error you’re encountering in UiPath Studio, stating “Studio closed the active project due to a critical internal error”, is typically caused by corrupted project files, invalid dependencies, or version mismatches.

To resolve this, first delete the .local folder, project.settings.json, and project.json.lock file from your project directory. Then, try reopening the project via “Open from Folder” in Studio, preferably running Studio as administrator. If it still fails, open a blank project and import .xaml files one by one to identify the corrupted file.

Also, ensure all packages are updated to stable versions using the Manage Packages panel. If needed, downgrade to a stable UiPath version like 2022.10.x. Reviewing detailed logs under %localappdata%\UiPath\Logs can also help pinpoint the issue.

Let me know if you need further assistance.

Hello @phygital.user

Is this error isolated to that specific project?
What happens if you try and create a new project?

If this seems to only regard the specific project, then try and copy it to another machine/system and open it there to see if the same thing happens.

Make sure your UiPath Studio is up-to-date.

Regards
Soren

@phygital.user,

Check event logs throw event viewer for more details about what went wrong.

@phygital.user

  1. Is it happening with all projects?
  2. If for specific then is it moved from a different machine or extracted from nupkg or so?
  3. Did you happen to check event viewer logs?
  4. Did it surface after a recent upgrade or so?

Cheers

@ashokkarale ,

Could you guide me on how to check logs in Event Viewer?

Thanks

@phygital.user,

Refer this tutorial

@ashokkarale , @Anil_G

Please find event viewer logs and request for help me

Log Name: Application
Source: .NET Runtime

Description:
Application: UiPath.Studio.Project.exe
CoreCLR Version: 8.0.1525.16413
.NET Version: 8.0.15
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005


Log Name: Application
Source: Application Error

Faulting application name: UiPath.Studio.Project.exe, version: 25.0.172.0, time stamp: 0x67
Faulting module name: coreclr.dll, version: 8.0.1525.16413, time stamp: 0x67


Log Name: Application
Source: Windows Error Reporting

Event Name: APPCRASH
Response: Not available
Problem signature:
P1: UiPath.Studio.Project.exe


Log Name: Application
Source: Windows Error Reporting

Event Name: APPCRASH
Response: Not available
Problem signature:
P1: UiPath.Studio.Project.exe
P2: 25.0.172.0

Thanks

@phygital.user,

As per the event log analysis by Copilot,

Exception Code c0000005: This is an Access Violation, meaning the application tried to read or write to a memory location it shouldn’t access.
Faulting Module: coreclr.dll: This is the .NET Core runtime library, and the crash here suggests a low-level issue in the .NET runtime itself.

Could you please try reinstalling .Net runtime?

Also could you please confirm what’s the processer (CPU) of your machine? There could be possible limitation of specific CPU like Snapdragon or AMD.

@phygital.user

there are multiple other questions as well can you confirm on those

cheers

@ashokkarale ,

At the time of install UiPath studio (version: 2025.0.167 STS) few months ago it has asked me to install windowsdesktop-runtime-6.0.36-win-x64 but after UiPath studio update (version: 2025.0.172 STS) it has by default installed .net runtime (version : 8.0.15) at location : C:\Users\user\AppData\Local\Programs\UiPath\Studio\shared\Microsoft.NETCore.App\8.0.15

What I have to do while reinstalling .Net runtime? Please give me steps to resolve .net runtime issue

Note :- I have installed .Net Runtime windowsdesktop-runtime-6.0.36-win-x64.exe and currently there is no specific .net runtime (8.0.15) exe I have installed in system

Processor : Intel(R) Core™ i7-4770 CPU @ 3.40GHz, 3401 Mhz, 4 Core(s), 8 Logical Processor(s)

Thanks

@phygital.user,

Thanks for the details. Could you try clean reinstallation like mentioned in this video?