Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey! I've found a solution for fontconfig error on Linux. This will work not for all!


if

#   echo $FONTCONFIG_PATH

returns nothing then execute

#   export FONTCONFIG_PATH=/etc/fonts


Worked for me on Manjaro (Arch) 

and yea, don't forget to  #  chmod +x ./nw

Thanks, I'll make a note of it for others!