Problem Launcher dont work in Ubuntu

Creuilcreuil

New Member
On linux the Terasology Launcher don't work, i downloaded the latest version from github
i have tried to run the script and it don't work, same with the jar file
Code:
creuilcreuil@ubuntu:~/Downloads/TerasologyLauncher> chmod +x ./bin/TerasologyLauncher
creuilcreuil@ubuntu:~/Downloads/TerasologyLauncher> ./bin/TerasologyLauncher
Error: Could not find or load main class org.terasology.launcher.TerasologyLauncher
Code:
creuilcreuil@ubuntu:~/Downloads/TerasologyLauncher> chmod +x ./lib/TerasologyLauncher.jar
creuilcreuil@ubuntu:~/Downloads/TerasologyLauncher> ./lib/TerasologyLauncher.jar
Error: Could not find or load main class org.terasology.launcher.TerasologyLauncher
creuilcreuil@ubuntu:~/Downloads/TerasologyLauncher> java -jar lib/TerasologyLauncher.jar
Error: Could not find or load main class org.terasology.launcher.TerasologyLauncher
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Hey there @Creuilcreuil - would you mind trying this latest develop build from our Jenkins and see if that works? We haven't released a new stable for some time now so there are some fixes in the latest dev build. Am curious if that would be fixed already. If so we should probably do a release already.
 
Top