Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks, that's great help. Since now I could see what's probably going on/wrong. Terminal spits out these error messages:

Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"

Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"

[17385:17385:1204/144028.758953:FATAL:platform_font_linux.cc(83)] Check failed: InitDefaultFont(). Could not find the default font

#0 0x7f6e413b343c <unknown>

Aborted (core dumped)

Hope that helps and will joing the Discord, too, in a few.

(2 edits) (+1)

Hi there samapatti,

It looks like that is a conflict with an outdated version of nwjs.

To fix this, you can try downloading version 0.43.6 from here: https://dl.nwjs.io/v0.43.6/nwjs-v0.43.6-linux-x64.tar.gz

Once downloaded, open the archive and extract the files over the top of the game folder, overwriting any files when asked.

Hopefully this should fix the issue and allow you to run the game!

If you still encounter any issues, please attempt to redownload the game as a new version with an updated nwjs library has been uploaded.

Thanks for supporting us!

Well, after our a resolution of the whole process on Discord, I just wanted to let others who might run into the same problem know, that they should use the "7z x" command to unpack the zip-file since after doing that (and you uploading a recompiled version even), the game runs pretty smoothly when started with "./nw" from the terminal.

Thanks for figuring this out with me, Lord Bastion! <3