Jump to content

Logger Error Message help?


Recommended Posts

Posted

So I made a simple and short script a few hrs ago, it was running perfectly. No bugs nada. Now I added a paint, and then ran it again and it'll bank when the banking condition is met but when the others are it just sits and gives this error:

[ERROR][Bot #1][06/08 04:44:12 PM]: Error in bot executor!
java.lang.NoClassDefFoundError: Could not initialize class org.osbot.QA
	at org.osbot.Lpt7.IiiiiiiIIiII(nl:227)
	at org.osbot.Lpt7.IiiiiiiIIiII(nl:131)
	at org.osbot.kB.IiiiiiiIIiII(pj:102)
	at org.osbot.rs07.event.WebWalkEvent.execute(ki:92)
	at org.osbot.rs07.event.EventExecutor$2.run(mi:73)
	at org.osbot.rs07.event.EventExecutor.execute(mi:24)
	at org.osbot.rs07.script.MethodProvider.execute(aj:461)
	at org.osbot.rs07.api.Walking.webWalk(yo:256)
	at FlaxSpinner.onLoop(FlaxSpinner.java:67)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(hj:81)
	at java.lang.Thread.run(Unknown Source)

I can PM someone the code if they want to see, but I don't believe there's any errors. Don't wanna post it here public cause its for a friend.

  • Like 1
Posted (edited)

So I made a simple and short script a few hrs ago, it was running perfectly. No bugs nada. Now I added a paint, and then ran it again and it'll bank when the banking condition is met but when the others are it just sits and gives this error:

[ERROR][Bot #1][06/08 04:44:12 PM]: Error in bot executor!
java.lang.NoClassDefFoundError: Could not initialize class org.osbot.QA
	at org.osbot.Lpt7.IiiiiiiIIiII(nl:227)
	at org.osbot.Lpt7.IiiiiiiIIiII(nl:131)
	at org.osbot.kB.IiiiiiiIIiII(pj:102)
	at org.osbot.rs07.event.WebWalkEvent.execute(ki:92)
	at org.osbot.rs07.event.EventExecutor$2.run(mi:73)
	at org.osbot.rs07.event.EventExecutor.execute(mi:24)
	at org.osbot.rs07.script.MethodProvider.execute(aj:461)
	at org.osbot.rs07.api.Walking.webWalk(yo:256)
	at FlaxSpinner.onLoop(FlaxSpinner.java:67)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(hj:81)
	at java.lang.Thread.run(Unknown Source)

I can PM someone the code if they want to see, but I don't believe there's any errors. Don't wanna post it here public cause its for a friend.

From my understanding this means Webwalking didn't get installed correctly when updating to newer version of Osbot. If so, I usually fix this by deleting newest version of osbot and download newest version from an older version of Osbot I have on my computer still, or from this site directly. I do remember neither of those worked once and I ended up having to delete my entire Osbot folder saved on my computer, then downloading the client again after that, but that for sure did the trick for me on my tower computer a few days ago.

 

It only says error at FlaxSpinner.onLoop(FlaxSpinner.java67) because that is where you used walking api (which isn't installed correctly with your client)

Edited by Strange_Fk
  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...