Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

NuclearElement

1
Posts
1
Topics
2
Following
A member registered May 03, 2023

Recent community posts

Trying to run Tale of Enki on Linux since the game is in Java. I run Artix Linux (based off Arch Linux) and use OpenJDK 20. The game doesn't start and displays the error message in console:

$ java -jar 'Tale of Enki Pilgrimage v1.1.jar' 
Inconsistency detected by ld.so: dl-lookup.c: 107: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
Afraid to say that I'm inexperienced with Java, so I can't troubleshoot the above message.

I worked around the issue and got the game to run under Wine using Oracle's build of JDK (which I think is still OpenJDK?). Just checking if the game is compatible with Linux or I've made an error. I am using the full JDK build under Linux.

Output of java -version:

openjdk version "20.0.1" 2023-04-18 
OpenJDK Runtime Environment (build 20.0.1+9) 
OpenJDK 64-Bit Server VM (build 20.0.1+9, mixed mode, sharing)