jedipeludo Posted August 2, 2015 Share Posted August 2, 2015 Hello there, today i started having troubles with the bot or the script (i'm not sure, because until 12 hours ago, it worked perfectly) Every time the script is started, i get this prompted in the console: [DEBUG][08/02 03:19:45 PM]: Loading script id : 536 [DEBUG][08/02 03:19:45 PM]: Loaded script! [DEBUG][08/02 03:19:45 PM]: Launching script... [ERROR][08/02 03:19:45 PM]: Failed to start script [AccountStarter] java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.osbot.cOm1.run(il:155) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: org/osbot/rs07/utility/Area at AccountStarter.<init>(i:154) ... 8 more Caused by: java.lang.ClassNotFoundException: org.osbot.rs07.utility.Area at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.osbot.cOM2.loadClass(il:147) ... 9 more I'm using the Osbot 2.3.94 version (No Mirror) and with a free account. I'm using the x64 Version 8 Update 51 java. I tried several scripts, and all with the same result. Link to comment Share on other sites More sharing options...
Developer MGI Posted August 2, 2015 Developer Share Posted August 2, 2015 If you are not using mirror why are you posting in this section? Also it seems like an outdated script. Link to comment Share on other sites More sharing options...
Deceiver Posted August 2, 2015 Share Posted August 2, 2015 java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.osbot.cOm1.run(il:155) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoClassDefFoundError: org/osbot/rs07/utility/Area at AccountStarter.<init>(i:154) ... 8 more Caused by: java.lang.ClassNotFoundException: org.osbot.rs07.utility.Area at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.osbot.cOM2.loadClass(il:147) ... 9 more Script(s) are outdated. Link to comment Share on other sites More sharing options...
jedipeludo Posted August 2, 2015 Author Share Posted August 2, 2015 and how come 12 hours ago it worked just fine and now it doesn't? Link to comment Share on other sites More sharing options...
Ericthecmh Posted August 2, 2015 Share Posted August 2, 2015 Because the newest OSBot released removed the Area class which many scripts were depending on. The scripters will have to update their scripts for it. Link to comment Share on other sites More sharing options...