Jump to content

Search the Community

Showing results for tags 'bug'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

Found 9 results

  1. Unfortunately, even with the new 2.7.17 version, I get errors when logging into Jagex. I get various errors "Login to Jagex account failed No supported login method", "Login to Jagex account failed null", "Login to Jagex account failed Unsupported Java version 11.0.21". And no, I'm not using 11.0.21, I only have JDK 8. Tested for hours now, can't get it to work. Need support pls.
  2. Log mentions that it cannot find the classes which contain the attach API Full output here: [INFO][04/29 12:23:18 PM]: Welcome to OSBot 2.5.80! [INFO][04/29 12:23:21 PM]: Updated injection hooks for client revision : 189! [DEBUG][Bot #1][04/29 12:23:21 PM]: Initializing mirror client bot... [INFO][04/29 12:23:21 PM]: Started bot #1 [ERROR][Bot #1][04/29 12:23:21 PM]: nattachfail java.lang.RuntimeException: s1 at client.eBeO.cd(Unknown Source) at client.Ma.jm(Unknown Source) at client.emu.dO.run(Unknown Source) [ERROR][Bot #1][04/29 12:23:21 PM]: legacyload java.lang.ClassNotFoundException: com.sun.tools.attach.spi.AttachProvider at java.lang.ClassLoader.findClass(ClassLoader.java:523) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at org.osbot.dD.loadClass(zw:30) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at client.SWj.<clinit>(Unknown Source) at client.eBeO.fikm(Unknown Source) at client.eBeO.jg(Unknown Source) at client.nat.stream.Stream.cd(Unknown Source) at client.Ma.jm(Unknown Source) at client.emu.dO.run(Unknown Source) [ERROR][Bot #1][04/29 12:23:21 PM]: Could not load stream library java.lang.RuntimeException: Could not load stream library at client.nat.stream.Stream.cd(Unknown Source) at client.Ma.jm(Unknown Source) at client.emu.dO.run(Unknown Source) Caused by: java.lang.RuntimeException: s2 ... 3 more What I have tried: Multiple different OpenJDK 8 version Multiple different Oracle JDK 8 versions Manjaro 19, 20 Ubuntu 18, 19, 20 Running with sudo Forcing java to load Tools.jar directly from a given directory Changing folder permissions Other people also have this issue (from osbot discord) I can provide a VM that could be accessed with teamviewer that has this issue Also because I forgot to add: Mirror client version - N/A Console output / terminal output - In post Crash report if a crash occurred - In post Script that you ran - N/A Hooks that failed - AttachProvider JVM/Browser bit version (32 / 64) - every version
  3. I'm trying to make a script that changes the attack style by reaching a specific level of one skill so that it starts up another one. Example: I'm going up Defense at level 30 when I reach level 30 I want it to change automatically because of the attack style to climb Attack In the OSBot Logger the Message appears: [INFO] [Bot # 1] [03/23 11:29:31 PM]: Defense is 30, attempting to switch attack styles but does not change the style Here my code:
  4. I want to add in my script the option that when you reach a specific level in "Attack, force or defense" change the attack form to start uploading another melee skill Ex: reach level 30 of attack and I want to change to the mode of "Block" so that it raises defense and later that it changes to "Stab" to raise force when it reaches certain levels. Can you help me with that? if (getSkills().getStatic(Skill.DEFENCE) < 30) { } else if (getSkills().getStatic(Skill.DEFENCE) >=30) { log ("Defence level es 30."); this.stop (false); } I have this code but the only thing it can do is when it reaches level 30 of Defense it stops and I want it to change from Defense to Attack or Force ... to keep reaching melee levels. Please help guys!
  5. I can't figure out why this is always returning false... private boolean atBankPosition() { Position pos = new Position(3185, 3444, 0); if (myPosition() == pos) return true; else return false; } Any help?
  6. Mirror client version 2.4.144 Console output / terminal output Nothing Crash report if a crash occurred No crash, just bot like behaviour Script that you ran my own Hooks that failed none JVM/Browser bit version (32 / 64) Code used: for (Item item : api.store.getItems()) { for (Rune rune : runesToBuy) { if (item.getId() == rune.getRuneId()) { int amount = api.store.getAmount(item.getId()); if (amount > 0) { api.store.buy(item.getName(), amount); } } } } Behaviour: Mouse will move to empty spot, or won't move at all. It will buy a few runes from the first type. than it stops working.. Location: Shop from Ali Morrisane's in Al kharid EDIT: GIF: https://i.imgur.com/gCccjeo.gif EDIT 2: I'm currently using widgets, and it works great too. But I would still very much like the store api to get fixed. (Or am I doing something wrong here?)
  7. https://gyazo.com/8987abbf64da41b77fd8a8c7d8f02df5 [ERROR][Bot #1][10/03 02:49:08 PM]: nattachfail java.lang.RuntimeException: s3 at client.vve.mp(Unknown Source) at client.ZM.hc(Unknown Source) at client.emu.JW.run(Unknown Source) Caused by: java.lang.UnsatisfiedLinkError: C:\Users\ima_d\AppData\Local\Temp\qeq2726969693353837088.dll: Operation did not complete successfully because the file contains a virus or potentially unwanted software at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.Runtime.load(Unknown Source) ... 3 more [ERROR][Bot #1][10/03 02:49:12 PM]: legacyload java.lang.ClassNotFoundException: com.sun.tools.attach.spi.AttachProvider at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.osbot.lpt6.loadClass(yab:18) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at client.YZAf.<clinit>(Unknown Source) at client.vve.slvm(Unknown Source) at client.vve.hq(Unknown Source) at client.nat.stream.Stream.mp(Unknown Source) at client.ZM.hc(Unknown Source) at client.emu.JW.run(Unknown Source) [ERROR][Bot #1][10/03 02:49:12 PM]: Could not load stream library java.lang.RuntimeException: Could not load stream library at client.nat.stream.Stream.mp(Unknown Source) at client.ZM.hc(Unknown Source) at client.emu.JW.run(Unknown Source) Caused by: java.lang.RuntimeException: s2 ... 3 more
  8. Hey I'm new to scripting and have made a couple of scripts before but today I found an issue which I cannot seem to track down and was wondering if anybody else had this issue or knows what I am doing wrong. Basically, when I start the bot, all of the clients inputs freezes, so when i click the pause bot or terminate, it doesn't even do the little push button animation. This is same for options and even the close button (Windows 10 X) doesn't work. I have to close it with task manager. Strange thing is the bot continues to run perfectly for as long as I leave it. Its just using way too much memory and cpu atm for me to leave it go. ~ 2000 mb of memory and up to 50% o my cpu at times. Any help would be greatly appreciated if you have come across a problem like this before. I think it might be a memory leak but I have no idea how to track that down. Thanks, Shotdox
  9. I recently made a quick woodcutting script, exported it to my local files and tried to turn the thing on to begin bug testing but when I try to turn the script on the client isnt able to start it and get past the point of putting the start up message in the client logger. Other scripts ive made are able to start up, but for some reason this one just doesnt. Any suggestions on how to fix this?
×
×
  • Create New...