OpenBagTwo / FoxNap

A survival-, multiplayer- and copyright-friendly mod for adding custom music discs to your world
GNU General Public License v3.0
1 stars 1 forks source link

Error running FoxNapRPG on Linux #39

Closed OpenBagTwo closed 1 year ago

OpenBagTwo commented 1 year ago

Summary

Trying to run the FoxNapRPG executable built by Github Actions produces the following error:

[190724] Error loading Python lib '/tmp/_MEI50iQpL/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEI50iQpL/libpython3.10.so.1.0)

Environment and Version

Steps to Reproduce

  1. Download the build artifact from Github Actions and extract FoxNapRPG to the desired working directory
  2. Make executable
  3. Run ./FoxNapRPG --help

Workaround

Build from source?

Try running the Windows version through WINE?

Severity

Major if this will happen on other Linux systems (notably the Steam Deck), minor if this is just for folks working off super old distros (no offense, elementary devs)

Desired Outcome

  1. Determine extent
  2. Determine whether this can be solved by using an older Linux worker

Urgency

There needs to at least be a workaround by the release, even if that workaround is uploading a manual local build :grimacing:

OpenBagTwo commented 1 year ago

Resolved by 58fa1d9bb0c27ecc22c7fd33e3c3501442be49b5

Tested not only on elementary but my actual 22.04 machine. Also tested the MacOS build on one of my M1 macs. Windows 10 vs. 11 I'm a little less worried about, because it's not even like Windows ships with Python :rofl: