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

If anyone has trouble running this on Linux, these are the two errors I ran into and how I fixed them.


Error 1: Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

I fixed this one by running the game using JRE version 8 rather than 11, which is the current version. 


Error 2: java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper

Solved using this link. Basically you go into your JRE 8 setting and turn off AtkWrapper. 

I hope this helps someone!

(+1)

Also, this is a lovely, small, memorable game. Well worth playing through.

(+1)

thanks so much for this advice! i'm unable to test it thoroughly on linux so this is very much appreciated

(+1)

Thank you for making this!

(+2)

I can confirm that these fixes work on Ubuntu 18.04. Thanks, man