Do we really need the gconf package for libgconf-2.so.4, any chance we could get an updated build without it?
akin2silver
Recent community posts
Seems to be an issue with the itch app loading the newer versions of the game for install. I own the game so should have access to the new 0.7 Linux build but for some reason the itch app wont allow me to install it and when I attempt a manual install I can't download the files.
Anyone else having a problem?
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.
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!
```