NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.61k forks source link

vencord: opening settings crashes discord/webcord-vencord on stable #334141

Open jirafey opened 1 month ago

jirafey commented 1 month ago

Describe the bug

Opening settings crashes discord/webcord-vencord desktop applications on stable NixOS release 24.05

Steps To Reproduce

Steps to reproduce the behavior:

  1. On NixOS 24.05 add discord to systemPackages as:
    (pkgs.discord.override {  withVencord = true;})

    or just add webcord-vencord to systemPackages

  2. Open Discord
  3. Open Settings
  4. See it crashing webcord-vencord: image (pkgs.discord.override { withVencord = true;}): image This is 0.0.60 discord

Expected behavior

Opening settings should open settings menu.

Screenshots

If applicable, add screenshots to help explain your problem. image

Additional context

Add any other context about the problem here. mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE [73114:0812/154653.746937:ERROR:atom_cache.cc(229)] Add chromium/from-privileged to kAtomsToCache [73114:0812/155004.540825:ERROR:node_bindings.cc(159)] Fatal error in V8: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope Segmentation fault (core dumped) The errors from the devTools console are quite big but I can provide them if that will be helfpul.

Notify maintainers

@Scrumplex

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here

Add a :+1: reaction to issues you find important.

MeexReay commented 2 weeks ago

same thing, I found a solution in installing vesktop

Scrumplex commented 2 weeks ago

Can you try #337676?

jirafey commented 2 weeks ago

Can you try #337676?

I don't have a NixOS machine anymore, please continue this issue without me or just close it.