flathub / com.jetbrains.Rider

https://flathub.org/apps/details/com.jetbrains.Rider
1 stars 8 forks source link

Cannot open SLN #74

Open golemwire opened 1 year ago

golemwire commented 1 year ago

When I select a .sln file to open, it seems to be opening up but then Rider crashes suddenly.

Notable output from stdout/err: [0721/161916.139177:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /app/extra/rider/jbr/lib/chrome-sandbox is owned by root and has mode 4755.

Rider output.txt

NorbiPeti commented 1 year ago

I tried to figure out why this happens but I could only find a workaround: copy the idea.properties file from this repo to ~/.var/app/com.jetbrains.Rider/config/JetBrains/Rider2023.1 (or the version you're using)

unclearParadigm commented 7 months ago

The same problem was described in PyCharm (the Python IDE of Jetbrains) here: https://github.com/flathub/com.jetbrains.PyCharm-Community/issues/542#issuecomment-1870819901

What works for me (until the issue is found and solved), is to remove the README files (or any other file that is somehow rendered in a WebView) from the project you are loading.

Foxite commented 5 months ago

It's weird how only a small amount of people seem to be having this issue, otherwise this would have been reported by many more people and fixed a long time ago. How's that?