jedipeludo Posted August 2, 2015 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.
Developer MGI Posted August 2, 2015 Developer Posted August 2, 2015 If you are not using mirror why are you posting in this section? Also it seems like an outdated script.
Deceiver Posted August 2, 2015 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.
jedipeludo Posted August 2, 2015 Author Posted August 2, 2015 and how come 12 hours ago it worked just fine and now it doesn't?
Ericthecmh Posted August 2, 2015 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.