Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I get this error on Linux:

./PixelCharacterCreator_v1.1.x86: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./PixelCharacterCreator_v1.1.x86)
./PixelCharacterCreator_v1.1.x86: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./PixelCharacterCreator_v1.1.x86)

try this solution from https://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error

Basically, just do the following commands: Firstly, install:

sudo apt-get install libstdc++6

This should already be installed by default, but try it anyway. If it doesn't solve it, just do the following:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

I didn't perform the "dist-upgrade" command, but the ones before solved it for me

That didn't work. Did you compile it for 64 bits on Linux?

I ended up downloading the Windows version and running it with wine.

yes, but it should work for both x64 and x86, which dist are u using and version?

I'm using Ubuntu 18.04