Hi there,
I am trying to get OSbot to work, but right after downloading the old rs client it gets stuck on applying client injections/modifications.
The following message popped up in the debug window, but i wasn't able to find a fix on google or anywhere else on the forums.
[ERROR][07/30 01:34:36 PM]: Uncaught exception!
java.lang.ClassFormatError: Illegal field modifiers in class cm: 0x2
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at org.osbot.core.asm.ClassCollection$1.loadClass(yg:87)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.osbot.rs07.Bot.initialize(mm:966)
at org.osbot.V.run(fy:10)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
This occurred after i try to select a script. I haven't had Osbot working before. Im using java 8 update 51.
Any help is much appreciated!