Jump to content

nboms

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About nboms

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. nboms

    How to play on mac os (Client closing fix)

    Hope it explains enough to get people going
  2. Hello! Recently I started playing and was unable to play on my macbook pro. I did some research and found how to fix it. This happens on most of the newer versions of Mac Os (Catalina and possibly lower version). First off all the issue is caused because the rune-x client does not support the latest version of java. First step: U will have to complete remove Java from your computer. U can do so by opening terminal. (To open terminal open finder and type "Terminal".) Should look like this: Second step: is to paste this one by one in the terminal window by copying them one by one. (This will complete uninstall any java version of ur device) sudo rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -rf /Library/Application\ Support/Oracle/Java/ sudo rm -rf /Library/Java/JavaVirtualMachines After placing the first one in it will ask you for the admin password. Simply fill that in. Once you executed these 4 commands 1 by 1 ur machine should be Java free. (If you are unsure if it worked type this in a new terminal window.) java -version Third step: Download the supported Java version and install it. Download Java 8 Update 261 Once you installed it you should be able to play again! If you need any help doing this feel free to pm me ur discord and i'll help you true screenshare or call Credits to Rogue for helping me figure most out!
  3. java -jar /Users/Hidden/.runex-data/client.jar Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(Unknown Source) Caused by: java.lang.NoClassDefFoundError: org/pushingpixels/substance/api/SubstanceLookAndFeel at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:151) at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:515) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:423) at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:417) at java.base/java.security.AccessController.doPrivileged(AccessController.java:691) at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:416) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at rs.gui.Launcher.main(Unknown Source) ... 5 more Caused by: java.lang.ClassNotFoundException: org.pushingpixels.substance.api.SubstanceLookAndFeel at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:436) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) ... 16 more when i try to load in terminal it outputs this error cluster
×