Studio 2024.10.1 install error - EEUI - Call to InitializeEmbeddedUI on a UI DLL failed

Based on the logs, nothing changed, and you still have the same issues.

The rundllS2.exe process stopped because of an internal error within the .NET Runtime Framework. The error code 80131506 is generally associated with a critical failure that the runtime cannot recover from. It usually means there is a bug in the application (a bug cannot be possible as it was installed so far by numerous users), or the environment it is running in, that it cannot handle.

Here’s what you can do to troubleshoot:

  • Try to run the application with admin privileges, it might solve the problem if it’s related to the lack of permissions.
  • Try to install Download ASP.NET Core 8.0 Runtime (v8.0.11) - Windows x64 Installer and Download .NET Framework 4.8.1 | Free official downloads
  • Perform a Check system for updates → install the new updates → Restart the system → Retry the Studio installation
  • If you still get the same results after checking the generated log and after reviewing the Event Viewer → Application, System and Security logs → feel confident that you need to reach your internal security team for further help.