RuneMate Documentation
  • 👋Welcome to RuneMate
  • 🌟Getting Started
    • Project Setup
    • Gradle Plugin
      • Configuration
      • Manifests
      • Publishing
      • Advanced Builds
  • 🖥️API
    • Querying
    • Delays
    • Game World
      • Instances
      • Navigation
      • Global Pathfinding
    • Default User Interface
      • Settings
    • Varps, Varbits and Varcs
    • Events
  • ❔Support
    • Frequently Asked Questions
      • Billing FAQ
      • Client FAQ
    • Using RuneLite
      • Linux
    • Using OSRS
Powered by GitBook
On this page
  1. Support
  2. Frequently Asked Questions

Client FAQ

PreviousBilling FAQNextUsing RuneLite

Last updated 9 months ago

I have a problem with a specific bot!

Check the last update date of the bot. If it has been non-functional for a long period of time, please report it to a moderator on Discord to be flagged for removal from the store.

If that is not the case, then the issue needs to be raised with the Bot Author. You can try getting in touch with them on Discord or on the . Many bot authors maintain their own Discord servers for dedicated support, you can find invite links to these on the RuneMate Discord.


Unable to create advertising

This is a RuneScape client issue, rather than a RuneMate one. Please see thread for a possible solution.


Failed to bind to virtual machine because of a AgentInitializationException

This error can occur if either RuneMate or RuneLite/OSRS do not have permissions to write to your local file system. This can be resolved by running both clients (and the JagexLauncher if applicable) in administrator mode.


Failed to bind to the game client because of an IOException

This error can occur is RuneMate is not running as an Administrator. If this does not work, try .


Proxy support

RuneMate does not provide support for proxies, and using proxy software (such as Proxifier) can cause communication issues between RuneMate and RuneScape - it is not recommended to use these programs.


RuneMate not detecting RuneScape client

If RuneMate is not detecting active OSRS clients then please try performing a fresh install of RuneMate. You should remove all RuneMate files from your user directory (%USERPROFILE% on Windows systems) before installing. This error has also occurred when RuneMate (or RuneScape) has been accidentally installed in a directory managed by OneDrive.


RuneScape crashing when starting bots

RuneScape is most likely running out of memory, you can follow the these steps to help resolve this:

  1. Close any OSRS clients you have open.

  2. Open the following file in notepad (or some other text editor): %USERPROFILE%\jagexcache\jagexlauncher\oldschool\oldschool.prm

  3. Replace the contents with the following:

-Djava.class.path=jagexappletviewer.jar
-Dsun.java2d.noddraw=true
-Dcom.jagex.config=http://oldschool.runescape.com/k=3/l=$(Language:0)/jav_config.ws
-Dhttps.protocols=TLSv1.2
-Xmx512m
-Xms512m
-Xss2m
-XX:+DisableExplicitGC
-XX:+AggressiveOpts
-XX:+UseAdaptiveGCBoundary
-XX:MaxGCPauseMillis=500
-XX:SurvivorRatio=16
-XX:+UseParallelGC
-XX:+UnlockExperimentalVMOptions
-XX:+TieredCompilation
jagexappletviewer
  1. Save it, relaunch the OSRS client.

. Here is a video guide:

❔
Community Forums
this
clearing your RuneScape caches
OSRS "Java Client" Wiki Page