clipmove / NotBlood

Gameplay Mod For NBlood
https://github.com/clipmove/NotBlood/releases
65 stars 4 forks source link

Linux mint issue #125

Closed gala-vine closed 1 month ago

gala-vine commented 3 months ago

/notblood: error while loading shared libraries: libFLAC.so.12: cannot open shared object file: No such file or directory

Have tried downloading FLAC, but doesnt seem to fix the issue.. executable wont run. anyone know of any updates that can be installed or run to fix this?, i don't have this issue on Arch Linux (manjaro).

tmyqlfpir commented 3 months ago

Some distributions of linux use older versions of libflac while others are running the latest dev branch. I attempted to use a more modern version for the build github actions (see e4ef89a71d0dcd2b9c85988578caf59a23a08b46) although this caused issues for other linux users who are using older versions of libflac.

The problem should be fixed since then (I've reverted the above commit), however if it still is an issue the solution is to fork and compile NotBlood directly as I don't think the build engine license allows me to statically link libflac.

Sorry I can't help out any further!