Developer Patrick Posted June 12 Developer Share Posted June 12 Hey, API CHANGES: - Stability improvements when loading entities on region changes. WEB WALKER: - Added a couple new links. MISC: - Minor bug fixes. - The OSBot Team 5 Quote Link to comment
Mancubus Posted June 16 Share Posted June 16 Im having trouble getting the client to launch with quickstart since lately not sure if its this build. Could anyone help me out ? I am using this: java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot xxx@outlook.com:xxx:0000 -script 845:"xxx" -proxy xxx:xxx:xxx:xxx It will produce error: Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 65 at org.osbot.Pf.<init>(kkb:83) at org.osbot.Pf.<init>(kkb:31) at org.osbot.Pf.<init>(kkb:38) at org.osbot.Pf.<init>(kkb:594) at org.osbot.Ke.IIiIiiiIIII(nv:96) at org.osbot.Boot.IIiIiiiIIII(tr:740) at org.osbot.Boot.launch(tr:489) at org.osbot.Boot.main(tr:533) Any help is much appreciated! Quote Link to comment
Czar Posted June 16 Share Posted June 16 Just now, Mancubus said: Im having trouble getting the client to launch with quickstart since lately not sure if its this build. Could anyone help me out ? I am using this: java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot xxx@outlook.com:xxx:0000 -script 845:"xxx" -proxy xxx:xxx:xxx:xxx It will produce error: Exception in thread "main" java.lang.IllegalArgumentException: Unsupported class file major version 65 at org.osbot.Pf.<init>(kkb:83) at org.osbot.Pf.<init>(kkb:31) at org.osbot.Pf.<init>(kkb:38) at org.osbot.Pf.<init>(kkb:594) at org.osbot.Ke.IIiIiiiIIII(nv:96) at org.osbot.Boot.IIiIiiiIIII(tr:740) at org.osbot.Boot.launch(tr:489) at org.osbot.Boot.main(tr:533) Any help is much appreciated! Must enclose email in "" like "email:pass:0000" Quote Link to comment
Mancubus Posted June 18 Share Posted June 18 (edited) On 6/16/2024 at 5:05 PM, Czar said: Must enclose email in "" like "email:pass:0000" Hey, thanks for the reply however I'm not sure what you mean. I tried these but they all won't work: java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot "xxx@outlook.com":xxx:0000 -script 845:"xxx" -proxy xxx:xxx:xxx:xxx java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot "xxx@outlook.com:xxx:0000" -script 845:"xxx" -proxy xxx:xxx:xxx:xxx java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot "xxx@outlook.com:xxx":0000 -script 845:"xxx" -proxy xxx:xxx:xxx:xxx Could you elaborate for me? Edited June 18 by Mancubus typo 1 Quote Link to comment
Czar Posted June 18 Share Posted June 18 The whole parameter must be inside “” from the post it seems you only did email. -bot “email:pass:pin” -script “781:vyres.txt” hope this helps, also 845 doesn’t seem like a script of mine Quote Link to comment
Mancubus Posted June 18 Share Posted June 18 (edited) 8 hours ago, Czar said: The whole parameter must be inside “” from the post it seems you only did email. -bot “email:pass:pin” -script “781:vyres.txt” hope this helps, also 845 doesn’t seem like a script of mine Hey, okay based on your suggestion I tried the following: java -jar "C:\Users\xxx\Downloads\OSBot 2.7.34.jar" -autologin -bot "xxx@outlook.com:xxx:0000" -script "845:xxx" -proxy xxx:xxx:xxx:xxx but it still wont work. Would you mind posting the entire command for me and also test it beforehand on your machine? Edited June 18 by Mancubus Quote Link to comment
Czar Posted June 18 Share Posted June 18 That works, maybe proxy is bad? might have to add the "" to proxies too Also is there a new error with that one? Also it seems like the slash is wrong, can't be \ it must be / EDIT: Also feel free to join OSBot discord for more help, and quicker responses Quote Link to comment