NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.93k stars 13.96k forks source link

Decent Sampler VST Error #349256

Open Byteingpython opened 5 days ago

Byteingpython commented 5 days ago

Describe the bug

The Decent Sampler VST-Plugin cannot be loaded by my DAW (Bitwig Studio). Bitwig gibes me the following Error Messages

com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: Failed to load VST 2 plug-in /run/current-system/sw/lib/vst/DecentSampler.so: libnghttp2.so.14: cannot open shared object file: No such file or directory

com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: Failed to load VST 3 plug-in /run/current-system/sw/lib/vst3/DecentSampler.vst3: libnghttp2.so.14: cannot open shared object file: No such file or directory

Steps To Reproduce

Steps to reproduce the behavior:

  1. Install Bitwig Studio and Decent Sampler
  2. In Bitwig go to Settings -> Plug-ins and click on "Show plug-in errors" at the bottom

Notify maintainers

@adam248

Metadata

❯ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.54, NixOS, 24.11 (Vicuna), 24.11.20241009.5633bcf`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.8`
 - nixpkgs: `/nix/store/60sn02zhawl3kwn0r515zff3h6hg6ydz-source`
chewblacka commented 4 days ago

decent-sampler appears not to be building at the moment because internet archive (where the binary and icon are stored) is in read-only mode. Might be the source of the issue?