Welcome!

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

Sign up now!

Bug Not able to run the client after setting up IntelliJ

Joined
Jun 24, 2014
Messages
172
This is now the problem I have when trying to start a bot:


Code:
Failed to bind to the game client because of an AgentLoadException
com.sun.tools.attach.AgentLoadException: Unable to add JAR file to system class path
    at sun.tools.attach.HotSpotVirtualMachine.loadAgent(du:220)
    at nul.iIIiIiiIiiIIi.const(wzb:1)
    at nul.IiiiIiiIIiIII.run(hbc:84)

This is the log that comes up:

Code:
[Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre
[Debug] Java Version: 8u144 x64 (Oracle Corporation)
[Debug] Maximum Heap Size: 1821MB
[Debug] RuneMate Version: 2.53.0
[Debug] Operating System: Mac OS X x64
Exception in Application start method
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
    at nul.iIIiIiiIiIiii.goto(pbb:14797)
    at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: java.lang.RuntimeException: Exception in Application start method
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError: sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer.else(Ljava/lang/String;)Ljava/lang/String;
    at nul.iiIIiiiIIIiII.<clinit>(bbb:149)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.Iterator.forEachRemaining(Iterator.java:116)
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
    at nul.iiiiIiiIIIiIi.<init>(ldb:22)
    at nul.iiiiIiiIIIiIi.<init>(ldb:43)
    at nul.iIIiIiiIiIiii.<init>(pbb:150)
    at nul.iIIiIiiIiIiii.else(pbb:116)
    at com.runemate.boot.Boot.start(xyb:194)
    at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
    at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
    at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
Exception running application com.runemate.boot.Boot
java.lang.NullPointerException
    at nul.iiIiiiiIiIiII.else(jhb:86)
    at nul.iIiiIiiIiIiiI.run(jib:22)
An unhandled error occurred while shutting down.

It's also the same thing that appears under the last log in ~/RuneMate/logs.

Also, when trying to open the client via terminal this error (the same as this thread) comes up:
Code:
LSOpenURLsWithRole() failed for the application /Applications/RuneMate.app with error -10810.

Any help is appreciated.
 
Guess I'll just do with running it via CLI as stated here:

Yes, either that or start runemate via command line

However is anyone can inform me of a fix, I'll be thankful.
 
Last edited:
Joined
Jun 24, 2014
Messages
172
It works on my macbook pro when I use the 32 bit jre included with runemate.

This fixed the problem. However, I'm still stuck with this other problem:

Code:
Failed to bind to the game client because of an AgentLoadException
com.sun.tools.attach.AgentLoadException: Unable to add JAR file to system class path
    at sun.tools.attach.HotSpotVirtualMachine.loadAgent(du:220)
    at nul.iIIiIiiIiiIIi.const(wzb:1)
    at nul.IiiiIiiIIiIII.run(hbc:84)
 
Bump pls help macOS users.
 
Top