Qahlz

Well-Known Member
Jul 25, 2023
1,251
913
150
I assume you're asking about the version of the game itself, which is 0.4.11.3 Alpha.

And the Adrenalin version that i am using is 25.9.1, which is the latest version.

my chipset drivers are also updated to the latest version.

I tried running the .jre version of the game but honestly i kinda don't wanna fill out the long ass form that oracle wants you to do
Not sure what Adrenaline has to do with this. I don't think it should affect the game at all, but I may be wrong.
What are your PC specs? Are you possibly running out of RAM?
Also, is there an error.log file in the "data" directory?
 
  • Like
Reactions: Shadow mage

Shadow mage

New Member
Sep 8, 2022
8
1
13
i don't know if you could tell but im not the greatest when it comes to troubleshooting things on my pc, hence why i thought it might have to do with Amd.

anyway im running a 9070xt with 32 gb of ram, and my cpu is the 9800X3D.

and yes there is indeed an error log file in the game's data
 

Qahlz

Well-Known Member
Jul 25, 2023
1,251
913
150
i don't know if you could tell but im not the greatest when it comes to troubleshooting things on my pc, hence why i thought it might have to do with Amd.

anyway im running a 9070xt with 32 gb of ram, and my cpu is the 9800X3D.

and yes there is indeed an error log file in the game's data
Yeah, these specs should be enough. Uploading the log file here might help us with troubleshooting this.
 
  • Like
Reactions: Shadow mage

Qahlz

Well-Known Member
Jul 25, 2023
1,251
913
150
I think this should be it, i had to compress it because it was a text doc
Reads like it's an issue with loading or saving the game. Which tracks, considering that the game occasionally autosaves upon entering locations.
Maybe your save is corrupted? Try starting a new game and see if the issue persists.
 
  • Like
Reactions: Shadow mage

Konstantinus

Engaged Member
Feb 25, 2019
2,333
2,183
471
If its bothering you, you can modify the code to take the system date from your pc. Use the below code :
Java:
import java.time.LocalDate;

    public static void main(String[] args) {
        // Get the current date from the system
        LocalDate currentDate = LocalDate.now();
       
        // Print or use the current date in your game
        System.out.println("Current date: " + currentDate);
    }
Put it in the source code appropriately and compile it
While I have no idea where or how to put it, I just decided instead to look on Inoxias blog for an earlier version and then just load my save file from after I started
 

Draupnir7

Active Member
Sep 3, 2020
668
984
217
I assume you're asking about the version of the game itself, which is 0.4.11.3 Alpha.
Yeah, I should have been more specific.
There are two versions, one of which comes packaged with the version of Java Inno is comfortable with using. That is the '.exe version'. The other, '.jar', attempts to use whatever version of Java you have installed. Since the Java version Inno uses is now INCREDIBLY out of date, that may cause issues.
 
Last edited:
  • Like
Reactions: Shadow mage

Shadow mage

New Member
Sep 8, 2022
8
1
13
Yeah, I should have been more specific.
There are two versions, one of which comes packaged with the version of Java Inno is comfortable with using. That is the '.exe version'. The other, '.jar', attempts to use whatever version of Java you have installed. Since the Java version Inno uses is now INCREDIBLY out of date, that may cause issues.
Ah dang, yea I'm using the 64-bit java version

I tried getting the .jar file up and running, but every version of temurin JDK that I installed didn't get the file to work
 

Shadow mage

New Member
Sep 8, 2022
8
1
13
Reads like it's an issue with loading or saving the game. Which tracks, considering that the game occasionally autosaves upon entering locations.
Maybe your save is corrupted? Try starting a new game and see if the issue persists.
I think I have to give up lol, since I've been downloading the game unto an external hard drive I tried to download it in my ssd but i had the same problem, i tried downloading it on my laptop but i still had the same error.

I've also tried deleting the save file and starting a new one but i still got the error file in the data folder.

i checked and it seems like the error file is created the moment i run the game, even on a new install.

also also I formatted the external hard drive, and I changed the file system from exFAT into NTFS, which should be better at running a lot of small packages of data or whatever but idk, still got the same error file.

game is running a lil bit better tho
 

WeebLoop

Well-Known Member
Sep 8, 2020
1,995
939
254
What's the state of the game now? I left it cooking some years, did it solve the storage issues?
 

GammaXai

Active Member
Oct 5, 2018
926
501
267
What's the state of the game now? I left it cooking some years, did it solve the storage issues?
No but we have an item to summon the children that are a major storage issue so that you can yell at them one at a time to get out of town.
 

gaikotsu3

Member
Jan 10, 2020
136
258
169
No but we have an item to summon the children that are a major storage issue so that you can yell at them one at a time to get out of town.
Iirc, there was a file you could edit, or delete, that would clear out your kids. I think there was a way to clear out just the ones you haven't met yet.
I remember having to do something like that before.
And I'm sure I'll have to do it again. I have a problem.
 

Facha1234

Active Member
Mar 11, 2019
819
625
245
Iirc, there was a file you could edit, or delete, that would clear out your kids. I think there was a way to clear out just the ones you haven't met yet.
I remember having to do something like that before.
And I'm sure I'll have to do it again. I have a problem.
Yeah, I also forget to pull out more often than not.
 

ZXCOM

New Member
Feb 11, 2021
3
2
85
So, I take it that the enslavement system, as well as the enchantment of enslavement items, do not work on the main character? I just want to hear confirmation of this theory, as I've tried many different ways.
 

lolglolblol

Newbie
May 4, 2018
60
103
125
So, I take it that the enslavement system, as well as the enchantment of enslavement items, do not work on the main character? I just want to hear confirmation of this theory, as I've tried many different ways.
The player can only be enslaved in a handful of Bad Ends, the enchantments only work on NPCs
 
  • Like
Reactions: BaloneyAmone
Dec 31, 2018
37
91
171
I was fucking STRUGGLING to get this game to work on any Linux Distro, but was finally able to get it working on my Arch install.

1. Install java-openjfx-bin and any dependencies, which I think are java-21-openjdk, java-22-openjdk, java-23-openjdk, java-24-openjdk, java-25-openjdk in the AUR (oldest to newest first, openjfx last, cleanbuild, may need to install Gradle8 to compile them).

2. Install the AUR package jre8.

3. Change the default runtime environment with: sudo archlinux-java set java-8-jre/jre

4. Run the jar with: java -Xmx2048m -jar /*path*/*to*/*LT*/LilithsThrone_0_4_11_3.jar

What a pain in the fucking ass.
 

Draupnir7

Active Member
Sep 3, 2020
668
984
217
The dragon NPC in Elis poses an interesting problem.
- I cannot solve his problem to his satisfaction if I use violence.
- Solving his problem non-violently requires knowledge and therefore trust of the character.
- I cannot talk to him outside of three options that provide no benefit, because the other options require the character's trust.
Truly a puzzle worthy of the Sphinx. Next I suppose I will be asked to pull myself up by my bootstraps without wearing boots.
 
  • Sad
Reactions: CaptainBipto
4.00 star(s) 131 Votes