Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits) (+1)

On Ubuntu 18.04

java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing)

java -jar TalesOfAndrogyny.jar produces

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/***/Tales%20of%20Androgyny%20Linux%20v0.2.13.0/TalesOfAndrogyny.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

running ./TalesOfAndrogyny produces

jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory
Error: failed to load VM runtime library!

The referenced folder is in fact empty in the public Tales of Androgyny Linux v0.2.13.0 Linux release. /amd64 contains one file, jvm.cfg.
These issues are pretty much identical to the previous Tales of Androgyny Linux v0.2.10.0 public build.

Attempting to run the JAR manually runs into breaking encapsulation with reflective access of the class loader. Attempting to run it through the supplied ELF fails due to the absence of a supplied Java Virtual Machine.

The lwigl problem is this: https://itch.io/post/372890
The game fails to open for various resolutions or screen ratios. Using a TV ratio like a 16:9 or 16:10 or high resolution like 1920x1080 or 4K HD seems to break the games rendering.

Additional information: my system is running open source drivers for Radeon RX 550 rather than the proprietary binaries of the official AMD driver release.