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

    Members
    • Posts

      21
    • Joined

    • Last visited

    Recent Profile Visitors

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

    rise0191's Achievements

    1. Okay, I figured out that this only works on the oracle jdk and will not work with openJDK. I still think you should try and investigate the issue with openJDK, but up to you. I did notice a few other bugs though. If your accounts file includes an empty new line which is the convention for many text files you will throw an ArrayIndexOutOfBoundsException. Finally, I am still having an issue logging in with my accounts file using quick start: java.lang.NullPointerException at org.dreambot.hashtag.questing.nodes.LoginNode.d(Unknown Source) at org.dreambot.hashtag.questing.nodes.LoginNode.e(Unknown Source) at org.dreambot.hashtag.questing.nodes.LoginNode.execute(Unknown Source) at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:250) at java.lang.Thread.run(Thread.java:748) [ERROR] Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException at org.dreambot.hashtag.questing.nodes.LoginNode.d(Unknown Source) at org.dreambot.hashtag.questing.nodes.LoginNode.e(Unknown Source) at org.dreambot.hashtag.questing.nodes.LoginNode.execute(Unknown Source) at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:250) at java.lang.Thread.run(Thread.java:748) This is when the client is sitting on the login screen. Anyways, now that I got it working it is completing quests =]
    2. Yea still stuck on grab details. How does that he script determine if tut island is done or not? Edit: Update Doesn't work on a fresh account starting on tutorial island either. Here are some additional errors: Exception in thread "Thread-25" java.lang.ClassFormatError: Truncated class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at org.dreambot.server.net.0.0.findClass(0.java:32) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.dreambot.hashtag.questing.nodes.SingleAccountNode.execute(Unknown Source) at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:250) at java.lang.Thread.run(Thread.java:748) [INFO] Starting game state listener! [INFO] Script set to running! Exception in thread "Thread-35" java.lang.ClassFormatError: javafx/util/Pair at org.dreambot.hashtag.questing.nodes.SingleAccountNode.execute(Unknown Source) at org.dreambot.api.script.impl.TaskScript.onLoop(TaskScript.java:84) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:250) at java.lang.Thread.run(Thread.java:748) Edit: Did more research: There could be a bug in the compiler the SVN is using for your script. So you wouldn't be able to debug this locally. You would only see it in the compiled code that is vended from the SVN. I have tried to contact dreambot staff to confirm which jdk version the svn is using. See these two threads: https://stackoverflow.com/questions/39421474/how-can-i-fix-a-java-lang-classformaterror-truncated-class-file-error https://stackoverflow.com/questions/24580370/classformaterror-in-java-8/26240214
    3. Okay I'll give it a shot. My client is up to date but maybe deleting cache will do the trick.
    4. I only see these errors when I launch via quick start. When I launch via the DBLauncher I don't get errors logged in my terminal and when I open debug window I don't see anything either. But I still stand in lumby (that was my first screenshot)
    5. Sure I can take some more screenshots. Also I get different errors if I start the client via the launcher vs quickstart.
    6. Sorry, I'm on mobile so editing the screenshot was a process. But here you go:
    7. This doesn't seem to be working for me. My character stands in lumby not moving.
    8. I mean if I have completed tutorial island manually. How can I remove tutorial island from the queue of quests?
    9. When I try to select an accounts file it still says 0 accounts. Also, I can't seem to remove tutorial island from the list of quests so it just sits there trying to do tutorial island even though it is complete. This is the error I get with my accounts file: Exception in thread "Thread-20" java.lang.ClassFormatError: Truncated class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at org.dreambot.server.net.0.0.findClass(0.java:32) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.dreambot.hashtag.questing.QuestingScript.c(Unknown Source) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at org.dreambot.hashtag.questing.QuestingScript.a(Unknown Source) at org.dreambot.hashtag.questing.QuestingScript.onStart(Unknown Source) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:193) at java.lang.Thread.run(Thread.java:748) This is on linux and I created the accounts file with the following command: echo user:pass > accounts.txt I can live without the accounts file working for now, but what I would really like to know is how to unselect the tutorial island... thanks.
    ×
    ×
    • 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.