Sign in to follow this  
RainbowCrashGer

[FIXED] Cant start client anymore - Connection reset

Recommended Posts

Fix:

go to:

control panel > java >general >networksetings   and make sure its set to "direct connection".

 

 

in my case it was set to browser settings, i changed it to direct connection and now everything is working fine.

I hope this will also help others with similar problems.

 

Thanks to all that helped!

Rainbow

 

 ___________________

Original post:

 

Hello,
 
i have issues since is started again to play wurm ( ~3weeks ago). In these weeks it need to start wurm 5-20times until it worked but today i tried it arround 50 times and it doesnt worked.

 

 

>I deinstalled java and the game already, didnt worked. Also updated to the new version, (java 8 update 65, 64-bit)

>Game isnt starting

 ____________________
the problem:
 
If I start Wurm Online it shows me an Error window:

"Application Issues"
"Application cannot start"

Error: Connection reset
 ___________________

 

details:

Log (startdata): (sorry didnt found the spoiler function^^)

<?xml version="1.0" encoding="utf-8"?><jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp">    <information>        <title>Wurm Online</title>        <vendor>Code Club AB</vendor>        <homepage href="http://www.wurmonline.com/" />        <description>Wurm Online client</description>        <icon href="wurm_icon_128.png" width="128" height="128" />        <icon href="wurm_icon_64.png" width="64" height="64" />        <icon href="wurm_icon_32.png" width="32" height="32" />        <icon href="wurm_icon_16.png" width="16" height="16" />        <icon kind="splash" href="splash.gif" />        <shortcut online="true">            <desktop />            <menu submenu="Wurm Online" />        </shortcut>    </information>	<!-- These are default values, but just to be clear -->	<update check="timeout" policy="always" />    <security>        <all-permissions />    </security>    <resources>        <!-- Java 1.5 is not supported starting from WurmClient 3.1 -->        <j2se            href="http://java.sun.com/products/autodl/j2se"            version="1.8+"            initial-heap-size="512M"            max-heap-size="1024M"        />        <property name="sun.java2d.noddraw" value="true" />        <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" />        <jar href="wurmclient.jar" main="true" />        <jar href="wurmres.jar" />        <jar href="libraries-stable-2013/colladabind.jar" version="1.0.0" />        <jar href="libraries-stable-2013/irclib.jar" version="1.10" />        <jar href="libraries-stable-2013/jogg.jar" version="0.0.7" />        <jar href="libraries-stable-2013/jorbis.jar" version="0.0.15" />        <jar href="libraries-stable-2013/joXSI.jar" version="1.0.0" />        <jar href="libraries-stable-2013/jzipupdate.jar" version="0.9.1" />        <jar href="libraries-stable-2013/lwjgl.jar" version="2.9.1" />        <jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.1" />        <jar href="libraries-stable-2013/PNGDecoder.jar" version="0.0.1" />        <jar href="libraries-stable-2013/slick-util.jar" version="b208" />        <jar href="libraries-stable-2013/vecmath.jar" version="1.5.2" />        <jar href="libraries-stable-2013/jbullet.jar" version="1.0.0" />        <jar href="libraries-stable-2013/commons-codec.jar" version="1.4" />        <jar href="libraries-stable-2013/commons-httpclient.jar" version="3.1" />        <jar href="libraries-stable-2013/commons-logging.jar" version="1.1.3" />    </resources>    <resources os="Win" arch="x86"><!-- Windows 32-bit java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/>    </resources>    <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/>    </resources>    <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>    </resources>    <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>    </resources>    <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>    </resources>    <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>    </resources>    <resources os="Linux" arch="x86"><!-- UNKNOWN -->        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>    </resources>    <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>    </resources>    <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->        <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>    </resources>    <resources os="SunOS" arch="sparc"><!-- UNKNOWN -->        <nativelib href="libraries-stable-2013/lwjgl-natives-solaris.jar" version="2.9.1"/>    </resources>    <application-desc main-class="com.wurmonline.client.WurmLauncher"  name="Wurm Online" /></jnlp>
exception:
java.net.SocketException: Connection reset	at java.net.SocketInputStream.read(Unknown Source)	at java.net.SocketInputStream.read(Unknown Source)	at java.io.BufferedInputStream.fill(Unknown Source)	at java.io.BufferedInputStream.read1(Unknown Source)	at java.io.BufferedInputStream.read(Unknown Source)	at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)	at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)	at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)	at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)	at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)	at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)	at java.security.AccessController.doPrivileged(Native Method)	at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)	at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)	at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)	at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)	at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)	at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)	at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)	at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)	at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.lang.Thread.run(Unknown Source)

so it shows up connection error, but i have a connection to the internet.

I hope anybody can help me, probably anyone had the same issue in the past.

 

 

Thanks for help!

 

 

Edited by RainbowCrashGer
found a solution and want to share it.

Share this post


Link to post
Share on other sites

Still isnt working, and its much worse now, cant start the game, not even after 50 times restarting.


Edited by RainbowCrashGer

Share this post


Link to post
Share on other sites

http://forum.wurmonline.com/index.php?/topic/85661-cant-downloade-wurm/?p=853957


 


http://forum.wurmonline.com/index.php?/topic/66809-java-cant-run-the-jnlp/?p=658826


 


http://forum.wurmonline.com/index.php?/topic/120290-cant-start-the-game/?p=1233831


 


http://forum.wurmonline.com/index.php?/topic/63172-java-7-update-5-unsigned-certificate-solution/?p=623050


 


http://forum.wurmonline.com/index.php?/topic/55194-client-dont-start-application-cant-be-started/?p=545566


 


try with the easy stuff first.


 


the easiest first thing to try is, if youre starting wurm from a desktop icon. delete that icon, then


go to java console in control panel. delete everything wurm related from java, then restart wurm either stable


or unstable from a link in the website.


 


gl


Edited by Griffith

Share this post


Link to post
Share on other sites

See if you can post the full logs, one called console.charactername.log, and one called hs_err_pid, usually both in the WURM folder though sometimes hs_err_pid is on desktio or user folders. 


 


The game ran ok in the past, correct?

Share this post


Link to post
Share on other sites

I was looking up "connection reset" errors in general, I found this which seemed interesting but I have no idea if it also applies to people who get constant connection resets with the wurm servers -- this one was in regards to reset of another gaming site:

 


-the server's transport detected a error condition and reset your TCP/IP connection. There lots of reasons for this but it is best to focus on the ones that are caused by your side of the connection (you can fix those).
Number 1: your network driver assembles a TCP/IP packet incorrectly (corrupts a packet) the checksum routines request the packet again, the server
sends it and your network driver assembles it incorrectly (again) the checksum routine finds a error and request the packet to be sent again, the server does this over and overt until a certain counter goes off and the server gives up and resets your connection.

same thing happens if your netcard just drops a packet, it just keeps asking for the packet # over and over. server sends it over and over then gives up and resets the connection.

Ok, number one solution to this problem is to update your network drivers to a current version.

if you do this and it fails, you could be in the rare condition where the packets are being corrupted by your router or some other network device.
but that takes more effort to prove/fix. Just start with your network driver update and see if that fixes your issue

Share this post


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