Welcome!

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

Sign up now!

Resolved Not detecting rs instance

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Used this to load the rs3 instance:

Code:
"%ProgramFiles(x86)%\Java\jre1.8.0_73\bin\java.exe" -Dsun.java2d.nodraw=true -Dcom.jagex.config=http://www.runescape.com/l=en/jav_config.ws -jar "%HOMEPATH%\jagexcache\jagexlauncher\bin\jagexappletviewer.jar" runescape

And then loaded spectre via:

Code:
"C:\Program Files (x86)\Java\jre1.8.0_73\bin\java.exe" -jar "C:\Users\aidden\RuneMate\spectre.jar".

@Cloud
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Cloud said spectre needs to load first, then the client. But it still doesn't work for me.
Code:
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.LinuxAttachProvider not found
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.BsdAttachProvider not found
thats what it prints though.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Post the exception @Aidden.
Fek. How did i forget that. Lel.

RS3 instance:
Code:
Error: client.init:1258 sun.reflect.NativeMethodAccessorImpl.invoke0 sun.reflect
.NativeMethodAccessorImpl.invoke sun.reflect.DelegatingMethodAccessorImpl.invoke
 java.lang.reflect.Method.invoke Rs2Applet.a:118 Rs2Applet.init:431 app.appletvi
ewer.a:598 jagexappletviewer.main:78 | java.lang.RuntimeException |

Spectre:
Code:
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Pr
ovider sun.tools.attach.WindowsAttachProvider could not be instantiated
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Pr
ovider sun.tools.attach.LinuxAttachProvider not found
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Pr
ovider sun.tools.attach.BsdAttachProvider not found
 
Tried starting rs first as well as spectre first. Same result.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Code:
WindowsAttachProvider could not be instantiated
That's the problem, I wonder why that's happening.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Please try V1.0.1 and report the results. I'm expecting different output, not necessarily a fix.
 
Joined
Nov 3, 2013
Messages
609
On os x:
Code:
java.util.ServiceConfigurationError: com.sun.tools.attach.spi.AttachProvider: Provider sun.tools.attach.WindowsAttachProvider could not be instantiated
java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/darwin/libjnidispatch.jnilib) not found in resource path ([file:/Users/John/Runemate/spectre-1.0.1.jar])
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(di:24086)
at com.sun.jna.Native.loadNativeDispatchLibrary(di:8551)
at com.sun.jna.Native.<clinit>(di:180)
at com.runemate.system.osx.Carbon.<clinit>(jm:159)
at nul.IiiiIIiiIIIi.try(uxb:138)
at nul.IIiiIiiIIIIi.try(ti:35)
at nul.IIiiIiiIIIIi.try(ti:269)
at nul.IIiiIiiIIIIi.try(ti:200)
at nul.iiiIiIiiIIiI.try(czb:65)
at nul.IiIiIIiiIIii.initialize(mrb:154)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
at nul.IiiIIiiIIIII.try(pj:83)
at nul.IiiIIiiIIIII.try(pj:133)
at nul.IiIiIIiiIIii.<init>(mrb:214)
at nul.IiIiIIiiIIii.<init>(mrb:278)
at nul.iiIIIIiIiiiI.try(unb:269)
at nul.IiiiiIiIIIii.try(lob:22607)
at nul.IiiiiIiIIIii.call(lob:23822)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:745)

Code:
java.lang.NoClassDefFoundError: Could not initialize class com.runemate.system.osx.Carbon
at nul.IiiiIIiiIIIi.try(uxb:138)
at nul.IIiiIiiIIIIi.try(ti:35)
at nul.IIiiIiiIIIIi.try(ti:269)
at nul.IIiiIiiIIIIi.try(ti:200)
at nul.iiiIiIiiIIiI.try(czb:65)
at nul.IiIiIIiiIIii.initialize(mrb:154)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
at nul.IiiIIiiIIIII.try(pj:83)
at nul.IiiIIiiIIIII.try(pj:133)
at nul.IiIiIIiiIIii.<init>(mrb:214)
at nul.IiIiIIiiIIii.<init>(mrb:278)
at nul.iiIIIIiIiiiI.try(unb:269)
at nul.IiiiiIiIIIii.try(lob:22607)
at nul.IiiiiIiIIIii.call(lob:23822)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:745)
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
I got it working, i am using the JDK java.exe for spectre and the JRE java.exe for the RS client. Both version 8u74, 32bit.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Have all of you now resolved this issue either by using a different combination of jre/jdk's or by updating to a newer version?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Have all of you now resolved this issue either by using a different combination of jre/jdk's or by updating to a newer version?
I haven't yet. I tried what savior said but it didn't work. I'll try some more shortly, just replacing all my Filters with Predicates -.-
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Is anyone still having this issue?
 
I'm assuming that this issue has been resolved since nobody has commented saying they still have this issue.
 
Top