Originally posted by Cha0s
Part 2b of the Guide should do it. ;)
Unfortunately, the script file mentioned in part 2b doesn\'t seem to be working. I followed exactly what part 2b said to do. When I click run, it just opens a new terminal window, with no request for a password or anything. And nothing is changed.
However, I manually executed the script instructions (which is actually much simpler than all the hassle of downloading and running the script anyway!), and got the shell Java interpreter to execute Updater.jar. Yay.
When trying to update from mirror 3, it gives the following errors:
Freya:/Applications/Planeshift3D Wayne$ java -jar Updater.jar -mir 3 -debugmode
Debug mode on.
Proxy not active.
java.lang.Exception: Proxy not active.
at Updater.getConfiguration(Updater.java:459)
at Updater.main(Updater.java:314)
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.
(ZipFile.java:203)
at java.util.zip.ZipFile.(ZipFile.java:84)
at Updater.unzip(Updater.java:1829)
at Updater.getRepository(Updater.java:822)
at Updater.access$3000(Updater.java:29)
at Updater$3.run(Updater.java:697)
at java.lang.Thread.run(Thread.java:613)