Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

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

```

Thanks! Got the same error message on Ubuntu 22.04.3, adding that environmental variable fixed the issue.