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

vlc doesn't work #57214

Closed
allowthere opened this issue Mar 10, 2019 · 3 comments
Closed

vlc doesn't work #57214

allowthere opened this issue Mar 10, 2019 · 3 comments

Comments

@allowthere
Copy link
Contributor

Issue description

vlc doesn't work. It outputs: Cannot mix incompatible Qt library (version 0x50b01) with this library (version 0x50b03)

Steps to reproduce

run vlc

Technical details

these paths will be fetched (0.05 MiB download, 0.28 MiB unpacked):
/nix/store/ial8a56ys2rswfq4j2abm3cl99li5b6p-bash-interactive-4.4-p23-dev
copying path '/nix/store/ial8a56ys2rswfq4j2abm3cl99li5b6p-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'...

  • system: "x86_64-linux"
  • host os: Linux 4.14.105, NixOS, 18.09.2327.37694c8cc0e (Jellyfish)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.1.3
  • channels(root): "nixos-18.09.2327.37694c8cc0e"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@SmilingHorse
Copy link

same:

$ vlc
VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
[0000000001d225d0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Cannot mix incompatible Qt library (version 0x50b01) with this library (version 0x50b03)
Aborted

cvlc works fine for both audio and video files though without the on-screen interface so you're limited to the keybindings for navigation: https://wiki.videolan.org/QtHotkeys/

@jtojnar
Copy link
Member

jtojnar commented Mar 14, 2019

Duplicate of #55994, #30551, #37864 and others

Make sure you are not mixing different versions of Qt in your apps installed through configuration.nix and nix-env.

@jtojnar jtojnar closed this as completed Mar 14, 2019
@SmilingHorse
Copy link

yeah a nix-env --upgrade did the trick. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants