JetBrains / RiderSourceCodeAccess

Plugin for UE4 to user Rider for Unreal Engine as code editor
Apache License 2.0
112 stars 21 forks source link

RiderSourceCodeAccess makes UE crash on launch when... #19

Open S-Marais opened 2 years ago

S-Marais commented 2 years ago

If you have multiple version of Rider install in Toolbox some weird paths are added to InstallInfos causing the editor to crash on launch.

In my case I had Rider and Rider Early Preview installed in Toolbox. On Windows, but only regular Rider on Linux. Which made me think something was funky in my Registry but after an evening debugging the issue I finally tried to only keep regular Rider installed and ditched Early Preview and the crash was gone.

I'm not sure what's going on there to be honest.

Loftskip commented 2 years ago

This fixed the issue for me too