Author Topic: Downloadable client hasn't worked for me in a long time.  (Read 2832 times)

Zeliounz

  • Rebel Commander

  • Offline
  • ****

  • 284
  • Personal Text
    The voices are growing louder. SHUT UP FAMOO!
    • View Profile
Downloadable client hasn't worked for me in a long time.
« on: January 10, 2014, 03:38:30 pm »
It just says "paused, click any key to continue..." and then I hit a key and it goes away. I'm running windows 8 64 bit. I believe it has something to do with the pathway for the loader.jar being different, any suggestions on how to fix this?
EDIT:
Screenshot: http://gyazo.com/7a583da9a0cdb99cac170e771b5ef81e
« Last Edit: January 10, 2014, 03:44:11 pm by Zeliounz »
??!??

Grizx

  • Rebel Soldier

  • Offline
  • **
  • Zeus himself

  • 69
    • View Profile
Re: Downloadable client hasn't worked for me in a long time.
« Reply #1 on: January 10, 2014, 03:51:28 pm »

Zeliounz

  • Rebel Commander

  • Offline
  • ****

  • 284
  • Personal Text
    The voices are growing louder. SHUT UP FAMOO!
    • View Profile
Re: Downloadable client hasn't worked for me in a long time.
« Reply #2 on: January 10, 2014, 04:12:54 pm »

Tried this earlier with a text based tutorial so I just copied the dudes path. HE MISPELLED FILE...xD Thanks for the video though, made me go back and look it over. :)
??!??

Austin

  • Community Manager
  • Rebel Captain

  • Offline
  • *
  • *
  • Has a nice view of your bedroom

  • 821
    • View Profile
Re: Downloadable client hasn't worked for me in a long time.
« Reply #3 on: January 10, 2014, 06:47:53 pm »

Tried this earlier with a text based tutorial so I just copied the dudes path. HE MISPELLED FILE...xD Thanks for the video though, made me go back and look it over. :)
So did that video work?

Cheesesteaks

  • Rebel Recruit

  • Offline
  • *
  • Most unfortunate.

  • 46
    • View Profile
Re: Downloadable client hasn't worked for me in a long time.
« Reply #4 on: January 15, 2014, 03:48:17 pm »
This is because your variables aren't set right. Edit your run.bat and change
Code: [Select]
java -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
to
Code: [Select]
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
Sprinkle on a little Steak Sauce.

Jmood

  • Donator
  • Rebel Recruit

  • Offline
  • *
  • *
  • Text goes here

  • 22
    • View Profile
Re: Downloadable client hasn't worked for me in a long time.
« Reply #5 on: January 16, 2014, 11:18:54 am »
This is because your variables aren't set right. Edit your run.bat and change
Code: [Select]
java -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf
to
Code: [Select]
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xmx256M -jar .\jar\loader.jar -configurl http://www.runerebels.com/resources/config.agf

It would be much easier to just set the path, that way he wouldn't have to reset his real path every time he has to download the client again.

All you need to do is just edit the path variable which you should already have, if not just hit new. Type in Path and then copy and paste the location of your java install, if the path variable already exists add a ; after the current variable value and then add your java install.

It will be something like C:\Program Files\Java\jre7\bin, or if you downloaded the 32bit on a 64bit OS it will be Program Files(x86).