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

Question Failed to load account

Discussion in 'Developer Support' started by Humfry, Jan 10, 2018.

  1. Humfry

    Joined:
    Jul 17, 2017
    Messages:
    32
    Likes Received:
    4
    Whenever I run my bot in Intellij to test in Runemate dev mode, it gives following error after logging in on runemate:

    [Debug] Java Home: c:\program files (x86)\runemate\jre
    [Debug] Java Version: 8u121 x86 (Oracle Corporation)
    [Debug] Maximum Heap Size: 743MB
    [Debug] RuneMate Version: 2.76.4
    [Debug] Operating System: Windows 10 x64
    Failed to load account
    javax.crypto.BadPaddingException: Given final block not properly padded
    at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:989)
    at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:845)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:446)
    at javax.crypto.Cipher.doFinal(Cipher.java:2165)
    at nul.iiiiiIiiIiiiI.long(spb:222)
    at nul.iiiiiIiiIiiiI.long(spb:108)
    at nul.IIIiiiiIiiIIi.class(vlb:2813)
    at java.lang.Thread.run(Thread.java:745)
    Unable to load 1 accounts into the account manager

    Can't seem to find a sollution on google, anyone knows how to deal with this error?
     
  2. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439
    Make sure your local bot directory in the RM Client preferences is correctly set to the root of your IntelliJ project
     
    Humfry likes this.
  3. Humfry

    Joined:
    Jul 17, 2017
    Messages:
    32
    Likes Received:
    4
    Wow can't believe i made that mistake... Directory was indeed incorrectly set (C:\...\bot\com instead of ...\bot)
    thanks
     
  4. yente06

    Joined:
    Aug 17, 2019
    Messages:
    1
    Likes Received:
    0
    Where can I find that option? It doesn't show up.
     

Share This Page

Loading...