Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved SettingsPage.css is missing + Post-Login Init exception

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
I get this when opening the settings page
Code:
The resource /resources/css/SettingsPage.css is missing.
Exception in thread "Post-Login Init" java.lang.NoClassDefFoundError: com/runema
te/game/api/hybrid/util/Filter
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
        at java.lang.Class.getConstructor0(Class.java:3075)
        at java.lang.Class.getConstructor(Class.java:1825)
        at nul.IiiIiIiIIIii.if(cvb:159)
        at nul.IiiIiIiIIIii.if(cvb:115)
        at nul.IIiiIIiiIiII.super(iqb:7457)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.runemate.game.api.hybrid.util.F
ilter
        at java.lang.ClassLoader.findClass(ClassLoader.java:530)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at nul.IIiIiIiIIIiI.loadClass(ntb:156)
        ... 8 more
@Arbiter @Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
The missing resource has been fixed for the next release. The second exceptions is stating that the old bot isn't compatible with Spectre and needs some conversions. For example, the Filter class was removed in favor of java 8's predicates.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
The missing resource has been fixed for the next release. The second exceptions is stating that the old bot isn't compatible with Spectre and needs some conversions. For example, the Filter class was removed in favor of java 8's predicates.
Okay thanks, would be nice if it told us the line numbers or at least the title of the bot causing the issue.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Okay thanks, would be nice if it told us the line numbers or at least the title of the bot causing the issue.
It normally would, but it looks like the bot is creating a thread with name "Post-Login Init." Any way we can override the name for arbitrarily created threads @Cloud?
 
Top