4

I get the following error:

One or more errors occurred. (One or more errors occurred. (CLR load callback is already in error state. A debug component is not installed. (0x80131C3C). The error code is CORDBG_E_DEBUG_COMPONENT_MISSING, or0x80131C3C.))

Aliensis
  • 85
  • 1
  • 8

3 Answers3

12

You might have installed an Intel version of Rider on your Apple Silicon M1 mac.

Mostafa Armandi
  • 879
  • 1
  • 11
  • 24
6

This can also happen on the stable version of Rider 2021.3.2 if you use the intel dmg instead of the Apple Silicon M1 compatible version.

Tom Styles
  • 1,098
  • 9
  • 20
0

Updating to Rider 2021.3 EAP as pointed by @xtmq, solved the issue.

Aliensis
  • 85
  • 1
  • 8