cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
868 stars 115 forks source link

can't run the latest version from itch.io on pop os #803

Open bleedforever opened 11 months ago

bleedforever commented 11 months ago

hello! i love c-dogs and you've done fantastic work not only maintaining it, but improving it

unfortunately i can't run the release on itch.io in pop os -- i get this error, and i'm not sure where to begin resolving it: ./cdogs-sdl: symbol lookup error: ./cdogs-sdl: undefined symbol: Mix_PlayChannel

the flatpak works great!! (i can't help but feel like an appimage would be best for itch.io...?)

cxong commented 11 months ago

yes using stuff like flatpak would be better https://flathub.org/apps/io.github.cxong.cdogs-sdl for the record I think the error can be fixed by installing sdl2-mixer?

bleedforever commented 11 months ago

hmm, i seem to have libsdl2-mixer-2.0-0 and libsdl2-mixer-dev installed... thank you for the lead though!