Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

the Linux release is broken since there is only x86 (32-bit)

❯ file ./Krypric_Linux_Data/Plugins/x86/ScreenSelector.so 
./Krypric_Linux_Data/Plugins/x86/ScreenSelector.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d430884a7112ba9a3dcea4984fbf3e99196ce52d, with debug_info, not stripped

I don’t know why you need this plugin.

What seemed to be the core issue (at least for me) was that I did not have a 32 bit version of gtk2.0 installed.

For ubuntu based distros, do apt install libgtk2.0-0:i386, for arch (according to this so contributor) do yaourt -S lib32-libgtkhtml

Apologies, i don't use Linux myself, so I wasn't able to make absolutely sure it worked from the moment it was downloaded

Remove the plugin if you can. It should fix the problem.