Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Deleted 3 years ago

Hi! Unfortunately I am not very good at linux. I can only suggest using the java version that comes with the game. Or use something like wine and try the windows version

Deleted 3 years ago

As far as I understood, Java 8.0.1010.13
Fonts :
Segoe Print
Creative block bb
Aharoni
Segoe UI
Enigmatic Unicode

javafx is a component not available in openjdk, easiest way around is to download a linux build on Oracle's homepage and extract the zip somewhere.

using this separate JRE is quite easy, something like this works.

JAVA_HOME="/path/to/extracted/oracle/jre/" /path/to/extracted/oracle/jre/java -jar DISpurity.jar

but I only get a grey window and the console throws this warnings:

[INFO] Application starting ...
[WARN] Media player (id = 'player1') cannot use 'mediaView' as view of media content.
[WARN] Media player (id = 'player') cannot use 'mediaView' as view of media content.

when I tried dispurity some time ago I solved this somehow, but I forgot how :)