Welcome!

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

Sign up now!

Bug Bot doesn't load when from bot store but loads fine locally?

Joined
May 14, 2018
Messages
9
I'm trying to run a very simple bot I wrote, from the bot store.

The bot works fine when I test it locally (dev mode), but when I run the one from the bot store it gets stuck on the green loading icon.

Here's a video demonstrating it

Any idea what's going on?

Thanks
 
Joined
May 14, 2018
Messages
9
Running from Botstore (bot doesn't start)

spectre.txt:


Code:
[Debug] Java Home: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
[Debug] Java Version: 8u171 x64 (Oracle Corporation)
[Debug] Maximum Heap Size: 1821MB
[Debug] RuneMate Version: 2.84.1
[Debug] Operating System: Mac OS X x64
[Biostatistics] An error of type FileNotFoundException occurred while trying to retrieve the movements of clouse pack dedH
[Clouse] Downloaded 990 human mouse movements selected for you by Clouse.
Exception in thread "33348 - AirCrafter" java.lang.ClassFormatError: Illegal class name "robot.iIiiIiiIiI" in class file AirCrafter
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
    at nul.IiIIiIiiIIIii.findClass(qwb:171)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at nul.IiiiIIiiiiIiI.null(svb:15)
    at nul.IIiiIIiiIiiii.try(vnc:51)
    at nul.IIiIiIiiiiIII.run(bpc:146)

When running from local (bot works fine):

spectre.txt:

Code:
[Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
[Debug] Java Version: 8u171 x64 (Oracle Corporation)
[Debug] Maximum Heap Size: 1821MB
[Debug] RuneMate Version: 2.84.1
[Debug] Operating System: Mac OS X x64
[Biostatistics] An error of type FileNotFoundException occurred while trying to retrieve the movements of clouse pack dedI
00:00:00 INFO   Logger Initialised - this log file can be found at /Users/wizard/RuneMate/logs/20180525223258_AirCrafter.txt
00:00:00 INFO   Logging level can be adjusted in the Preferences tab.
00:00:00 WARN   [Caution: Performance Issue] AirCrafter is using the default loop delay of [200,400].
00:00:00 WARN   [Caution: Continued] It is HIGHLY suggested that you change this value within onStart(String... args) to prevent lag, resource waste, and to make your bots have more unique timings.
00:00:00 WARN   [Notice: Limited API usage] You're only using a small portion of the api, we recommend you look into some of our EventListeners such as the InventoryListener.
00:00:00 TRACE   [InputManager] Keyboard input BLOCKED
00:00:00 TRACE   [InputManager] Keyboard input BLOCKED
[Clouse] Downloaded 990 human mouse movements selected for you by Clouse.
00:00:03 TRACE   [PlayerSense] Parsed 189 PlayerSense elements from the existing profile.
00:00:26 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
00:00:26 TRACE   [Camera] Pressing keys
00:00:26 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
00:00:26 TRACE   [Camera] Releasing key RIGHT
00:00:27 TRACE   [Camera] It should now release the key DOWN which is currently pressed.
00:00:27 TRACE   [Camera] Releasing key DOWN
00:00:32 TRACE   [Camera] Camera turn direction: LEFT / UP
00:00:32 TRACE   [Camera] Pressing keys
00:00:33 TRACE   [Camera] It should now release the key UP which is currently pressed.
00:00:33 TRACE   [Camera] Releasing key UP
00:00:33 TRACE   [Camera] It should now release the key LEFT which is currently pressed.
00:00:33 TRACE   [Camera] Releasing key LEFT
00:01:37 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
00:01:37 TRACE   [Camera] Pressing keys
00:01:38 TRACE   [Camera] It should now release the key DOWN which is currently pressed.
00:01:38 TRACE   [Camera] Releasing key DOWN
00:01:38 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
00:01:38 TRACE   [Camera] Releasing key RIGHT
00:01:44 INFO   Altar was null
00:01:45 TRACE   [Camera] Camera turn direction: LEFT / UP
00:01:45 TRACE   [Camera] Pressing keys
00:01:46 TRACE   [Camera] It should now release the key UP which is currently pressed.
00:01:46 TRACE   [Camera] Releasing key UP
00:01:46 TRACE   [Camera] It should now release the key LEFT which is currently pressed.
00:01:46 TRACE   [Camera] Releasing key LEFT
00:02:47 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
00:02:47 TRACE   [Camera] Pressing keys
00:02:48 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
00:02:48 TRACE   [Camera] Releasing key RIGHT
 
Last edited:
Top