Posted October 25, 2022
high rated
I fixed my own problem, but figured it would be good to post it anyway. I had the following error when starting NecroDancer:
./NecroDancer.x64: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory
The flac package now provides libFLAC.so.12, not libFLAC.so.8. I 'solved' this by copying libFLAC.so.12 to game/NecroDancer64/lib/libFLAC.so.8, not sure if it properly plays FLAC files but the game at least starts. You can probably fix it more properly by installing an older version of the flac package, eg flac1.3 on the AUR.
./NecroDancer.x64: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory
The flac package now provides libFLAC.so.12, not libFLAC.so.8. I 'solved' this by copying libFLAC.so.12 to game/NecroDancer64/lib/libFLAC.so.8, not sure if it properly plays FLAC files but the game at least starts. You can probably fix it more properly by installing an older version of the flac package, eg flac1.3 on the AUR.
Post edited October 25, 2022 by potsale