-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[20.03] rstudio is broken #85921
Comments
Do you have opengl enabled in your systems? https://nixos.org/nixos/options.html#hardware+opengl |
Yes, I do, as well as driSupport enabled for both 64 and 32 bit. Running an nvidia card. I can also reproduce this same problem with intel graphics using nixpkgs on Ubuntu. |
Hmmmm... odd. I'll try to take a look later tonight. (The dreaded "it's working for me" applies here, NixOS 20.03 on Intel graphics) |
Hmmmm... strangely |
I have the same problem. @changlinli even your second expression drops the error message:
I'm on Fedora, not NixOS though. |
I marked this as stale due to inactivity. → More info |
Hah, yet another failure:
|
That was on the following system:
So it turns out that my error message does not apply as it is not 20.03. On current master it works for me though! So I believe this issue should be closed since 20.03 is end of life. |
I have the same problem on nixpkgs-unstable, here running on archlinux, with [dettorer@frimapic ~]$ nix run nixpkgs.rstudio
[dettorer@frimapic ~]$ rstudio
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Could not initialize GLX
Aborted (core dumped) [dettorer@frimapic ~]$ nix-shell -p rstudio --run "rstudio"
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Could not initialize GLX
/tmp/nix-shell-2601800-0/rc: line 1: 2601834 Aborted (core dumped) rstudio Metadata[dettorer@frimapic ~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 5.13.13-zen1-1-zen, Arch Linux, noversion`
- multi-user?: `no`
- sandbox: `yes`
- version: `nix-env (Nix) 2.3.15`
- channels(dettorer): `"nixpkgs-21.11pre314682.65b70fbe4c3"`
- nixpkgs: `/home/dettorer/.nix-defexpr/channels/nixpkgs` RStudio also seems to be broken on nixos but it launches, the problem is that its missing most of the text in the main UI (#138134) |
@Dettorer the non-nixos issue is probably because opengl doesn't work on non-nixos without using a wrapper such as https://github.com/guibou/nixGL |
Maybe we could start by updating the package to a more recent version ? Upstream is already at 1.4.1717 when we are at v1.2.5042 even on unstable... |
i'll try |
@TheSirC please test it by running |
Describe the bug
I cannot run rstudio through nixpkgs 20.03 on either NixOS w/ Nvidia GPU nor Ubuntu 18.04 w/ intel graphics.
To Reproduce
Steps to reproduce the behavior:
Notify maintainers
@ehmry @changlinli @ciil
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: