Skip to content
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

[hc launch] Toggling devtools in nix shell fails #216

Open
matthme opened this issue Jan 16, 2024 · 0 comments
Open

[hc launch] Toggling devtools in nix shell fails #216

matthme opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@matthme
Copy link
Collaborator

matthme commented Jan 16, 2024

Describe the bug
Toggling the developer tools of a window launched with hc launch in nix shell fails with the following error:

[1] VM 0x7fff9d406000 on pid 473270 received NeedDebuggerBreak trap
[1] 
[1] (process:473428): Gtk-WARNING **: 20:13:20.160: Locale not supported by C library.
[1]     Using the fallback 'C' locale.
[1] Gtk-Message: 20:13:20.199: Failed to load module "canberra-gtk-module"
[1] Gtk-Message: 20:13:20.199: Failed to load module "canberra-gtk-module"
[1] MESA-LOADER: failed to open iris: /run/opengl-driver/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/dri, suffix _dri)
[1] MESA-LOADER: failed to open zink: /run/opengl-driver/lib/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/dri, suffix _dri)
[1] MESA-LOADER: failed to open kms_swrast: /run/opengl-driver/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/dri, suffix _dri)
[1] MESA-LOADER: failed to open swrast: /run/opengl-driver/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/dri, suffix _dri)
[1] Failed to create GBM device for render device: /dev/dri/renderD128: No such file or directory

To Reproduce
Steps to reproduce the behavior:
Clone https://github.com/Soushi888/request-and-offers , checkout commit 4f561fc62719fdf3153f5f07cd4cffd90a08a120, then run

nix develop
npm i
npm run start

and try to toggle the developer tools.

@matthme matthme added the bug Something isn't working label Jan 16, 2024
@matthme matthme changed the title [hc launch] [hc launch] Toggling devtools in nix shell fails Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants