Welcome!

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

Sign up now!

Tutorial How to run RuneMate on OSX [OSRS]

Joined
Nov 25, 2017
Messages
1
Having trouble getting RuneMate to work on OSX? Hopefully this will help.

The issue is that the OSRS client for OSX runs (by default) with a system clasloader that does not allow "live" agents. Basically, it prevents RuneMate from injecting itself at runtime.

Download RuneMate standalone

Download the standalone JAR from Download | RuneMate

Download and install OSRS

Download the OSRS client from Old School RuneScape - Download Old School RS

Run OSRS

Open the terminal. Run this:

java -Dsun.java2d.nodraw=true -Dcom.jagex.config=http://oldschool.runescape.com/jav_config.ws -Xmx512m -Xss2m -XX:CompileThreshold=1500 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -jar /Applications/Old\ School\ RuneScape.app/Contents/Java/jagexappletviewer.jar osrs

Run RuneMate

java -jar RuneMate.jar

Use RuneMate

Same as usual!
 
Top