Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

well the latest linux release relies on gconf wihich is depriciated since ubuntu 23.10 iirc

```error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory```

i am on ubuntu 24.04 lts based linux mint 22

you might want to look into gsettings(replacement for gconf) or provide the necessary libs and their deps yourself

So this is the latest release that causes this issue, but previous versions are fine? Or are all issues now broken because gconf is depreciated? What I do for Linux is deploy the game, and then update the NW.JS files through the website https://nwjs.io/ The only difference between the current version and the previous one would be that I used a newer version of NW.JS (I always just use the latest one), so would using an older version of NW.JS fix this? I have very limited knowledge of Linux, if you couldn't tell. Thanks for the heads up on this issue.

Well , gconf is depriciated and the game depends on libs that depend on gconf and other stuff , so the older rels should be broken now too , some plugin or something in your codebase has a dep on the lib mentioned in the error , figure it out and replace it orherwise it might not work.

You could try providing thr libs yourself but I can't help you with it , cuz I don't have any exp in software management