Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I tried testing this game on Linux (Lubuntu 22.04 LTS), and it doesn't work.  Error message:

./Peppy: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: No such file or directory

(I do have GLEW installed, but it's at version 2.2.)

Oh sorry about that, you need to install libopenal1 and libglew2.1 on linux.

One user reported that it worked fine for them with libglew2.2 with a symlink:

ln -s /usr/lib/libGLEW.so.2.2.0 /usr/lib/libGLEW.so.2.1