NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.39k stars 13.62k forks source link

ppsspp-sdl-wayland: doesn't find vulkan libraries #245288

Open stereomato opened 1 year ago

stereomato commented 1 year ago

Describe the bug

ppsspp-sdl-wayland doesn't find the necessary library (libvulkan.so.1) to start with vulkan support. the ppsspp derivation/package DOES find it at

openat(AT_FDCWD, "/nix/store/2mn3wqiv52ymnb4v0ranlllfzdgacxgp-vulkan-loader-1.3.254/lib/libvulkan.so", O_RDONLY|O_CLOEXEC) = 3

Steps To Reproduce

Steps to reproduce the behavior:

  1. install ppsspp-sdl-wayland
  2. open it (while having a gpu that supports wayland)
  3. see in logs and in the settings that vulkan support isn't there

Expected behavior

vulkan + wayland works

Additional context

attaching the logs i made ppsspp-vulkan-x11.txt ppsspp-vulkan-wayland.txt

Notify maintainers

@AndersonTorres

Metadata

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

 - system: `"x86_64-linux"`
 - host os: `Linux 6.3.13, NixOS, 23.11 (Tapir), 23.11.20230722.12303c6`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.15.1`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
SuperSamus commented 1 year ago

It's intentionally disabled due to an upstream issue. https://github.com/hrydgard/ppsspp/issues/13845