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
  • Is that error or what


    awad87

    Recommended Posts

    Posted

    Exception has occurred while running! Please report error to developer if problem persists
    org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound (500) must be strictly less than upper bound (99)
        at org.apache.commons.math3.distribution.UniformIntegerDistribution.<init>(UniformIntegerDistribution.java)
        at org.apache.commons.math3.random.RandomDataGenerator.nextInt(RandomDataGenerator.java)
        at org.dreambot.api.methods.Calculations.random(Calculations.java)
        at org.dreambot.api.methods.MethodProvider.sleep(MethodProvider.java)

    Posted

    When you're calling MethodProvider#sleep your first parameter needs to be lower than the second one, so it can choose a random number inbetween. Looks like you're calling something like MethodProvider.sleep(500, 100) so you're getting this error

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • 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.