Hi everyone,
Fresh RHEL 7 install of latest rstudio-desktop crashes with:
qt.qpa.xcb: X server does not support XInput 2
WARNING: Application calling GLX 1.3 function "glXCreatePbuffer" when GLX 1.3 is not supported!
This is an application bug!
The server is accessed remotely via X2Go (again latest available version)
I touched base with X2Go community and the feedback I received was that RStudio developers should also be informed, since this seems to be a bug.
I have also seen this thread: X2Go and RStudio
Any suggestions for a workaround?
Thank you
Is using RStudio Server rather than RStudio Desktop an option for you in this case?
Server would be great, but I cannot figure out a secure way to open the 8787 port (it seems that ssl activation is only on Pro?). Can you point us to a primer that will help folks create a secure server?
I also have this bug. For me, the following worked:
first I test by uncomment in /etc/x2go/x2goagent.options, perhaps it's not the best solution, but studio start .
Uncomment to disable GLX, the old mesa version is hopelessly outdated anyways.
Unbreaks the gnome3 control center
X2GO_NXAGENT_DEFAULT_OPTIONS+=" -extension GLX"
Then GLX 1.4 is ok for me,it 's not exactly the same problem, if you look version of my softwares
$ glxinfo | grep 'GLX version:'
GLX version: 1.4
and glxdemo, glxgears, glxheads, glxinfo work properly
Debian Buster
x2goserver: 4.1.0.3
x2goserver-common: 4.1.0.3
x2goserver-extensions: 4.1.0.3
x2goserver-fmbindings: 4.1.0.3
x2goserver-printing: 4.1.0.3
x2goserver-x2goagent: 3.5.99.20
x2goserver-xsession: 4.1.0.…
Good luck.
I followed the advice above and the error changed to:
rstudio
qt.qpa.xcb: X server does not support XInput 2
[75893:75981:1115/182126.826541:ERROR:gl_context_egl.cc(199)] eglCreateContext failed with error EGL_BAD_MATCH
Received signal 11 SEGV_MAPERR 000000000000
#0 0x2aaab1004a4f
#1 0x2aaab1004e4b
#2 0x2aaab10054ce
#3 0x2aaab90ff5d0
#4 0x2aaaaf50d5bf
#5 0x2aaaaf50c8e9
#6 0x2aaab18d9285
#7 0x2aaab18da124
#8 0x2aaab18da471
#9 0x2aaab1e2857d
#10 0x2aaab35f3bb3
#11 0x2aaab0fde745
#12 0x2aaab1011a10
#13 0x2aaab90f7dd5 start_thread
#14 0x2aaababa1ead __clone
r8: 0000000000000001 r9: 0000000000000000 r10: 0000000000000009 r11: 0000000000000000
r12: 00002aaaedef55d0 r13: 00002aaab6067628 r14: 0000000000000000 r15: 00002aaaedef5820
di: 0000000000000000 si: 00002aab20000a10 bp: 00002aaaedef5770 bx: 00002aab20000a10
dx: 00002aab20000078 ax: 00002aaaedef55c0 cx: 00002aab200030f0 sp: 00002aaaedef55c0
ip: 00002aaaaf50d5bf efl: 0000000000010246 cgf: 0000000000000033 erf: 0000000000000004
trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.
it seems that half of the error is now gone but still no joy.
Any tips?
system
Closed
December 6, 2019, 11:26pm
6
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.