Lembit_Kivi 0 Share Posted March 13, 2020 When launched from command prompt: C:\Users\Dave>java -Xmx512M -jar -Xbootclasspath/p:C:\Users\Dave\Dreambot\BotData\client.jar C:\Users\Dave\Dreambot\BotData\client.jar Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true Downloading latest client version... java.io.IOException: Server returned HTTP response code: 403 for URL: http://cdn.dreambot.org/download/dreambot-latest.jar at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.dreambot.launcher.LauncherMethods$1.run(LauncherMethods.java:254) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://cdn.dreambot.org/download/dreambot-latest.jar at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source) at java.net.URLConnection.getHeaderFieldLong(Unknown Source) at java.net.URLConnection.getContentLengthLong(Unknown Source) at java.net.URLConnection.getContentLength(Unknown Source) at org.dreambot.launcher.LauncherMethods$1.run(LauncherMethods.java:253) ... 5 more Maybe someone know why client is not downloading? Reinstalled java 8 and did few troubleshoots founded on forum still cannot launch both on win7 and win10. Link to comment Share on other sites More sharing options...
Neffarion 472 Share Posted March 13, 2020 Sounds like some kind of problem with your internet connection or firewall? Can you access the following url in the browser? http://cdn.dreambot.org/download/dreambot-latest.jar Link to comment Share on other sites More sharing options...
Lembit_Kivi 0 Author Share Posted March 15, 2020 Thanks for reply! Issue resolved, page was blocked. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now