Open ruffi123456789 opened 5 months ago
I have only tested running the application on Windows. There are likely some tweaks required to the build.gradle
file.
Since you are playing the game on a Linux platform, if you are able to identify and apply the needed changes, a PR would be great.
Running:
JAVA_HOME=/usr/lib/jvm/java-17-openjdk/ ./gradlew run
Fails on installing to the game directory with the following error:
I checked the game directory and the Rand.class is at ProjectZomboid/projectzomboid/zombie/core/Rand.class, where it should be.
It also creates a ~ directory in the projects root dir, seems like ~ doesn't get properly expanded everywhere (it does in the GUI though). Hardcoding the PZGameDir seems to fix the latter, but the error remains the same
Following through with the manual installation gets this error on startup: