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 [RS3] All scripts stopping as soon as they start

Joined
Jun 21, 2014
Messages
350
@Cloud
I'm having a major problem where all scripts are stopping immediately after they start and before the GUI of each individual script is able to pop up. I'm running Java 7 Update 55 (Java 7 Update 60 has a crash when using directx and a blank screen with opengl, log file here: http://pastebin.com/a7tAYzc5)

The scripts I've tested and had this happen on are: Omega AIO Cooker, Aidden's Woodcutter, Aidden's area builder, & Omega AIO tanner, aka all scripts I've been able to test. The logs don't help much either with the problem: http://pastebin.com/vP0BG54L
 
Engineer
Joined
Jul 28, 2013
Messages
2,777
@Cloud
I'm having a major problem where all scripts are stopping immediately after they start and before the GUI of each individual script is able to pop up. I'm running Java 7 Update 55 (Java 7 Update 60 has a crash when using directx and a blank screen with opengl, log file here: http://pastebin.com/a7tAYzc5)

The scripts I've tested and had this happen on are: Omega AIO Cooker, Aidden's Woodcutter, Aidden's area builder, & Omega AIO tanner, aka all scripts I've been able to test. The logs don't help much either with the problem: http://pastebin.com/vP0BG54L
Hmm, so you're running these scripts off the bot store then right?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
Does this only happen for RS3 or is it OSRS as well? I'm running 7 update 40
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
Haven't been able to test OSRS, F2P atm, tried running it with Java 7 update 40 so it doesn't seem to be java version.
Make a new account and you can use osrs on the last 6 worlds for i think its 14 days? Try that and see how it goes
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
@Cloud i just tested both my Tutorial solver and my woodcutter via sdn scripts and i'm not experiencing this problem.
 
Engineer
Joined
Jul 28, 2013
Messages
2,777
I'm not really sure what to make of this, I can't reproduce it either... is there anyway you could make a video and upload it?
 
Joined
Jun 21, 2014
Messages
350
Video is up:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Joined
Dec 13, 2013
Messages
83
Hmm, since the UI's aren't popping up, i think it could be a security issue on your side, where GUI's are not allowed to pop up vis a vis a third party program. Just my $0.02
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
That's really weird ...
Hmm, since the UI's aren't popping up, i think it could be a security issue on your side, where GUI's are not allowed to pop up vis a vis a third party program. Just my $0.02
My tutorial solver doesn't have a gui so its not that :/
 
F

Falixus

I'm really feeling something towards your Java, I understand you have the latest version, but if I could tinker with your settings and whatnot. :confused:
 
Joined
Jun 21, 2014
Messages
350
Possibly found the problem. I ran the jar via batch and was given this warning:

Code:
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

Attempting to fix now and see if it changes anything.

Edit: It appears to be an error related to Groovy or something, looking at a fix now.
Edit2: Fixed the warning via http://stackoverflow.com/questions/...warning-could-not-open-create-prefs-root-node
Edit3: Fix did nothing in terms of running scripts, looking at other possibilities atm.

Edit4: I'm running it via this batch script
Code:
"C:\Program Files\Java\jre7\bin\Java.exe" -jar RuneMate.jar
pause
So it couldn't possibly be running via JDK
 
Last edited:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
I guess the only other thing you can try right now is to see if it happens for all scripts. Also, which antivirus are you running?
 
Top