1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Interaction (with interfaces) failing

Discussion in 'Developer Support' started by Savior, Apr 7, 2016.

  1. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    I recognized the interaction is failing miserably when trying to interact with interfaces, for example trying to deposit an item. I haven't experienced the same with 3d models.

    What happens is, the mouse moves towards the interface, but keeps interupting at like half of the way, resulting the interaction to abort/fail.

    As i can't see the exact mouse path and movement i can not precisely say what the exact issue is though.

    @Cloud

     
  2. Best Answer:
    Post #8 by Cloud, Apr 12, 2016
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Hmm interesting, is it only SpriteItems or is it all 2d interfaces?
     
  4. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Seems to happen with menuitems and maybe the minimap aswell. So I would assume it is interfaces in general.
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Is this exclusive to either osrs or rs3?
     
  6. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Not tested on OSRS, only RS3.
    I have not tried to delete my biometrics yet, should I do that first?
     
  7. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Sure
    --- Double Post Merged, Apr 12, 2016, Original Post Date: Apr 11, 2016 ---
    Does this still occur on the latest releases?
     
  8. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Still persists somehow. Depositing for example fails miserably. Path#step(true) takes more than 7 seconds, while I think most of the time the mouse does not start moving.
     
    #7 Savior, Apr 12, 2016
    Last edited: Apr 12, 2016
  9. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It sounds like several distinct bugs. I recommend posting a new thread regarding slow path generation and stepping (be sure to mention path type) along with another thread for bank depositing failing on rs3.
     
  10. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Path generation is fairly quick. Bot WebPath and RegionPath barely take 2 seconds to generate if uncached.
     

Share This Page

Loading...