Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

evanstucker

1
Posts
4
Following
A member registered Jun 08, 2020

Recent community posts

My library was in a different location. I found it with this:

```

$ sudo find / -name libgmodule-2.0.so

...

/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so

...

```

Then launched the game with this:

```

$ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so ./OneShot.AppImage

```