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

Resolved java.lang.IncompatibleClassChangeError @ com.runemate.game.api.hybrid.util.Filter

Discussion in 'Client & Site Support' started by SlashnHax, Sep 22, 2015.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Code (Text):
    1. java.lang.IncompatibleClassChangeError: class rm.sA has interface com.runemate.game.api.hybrid.util.Filter as super class 
    2. at java.lang.ClassLoader.defineClass1(Native Method) 
    3. at java.lang.ClassLoader.defineClass(Unknown Source) 
    4. at java.lang.ClassLoader.defineClass(Unknown Source) 
    5. at app.yq.loadClass(rmb:197) 
    6. at com.alpha.api.framework.bot.tasks.generic.BankHandler.(BankHandler.java:37) 
    7. at com.alpha.api.framework.bot.tasks.generic.BankHandler.(BankHandler.java:51) 
    8. at com.slashnhax.bots.alpha.alpha_fighter.ui.AlphaFighterController$2.(AlphaFighterController.java:296) 
    9. at com.slashnhax.bots.alpha.alpha_fighter.ui.AlphaFighterController.lambda$initialize$449(AlphaFighterController.java:296) 
    10. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) 
    11. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) 
    12. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) 
    13. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) 
    14. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    15. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    16. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    17. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    18. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    19. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    20. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    21. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    22. at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) 
    23. at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) 
    24. at javafx.event.Event.fireEvent(Unknown Source) 
    25. at javafx.scene.Node.fireEvent(Unknown Source) 
    26. at javafx.scene.control.Button.fire(Unknown Source) 
    27. at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source) 
    28. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source) 
    29. at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source) 
    30. at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) 
    31. at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) 
    32. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) 
    33. at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) 
    34. at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) 
    35. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    36. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    37. at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) 
    38. at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) 
    39. at com.sun.javafx.event.BasicEventDispatcher.
    @Cloud @Arbiter

    Seems to me like Filter has been made a functional interface, but the code needs to be recompiled. Also, when I try to push it says ambiguous, I assume this is some conflict with the Java Filter func interface and your custom one?

     
  2. Best Answer:
    Post #3 by SlashnHax, Sep 22, 2015
  3. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Try again now. New update just released @SlashnHax.
     
  4. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Yeah, verified to work. Hopefully it'll stop showing up in the exception log as well xD
     

Share This Page

Loading...