Rstudio in a google remote desktop session failing

I have google remote desktop set up on an Ubuntu box, and when I recently tried to fire up rstudio on it, it failed miserably. Any thoughts?

$ rstudio
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Received signal 6
#0 0x7fc756a01a4f
#1 0x7fc756a01e4b
#2 0x7fc756a024ce
#3 0x7fc75014c4c0
#4 0x7fc75014c438 gsignal
#5 0x7fc75014e03a abort
#6 0x7fc751efcdcc QMessageLogger::fatal()
#7 0x7fc74f831afc QQuickWidgetPrivate::handleContextCreationFailure()
#8 0x7fc74f831cfa QQuickWidgetPrivate::createContext()
#9 0x7fc74f833e86 QQuickWidget::resizeEvent()
#10 0x7fc75c0eb98d QtWebEngineCore::RenderWidgetHostViewQtDelegateWidget::resizeEvent()
#11 0x7fc753060ea2 QWidget::event()
#12 0x7fc74f834acb QQuickWidget::event()
#13 0x7fc75c0ebc88 QtWebEngineCore::RenderWidgetHostViewQtDelegateWidget::event()
#14 0x7fc753022b3c QApplicationPrivate::notify_helper()
#15 0x7fc753029d30 QApplication::notify()
#16 0x7fc7520e9e28 QCoreApplication::notifyInternal2()
#17 0x7fc75305963d QWidgetPrivate::sendPendingMoveAndResizeEvents()
#18 0x7fc75305d1b3 QWidgetPrivate::show_helper()
#19 0x7fc753060375 QWidget::setVisible()
#20 0x7fc754f34fb6 QtWebEngineCore::WebContentsAdapter::initialize()
#21 0x7fc754f3721e QtWebEngineCore::WebContentsAdapter::load()
#22 0x7fc754f37b50 QtWebEngineCore::WebContentsAdapter::load()
#23 0x55fdf30af060 rstudio::desktop::SessionLauncher::launchFirstSession()
#24 0x55fdf30b05db rstudio::desktop::SessionLauncher::onLaunchFirstSession()
#25 0x7fc752116801 QObject::event()
#26 0x7fc753022b3c QApplicationPrivate::notify_helper()
#27 0x7fc753029d30 QApplication::notify()
#28 0x7fc7520e9e28 QCoreApplication::notifyInternal2()
#29 0x7fc7520ec857 QCoreApplicationPrivate::sendPostedEvents()
#30 0x7fc752141bb3 postEventSourceDispatch()
#31 0x7fc74954a197 g_main_context_dispatch
#32 0x7fc74954a3f0
#33 0x7fc74954a49c g_main_context_iteration
#34 0x7fc7521411ef QEventDispatcherGlib::processEvents()
#35 0x7fc7520e878a QEventLoop::exec()
#36 0x7fc7520f1190 QCoreApplication::exec()
#37 0x55fdf306c695 main
#38 0x7fc750137840 __libc_start_main
#39 0x55fdf306fd89 _start
r8: 0000000000000049 r9: 00007fc75c45d980 r10: 0000000000000008 r11: 0000000000000202
r12: 00007ffdc26f7490 r13: 000055fdf46f1c50 r14: 000055fdf46f1c50 r15: 00007ffdc26f7a00
di: 00000000000067f2 si: 00000000000067f2 bp: 000055fdf46f1c50 bx: 00007fc75220ce80
dx: 0000000000000006 ax: 0000000000000000 cx: 00007fc75014c438 sp: 00007ffdc26f7278
ip: 00007fc75014c438 efl: 0000000000000202 cgf: 002b000000000033 erf: 0000000000000000
trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.