Rider doesn't debug with .NET 6
Asked Answered
K

3

6

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.))

Kerge answered 2/12, 2021 at 9:36 Comment(4)
Which Rider do you use?Vernellvernen
Jetbrains Rider 2021.2.2Kerge
Try Rider 2021.3 EAP, we have fixed lots of thing regarding .NET 6 thereVernellvernen
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.W
K
0

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

Kerge answered 9/12, 2021 at 12:56 Comment(0)
S
16

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

Shaefer answered 14/6, 2022 at 12:13 Comment(3)
This was the reasonFoil
Is there any way to tell which version (Intel or Silicon) we have installed? @MostafaTeodoro
@Teodoro JetBrains Rider -> About JetBrains Rider, then look at Runtime version- Apple Silicon will end in "aarch64"Impound
M
8

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.

Mo answered 11/1, 2022 at 13:25 Comment(1)
Thanks this worked for me! Also as a bonus, I noticed the Apple Silicon M1 version performs much much better than intel on my machine, for obvious reasons.Charmainecharmane
K
0

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

Kerge answered 9/12, 2021 at 12:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.