redromnon / HeroicBashLauncher

Directly launch any Epic Games Store and GOG game from anywhere without Heroic on Linux.
GNU General Public License v3.0
354 stars 17 forks source link

[Bug] GLIBC_2.35 not found #84

Closed PoL0 closed 2 years ago

PoL0 commented 2 years ago

Before posting this issue, make sure you've read the Issues section in the Readme and the Flatpak/Steam-Deck guide.

Describe the bug When running HeroicBashLauncher I get the following .log: [627258] Error loading Python lib '/tmp/_MEIBtOunM/libpython3.10.so.1.0': dlopen: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIBtOunM/libpython3.10.so.1.0)

To Reproduce Steps to reproduce the behavior:

  1. Open shell and navigate to HeroicBashLauncher directory
  2. Run HeroicBashLauncher
  3. It fails silently.

Details

Additional context

GLibc 2.31+ installed: $ pacman -Q glibc glibc 2.33-5

redromnon commented 2 years ago

Oh yeah, I forgot to used the workflow build binary. My bad.

redromnon commented 2 years ago

I've reuploaded the zip files with the correct binaries. Please check if it works.

PoL0 commented 2 years ago

That was quick! Tested and working on SteamDeck.

Thanks a ton @redromnon <3