Skip to main content

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

bobjonesesq

1
Posts
1
Topics
A member registered Nov 08, 2019

Recent community posts

Hello!

Firstly: loving this. Well done! Streamed it earlier on my twitch channel. May well stream it again (as gariusthebrit) and today's will go up on my youtube next week.

Two things:
1) worth getting it added as a game category on twitch! i was playing it under the general d&d category.

2) The game currently, as bundled, doesn't want to run on Arch Linux (at least for me!). This is because it tries to set gfx variables in a way that won't work with Wayland.

Would be great to fix this in future compiles! As right now it won't work out of the box for some people and they may never get to enjoy it.

Workaround for anyone reading this having this issue.

Before running it, open a terminal window in the same folder as you've put the app image and run:

set -x  LD_PRELOAD /usr/lib/libwayland-client.so.0

(if it moans that it can't find that library, do a locate and change the path)

this effectively overrides the faulty lib param for the duration of this terminal session

- then run ./<appimagename> to start the game.

(SHOUTOUT: The kind linux people on my discord who worked out all the above and helped me run it)