Sign in to follow this  
Shadz

Could not check client version. The error was: <All retries failed for wurmclient.ver>

Recommended Posts

Alright here's a fix:


 


from command line change into your wurmclient.jnlp folder and issue:


 


javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp


 


Should work.


  • Like 1

Share this post


Link to post
Share on other sites
  View hidden Post
Posted · Hidden by Shrimpiie, March 20, 2014 - Removed - Off topic
Hidden by Shrimpiie, March 20, 2014 - Removed - Off topic

o l _ l _


_ l _ l _


_ l _ l x


Share this post


Link to post

Alright here's a fix:

 

from command line change into your wurmclient.jnlp folder and issue:

 

javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp

 

Should work.

Nice work - gonna have to see what those command line options do :)

Share this post


Link to post
Share on other sites

Getting the same thing as everyone else, started today for me.


 


"Could not check client version. The error was: <All retries failed for wurmclient_unstable.ver>"

Share this post


Link to post
Share on other sites

403 is the forbidden error. Did something get updated in the server serving this request ? It's the User-Agent in the HTTP header that causes the error so probably some security feature server side allowing calls only from Mozilla, Chrome etc User-Agents to prevent spam bots.

 

Then why is it sometimes working in the client? I also got a normal 200 response when accessing the page from telnet in command-line, which as far as I know isn't sending any user-agent info.

Share this post


Link to post
Share on other sites

Alright here's a fix:

 

from command line change into your wurmclient.jnlp folder and issue:

 

javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp

 

Should work.

 

 

I have heard this works.

 

Can you elaborate?

Share this post


Link to post
Share on other sites

An empty user-agent will also work. I used Mozilla for example. Telnet will use an empty user-agent cause it doesnt understand http.


 


What I assume is that something changed server side ans is blocking specific User-Agents in the Http Protocol. Java by default uses a Java-<version> http agent who seems to get blocked by the wurm servers for some reason. The command just changes the user-agent.


Edited by Issle

Share this post


Link to post
Share on other sites
  View hidden Post
Posted · Hidden by Shrimpiie, March 20, 2014 - Removed - Off topic
Hidden by Shrimpiie, March 20, 2014 - Removed - Off topic

o l _ l o


_ l _ l _


_ l _ l x


Share this post


Link to post

Keep it on topic please.


(In regards to some just removed posts)


Share this post


Link to post
Share on other sites

An empty user-agent will also work. I used Mozilla for example. Telnet will use an empty user-agent cause it doesnt understand http.

 

What I assume is that something changed server side ans is blocking specific User-Agents in the Http Protocol. Java by default uses a Java-<version> http agent who seems to get blocked by the wurm servers for some reason. The command just changes the user-agent.

 

How goofy, I do wonder why they added this measure without setting it to accept whatever user-agent info the wurm client sends.

 

 

 

Alright here's a fix:

 

from command line change into your wurmclient.jnlp folder and issue:

 

javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp

 

Should work.

 

I can confirm that this does work. You're also able to simply add "-J-Dhttp.agent=Mozilla" (without quotes) to the target field in the desktop shortcut for Wurm BEFORE "-J-Djnlp.application.href=..."

Edited by fenriswaffles

Share this post


Link to post
Share on other sites

An empty user-agent will also work. I used Mozilla for example. Telnet will use an empty user-agent cause it doesnt understand http.

 

What I assume is that something changed server side ans is blocking specific User-Agents in the Http Protocol. Java by default uses a Java-<version> http agent who seems to get blocked by the wurm servers for some reason. The command just changes the user-agent.

 

Where do we type javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp 

 

Do we open firefox and paste that into the browser bar? Do we create a shortcut to the wurmonline.exe ?? I know there is no such file, but the equivalent is where? create a shortcut and then type that into the Target window?

Also: I attempted to update my shortcut which was customized to force 64 bit upon launching, and now it is back to using 32 bit. I am now unable to locate that post describing the fix. Does anyone have the link to that page? I just got home from a long day and my mind is gone. I had all of this setup already and now I can't even remember how to make a shortcut to the unstable client in order to paste all of these exotic codes into for the game to work.

 

Any help would be repaid 1000 in the afterlife, and things of this nature. Please.

Share this post


Link to post
Share on other sites

I can also confirm that this works. Thanks for the info :D


Share this post


Link to post
Share on other sites

Well this is unfortunate. I deleted all of my wurm files in  hopes to reinstall the game. Now i cant even re-install lol


Share this post


Link to post
Share on other sites

For anyone that would even want to use Chrome. and how to do this. 


Make a txt. file and paste this info


 


@ECHO OFF

c:\windows\system32\javaws.exe -J-Dhttp.agent=Chrome/33.0.1750.154  http://www.wurmonline.com/client/wurmclient.jnlp

 

after that save as all file types and rename it to have the .bat

Edit- also sets Wurm to use 64 bit and is stable client.

Edited by AlphaWolfen
  • Like 1

Share this post


Link to post
Share on other sites

Where do we type javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp 

 

Do we open firefox and paste that into the browser bar? Do we create a shortcut to the wurmonline.exe ?? I know there is no such file, but the equivalent is where? create a shortcut and then type that into the Target window?

Also: I attempted to update my shortcut which was customized to force 64 bit upon launching, and now it is back to using 32 bit. I am now unable to locate that post describing the fix. Does anyone have the link to that page? I just got home from a long day and my mind is gone. I had all of this setup already and now I can't even remember how to make a shortcut to the unstable client in order to paste all of these exotic codes into for the game to work.

 

Any help would be repaid 1000 in the afterlife, and things of this nature. Please.

 

Open the command line of windows and type there 

 

cd C:/blablabla/wherethejnlpfileis/

 

press enter

 

javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp

 

press enter

  • Like 1

Share this post


Link to post
Share on other sites

 

For anyone that would even want to use Chrome. and how to do this. 

Make a txt. file and paste this info

 

@ECHO OFF

c:\windows\system32\javaws.exe -J-Dhttp.agent=Chrome/33.0.1750.154  http://www.wurmonline.com/client/wurmclient.jnlp

 

after that save as all file types and rename it to have the .bat

 

good one, much more elegant than mine. Kudos Jenn Kellon.

Edited by Issle
  • Like 1

Share this post


Link to post
Share on other sites

good one, much more elegant than mine. Kudos Jenn Kellon.

its alright and Thanks Issle for being a first hand responder to this epidemic :D

Share this post


Link to post
Share on other sites

remove all the post you want but the truth is right here, a customer most likely a premium player has figured out a work around, no programmers help no support. This is an issue that someone needs to address if you look to survive long term. Basically dedicate paying players deserve dedicated programming and support. I know what i am talking about I provide top level support for our globally used software, so in a nut shell I support 24 7.

Share this post


Link to post
Share on other sites

Open the command line of windows and type there 

 

cd C:/blablabla/wherethejnlpfileis/

 

press enter

 

javaws -J-Dhttp.agent=Mozilla wurmclient.jnlp

 

press enter

 

do you mean command prompt? I dont know what "command line of windows" is.  If it is command prompt, javaws is not a recognizable command.

Share this post


Link to post
Share on other sites

 

For anyone that would even want to use Chrome. and how to do this. 

Make a txt. file and paste this info

 

@ECHO OFF

c:\windows\system32\javaws.exe -J-Dhttp.agent=Chrome/33.0.1750.154  ;http://www.wurmonlin...wurmclient.jnlp"

 

I know the full URL, just notifying for others.

 

 

 

 

Can we just have this fixed by wurm team?

 

Yes you can, its your choice~

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this