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

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

Discussion in 'Developer Support' started by 6anon6, May 24, 2018.

  1. 6anon6

    Joined:
    May 14, 2018
    Messages:
    9
    Likes Received:
    3
    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
     
  2. American Express

    American Express RuneMate Staff

    Joined:
    Oct 2, 2015
    Messages:
    3,096
    Likes Received:
    1,112
    Post your log files, with logging set to the highest setting and see what it says.
     
  3. 6anon6

    Joined:
    May 14, 2018
    Messages:
    9
    Likes Received:
    3
    Running from Botstore (bot doesn't start)

    spectre.txt:


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

    spectre.txt:

    Code (Text):
    1. [Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
    2. [Debug] Java Version: 8u171 x64 (Oracle Corporation)
    3. [Debug] Maximum Heap Size: 1821MB
    4. [Debug] RuneMate Version: 2.84.1
    5. [Debug] Operating System: Mac OS X x64
    6. [Biostatistics] An error of type FileNotFoundException occurred while trying to retrieve the movements of clouse pack dedI
    7. 00:00:00 INFO   Logger Initialised - this log file can be found at /Users/wizard/RuneMate/logs/20180525223258_AirCrafter.txt
    8. 00:00:00 INFO   Logging level can be adjusted in the Preferences tab.
    9. 00:00:00 WARN   [Caution: Performance Issue] AirCrafter is using the default loop delay of [200,400].
    10. 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.
    11. 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.
    12. 00:00:00 TRACE   [InputManager] Keyboard input BLOCKED
    13. 00:00:00 TRACE   [InputManager] Keyboard input BLOCKED
    14. [Clouse] Downloaded 990 human mouse movements selected for you by Clouse.
    15. 00:00:03 TRACE   [PlayerSense] Parsed 189 PlayerSense elements from the existing profile.
    16. 00:00:26 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
    17. 00:00:26 TRACE   [Camera] Pressing keys
    18. 00:00:26 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
    19. 00:00:26 TRACE   [Camera] Releasing key RIGHT
    20. 00:00:27 TRACE   [Camera] It should now release the key DOWN which is currently pressed.
    21. 00:00:27 TRACE   [Camera] Releasing key DOWN
    22. 00:00:32 TRACE   [Camera] Camera turn direction: LEFT / UP
    23. 00:00:32 TRACE   [Camera] Pressing keys
    24. 00:00:33 TRACE   [Camera] It should now release the key UP which is currently pressed.
    25. 00:00:33 TRACE   [Camera] Releasing key UP
    26. 00:00:33 TRACE   [Camera] It should now release the key LEFT which is currently pressed.
    27. 00:00:33 TRACE   [Camera] Releasing key LEFT
    28. 00:01:37 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
    29. 00:01:37 TRACE   [Camera] Pressing keys
    30. 00:01:38 TRACE   [Camera] It should now release the key DOWN which is currently pressed.
    31. 00:01:38 TRACE   [Camera] Releasing key DOWN
    32. 00:01:38 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
    33. 00:01:38 TRACE   [Camera] Releasing key RIGHT
    34. 00:01:44 INFO   Altar was null
    35. 00:01:45 TRACE   [Camera] Camera turn direction: LEFT / UP
    36. 00:01:45 TRACE   [Camera] Pressing keys
    37. 00:01:46 TRACE   [Camera] It should now release the key UP which is currently pressed.
    38. 00:01:46 TRACE   [Camera] Releasing key UP
    39. 00:01:46 TRACE   [Camera] It should now release the key LEFT which is currently pressed.
    40. 00:01:46 TRACE   [Camera] Releasing key LEFT
    41. 00:02:47 TRACE   [Camera] Camera turn direction: RIGHT / DOWN
    42. 00:02:47 TRACE   [Camera] Pressing keys
    43. 00:02:48 TRACE   [Camera] It should now release the key RIGHT which is currently pressed.
    44. 00:02:48 TRACE   [Camera] Releasing key RIGHT
     
    #3 6anon6, May 25, 2018
    Last edited: May 25, 2018

Share This Page

Loading...