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 Graphics settings resetting

Status
Not open for further replies.
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Everytime i load the rs3 client or logout, it requires me to do the auto setup. I dunno if it's a problem with the client or my pc

@Cloud @Arbiter
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Pretty sure i am.
java -jar RuneMate.jar -sdk
And the process it runs is java.exe
@Cloud
That doesn't mean anything honestly, by default a lot of systems use the jdk. Try running it explicitly with a JRE's java.exe
 
Joined
Jun 21, 2014
Messages
350
This is happening sometimes with me.
I'm running it via the JRE with C:\Program Files\Java\jre7\bin\java.exe
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
The main reason I think it is running the jre is because if I try to run it without that file the scripts tmdont run properly
 
Joined
Nov 15, 2013
Messages
339
Im not sure if it works but you could write click on the runemate jar and click open with and location the jre?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Im not sure if it works but you could write click on the runemate jar and click open with and location the jre?
Okay interesting. If i do that and run it with java.exe the client doesn't even open.
If i run it with javaw.exe it runs. When it ran with javaw.exe i did the auto setup again and then re-ran using my batch file and it's stopped asking for setup... WTF
 
Last edited:
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
That seems to fuck the client completely. A console window pops up for less than half a second, disappears and client disappears.
Open up cmd, cd to the RuneMate jar directory, and enter

Code:
"\full\path\to\java.exe\in\quotes" -jar RuneMate.jar -sdk

With a default installation of JRE8 it would be
Code:
"C:\Program Files\Java\jre8\bin\java.exe" -jar RuneMate.jar -sdk
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Alternatively re-install JRE (after the JDK installation) and the JRE should be the default execution choice.

Alternatively part 2, manually set the JAVA_HOME path variable to the JRE path. Google for more information.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Open up cmd, cd to the RuneMate jar directory, and enter

Code:
"\full\path\to\java.exe\in\quotes" -jar RuneMate.jar -sdk

With a default installation of JRE8 it would be
Code:
"C:\Program Files\Java\jre8\bin\java.exe" -jar RuneMate.jar -sdk
The weird thing is though, if i choose run with java.exe the client doesnn't load, but with javaw.exe it does. And now after doing that and running it the way i was before, it's no longer asking for auto-setup
 
Joined
Feb 17, 2015
Messages
112
Quick noob question whats the recommended RS graphic settings? OpenGL, Min, Fixed??
 
Status
Not open for further replies.
Top