Another option is to get TeamViewer and then let me view your screen temporarily so I can figure out what's wrong. We'd have to be online at the same time though.
Do you know what this means:${errors.reportErrorPreface}com.beust.jcommander.ParameterException: Unknown option: --proxyHost at com.beust.jcommander.JCommander.parseValues(JCommander.java:738) at com.beust.jcommander.JCommander.parse(JCommander.java:281) at com.beust.jcommander.JCommander.parse(JCommander.java:264) at com.beust.jcommander.JCommander.<init>(JCommander.java:209) at com.skcraft.launcher.Launcher.createFromArguments(Launcher.java:386) at com.skcraft.launcher.Launcher$3.run(Launcher.java:421) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) It seems to be an error with Jcommander and the java proxy host. That is all I know, and I get this whenever I run it as a shell file. Oh, and do you have any idea when Vincent will be up?
It would be easiest to do this over TeamViewer. Is that an option? The launcher doesn't directly support "--proxyHost" because that's for Minecraft. For the shell file, you need to use Java style arguments: -DsocksProxyHost=localhost -DsocksProxyPort=1080 As for Vincent, maybe this weekend. I've been somewhat busy.