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 Error trying to install client on mac

Joined
Dec 31, 2020
Messages
3
Anyone know a fix for the error below? Trying to install client on mac.

Any response much appreciated.

I have attached the version of my java and mac.

"solved"

Answer - If you right-click, "Show Package Contents" -> "java" -> "app" -> double-click runemate.jar, it will work.

However, I am now un able to run a script. The error I receive is "Agentloadexception"
 

Attachments

  • Screen Shot 2021-01-01 at 01.22.12.png
    Screen Shot 2021-01-01 at 01.22.12.png
    25.9 KB · Views: 4
  • Screen Shot 2021-01-01 at 01.47.50.png
    Screen Shot 2021-01-01 at 01.47.50.png
    12.3 KB · Views: 3
  • Screen Shot 2021-01-01 at 01.46.35.png
    Screen Shot 2021-01-01 at 01.46.35.png
    27.5 KB · Views: 3
Last edited:
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
6,966
You can also try out the standalone version of the client if the mac version doesn't work for you
 
Joined
Dec 31, 2020
Messages
3
You can also try out the standalone version of the client if the mac version doesn't work for you

Where do I get the stand alone version? I have managed to get it to work using the fix mentioned above, my problem now is I cant load a script. The error I am getting is "Agent load exception" I have searched the forums and there is a fix for this but i am struggling to follow because the info.plist file i have does not have <string>-Djava.system.class.loader=app.systemclassloader</string>

My info.plist consists of

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.jagex.RuneScape</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleExecutable</key>
<string>RuneScape</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2019 Jagex Ltd. - All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSQuitAlwaysKeepWindows</key>
<false/>
<key>JagexLauncherConfigURI</key>
<string>http://www.runescape.com/k=5/l=$(Language:0)/jav_config.ws</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Shell</string>
<key>CFBundleURLIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleURLName</key>
<string>rs-launch URI</string>
<key>CFBundleURLSchemes</key>
<array>
<string>rs-launch</string>
<string>rs-launchs</string>
</array>
</dict>
</array>
</dict>
</plist>
 
Where do I get the stand alone version? I have managed to get it to work using the fix mentioned above, my problem now is I cant load a script. The error I am getting is "Agent load exception" I have searched the forums and there is a fix for this but i am struggling to follow because the info.plist file i have does not have <string>-Djava.system.class.loader=app.systemclassloader</string>

My info.plist consists of

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.jagex.RuneScape</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleExecutable</key>
<string>RuneScape</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2019 Jagex Ltd. - All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSQuitAlwaysKeepWindows</key>
<false/>
<key>JagexLauncherConfigURI</key>
<string>http://www.runescape.com/k=5/l=$(Language:0)/jav_config.ws</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Shell</string>
<key>CFBundleURLIconFile</key>
<string>RuneScape.icns</string>
<key>CFBundleURLName</key>
<string>rs-launch URI</string>
<key>CFBundleURLSchemes</key>
<array>
<string>rs-launch</string>
<string>rs-launchs</string>
</array>
</dict>
</array>
</dict>
</plist>


Update: I have managed to now get the scripts working. I had to uninstall Runemate / OSRS client & Java then re-install. For some reason this worked.
 
Top