Developer Patrick Posted January 9, 2020 Developer Posted January 9, 2020 Hey, Â A quick new release due to a breaking change in widgets. Â API CHANGES: - Fixed the widget ids on the equipment tab FIXES: - Fixed chatbox related API breaking when switching between display modes. MISC: - Minor bug fixes. Â - The OSBot Team 6 1
Fuck you Jagex Posted January 9, 2020 Posted January 9, 2020 After updating the client , my scripts are not starting up. Im using mirror mode, is this usual so short afte updating or am i missing something?
Fle7ek Posted January 9, 2020 Posted January 9, 2020 https://osbot.org/forum/topic/158016-2566-mirror-mode-bug/ 1
caketeaparty Posted January 9, 2020 Posted January 9, 2020 @Patrick Getting this error on Mirror Mode when starting any script, even something as featureless as an Idler: [ERROR][Bot #1][01/09 07:56:38 PM]: Error in bot executor or from Error class (and not Exception)! java.lang.NoClassDefFoundError: Could not initialize class org.osbot.zE Â Â Â at org.osbot.c.IIiIIiiIiIIi(rn:101) Â Â Â at org.osbot.c.IiIIiiiIiIII(rn:165) Â Â Â at org.osbot.c.getPermissions(rn:194) Â Â Â at java.security.Policy.implies(Unknown Source) Â Â Â at java.security.ProtectionDomain.implies(Unknown Source) Â Â Â at java.security.AccessControlContext.checkPermission(Unknown Source) Â Â Â at java.security.AccessController.checkPermission(Unknown Source) Â Â Â at java.lang.SecurityManager.checkPermission(Unknown Source) Â Â Â at org.osbot.vB.checkPermission(tm:4) Â Â Â at java.awt.event.InputEvent.canAccessSystemClipboard(Unknown Source) Â Â Â at java.awt.event.InputEvent.<init>(Unknown Source) Â Â Â at java.awt.event.MouseEvent.<init>(Unknown Source) Â Â Â at java.awt.event.MouseEvent.<init>(Unknown Source) Â Â Â at org.osbot.rs07.input.mouse.awt.BotMouseEvent.<init>(xn:232) Â Â Â at org.osbot.rs07.input.mouse.ClientMouseEventHandler.generateBotMouseEvent(vm:141) Â Â Â at org.osbot.rs07.input.mouse.MoveMouseEvent.IiIiIiiiIIIi(ai:710) Â Â Â at org.osbot.rs07.input.mouse.MoveMouseEvent.IiIiIiiiIIIi(ai:447) Â Â Â at org.osbot.rs07.input.mouse.MoveMouseEvent.execute(ai:36) Â Â Â at org.osbot.rs07.event.EventExecutor.IiIiIiiiIIIi(de:287) Â Â Â at org.osbot.rs07.event.EventExecutor.execute(de:293) Â Â Â at org.osbot.rs07.script.MethodProvider.execute(oo:519) Â Â Â at org.osbot.rs07.api.Mouse.move(tf:86) Â Â Â at core.Main.onLoop(Main.java:12) Â Â Â at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(bi:250) Â Â Â at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][01/09 07:57:32 PM]: Terminating script Idle Player... [INFO][Bot #1][01/09 07:57:32 PM]: Script Idle Player has exited! 1