libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
9.99k stars 1.8k forks source link

Update to glslang broke RetroArch launch (1.14.0) #15126

Open TrazhCant opened 1 year ago

TrazhCant commented 1 year ago

Update to glslang broke RetroArch launch

Description

Updating glslang 11.13.0-2 to 12.x causes RetroArch launch error:

retroarch: error while loading shared libraries: libglslang.so.11: cannot open shared object file: No such file or directory

Expected behavior

successful RetroArch launch

Actual behavior

RetroArch fails to launch with error message:

retroarch: error while loading shared libraries: libglslang.so.11: cannot open shared object file: No such file or directory

Steps to reproduce the bug

  1. Update glslang from 11.13.0-2 to 12.1.0-1
  2. Attempt launch RetroArch

Bisect Results

Experienced issue today. glslang update build date is 3/22/2023.

Version/Commit

Environment information

TrazhCant commented 1 year ago

Screenshot from 2023-03-23 10-27-23

LibretroAdmin commented 1 year ago

Is this still an ongoing issue with more recent RetroArch builds?