GammaXai

Active Member
Oct 5, 2018
715
367
Is there any hope it might get reworked completely to be not garbage? I seem to remember playing with it a little and then getting annoyed that so many unique NPCs you fight in a boss area that you can't revisit to pick the stuff up off the floor.
 

DROZD01

New Member
Jun 9, 2017
7
0
Let's see those errors.
So here it is:

You don't have permission to view the spoiler content. Log in or register now.

Version of mvn+java:

Code:
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"
 
Last edited:

RenZReh

Member
May 16, 2018
193
190
It's not so much a java problem as it is a problem that the game still requires version 8 and not the newer and better performing ones. And the spaghetti code multiplies the whole mess.


No one wants to do everything from the beginning, but 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.

(Why a year and not half a year? Well, it can be done in half a year, but the author of this game is constantly stretching the release of updates in an infinite number of times. So it could take all three years for nothing)


((Let's help Dora the traveler count how many times things have been rewritten and remade in this game already?))))
 

DROZD01

New Member
Jun 9, 2017
7
0
Btw, neither "jdk-18.0.1.1", nor "jdk-17.0.7.7-hotspot" worked at all. They gave me "build errors" instead of that "invalid flag: --release".
 

DROZD01

New Member
Jun 9, 2017
7
0
Hoping a kind soul could share with us a working jar for windows as well, it just won't compile : /
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...
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,748
3,908
... 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.
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...
 

Nouvi

Member
Jul 24, 2018
113
247
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:
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.
 

Nouvi

Member
Jul 24, 2018
113
247
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.
 
Last edited:

pepperstake

New Member
Jul 18, 2020
2
0
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.

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.
 

RenZReh

Member
May 16, 2018
193
190
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...

I definitely remember the moment when only two updates came out in a year, which by the way didn't really add much.
(No I don't count small fixes that don't add anything as updates).

I still remember the post where it was written that in the next update will be added the ability to make two dicks to your character. It's been a few years now, and it still hasn't been added.

So, let the suckers keep waiting.
 

Nouvi

Member
Jul 24, 2018
113
247
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.
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.

After that it worked by starting the jar directly, as the exe loader does NOT work with this particular compiled jar.
Also, cmd correctly reports v20 being the active java version, but LT still loads v17. Probably insinuates a bunch of what I did was totally superfluous and unnecessary.

Do I have any explanation for why all these crossed wires doesn't explode majestically? Nope. It just works for some reason. Pretty well too in fact. No idea if it'll even work for anyone else though. Computers are an outright mystery at times...
 
  • Like
Reactions: Daba
4.10 star(s) 124 Votes