Jump to content

Precise

Lifetime Sponsor
  • Posts

    1854
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Precise

  1. got this when loading the client with injection: [iNFO][09/28 05:59:11 PM]: There are 209 scripts on the SDN. [DEBUG][09/28 05:59:11 PM]: OSBot is now ready! [ERROR][09/28 05:59:12 PM]: Uncaught exception! java.lang.IllegalArgumentException: Cannot change state of non-idle timeline [Model transitions:org.pushingpixels.substance.internal.animation.StateTransitionTracker PLAYING_FORWARD:0.0] at org.pushingpixels.trident.Timeline.addCallback(Timeline.java:333) at org.pushingpixels.substance.internal.animation.StateTransitionTracker.onModelStateChanged(StateTransitionTracker.java:480) at org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseMoved(RolloverButtonListener.java:151) at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source) at java.awt.Component.processMouseMotionEvent(Unknown Source) at javax.swing.JComponent.processMouseMotionEvent(Unknown Source) restarted the client, no issues. just wanted to give you a heads up
  2. alek, i can see you didnt make any changes to interaction in 116, but in 115 i got this with interaction: [ERROR][bot #1][09/26 02:51:01 AM]: Error executing event : org.osbot.rs07.event.InteractionEvent@1fd7a60 java.lang.NullPointerException at org.osbot.rs07.api.util.GraphicUtilities.getSuitablePoint(go:293) at org.osbot.rs07.event.InteractionEvent.getEntityDestinationPoint(ng:298) at org.osbot.rs07.event.InteractionEvent.execute(ng:496) at org.osbot.rs07.event.EventExecutor$2.run(dg:133) at org.osbot.rs07.event.EventExecutor.execute(dg:127) at org.osbot.rs07.api.model.Character.interact(fk:400) at org.prekhal.prekhalslayer.utils.Methods.interact(Methods.java:186) at org.prekhal.prekhalslayer.collection.profiles.BasicMonsterProfile.fight(BasicMonsterProfile.java:90) at org.prekhal.prekhalslayer.controller.Controller.run(Controller.java:23) at org.prekhal.prekhalslayer.PreKhalSlayer.onLoop(PreKhalSlayer.java:141) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(fj:85) at java.lang.Thread.run(Unknown Source) didnt see it occur or what happened. just wanted to let you know
  3. When I get home I'll post a gyazo of this occurring in my webwalker
  4. you're logging if it is visible before you null check it. you must null check before using it at all
  5. which lines have errors? or is the script throwing errors?
  6. where else have you entered your account info? it isnt OSBot.
  7. eclipse has a WindowBuilder too, give it a go and see but ive never used Netbeans.
  8. use regex String str = getMessage().replaceAll("\\D+", ""); Integer.parseInt(str);
  9. nice new frameowrk valk, izi 2 read
  10. #ENTITY HERE#getPosition().equals(the position);
  11. Nice name mate! good job ;p

  12. Grats mate! :)

    1. Bobrocket

      Bobrocket

      Thanks bro :D maybe you're next eh? ^^

    2. Precise

      Precise

      haha haven't applied yet, maybe in the future ^^

  13. i worded the post poorly. when i use the method getWidgetsContainingText(187,"Gnome Stronghold") it returns the gnome village one since the message contains Gnome Stronghold. which is not right
  14. Mirror client version: Console output / terminal output n/a Crash report if a crash occurred n/a Script that you ran n/a Hooks that failed widgets it seems idk JVM/Browser bit version (32 / 64) 32 Beta testers using mirror are having problems with using magic carpets and spirit trees because it interacts with the wrong widgets with grand children. An example: "The tree gome village is store in widget: 187,2,0 now using the widget debugger: look at the message. it is all the grand child messages combined. what it should be: "Tree Gnome Village" this message is the same with all grandchildren of 187,2 EDIT: this effects getWidgets().getWidgetsContainingText(); getWidgets().getWidgetsContainingText(int parent); since it return the first one which is gnome village when i may want gnome stronghold
  15. Mirror client version didnt get this far to see but client 2.3.110 Console output / terminal output ERROR][09/05 01:25:53 AM]: Uncaught exception! java.lang.IllegalArgumentException: Cannot change state of non-idle timeline [Model transitions:org.pushingpixels.substance.internal.animation.StateTransitionTracker READY:0.0] at org.pushingpixels.trident.Timeline.addCallback(Timeline.java:333) at org.pushingpixels.substance.internal.animation.StateTransitionTracker.onModelStateChanged(StateTransitionTracker.java:480) at org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseEntered(RolloverButtonListener.java:93) at java.awt.AWTEventMulticaster.mouseEntered(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEnterExit(Unknown Source) at java.awt.LightweightDispatcher.trackMouseEnterExit(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Crash report if a crash occurred no crash just saying: Script that you ran didnt get this far Hooks that failed JVM/Browser bit version (32 / 64) 32 did this stop me from loading mirror? no. just thought i'd let you know
  16. works fine for me, make a informative bug report in the correct section.
×
×
  • Create New...