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

vivaldi crashes on startup when Widevine is enabled #95829

Open
chekoopa opened this issue Aug 20, 2020 · 2 comments
Open

vivaldi crashes on startup when Widevine is enabled #95829

chekoopa opened this issue Aug 20, 2020 · 2 comments
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

Comments

@chekoopa
Copy link
Contributor

Issue description

Vivaldi crashes on startup. If you have some existing profile in ~/.config, it exits without any messages.
When I move ("delete") the profile, it writes these messages:

/nix/store/kw1cd4hiab1dw6mxvjd11vvg8crghivj-vivaldi-3.1.1929.45-1/bin/.vivaldi-wrapped: line 67: 11931 Segmentation fault      (core dumped) mkdir -p "$USER_DATA_DIR/WidevineCdm"
/nix/store/kw1cd4hiab1dw6mxvjd11vvg8crghivj-vivaldi-3.1.1929.45-1/bin/.vivaldi-wrapped: line 64: /home/user/.config/vivaldi/WidevineCdm/latest-component-updated-widevine-cdm: No such file or directory

Strange enough. May be connected with #82469, as when I turn Widevine off, Vivaldi starts as usual.

Steps to reproduce

  • take nixpkgs at rev 9dac262767885b16294df9f35496b343b3ef9b9e
  • install overriden vivaldi with this override
vivaldi-own = unstable.vivaldi.override {
  proprietaryCodecs = true;
  enableWidevine = true;
  vivaldi-ffmpeg-codecs = unstable.vivaldi-ffmpeg-codecs;
  vivaldi-widevine = unstable.vivaldi-widevine;
};
  • execute vivaldi

Technical details

  • system: "x86_64-linux"
  • host os: Linux 5.4.42, NixOS, 20.09pre226586.571212eb839 (Nightingale)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.4
  • channels(root): "nixpkgs-20.09pre239164.b78e08e981a, nixos-19.03.173691.34c7eb7545d"
  • channels(user): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@eadwu
Copy link
Member

eadwu commented Aug 20, 2020

I'm unable to reproduce this, though I am using the latest snapshot (which is a different version), so this just might be a bug from the stable version.

@stale
Copy link

stale bot commented Feb 18, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Projects
None yet
Development

No branches or pull requests

2 participants