imancity Posted June 8, 2016 Share Posted June 8, 2016 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. 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted June 8, 2016 Share Posted June 8, 2016 Line 67 in FlaxSpinner.java Quote Link to comment Share on other sites More sharing options...
Acerd Posted June 8, 2016 Share Posted June 8, 2016 can i see source 1 Quote Link to comment Share on other sites More sharing options...
imancity Posted June 8, 2016 Author Share Posted June 8, 2016 Line 67 in FlaxSpinner.java That's just a walk command? It worked fine earlier haha. Area Area = new Area(3208, 3216, 3212, 3212).setPlane(1); Line 67: getWalking().webWalk(Area); can i see source PM'd. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Strange_Fk Posted June 14, 2016 Share Posted June 14, 2016 (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 June 14, 2016 by Strange_Fk 1 Quote Link to comment Share on other sites More sharing options...