When I try to open Vincent or Alice using the launcher I get the following error: Code: To report this error, please provide: java.io.IOException: 3 file(s) could not be downloaded at com.skcraft.launcher.install.HttpDownloader.execute(HttpDownloader.java:139) at com.skcraft.launcher.install.Installer.download(Installer.java:46) at com.skcraft.launcher.update.Updater.update(Updater.java:178) at com.skcraft.launcher.update.Updater.call(Updater.java:95) at com.skcraft.launcher.update.Updater.call(Updater.java:38) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) OS: FreeBSD 10.2 Java: OpenJDK 8
It looks like the launcher is not detecting BSD properly. I've added a potential fix in this test version: https://www.dropbox.com/s/vbrveyfe43ucs35/PortableSKCraftLauncher.jar?dl=0 This version exclusively runs in "portable mode."
Nevermind, now it crashes with an UnsatisfiedLinkError. That's weird: I have linux_enable=true and the linux.ko kernel module loaded, so it should load Linux binaries no problem.