Sign in to follow this  
Middi

[FIXED] Unable to Launch Client after Java Update (Version 8 Update 141)

Recommended Posts

The change did not work.  I've downloaded update 141 so that I can see for myself.  

 

Will post here when I can get it working - Devs are still working on it.

  • Like 2

Share this post


Link to post
Share on other sites

Have tried alot of tips in forum to get game started but non help

no idea how to put game signatur there so it can recognize it :)

here is what it tell me: 

 

Fel: Kunde inte verifiera signaturen i resursen:

(http:// www.wurmonline.com/client/libraries-stable-2016/commons-httpclient.jar, 3.1)

 

Applikationen kunde inte startas (applikation cant be started)

Startfil (first tab under details)

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>

 

Undantag (2nd tab under details)

 

Spoiler

com.sun.deploy.net.JARSigningException: Kunde inte verifiera signaturen i resursen: (http://www.wurmonline.com/client/libraries-stable-2016/commons-httpclient.jar, 3.1)
    at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
    at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.access$2700(Unknown Source)
    at com.sun.deploy.cache.CacheEntry$7.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.downloadResource(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)


Omslutet undantag (3rd tab under details)

 

Spoiler

java.lang.SecurityException: digest missing for org/apache/commons/httpclient
    at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
    at java.util.jar.JarVerifier.processEntry(Unknown Source)
    at java.util.jar.JarVerifier.update(Unknown Source)
    at java.util.jar.JarVerifier$VerifierStream.<init>(Unknown Source)
    at java.util.jar.JarFile.getInputStream(Unknown Source)
    at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
    at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.access$2700(Unknown Source)
    at com.sun.deploy.cache.CacheEntry$7.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.downloadResource(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)

 

GL to ur game fixer hope you manage to fix this for us :)
 

 

 

Share this post


Link to post
Share on other sites
5 minutes ago, Alectrys said:

The change did not work.

 

Confirmed. Blek. Ok reverting to old Java. Good luck.

Share this post


Link to post
Share on other sites

just  now updated to 141, wurm stable now not working

 

could not verify signing in resource error

 

----------------------------------------------------------------------------------------------------------------------------------------------

ok, reverted to 131, luckily had old version already stashed away, back up and running

 

Edited by Scottfree2

Share this post


Link to post
Share on other sites

Time for wurm to bundle java like wu!

 

Share this post


Link to post
Share on other sites
16 hours ago, nicedreams said:

I found the Java 8 131 update 64bit at this site.  Uninstalled the new version then installed this one.  Wurm is working fine again.

 

Watch out for the ads.

In panel control/programs/java i cleared wurms temp file

Then I deleted java in the panel control/delete programs

I restarted laptop

and installed java from this link

loaded wurm, and did not update the java as requested

it worked for me.

Hope it will help someone else, thank you Nicedreams

 

Share this post


Link to post
Share on other sites

Hrm... hate to have to revert my java version.

 

Have attempted reinstalling both 32 and 64bit versions of Java, and clearing the java cache; however, getting the same exception as the OP on all clients.

Edited by Klaa

Share this post


Link to post
Share on other sites

The only solution right now is to revert to an earlier version of java.  Java 8 version 141 will not work until the devs have a chance to test changes.

Share this post


Link to post
Share on other sites

Nope, not working

Spoiler

com.sun.deploy.net.JARSigningException: Could not verify signing in resource: (http://www.wurmonline.com/client/libraries-stable-2016/commons-httpclient.jar, 3.1)
    at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
    at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.access$2700(Unknown Source)
    at com.sun.deploy.cache.CacheEntry$7.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
    at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.downloadResource(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)

 

 

UPD

 

Java 8.131 works fine

Edited by Ravenhost

Share this post


Link to post
Share on other sites

Saw all this  and tried to update my Java.  Had the same problem as everyone else, took me a while to get the system cleaned out and reinstall Java 8.131 so I could play again.  Won't do that again until I see news here of it working correctly with the update.  Not sure if the problem lies with Java or Wurm, but fortunately for me that is something that is the devs responsibility to figure out.

Share this post


Link to post
Share on other sites

But if I go bk to the old version it'll ask to update again eventually and will run into the same problem unless I don't download the update...so either way we run into a wall...and how long can you go without being forced to installed a java update?  Guess no Wurm for me if I can't figure this out :(

 

Share this post


Link to post
Share on other sites
4 minutes ago, Shagsangel said:

But if I go bk to the old version it'll ask to update again eventually and will run into the same problem unless I don't download the update...so either way we run into a wall...and how long can you go without being forced to installed a java update?  Guess no Wurm for me if I can't figure this out :(

 

 

You can go quite a while without updating Java, it's just a suggestion, not a demand of the program.  You only have to worry about other programs you use that also use Java to operate, some of them may one day require the update.  But I'd say just revert back to 8.131, then watch this thread until it shows that Wurm or Java has been fixed so you can use the update.  No reason to stop playing Wurm just because Java is having fits again.

Share this post


Link to post
Share on other sites

I have no choice I don't know how to get the older version back and it won't allow me to play either from my shortcut or from the website so I'm stuck for now...Windows 10 is not as simple as Windows XP used to be...

 

Share this post


Link to post
Share on other sites

An explanation on how to revert via the Oracle website if you wish:

 

 

Share this post


Link to post
Share on other sites
1 hour ago, Alectrys said:

An explanation on how to revert via the Oracle website if you wish:

 

 

 

Register at oracle.

 

So yeah read the fine print before you put your actual information in there.

 

Quote

y clicking on the "Create Account" button below, you understand and agree that the use of Oracle's web site is subject to the Oracle.com Terms of Use and Oracle's Privacy Policy, including the fact that Oracle may transfer your personal information collected in connection with your registration on this website to its affiliates globally and to third party entities that provide services to Oracle.

 

So they basically can sell your information to anyone they want to.

 

Aka use a fake name, temp email, and bogus phone number ( or one for your favorite restaurant )

Share this post


Link to post
Share on other sites

same exact issue after installing the new java version .... waiting for the fix, keenan! :D

 

Share this post


Link to post
Share on other sites

I had to manually uninstall the 141 version for it to work.

Share this post


Link to post
Share on other sites
15 minutes ago, Evalla said:

I had to manually uninstall the 141 version for it to work.

 

Me too. I had to uninstall the broke Java.

 

I did install the new Java version, broke my Wurm. Then installed the older Java. Wurm was still broke for me. When I looked under the place in my computer shows what had been installed, I saw both Java versions were on there. So I uninstalled the broke Java version. Then Wurm worked fine for me after that.

 

Good luck Wurm and Wurm developers o7 (...and java if they need it)

Share this post


Link to post
Share on other sites

The devs see the light at the end of the tunnel and hope for new clients very soon.  Test is now working with 141, so I'm hopeful.

Share this post


Link to post
Share on other sites

All clients (live stable, live unstable, test stable and test unstable) will now launch with Java 8 Update 141.

  • Like 1

Share this post


Link to post
Share on other sites

Working for me now, Danke.

 

Needed to clean out the cache anyways... it was horrible in there. :ph34r:

Edited by Klaa

Share this post


Link to post
Share on other sites

Thank you guys for all your hard work!  It is most appreciated. :)

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