1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

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

Discussion in 'Developer Support' started by Aidden, Feb 9, 2016.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    I get this when opening the settings page
    Code (Text):
    1.  
    2. The resource /resources/css/SettingsPage.css is missing.
    3. Exception in thread "Post-Login Init" java.lang.NoClassDefFoundError: com/runema
    4. te/game/api/hybrid/util/Filter
    5.         at java.lang.Class.getDeclaredConstructors0(Native Method)
    6.         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    7.         at java.lang.Class.getConstructor0(Class.java:3075)
    8.         at java.lang.Class.getConstructor(Class.java:1825)
    9.         at nul.IiiIiIiIIIii.if(cvb:159)
    10.         at nul.IiiIiIiIIIii.if(cvb:115)
    11.         at nul.IIiiIIiiIiII.super(iqb:7457)
    12.         at java.lang.Thread.run(Thread.java:745)
    13. Caused by: java.lang.ClassNotFoundException: com.runemate.game.api.hybrid.util.F
    14. ilter
    15.         at java.lang.ClassLoader.findClass(ClassLoader.java:530)
    16.         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    17.         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    18.         at nul.IIiIiIiIIIiI.loadClass(ntb:156)
    19.         ... 8 more
    @Arbiter @Cloud
     
  2. Best Answer:
    Post #2 by Cloud, Feb 9, 2016
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
     
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Okay thanks, would be nice if it told us the line numbers or at least the title of the bot causing the issue.
     
  5. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    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?
     
  6. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    You're drunk, go home. Anyways it's handled better in V1.0.6
     

Share This Page

Loading...