Welcome!

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

Sign up now!

Question Failed to load account

Joined
Jul 17, 2017
Messages
35
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?
 
Niche bots at your disposal
Joined
Dec 23, 2015
Messages
1,104
Make sure your local bot directory in the RM Client preferences is correctly set to the root of your IntelliJ project
 
Joined
Jul 17, 2017
Messages
35
Make sure your local bot directory in the RM Client preferences is correctly set to the root of your IntelliJ project
Wow can't believe i made that mistake... Directory was indeed incorrectly set (C:\...\bot\com instead of ...\bot)
thanks
 
Top