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
  • ❤️ # Blast Furnace ❤️ | Efficient | G.E. restocking | Switching gloves | Coal bag | Stamina potions


    Hashtag

    Recommended Posts

    1 hour ago, pmblastf said:

     Hi,
    (Sorry my english)

    Report:
    Importance: High! (I guess it's highly detectable and baneable)

    Problem: The script gets stuck in a loop, after first whithdraw the iron ore before the coal.

    Description: The script randomly whithdraw the iron ore before the coal and then is stuck in a loop trying to whithdraw the coal again and again, but it can not because it first filled the inventory by first whithdraw the iron ore.

    Notes:
    I already cleared the cache of both the game and the client.
    I already test on two different computers.
    I already test on differents days and hours.
    The bug has already happened to me about 10 times.
    The bug has already happened to me a couple of weeks ago, even before the OSRS update a couple of days ago.
    The bug happens randomly at different times and situations.
    It does not matter the position of the items in the inventory.
    It does not matter how many ores are in the inventory or in the furnace.

    Attach capture of the debug and a visual representation.

    captura.jpg

    Thanks.

    Extra captures of the debug:

    captura_debug.jpg

     

    Thanks.

    Link to comment
    Share on other sites

    1 hour ago, pmblastf said:

     Hi,
    (Sorry my english)

    Report:
    Importance: High! (I guess it's highly detectable and baneable)

    Problem: The script gets stuck in a loop, after first whithdraw the iron ore before the coal.

    Description: The script randomly whithdraw the iron ore before the coal and then is stuck in a loop trying to whithdraw the coal again and again, but it can not because it first filled the inventory by first whithdraw the iron ore.

    Notes:
    I already cleared the cache of both the game and the client.
    I already test on two different computers.
    I already test on differents days and hours.
    The bug has already happened to me about 10 times.
    The bug has already happened to me a couple of weeks ago, even before the OSRS update a couple of days ago.
    The bug happens randomly at different times and situations.
    It does not matter the position of the items in the inventory.
    It does not matter how many ores are in the inventory or in the furnace.

    Attach capture of the debug and a visual representation.

    captura.jpg

    Thanks.

    I would like to clarify that this bug does not happen constantly, the script works perfectly most of the time until randomly for no apparent reason this bug occurs. The worrying thing is that when the script is stuck in the loop he can not solve it on his own, and it can get stuck for a long time if you are not supervising it. And I think that that can be easily detectable and baneable.  At the moment, that has not happened to me because whenever it happened, I've been overseeing it.

     

    Thanks.

    Link to comment
    Share on other sites

    3 hours ago, pmblastf said:

     Hi,
    (Sorry my english)

    Report:
    Importance: High! (I guess it's highly detectable and baneable)

    Problem: The script gets stuck in a loop, after first whithdraw the iron ore before the coal.

    Description: The script randomly whithdraw the iron ore before the coal and then is stuck in a loop trying to whithdraw the coal again and again, but it can not because it first filled the inventory by first whithdraw the iron ore.

    Notes:
    I already cleared the cache of both the game and the client.
    I already test on two different computers.
    I already test on differents days and hours.
    The bug has already happened to me about 10 times.
    The bug has already happened to me a couple of weeks ago, even before the OSRS update a couple of days ago.
    The bug happens randomly at different times and situations.
    It does not matter the position of the items in the inventory.
    It does not matter how many ores are in the inventory or in the furnace.

    Attach capture of the debug and a visual representation.

    captura.jpg

    Thanks.

    Damn, this is the proper way to report bugs. Thank you! I don't have an account with membership at the moment, so if I could get access to your account I could try to fix this issue today. If you're willing to do that, contact me either on Discord or via PM.

    Link to comment
    Share on other sites

    1 hour ago, Hashtag said:

    Damn, this is the proper way to report bugs. Thank you! I don't have an account with membership at the moment, so if I could get access to your account I could try to fix this issue today. If you're willing to do that, contact me either on Discord or via PM.

    Sorry, right now I can not, I would be willing, but right now I can not. It's complicated to explain, so I just say that right now I can not.

    I send you a message when I can.

    For now, if you can, leave the bug on the to-do list.

    Thanks and sorry I can not help with the account.

    Link to comment
    Share on other sites

    On 5/16/2018 at 11:06 AM, pmblastf said:

    Sorry, right now I can not, I would be willing, but right now I can not. It's complicated to explain, so I just say that right now I can not.

    I send you a message when I can.

    For now, if you can, leave the bug on the to-do list.

    Thanks and sorry I can not help with the account.

    It's alright, don't worry!

    Link to comment
    Share on other sites

    1 hour ago, Hashtag said:

    It's alright, don't worry!

    Hello, an update on the bug.

    Copy of the error in the debug:

    Quote

    [ERROR]09:02:33: Exception has occurred while running! Please report error to developer if problem persists:
        java.util.ConcurrentModificationException
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
        at java.util.stream.ReferencePipeline.collect(Unknown Source)
        at org.dreambot.api.methods.interactive.GameObjects.all(GameObjects.java:72)
        at org.dreambot.api.methods.interactive.Interactables.all(Interactables.java:59)
        at org.dreambot.api.methods.interactive.Interactables.closest(Interactables.java:107)
        at org.dreambot.hashtag.blastfurnace.nodes.BeltNode.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(Unknown Source)

     

    The bug continues to occur randomly without any apparent cause. Always at different times, different circumstances and different inventary setups.

    It still happens very rarely, the code works perfect most of the time.

    Edited by pmblastf
    Add info
    Link to comment
    Share on other sites

    On 5/17/2018 at 4:14 PM, pmblastf said:

    Hello, an update on the bug.

    Copy of the error in the debug:

     

    The bug continues to occur randomly without any apparent cause. Always at different times, different circumstances and different inventary setups.

    It still happens very rarely, the code works perfect most of the time.

    Hey, thanks for the error log. However, I don't think the error is causing the problem you described earlier.

    Link to comment
    Share on other sites

    1 hour ago, Hashtag said:

    Hey, thanks for the error log. However, I don't think the error is causing the problem you described earlier.

    Hi, if the bug happen again, I'll write the debug log again.

    But that was the log that the debug showed just when the bug happened to me the last time.

    All the times that the bug happened before i never wrote the complete text, I only made a screenshot and the full text could not be seen.

    Thanks.

    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.