Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

problem with linux version

A topic by dodom70320 created Jan 16, 2021 Views: 171 Replies: 1
Viewing posts 1 to 2

The game works perfectly under windows 10 but ... not with linux. I use fedora 33.

In the terminal , i have this error " libcrypto.so.1.0.0: cannot open shared object file: No such file or directory "

Sorry for my bad english !

Developer

Hmm, Game Maker's linux port only supports Ubuntu out of the box but there's not a whole lot of Ubuntu-specific library requirements. And libcrypto is so common it should be installed. What is the output of ls /usr/local/lib | grep crypto ? If you have some libcrypto.so file, but not an "1.0.0", you could solve this by creating a symlink named "libcrypto.so.1.0.0" which links to the libcrypto SO you actually have.

While you're at it, you might also want to verify that the other library requirements are installed: libcurl4, libopenal1, joystick, jstest-gtk.