Sign in to follow this  
fd0024

can't get Wurm to start

Recommended Posts

I was playing and the game crashed. i get this in the logs when i try to start. Can't get wurmonline.com to load too.

 

Launch File

Spoiler

 

<?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-2016/colladabind.jar" version="1.0.0" />
        <jar href="libraries-stable-2016/irclib.jar" version="1.10" />
        <jar href="libraries-stable-2016/jogg.jar" version="0.0.7" />
        <jar href="libraries-stable-2016/jorbis.jar" version="0.0.15" />
        <jar href="libraries-stable-2016/joXSI.jar" version="1.0.0" />
        <jar href="libraries-stable-2016/jzipupdate.jar" version="0.9.1" />
        <jar href="libraries-stable-2016/lwjgl.jar" version="2.9.1" />
        <jar href="libraries-stable-2016/lwjgl_util.jar" version="2.9.1" />
        <jar href="libraries-stable-2016/PNGDecoder.jar" version="0.0.1" />
        <jar href="libraries-stable-2016/slick-util.jar" version="b208" />
        <jar href="libraries-stable-2016/vecmath.jar" version="1.5.2" />
        <jar href="libraries-stable-2016/jbullet.jar" version="1.0.0" />
        <jar href="libraries-stable-2016/commons-codec.jar" version="1.4" />
        <jar href="libraries-stable-2016/commons-httpclient.jar" version="3.1" />
        <jar href="libraries-stable-2016/commons-logging.jar" version="1.1.3" />
    </resources>

    <resources os="Win" arch="x86"><!-- Windows 32-bit java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-windows.jar" version="2.9.1"/>
    </resources>
    <resources os="Win" arch="amd64"><!-- Windows 64-bit java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-windows.jar" version="2.9.1"/>
    </resources>

    <resources os="Mac" arch="ppc"><!-- PowerPC Mac -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-macosx.jar" version="2.9.1"/>
    </resources>
    <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-macosx.jar" version="2.9.1"/>
    </resources>
    <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-macosx.jar" version="2.9.1"/>
    </resources>

    <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-linux.jar" version="2.9.1"/>
    </resources>
    <resources os="Linux" arch="x86"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-linux.jar" version="2.9.1"/>
    </resources>
    <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-linux.jar" version="2.9.1"/>
    </resources>
    <resources os="Linux" arch="x86_64"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-linux.jar" version="2.9.1"/>
    </resources>

    <resources os="SunOS" arch="sparc"><!-- UNKNOWN -->
        <nativelib href="libraries-stable-2016/lwjgl-natives-solaris.jar" version="2.9.1"/>
    </resources>

    <application-desc main-class="com.wurmonline.client.WurmLauncher"  name="Wurm Online" />
</jnlp>

 

 

Exception

Spoiler

 

java.net.ConnectException: Connection timed out: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.openServer(Unknown Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.http.HttpClient.New(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.connect(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)
 

 

 

 

 

Share this post


Link to post
Share on other sites

are you starting wo from an icon in desktop? try starting from link in website. if it works then

update your desktop icon. also make sure wo isnt already running in task manager.

 

im sure there are many other reasons why this could happen. gl

 

edit. my first inclination is your isp having a bad day which would make you crash to begin

with. so waiting a bit is also an option.

Edited by Griffith

Share this post


Link to post
Share on other sites

having a similar issue.  The website will load, albeit slowly, click the play button at the top of the page.

 

When prompted, open the file, don't save it (wurmclient.jnlp).

 

Your login prompt will pop up, put in your account info, click connect and enjoy the same error I'm getting:

 

network error:  <connection timed out:  connect>

 

 

Share this post


Link to post
Share on other sites

Same.

 

im an American on Comcast.  I cannot get to the main website, and the game will not load.  Problem started shortly after 7am eastern us time today.  Was playing and had severe chat lag -- everything I typed would not show up.  Then I pressed Quit to just restart. Can no longer get to server/login page of client.

Share this post


Link to post
Share on other sites

I'm not having any issues with launching the game or the web site.  Asking around to see if someone has an answer.

 

I'm USA East Coast if it makes a difference.

Chrome browser.

Share this post


Link to post
Share on other sites

It's now 8 hours since the problems began, and the problems appear to be resolved.  Can access the website, and am now in-game on Independence with no noticeable lag.

Edited by Finndar
  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this