Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • DreamBot Client Won't Open Solution


    Defiled

    Recommended Posts

    So i cant get mine to work either honestly its crazy, and when i type java -jar DBLauncher.java it says unable to access jar file, ive one everything else and cant seem to get the client to open at all and the original RS client doesnt open either now... what am i doing wrong please help

    Link to comment
    Share on other sites

    • 5 months later...

    Same i cant open it on cmd and i've tried to download different java version the current version and 1.8 version. I wont appear anything after i login

    Link to comment
    Share on other sites

    • 7 months later...

    Been going through the tutorials, removing older versions of java, and still not able to launch DreamLauncher. This is my terminal output after successfully doing all this:

    java version "1.8.0_311"

    Java(TM) SE Runtime Environment (build 1.8.0_311-b11)

    Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

    Is there something that I'm missing still?

     

    Thanks in advance :)

    Link to comment
    Share on other sites

    4 hours ago, jasonreee said:

    Been going through the tutorials, removing older versions of java, and still not able to launch DreamLauncher. This is my terminal output after successfully doing all this:

    java version "1.8.0_311"

    Java(TM) SE Runtime Environment (build 1.8.0_311-b11)

    Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

    Is there something that I'm missing still?

     

    Thanks in advance :)

    Are you sure that the cause of the launcher not opening is the java version?

    Have you checked your firewall, if its blocking it from opening..

    Try this:

    1) go to dreambot.org and download the newest launcher.

    2) place it on your desktop

    3) open up CMD (run as administrator)

    4) type: cd desktop

    5) click enter

    6) type: java -jar DBLauncher.jar

    7) click enter

    then let me know what's happening.

    you can also run DBLauncher with whatever java version you want through the steps above, but just replace "java" with the path to the java.exe file found in the bin file of a JRE installation. if the path has spaces surround the path with quotations " " "

     

    Link to comment
    Share on other sites

    11 hours ago, Defiled said:

    Are you sure that the cause of the launcher not opening is the java version?

    Have you checked your firewall, if its blocking it from opening..

    Try this:

    1) go to dreambot.org and download the newest launcher.

    2) place it on your desktop

    3) open up CMD (run as administrator)

    4) type: cd desktop

    5) click enter

    6) type: java -jar DBLauncher.jar

    7) click enter

    then let me know what's happening.

    you can also run DBLauncher with whatever java version you want through the steps above, but just replace "java" with the path to the java.exe file found in the bin file of a JRE installation. if the path has spaces surround the path with quotations " " "

     

    I'm on mac, this is what terminal gave me:

    java.lang.NullPointerException

    at org.dreambot.i.a(i.java:51)

    at org.dreambot.i.<init>(i.java:27)

    at org.dreambot.b.a(b.java:65)

    at org.dreambot.b.<init>(b.java:52)

    at org.dreambot.launcher.DreamLauncher.a(DreamLauncher.java:38)

    at org.dreambot.launcher.DreamLauncher.lambda$main$0(DreamLauncher.java:27)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)

    at java.awt.EventQueue.access$500(EventQueue.java:97)

    at java.awt.EventQueue$3.run(EventQueue.java:709)

    at java.awt.EventQueue$3.run(EventQueue.java:703)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

     

    Also tried it with: java -jar/Users/(omit)/Desktop/DBLauncher.jar and it gave me the same thing. Not sure why it has randomly stopped working. Is there a type of Jarfix program I could try for mac?

     

    Link to comment
    Share on other sites

    2 hours ago, jasonreee said:

    I'm on mac, this is what terminal gave me:

    java.lang.NullPointerException

    at org.dreambot.i.a(i.java:51)

    at org.dreambot.i.<init>(i.java:27)

    at org.dreambot.b.a(b.java:65)

    at org.dreambot.b.<init>(b.java:52)

    at org.dreambot.launcher.DreamLauncher.a(DreamLauncher.java:38)

    at org.dreambot.launcher.DreamLauncher.lambda$main$0(DreamLauncher.java:27)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)

    at java.awt.EventQueue.access$500(EventQueue.java:97)

    at java.awt.EventQueue$3.run(EventQueue.java:709)

    at java.awt.EventQueue$3.run(EventQueue.java:703)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)

    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

     

    Also tried it with: java -jar/Users/(omit)/Desktop/DBLauncher.jar and it gave me the same thing. Not sure why it has randomly stopped working. Is there a type of Jarfix program I could try for mac?

     

    You don't appear to have a problem with Java...

    Before you do what im going to say, go to https://dreambot.org and download the launcher from there (A new copy) for a couple of reasons.. the launcher might be outdated and/or for security reasons due to what happened with babble a couple days ago,

    Delete the DreamBot folder that's in the User-home directory (The folder with your pc name), if found of course.

    Delete the  jagexcache folder (search for it and delete it manually)

    Turn off your firewall and antivirus momentarily and then run it through all the ways (command line, double clicking, etc.. ). you can even try to run the client.jar that's in the DreamBot folder found in the user-home directory..

    Link to comment
    Share on other sites

    2 hours ago, Defiled said:

    You don't appear to have a problem with Java...

    Before you do what im going to say, go to https://dreambot.org and download the launcher from there (A new copy) for a couple of reasons.. the launcher might be outdated and/or for security reasons due to what happened with babble a couple days ago,

    Delete the DreamBot folder that's in the User-home directory (The folder with your pc name), if found of course.

    Delete the  jagexcache folder (search for it and delete it manually)

    Turn off your firewall and antivirus momentarily and then run it through all the ways (command line, double clicking, etc.. ). you can even try to run the client.jar that's in the DreamBot folder found in the user-home directory..

    Wow! I can't thank you enough, deleting the folders and cache did the trick! I will definitely remember this if the issue ever arises again. :)

    Link to comment
    Share on other sites

    3 hours ago, jasonreee said:

    Wow! I can't thank you enough, deleting the folders and cache did the trick! I will definitely remember this if the issue ever arises again. :)

    No worries, enjoy

    Link to comment
    Share on other sites

    • 2 months later...
    • 1 year later...

    For anyone running on windows (I'm currently on windows 7)

    if you;

    -have the correct java version

    -Java is displaying correct directory and version with the "where java" and "java -version" commands respectively

    and you still cannot launch the DBLauncher, using jarfix worked for me

    a quick google search came up with it, a quick download and you're all sorted (fingers crossed)

     

    Hope this helps

     

    Link to comment
    Share on other sites

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.