Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Flat_Justice

4
Posts
1
Topics
39
Following
A member registered Feb 22, 2020

Recent community posts

I just finished 0.7.0 and I'm really enjoying everything so far. Can’t wait for the next update. You’ve created a great cast of of characters. I especially like numbuh 202. I found her instantly endearing.

Hi,  I'm no expert but here is what I learned in researching this...  First off, yes, gconf is a dependency.   It apparently preforms a similar function to the Windows Registry in that it holds low level system, and in some cases, software settings.  The reason why Wet Nightmares won't launch is because at some point  during start up the game is calling for gconf to do something but gets no response because gconf isn't installed.

It seems gconf was depricated and has since been replaced with the program gsettings.  Since gconf has been replaced I'm guessing that most major distributions won't be including it by default moving forward.

However, you should be able to replace the gconf call with an equivalent gsettings call and solve the problem.  Or, depending on what exactly the call is for, you may simply be able to include that function directly in your game files, eliminating the need for either dependency all together.

Hope this helps you.

Hello.  I wanted to report a problem I was having getting wetnightmares-linux-v332 to launch on Manjaro Linux.

I was getting the following error...

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

The fix was to manually install gconf.

 After doing this the game launches without issue.

Hopefully this can help someone else having this problem.  I also wanted to make the developers aware if they weren't already.