DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
624 stars 35 forks source link

Error when launching on Manjaro Linux #85

Closed armoar334 closed 3 years ago

armoar334 commented 3 years ago

when running ./bsnes_hd (standalone, linux)I get this error: ./bsnes_hd: error while loading shared libraries: libgtksourceview-2.0.so.0: cannot open shared object file: No such file or directory I have gtk3, gtk2, lib32-gtk2 and lib32-gtk3 installed so i cannot think of nor find anything that would cause this error.

DerKoun commented 3 years ago

It seems libgtksourceview is required for some legacy reason. For now you will have to install that package. I'll try to remove the dependency, as upstream bsnes did, for the next release.

DerKoun commented 3 years ago

I have removed libgtksourceview from the Linux build.