Problem starting RStudio

Since a recent update (I don’t know which one) of my Manjaro distribution, I can’t run RStudio desktop anymore. I tried reinstalling the different versions available on the AUR, without success.
The rstudio process starts but no window appears. If I start from the console I see an ever increasing number of lines of this message:
[44293:1205/105335.890456:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service.

I get the same thing in both Wayland and X11 versions of Plasma destktop, as well as XFCE.

Can you remove those versions you’ve tried to reinstall?

sudo pacman -Rsn rstudio-desktop rstudio-desktop-bin

(assuming these are what you tried)

Reboot, and try again. See if that helps.

Note: Always remove one version before installing another.

Regards.

Thanks for your answer, by running rstudio-daily-bin --run-diagnostics in tyhe console I saw what was the cause of my problem: I had some remnants of a Guix install, i.e. some stuff in /gnu/store and – I don’t know why – some of this stuff was listed in LD_LIBRARY_PATH. I deleted /gnu/store and now RStudio starts up.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.