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
  • Bernardzwijn1

    VIP
    • Posts

      14
    • Joined

    • Last visited

    About Bernardzwijn1

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    Bernardzwijn1's Achievements

    1. I've been using automation for a while but it seems that a recent change is causing any local script that is ran from within automation to instantly crash my Dreambot client. This only seems to happen with local scripts that are .jar files in my /Scripts folder. I've tried isolating the issue by running a simple boilerplate script just containing the onLoop but even then it seems to consistently crash whenever automation starts it up. I can resolve it by manually starting up my local script in the client first and then stopping it and running automation again, but for my use case that is not an option unfortunately. How to reproduce Open automation Add a new task with type "Run Script" Fill in "Script name" with a local .jar file from the Dreambot/Scripts folder Start automation script Dreambot crashes when reaching the "Run Script" task Is there anything I can provide to help figure this issue out? The logs don't mention anything even with debug mode enabled. Looking forward to your reply!
    2. Hey matey, thx for fixing SDN issue it says 6.0 for me now finally Unfortunately the problem of when i click the box for 'Longrange" and when i enter Iron arrow in the gear tab so it takes out arrows and equips it still doesnt work. Bot doesnt react at all on those options, keeps running from mobs to bank and bank to mobs because he says he has no arrows, checks bank sees the arrows but doesnt take them out. When i manually take them out it doesnt equip them from the inventory either, i have to do this step manual. Any help appreciated, cheers!
    3. Hey mate, still doesnt work unfortunately. Restarted and updated Dreambot, tried everything literally. Keeps saying 5.4. https://gyazo.com/6144577791b1a544afccd01349b6fda6 This PC im using literally got clean windows install last week so im 120% sure it has nothing to do with my OS, also I have exact the same issue on my other 2 computers.
    4. Not sure if it's on my end, in my script library it shows fightaholic version 5.9 but when I start the script it shows 5.4. Also all the features/fixes released in 5.9 don't seem to be present. Is this something I can fix or is it not actually released yet?
    5. Longrange doesn't seem to work. The toggle does nothing to the scripts behaviour 🤔 Are there any other ways to train defence with range without having to manually click Longrange?
    6. 2022-09-24 22:31:18 [INFO] Attempting to QuickStart script: Bun Automation Tool 2022-09-24 22:31:19 [INFO] Starting inventory listener... 2022-09-24 22:31:19 [INFO] Starting random event solver Login Handler... 2022-09-24 22:31:19 [INFO] Starting Bun Automation Tool now! 2022-09-24 22:31:19 [INFO] Starting auto-login handler... 2022-09-24 22:31:19 [INFO] Started inventory listener! 2022-09-24 22:31:19 [INFO] Start with params... 2022-09-24 22:31:19 [INFO] Quickstart config: automation 2022-09-24 22:31:19 [INFO] automation.cfg 2022-09-24 22:31:19 [ERROR] java.nio.file.NoSuchFileException: null/automation.cfg 2022-09-24 22:31:19 [INFO] Storage path: /home/DreamBot/Data/Bun/AutomationTool 2022-09-24 22:31:19 [INFO] Persistent storage path: /home/DreamBot/Scripts/Bun/AutomationTool 2022-09-24 22:31:19 [INFO] Parsing summary JSON from RSBuddy 2022-09-24 22:31:20 [INFO] Parsed successfully 2022-09-24 22:31:21 [INFO] Successfully loaded game cache! 2022-09-24 22:31:21 [INFO] Script set to running! 2022-09-24 22:31:36 [INFO] Finishing random event solver Login Handler... 2022-09-24 22:31:37 [INFO] Looking for another solver... 2022-09-24 22:31:37 [INFO] Solvers all finished! 2022-09-24 22:31:39 [INFO] No persistence data available 2022-09-24 22:31:39 [INFO] Started account history thread... 2022-09-24 22:31:39 [INFO] Applying settings... 2022-09-24 22:31:39 [INFO] Set price lookup option: RuneLite Price 2022-09-24 22:31:40 [INFO] Starting random event solver Welcome Screen Handler... 2022-09-24 22:31:40 [ERROR] No valid tasks! 2022-09-24 22:31:40 [INFO] Stopped Bun Automation Tool! DB seems to be trying to read my script from a null folder. I've moved my config files to both the storage and persistent storage path but somehow the null path keeps showing up. Am I missing some configs perhaps? 🤔
    7. Managed to get it to work. The problem was that fightaholic was reading folders from a root perspective (/DreamBot/... instead of /home/user/DreamBot/...). I just had to move the /home/user/DreamBot folder to /DreamBot and quote the configs from / instead of ~. Also the images were missing in my case which also seemed to be causing the "cannot read input file" message to be displayed. Thanks for the help and sorry again to bother you with this 😅
    8. I'm currently running a centos based distro on AWS and have also tried ubuntu as well. [user@... ~]$ uname -r *.amzn2.x86_64 [user@... ~]$ cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" So far I've tried both with and without xvfb so it doesn't look like xvfb is the issue. Even just the java -jar command with params gives me same results. Thanks for all the help so far and sorry to bother you with this issue, I feel like something is just flying completely over my head and I'm missing something small but just can't figure out what. I'll try to get it running using the same commands on different distros to see if that makes a difference. Thanks again
    9. Any updates on the quickstart CLI issue on linux devices? It would be great if there would be a solution or a workaround for this. Thanks for the update!
    10. No difference unfortunately 😅. Could it have something to do with line endings perhaps? Changing permissions doesn't seem to have any effect on the output. Is the input path being formatted in some way? Let me know if I could assist in finding the issue!
    11. Really appreciate the work you've put into this tool! Do you happen to know why I'm not able to read my .ini config files on ubuntu using quickstart? On windows systems it seems to work fine. Command: java -jar ./client.jar -script "Fightaholic" -params "/home/ubuntu/config.ini" 2022-09-02 22:53:53 [INFO] Loading config /home/ubuntu/config.ini 2022-09-02 22:53:53 [INFO] Script set to running! 2022-09-02 22:53:54 [INFO] Can't read input file! Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at java.desktop/javax.swing.ImageIcon.<init>(ImageIcon.java:240) at bN.<init>(bN.java:267) at A.lambda$onStart$3(A.java:390) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) I'm pretty sure I'm adding the correct path: ubuntu@...:~$ pwd /home/ubuntu ubuntu@...:~$ ls -lhart -rwxrwxrwx 1 ubuntu ubuntu 1.5K Sep 2 22:43 config.ini drwxrwxr-x 6 ubuntu ubuntu 4.0K Sep 2 22:45 DreamBot drwxr-xr-x 21 ubuntu ubuntu 4.0K Sep 2 22:56 . Any help is appreciated 😅
    ×
    ×
    • 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.