Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

akin2silver

18
Posts
4
Topics
15
Following
A member registered Jul 13, 2019

Recent community posts

Is the full version coming back to itch any time soon? 

The tutorial fight won't load me and only load the goblin with no options to do anything.
Playing on linux

more..... More.... MORE!!!!! MORAHHH!!!!!!!!!! 
Please make more game, no pressure or any thing. 

Dear Devs, how much money would you like? haha

No seriously please keep creating and building this game! Its amazing so far!

a few ignores got the game moving. thanks 

Right after the dual for lord 


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/en_zenpy/dialogue.rpy", line 35682, in script

    cho "OGHHO-"

Exception: Sayer 'cho' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/tl/en_zenpy/dialogue.rpy", line 35682, in script

    cho "OGHHO-"

  File "/data/int/games/non-steam/clover-rise-premium/CloverRise-1.0-linux/renpy/ast.py", line 2560, in execute

    Say.execute(self)

  File "/data/int/games/non-steam/clover-rise-premium/CloverRise-1.0-linux/renpy/ast.py", line 575, in execute

    who = eval_who(self.who, self.who_fast)

  File "/data/int/games/non-steam/clover-rise-premium/CloverRise-1.0-linux/renpy/ast.py", line 464, in eval_who

    raise Exception("Sayer '%s' is not defined." % who)

Exception: Sayer 'cho' is not defined.

Linux-6.16.0-5-MANJARO-x86_64-with-glibc2.42 x86_64

Ren'Py 8.2.3.24061702

Clover Rise 1.0

Wed Aug 27 22:41:05 2025

Any chance of a linux export? I am happy to run the files myself if easier 

Just wondering if there will be a linux version published?

cheers

+1 to needing an updated link

I managed to get it running via steam on proton with no issues. hopefully it's as easy on wine.

Any one have this working on linux yet at all? only thing holding me back from buying is been able to play. I don't mind if it's via wine.

(5 edits)

ok did some digging, apparently permissions are really weird so I just did a
sudo chmod -R 777 ./<game folder>

Where game folder is the name of the folder you store that one game in.

cd ./<game folder>
./TalesOfAndrogyny



Now i get the below error,

jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory
Error: failed to load VM runtime library!

So I went and pulled openJDK12 from pacman, ended up with the following installed. 

openjdk-src, jdk-openjdk, jre-openjdk, jre-openjdk-headless


Did a log out and in as it requested in the log.

[2019-09-01 19:21] [ALPM-SCRIPTLET] For the complete set of Java binaries to be available in your PATH,
[2019-09-01 19:21] [ALPM-SCRIPTLET] you need to re-login or source /etc/profile.d/jre.sh



But sadly i am still getting the same error about the libjvm.so
if any one has any other idea's i'm open to trying things.

yeah looks like their launch script needs some work. I removed the spaces from the path and it still wouldn't launch. same error but the path was exact.

if it helps, on on Manjaro running XFCE

Hey keen on trying out our game however slight issue with the Linux package. Looks like some of the files out of the jre folder as missing. 

Linux doesn't see it as a valid exe as it has no extension and trying to run it directly via terminal and i get the below error. 

``

[user@$ ./TalesOfAndrogyny jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory
Error: failed to load VM runtime library!

```