V1.2.637-1 Preview refused to connect

Using OpenSuse Tumbleweed and the latest preview build, rstudio shows a Chrome "This site can't be reached" page, with "127.0.0.1 refused to connect". Terminal output is "Uncaught TypeError: Cannot read property 'notifyRCrashed' of undefined"

I have symlinked /usr/lib/libcrypto.so.10 -> libcrypto.so and /usr/lib64/libssl.so.10 -> libssl.so to avoid startup errors.

run diagnostics stlll complains about missing libcrypto.so.10:
rstudio --run-diagnostics

Using R script: /usr/bin/R

Attempting to launch R session...
R_HOME=/usr/lib64/R
R_DOC_DIR=/usr/lib64/R/doc
R_INCLUDE_DIR=/usr/lib64/R/include
R_SHARE_DIR=/usr/lib64/R/share
LD_LIBRARY_PATH=/usr/lib64/R/lib::/lib:/usr/local/lib64
PATH=/bin:/usr/local/bin:/usr/bin
HOME=/home/nbirnel

R session launched, attempting to connect on port 27518...
/usr/lib/rstudio/bin/rsession: libcrypto.so.10: version `libcrypto.so.10' not found (required by /usr/lib/rstudio/bin/rsession)

Connected to R session, attempting to initialize...

I am using the preview version since that current release uses an old version of libgstreamer that is no longer available for OpenSuse Tumbleweed.

1 Like

Duplicate of my report:

2 Likes