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

Tutorial MacOS - Fix Error 831468

Discussion in 'Client & Site Support' started by Savior, Jan 21, 2019.

  1. johnbie

    Joined:
    Dec 28, 2018
    Messages:
    7
    Likes Received:
    0
    how do you edit plist on text editor it won let me change as its lock only lets me duplicate it
     
  2. bryce2k

    Joined:
    Jul 30, 2020
    Messages:
    2
    Likes Received:
    0
    Is there a fix for this for Microsoft? Another thread? I can't find anything.

    Thanks!
     
  3. Defeat3d

    Defeat3d Primate

    Joined:
    Oct 30, 2014
    Messages:
    3,073
    Likes Received:
    1,895
    wow thank you :)
     
  4. Lepos

    Joined:
    Oct 23, 2020
    Messages:
    1
    Likes Received:
    0
    <?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-2017 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>


    my info.plist doesnt have this line anyone know why
     
  5. Robin Hood

    Joined:
    May 11, 2016
    Messages:
    9
    Likes Received:
    0
    still no fix for this it seems? Doesn't work on mac
     
  6. Dan Everitt

    Joined:
    Nov 26, 2020
    Messages:
    1
    Likes Received:
    0
    If anyone is still having trouble with this make sure that you are opening the 'Info.plist' for the actual OSRS client itself, not the 'Info.plist' of the RuneMate app.

    Hope this helps somebody!
    --- Double Post Merged, Nov 27, 2020, Original Post Date: Nov 26, 2020 ---
    Make sure that you are opening the 'Info.plist' for the actual OSRS client itself, not the 'Info.plist' of the RuneMate app.
     
  7. botmeupplz

    Joined:
    Dec 31, 2020
    Messages:
    3
    Likes Received:
    0
    I have opened the info.plist file of my OSRS client I cant see <string>-Djava.system.class.loader=app.systemclassloader</string> anywhere, can someone help?

    <?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>[/QUOTE]
     
    #67 botmeupplz, Dec 31, 2020
    Last edited: Dec 31, 2020
  8. youngbrendo

    Joined:
    Mar 25, 2022
    Messages:
    4
    Likes Received:
    0

    Have tried this process 3 times and receiving the same error that it is damaged. Any help?
     
  9. Ask Me

    Joined:
    Jul 11, 2022
    Messages:
    19
    Likes Received:
    2
    Just what I needed!
     
  10. blas0

    Joined:
    Aug 10, 2023
    Messages:
    2
    Likes Received:
    0
    Update as of Aug 31 around 4:25
    Running MacOS 13.2.1

    Communication bridge error between RuneMate and RuneLite

    --

    Had ZERO problems a couple hours ago.

    Any word on this?
     
  11. leftclick

    Joined:
    Jun 14, 2020
    Messages:
    3
    Likes Received:
    3
    Every bot I load up, my client loads black and can't see anything. Any help?
     
  12. American Express

    American Express RuneMate Staff

    Joined:
    Oct 2, 2015
    Messages:
    3,096
    Likes Received:
    1,112
    Disable system setting dark mode. Re-open RuneMate
     

Share This Page

Loading...