Welcome!

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

Sign up now!

Problems loading the client

Joined
Mar 14, 2014
Messages
44
Running the jar file with java doesn't load the client, but in task manager java is there but with a really low amount of memory (like 15K, which is odd considering other clients use like 600K when loaded).

No errors to give, Defeat3d told me to report it
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Which operating system are you running? what version of java are you running it with? Open cmd and type java -version and paste the output here
 
Joined
Mar 14, 2014
Messages
44
Has this only recently started happening?
It's happened since about a month or so ago but I hadn't thought about reporting it, it's weird because I also had the same problem with Orion (back when it was called Orion) but it doesn't do that anymore
 
Joined
Mar 14, 2014
Messages
44
Does anything appear in the console when your run it?
Console? It doesn't visually load, the only thing that shows signs of it loading is Task Manager where it is at an extremely low (and constant) amount of memory
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Console? It doesn't visually load, the only thing that shows signs of it loading is Task Manager where it is at an extremely low (and constant) amount of memory
Run it from the command prompt and let me know if there are any errors.
 
Joined
Nov 3, 2013
Messages
609
Are you running the jar as admin? Because this is what mine does when I don't run as admin.
 
Joined
Nov 3, 2013
Messages
609
Really? That's interesting, can you provide more information about that?
I think it's just because I run it off the D drive and it can't get write perms for C drive since that is where the scripts folder is. The blue load circle pops up, hits 30% then closes and there is an idle java process. When I run my dev_launch.bat as admin it works though.

If I can find out how I'll do that ASAP :)

I don't have the option to run a jar file as an admin.
Right click and run as admin. Otherwise, make a bat file that contains "java -jar ./Runemate.jar" right next to the jar and run that as admin.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I think it's just because I run it off the D drive and it can't get write perms for C drive since that is where the scripts folder is. The blue load circle pops up, hits 30% then closes and there is an idle java process. When I run my dev_launch.bat as admin it works though.
It sounds like it's trying to update but then it gets rejected access to the temporary folder, could you do some experiments and find out more information for me?
 
Joined
Nov 3, 2013
Messages
609
Joined
Mar 14, 2014
Messages
44
Top