CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

jfmherokiller

Well-Known Member
May 25, 2020
1,162
1,599
the biggest issue i have ever had with wine is on linux mint where i have issues with some windows apps failing to regain focus. this is until i completely restart the app by either using the widow manager x or killing it via cmdline
 

BobCarter

Active Member
Jan 28, 2018
944
722
the biggest issue i have ever had with wine is on linux mint where i have issues with some windows apps failing to regain focus. this is until i completely restart the app by either using the widow manager x or killing it via cmdline
That's just issues with Linux, all you need to do is go into the source code and code away your issues, maybe if your lucky you can fix it via command line.
 

Quintilus

Engaged Member
Aug 8, 2020
2,719
7,868
I dont know about all that I just know giving it a chance isnt a bad idea. sometimes
Kotlin in some cases create more compact/optimized code than 'native' Java, because it avoid usage of objects (in OOP sense). So in case where 'native' Java would create an object (in OOP sense) Kotlin just set there an array, or pair of variables, or etc.
 
  • Like
Reactions: jfmherokiller

jfmherokiller

Well-Known Member
May 25, 2020
1,162
1,599
btw if there is a good thing i can say about this game its that it does run on my gateway and the ui isnt to crushed at 1280x1024 rez. i wish i was joking here thats my current rig atm
 

jfmherokiller

Well-Known Member
May 25, 2020
1,162
1,599
one thing i will say about the coding that could be some of the cause of the memory thrashing is lines like
Java:
Integer.valueOf(parentElement.getAttribute("sonsMother"))
which have unneeded boxing. if you need to create an object for a single operation that is immedately thrown away it will probably lead to memory thrashing.

also have my adjusted pom which allows for running the game via mvn javafx:run
 

Sarkath

Active Member
Sep 8, 2019
531
908
one thing i will say about the coding that could be some of the cause of the memory thrashing is lines like
Java:
Integer.valueOf(parentElement.getAttribute("sonsMother"))
which have unneeded boxing. if you need to create an object for a single operation that is immedately thrown away it will probably lead to memory thrashing.
That's more like a gentle flogging, really. If you have enough NPCs in the world the game has a tendency to create and trash several very large and expensive lists between turns.

A few things have been improved since I last did any profiling, but I remember clocking it at over 48GB of allocations during a few minutes of gameplay (obviously not all at once, but the GC had to collect like mad to keep the game running with an 8GB heap size).
 

jfmherokiller

Well-Known Member
May 25, 2020
1,162
1,599
That's more like a gentle flogging, really. If you have enough NPCs in the world the game has a tendency to create and trash several very large and expensive lists between turns.

A few things have been improved since I last did any profiling, but I remember clocking it at over 48GB of allocations during a few minutes of gameplay (obviously not all at once, but the GC had to collect like mad to keep the game running with an 8GB heap size).
well for me atm it almost shits the bed constantly because I guess I am on linux and the javafx-webview throws enough nullptrs to make using the menus with a mouse almost impossible.
 

Sarkath

Active Member
Sep 8, 2019
531
908
well for me atm it almost shits the bed constantly because I guess I am on linux and the javafx-webview throws enough nullptrs to make using the menus with a mouse almost impossible.
Weird…I've generally had good luck getting it to run under Linux. I run Arch (btw) and have had success with just about everything from Java 11-17. I wonder if you're missing a dependency.
 

jfmherokiller

Well-Known Member
May 25, 2020
1,162
1,599
Weird…I've generally had good luck getting it to run under Linux. I run Arch (btw) and have had success with just about everything from Java 11-17. I wonder if you're missing a dependency.
well i will admit this was the version i compiled myself using the pom i provided on kde neon on my T480 which besides my gateway is the only good pc i have atm.
 

NajaNaga

Member
Jan 28, 2021
118
98
is there any image packs or image mods to this game?
Given how dangerous it already is to have too many npcs in a save, this might be risky. You're probably safer just picking your own art for the few RNG NPCs you choose to keep around long-term.
 

NinjaNoto

Member
Apr 30, 2019
170
47
On Discord, there's an art pack made by Stickface.
The art style is very vanilla friendly and IMO in vein with the works of Jam (one of the official artists), however, last time I checked it hasn't been updated in a while so the new region may not have any new portraits.
thanks
 

Mal3

Newbie
Jan 31, 2019
35
6
Anybody having issues starting the game? No matter what version I try I can't get past the main menu. Trying the change the settings and messing with all the other buttons there works but hitting "New Game" just freezes it. I've tried reinstalling it and just letting it run to see if it's just a long load time but that didn't fix it.
 

Quintilus

Engaged Member
Aug 8, 2020
2,719
7,868
Anybody having issues starting the game? No matter what version I try I can't get past the main menu. Trying the change the settings and messing with all the other buttons there works but hitting "New Game" just freezes it. I've tried reinstalling it and just letting it run to see if it's just a long load time but that didn't fix it.
You have too old pc/not enough RAM for a game. Yet, it require >8 gigs of ram to work properly, despite being a text only game.
 
4.10 star(s) 123 Votes