What engine would be good for such a game in your opinion?Java was a mistake...
So here it is:Let's see those errors.
E:\Projects\GitHub\liliths-throne-public>mvn --version
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: E:\Programs\apache-maven-3.9.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_202\jre
Default locale: ru_RU, platform encoding: Cp1251
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
I'm not even talking about the game, it just that the jar version refuses to fucking work. Java 8 just doesn't launch, java 17 tells that i need javafx and i have no fucking clue how to install itWhat engine would be good for such a game in your opinion?
I kinda hoped that this shit would work, since i've built the stoopid game like 2 or 3 times succesfully before. And now, with the same setup, mvn and java versions and everything - that shit doesn't work at all...Hoping a kind soul could share with us a working jar for windows as well, it just won't compile : /
I'm pretty sure that many fans would mind, but we're already waiting years for no significant new content except weird furry species that nobody in their right mind would want to fuck.... all fans of this game would not mind waiting a year for the developer to write a game from scratch on a new version of java and without spaghetti code.
So it was indeed not a problem on my side, hoooly!Lilith's throne 0.4.8.9
Mega
For those having issues with building, apparently there is a problem with maven. You need to get a new pom.xml from here:
You must be registered to see the links
Humm... unfortunately for me, it throws a very uninformative 'java exception has occurred' for me. Not sure if it may have to do with the version of java it's been built against.Lilith's throne 0.4.8.9
Mega
For those having issues with building, apparently there is a problem with maven. You need to get a new pom.xml from here:
You must be registered to see the links
For this error use Open JDKHumm... unfortunately for me, it throws a very uninformative 'java exception has occurred' for me. Not sure if it may have to do with the version of java it's been built against.
Microsoft's build of OpenJDK got it a step further... but now it's trying to read the game data from the windows/system32/res directory? wtf? This is getting silly...
EDIT: OK, got it to work. Had to reinstall it, and do some maual jank with path/java_home. Still, it worked.
I'm pretty sure that many fans would mind, but we're already waiting years for no significant new content except weird furry species that nobody in their right mind would want to fuck.
So yeah, might as well...
To explain it... whole process was utterly stupid, and works stupidly for no flippin reason. I downloaded the ojdk v17 msi installer from microsoft and installed that, then downloaded the ojdk v20 from java's own site, unpacked it to a different place THEN changed both Path and JAVA_HOME to point at the v20 folder.No luck for me Still can't understand what is wrong.
I grabbed Eclipse Temurin build of Java 8, the path and home seems to be correct, but the game keeps bombarding me with JNI and JAVA exception errors.