Page 1 of 1

Keeps on redownloading .jar files

PostPosted: Sat Apr 18, 2015 11:27 am
by PinatoButter
Everytime I start up the game it redownloads everything every time. I tried the default client and the custom clients. It "updates" every time I open them.

Also, how do you guys open/play the game? Do you guys use the icon? Launch the .jnlp file?

Re: Keeps on redownloading .jar files

PostPosted: Sat Apr 18, 2015 2:32 pm
by trungdle
Your system dtae is behind the server date :D

Re: Keeps on redownloading .jar files

PostPosted: Sat Apr 18, 2015 5:09 pm
by loftar
trungdle wrote:Your system dtae is behind the server date :D

Shouldn't matter.

More likely, there's something wrong with your cache. Perhaps it's turned off, quite simply?

Re: Keeps on redownloading .jar files

PostPosted: Sat Apr 18, 2015 7:09 pm
by Nikixos
I had this problem too, the solution is makin a .bat file in your salem directory,

C:\Users\YourUsername\Salem\bin

In that folder save a .bat containing

start "" java -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

if using latikai.
or

start "" java -jar salem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

if using enders.

Then you simply create shortcut to that file in your desktop, more info here
viewtopic.php?f=11&t=7681

Re: Keeps on redownloading .jar files

PostPosted: Sat Apr 18, 2015 8:22 pm
by PinatoButter
Nikixos wrote:I had this problem too, the solution is makin a .bat file in your salem directory,

C:\Users\YourUsername\Salem\bin

In that folder save a .bat containing

start "" java -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

if using latikai.
or

start "" java -jar salem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

if using enders.

Then you simply create shortcut to that file in your desktop, more info here
viewtopic.php?f=11&t=7681


This solves it! Thank you very much! =)