- Thread Author
- #1
I didn't want to uninstall my java versions or mess with any of that. I got Runemate to run using 32-bit Java by running the following in cmd
. Next came the problem of "Failing to bind to game client" and how "Both Spectre and the game client" need to be "in 32-bit mode". After 2 hours I finally got everything to run using 32bit Java!
How I did it was by re-wrapping jagexappletviewer.jar, and making my own .exe to use. First I assigned the java version to use, 32-bit, and had to manually pass the JVM(?)/command line arguments (I just pasted it into both because only then would it run). Here it is
. Running the newly created .exe launches an OSRS client, RuneMate detects it, and when I try to run a bot it works (but I haven't ran one yet, I just selected a RS3 bot. HOWEVER, every other time it'd come up with the "you need 32bit" errors)
Originally I just passed the arguments into CMD and the jagappviewer jar file, but I'd get an advertisement error and just gave up and decided to try out the "wrapper program".
My question is will I get banned? I'm afraid Jagex will somehow detect how I ran OSRS from my own .exe and not their JagexLauncher.exe, or do you think I'm just being crazy.
Code:
"C:\Program Files (x86)\Java\jre1.8.0_121\bin\java.exe" -jar RuneMate.jar
How I did it was by re-wrapping jagexappletviewer.jar, and making my own .exe to use. First I assigned the java version to use, 32-bit, and had to manually pass the JVM(?)/command line arguments (I just pasted it into both because only then would it run). Here it is
Code:
-Dcom.jagex.config=http://oldschool.runescape.com/jav_config.ws -Djava.class.path=jagexappletviewer.jar -Dsun.java2d.noddraw=true -Xmx384m -Xss2m -XX:CompileThreshold=1500 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
Originally I just passed the arguments into CMD and the jagappviewer jar file, but I'd get an advertisement error and just gave up and decided to try out the "wrapper program".
My question is will I get banned? I'm afraid Jagex will somehow detect how I ran OSRS from my own .exe and not their JagexLauncher.exe, or do you think I'm just being crazy.