Skip to main content

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

Hi, I cannot run the generator in linux (fedora 38). I tried to run the binary in Elements-Linux.zip, and Elements-Linux.sh, but I get as an error  "The type initializer for 'Gdip' threw an exception. [...] Unable to load shared library 'libdl' or one of its dependencies"

I installed .NET Runtime 6, and the dependencies (including libgdiplus as libgdiplus-6.1-4.fc38.x86_64 through dnf). Also, to be sure, I installed the SDK.

I installed  through dnf, but nothing, same error message. Any suggestions?

Thanks.

Not at my machine right now, but if you haven't figured this out yet, you probably need to copy or symlink libdl in your /usr/lib{32} folder, if I remember It needed libdl.so but (on arch at least) all that was in there was libdl.so.2, I symlinked that as libdl.so in the folder and the generator works fine after.