Sign in to follow this  
wurmian20120510

Mint 18.3 (64-bit) jre1.8.0_211 (64-bit) unable to start wurm

Recommended Posts

Been trying to start the game using different guides. The last one I used was from:

Howto install Oracle (Sun) Java JRE for Linux Mint

 

My game would always hang on splash screen.

So now I want to try the common solution from the forum, which is to uninstall all java and reinstall oracle (version 8?).

 

How do I get rid of all the java and IcedTea from my laptop?

I'm asking because if I try:

sudo apt-get purge openjdk-8-*

I'm getting:

Package 'openjdk-8-jre' is not installed, so not removed

Same goes for all other java 8 packages.

ended with:

0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

 

Edited by wurmian20120510

Share this post


Link to post
Share on other sites

Cannot comment on that. I tried to get Wurm running on Opensuse Leap. It never worked on any Version since 42.1. (did not try earlier) as IcedTea refused to work with Wurm at some point, even if the necessary permissions were given. The webstart simply hung.

 

I installed Oracle Java from java.com as rpm. As it is not properly signed I have to override a warning every time, otherwise the installation works fine leaving all IcedTea stuff in place installing Oracle Java under /usr/java/latest (symlink to actual version). Starting wurm with /usr/java/latest/bin/javaws works perfectly. Only remaining manual work is the adaptation of the call in the starter (icon).

 

I would very much appreciate if Wurm ran with OpenJDK and IcedTea though as I do not trust Oracle and its Java plans.

Share this post


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

Been trying to start the game using different guides. The last one I used was from:

Howto install Oracle (Sun) Java JRE for Linux Mint

 

My game would always hang on splash screen.

So now I want to try the common solution from the forum, which is to uninstall all java and reinstall oracle (version 8?).

 

How do I get rid of all the java and IcedTea from my laptop?

I'm asking because if I try:


sudo apt-get purge openjdk-7-*

I'm getting:


Package 'openjdk-8-jre' is not installed, so not removed

Same goes for all other java 8 packages.

ended with:


0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

 

 

Upgrade to Mint version 19.1 this should help to get the latest java packages.

Installing java 8 manually on an older Linux is tricky. In general you can't just install different version updates on Linux distributions, custom version management is very complex and often breaks a lot. Upgrading the whole OS is usually easier.

Share this post


Link to post
Share on other sites

Took a while, but I'm on Mint 19.1 as you suggested.

 

Should I now follow for example this guide -> link as far as installation, and just replacing their 1.8.0_191 with _211 as the current version?

 

What do I need to do after installing Oracle's Java? (to install IcedTea?)

Share this post


Link to post
Share on other sites
4 hours ago, wurmian20120510 said:

So now I want to try the common solution from the forum, which is to uninstall all java and reinstall oracle (version 8?).

why uninstall? facepalm

 

mint as all debian derivatives has update-alternatives to select which java do you use by-default.

Share this post


Link to post
Share on other sites
57 minutes ago, wurmian20120510 said:

What do I need to do after installing Oracle's Java? (to install IcedTea?)

icedtea is an implementation of several proprietary things from oracle's java. You only need it if you use openjdk (or other jdk's possibly).

 

oracle jdk includes this things with itself.

Edited by nekoexmachina

Share this post


Link to post
Share on other sites

Type java --version and copy paste your result

Share this post


Link to post
Share on other sites
:~$ java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing)

 

Share this post


Link to post
Share on other sites
6 hours ago, wurmian20120510 said:

:~$ java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing)

 

 

Pretty sure it will not work with Java 11 have you tested?

Share this post


Link to post
Share on other sites

Well it seems Oracle tries to dodge the PPA installations which is VERY sad as I view it:

 

https://launchpad.net/~webupd8team/+archive/ubuntu/java

 

I'm not really wanting to create a Oracle account to just download their java. I'm curious if there will be (are already?) open alternatives that are actually compatible.

Share this post


Link to post
Share on other sites

On Mint 18.3 with openjdk1.8.0_211 I could get as far as seeing the IcedTea splash screen, then confirm that I really want to run this application (Wurm) and then I would see the small Wurm splash screen.

 

I tried this in the beginning of my struggle in mint 18.3, and it didn't work - some error about the package no longer available:

20 hours ago, Eobersig said:

Linux Mint user here too, having no problems running Wurm on it. I'm using the PPA from http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.htm

 

 

On Mint 19.1 with openjdk11, and icedtea-netx 1.8 (available in Software Manager in my linux mint 19.1)  I get nothing past the IceadTea splash screen.

 

So, I followed these instructions:

How to Remove/Uninstall (Oracle Java & openJDK) on Linux

 

and I did get the:

mypc@mypc-NV56R:~$ java -version
bash: /usr/bin/java: No such file or directory

Trying this on mint 19.1:

 

20 hours ago, Eobersig said:

Linux Mint user here too, having no problems running Wurm on it. I'm using the PPA from http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.htm

produces:

mypc@mypc-NV56R:~$ sudo apt-get install oracle-java-8-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package oracle-java-8-installer

So, right now I'm on Mint 19.1, at:

mypc@mypc-NV56R:~$ java -version
bash: /usr/bin/java: No such file or directory

 

Edited by wurmian20120510

Share this post


Link to post
Share on other sites
11 minutes ago, wurmian20120510 said:

On Mint 18.3 with openjdk1.8.0_211 I could get as far as seeing the IcedTea splash screen, then confirm that I really want to run this application (Wurm) and then I would see the small Wurm splash screen.

 

I tried this in the beginning of my struggle in mint 18.3, and it didn't work - some error about the package no longer available:

 

On Mint 19.1 with openjdk11, and icedtea-netx 1.8 (available in Software Manager in my linux mint 19.1)  I get nothing past the IceadTea splash screen.

 

So, I followed these instructions:

How to Remove/Uninstall (Oracle Java & openJDK) on Linux

 

and I did get the:


mypc@mypc-NV56R:~$ java -version
bash: /usr/bin/java: No such file or directory

Trying this on mint 19.1:

 

produces:


mypc@mypc-NV56R:~$ sudo apt-get install oracle-java-8-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package oracle-java-8-installer

So, right now I'm on Mint 19.1, at:


mypc@mypc-NV56R:~$ java -version
bash: /usr/bin/java: No such file or directory

 

Have you added the PPA per instruction and ran apt update? What does apt search oracle return?

Share this post


Link to post
Share on other sites

PPA to install oracle java 8 is discontinued as Oracle does not provide DL links without logging in anymore.

I'm yet to find a workaround. Or Imay want to try the openjdk stuff of amazon.

 

Can't install and update oracle java 8 using the webupd8te PPA

Edited by Jaz

Share this post


Link to post
Share on other sites
23 hours ago, Jaz said:

Well it seems Oracle tries to dodge the PPA installations which is VERY sad as I view it:

 

https://launchpad.net/~webupd8team/+archive/ubuntu/java

 

I'm not really wanting to create a Oracle account to just download their java. I'm curious if there will be (are already?) open alternatives that are actually compatible.

 

Thanks for the info, Jaz. I didn't yet know.

Share this post


Link to post
Share on other sites

If I try to follow the guide: Install Oracle Java 8 In Ubuntu Or Linux Mint Via PPA Repository [JDK8]

here are the results:

mypc@mypc-NV56R:~$ sudo add-apt-repository ppa:webupd8team/java
You are about to add the following PPA:
 The Oracle JDK License has changed for releases starting April 16, 2019.

The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use and development use, at no cost -- but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. An FAQ is available here: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html

Oracle Java downloads now require logging in to an Oracle account to download Java updates, like the latest Oracle Java 8u211 / Java SE 8u212. Because of this I cannot update the PPA with the latest Java (and the old links were broken by Oracle).

For this reason, THIS PPA IS DISCONTINUED (unless I find some way around this limitation).

Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK8). There are no actual Java files in this PPA.

Important -> Why Oracle Java 7 And 6 Installers No Longer Work: http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html

Update: Oracle Java 9 has reached end of life: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html

The PPA supports Ubuntu 18.10, 18.04, 16.04, 14.04 and 12.04.

More info (and Ubuntu installation instructions):
- http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html

Debian installation instructions:
- Oracle Java 8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html

For Oracle Java 11, see a different PPA -> https://www.linuxuprising.com/2018/10/how-to-install-oracle-java-11-in-ubuntu.html
 More info: https://launchpad.net/~webupd8team/+archive/ubuntu/java
Press Enter to continue or Ctrl+C to cancel

Executing: /tmp/apt-key-gpghome.7NpxZE0YCq/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7B2C3B0889BF5709A105D03AC2518248EEA14886
gpg: key C2518248EEA14886: 14 signatures not checked due to missing keys
gpg: key C2518248EEA14886: "Launchpad VLC" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
mypc@mypc-NV56R:~$ sudo apt-get update
Hit:1 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease                                         
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]                       
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease                                      
Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]                     
Ign:6 http://packages.linuxmint.com tessa InRelease                                             
Hit:7 http://packages.linuxmint.com tessa Release                                               
Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]          
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [516 kB]               
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [617 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [276 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [936 kB]      
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [924 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [14,9 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [227 kB]  
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2 464 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [7 224 B]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [35,7 kB]
Get:20 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2 464 B]
Fetched 3 810 kB in 2s (1 890 kB/s)                                      
Reading package lists... Done
mypc@mypc-NV56R:~$ sudo apt-get install oracle-java8-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package oracle-java8-installer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'oracle-java8-installer' has no installation candidate
mypc@mypc-NV56R:~$ 

and:

mypc@mypc-NV56R:~$ apt search oracle
p   cl-sql-oracle                            - CLSQL database backend, Oracle                    
p   libdatetime-format-oracle-perl           - module for parsing and formatting Oracle dates and
p   libmono-oracle4.0-cil                    - Mono Oracle library (for CLI 4.0)                 
p   linux-buildinfo-4.15.0-1007-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-buildinfo-4.15.0-1008-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-buildinfo-4.15.0-1009-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-buildinfo-4.15.0-1010-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-buildinfo-4.15.0-1011-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-buildinfo-4.15.0-1013-oracle       - Linux kernel buildinfo for version 4.15.0 on 64 bi
p   linux-headers-4.15.0-1007-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-4.15.0-1008-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-4.15.0-1009-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-4.15.0-1010-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-4.15.0-1011-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-4.15.0-1013-oracle         - Oracle Linux kernel headers for version 4.15.0 on 
p   linux-headers-oracle                     - Linux kernel headers for Oracle systems.          
p   linux-image-4.15.0-1007-oracle           - Signed kernel image oracle                        
p   linux-image-4.15.0-1008-oracle           - Signed kernel image oracle                        
p   linux-image-4.15.0-1009-oracle           - Signed kernel image oracle                        
p   linux-image-4.15.0-1010-oracle           - Signed kernel image oracle                        
p   linux-image-4.15.0-1011-oracle           - Signed kernel image oracle                        
p   linux-image-4.15.0-1013-oracle           - Signed kernel image oracle                        
p   linux-image-oracle                       - Linux kernel image for Oracle systems.            
p   linux-image-unsigned-4.15.0-1007-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-image-unsigned-4.15.0-1008-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-image-unsigned-4.15.0-1009-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-image-unsigned-4.15.0-1010-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-image-unsigned-4.15.0-1011-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-image-unsigned-4.15.0-1013-oracle  - Oracle Linux kernel image for version 4.15.0 on 64
p   linux-modules-4.15.0-1007-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-4.15.0-1008-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-4.15.0-1009-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-4.15.0-1010-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-4.15.0-1011-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-4.15.0-1013-oracle         - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1007-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1008-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1009-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1010-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1011-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-modules-extra-4.15.0-1013-oracle   - Oracle Linux kernel extra modules for version 4.15
p   linux-oracle                             - Complete Linux kernel for Oracle systems.         
p   linux-oracle-headers-4.15.0-1007         - Header files related to Oracle Linux kernel versio
p   linux-oracle-headers-4.15.0-1008         - Header files related to Oracle Linux kernel versio
p   linux-oracle-headers-4.15.0-1009         - Header files related to Oracle Linux kernel versio
p   linux-oracle-headers-4.15.0-1010         - Header files related to Oracle Linux kernel versio
p   linux-oracle-headers-4.15.0-1011         - Header files related to Oracle Linux kernel versio
p   linux-oracle-headers-4.15.0-1013         - Header files related to Oracle Linux kernel versio
p   linux-oracle-tools-4.15.0-1007           - Oracle Linux kernel version specific tools for ver
p   linux-oracle-tools-4.15.0-1008           - Oracle Linux kernel version specific tools for ver
p   linux-oracle-tools-4.15.0-1009           - Oracle Linux kernel version specific tools for ver
p   linux-oracle-tools-4.15.0-1010           - Oracle Linux kernel version specific tools for ver
p   linux-oracle-tools-4.15.0-1011           - Oracle Linux kernel version specific tools for ver
p   linux-oracle-tools-4.15.0-1013           - Oracle Linux kernel version specific tools for ver
p   linux-signed-image-oracle                - Signed Oracle Linux kernel image (dummy transition
p   linux-signed-oracle                      - Complete Signed Oracle Linux kernel and headers (d
p   linux-tools-4.15.0-1007-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-4.15.0-1008-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-4.15.0-1009-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-4.15.0-1010-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-4.15.0-1011-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-4.15.0-1013-oracle           - Oracle Linux kernel version specific tools for ver
p   linux-tools-oracle                       - Linux kernel versioned tools for Oracle systems.  
p   spamoracle                               - statistical analysis spam filter based on Bayes' f
p   spamoracle:i386                          - statistical analysis spam filter based on Bayes' f
v   spamoracle-byte                          -                                                   
v   spamoracle-byte:i386                     -                                                   
mypc@mypc-NV56R:~$ 

 

Edited by wurmian20120510

Share this post


Link to post
Share on other sites

As it is mentioned in the output you pasted and also in my earlier replies, that PPA IS DISCONTINUED, won't work anymore. Really sad I must admit.

 

You may try to manually install java from the Oracle page following their instructions:

https://www.java.com/en/download/help/linux_x64_install.xml

 

I have never tried it before as I've always used the PPA you tried to use (those sunny days are over it seems).

 

For reference, I've installed a fresh Mint and tried the amazon Corretto openJDK with Icedtea to launch the JNLP file, absolute fail.

Was going to try Java11 from Oracle too, but javaws is removed from that release so the Wurm JNLP won't start of course.

 

Edited by Jaz

Share this post


Link to post
Share on other sites
19 hours ago, Jaz said:

You may try to manually install java from the Oracle page following their instructions:

https://www.java.com/en/download/help/linux_x64_install.xml

I did that, but now:

mypc@mypc-NV56R:~$ java -version

Command 'java' not found, but can be installed with:

sudo apt install default-jre            
sudo apt install openjdk-11-jre-headless
sudo apt install openjdk-8-jre-headless 

mypc@mypc-NV56R:~$

 

Share this post


Link to post
Share on other sites

Alright, I got the java running by following the very first guide at the top.

 

Those who can run Wurm Online: which internet browser and version do you use?

Share this post


Link to post
Share on other sites

It doens't matter. jnlp gets executed by javaws, not by browser or browser plugins. Only thing browser does is download the jnlp file.

 

I run wurm the following way since forever:

 

$ javaws ~/wo/wurm.jnlp

 

Share this post


Link to post
Share on other sites

If I tried this, and same as before in mint 18.3, iced tea ran fine, the game downloaded, the Wurm splash screen showed up, but then the whole process just stopped:

mypc@mypc-NV56R:~$ javaws wurmclient.jnlp
selected jre: /usr/lib/jvm/default-java
WARNING: package javax.jnlp not in java.desktop
selected jre: /usr/lib/jvm/default-java
WARNING: package javax.jnlp not in java.desktop
sun.misc.Launcher not found. Running jdk9 or higher? Using unsecure BootClassLoader
Codebase matches codebase manifest attribute, and application is signed. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
sun.misc.Launcher not found. Running jdk9 or higher? Using unsecure BootClassLoader
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at net.sourceforge.jnlp.security.dialogs.ViwableDialog.pack(ViwableDialog.java:91)
	at net.sourceforge.jnlp.security.dialogs.AccessWarningPane$1.actionPerformed(AccessWarningPane.java:276)
	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
	at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
	at java.desktop/java.awt.Component.processEvent(Component.java:6397)
	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at net.sourceforge.jnlp.security.dialogs.ViwableDialog.pack(ViwableDialog.java:91)
	at net.sourceforge.jnlp.security.dialogs.AccessWarningPane$1.actionPerformed(AccessWarningPane.java:276)
	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
	at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
	at java.desktop/java.awt.Component.processEvent(Component.java:6397)
	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at net.sourceforge.jnlp.security.dialogs.ViwableDialog.pack(ViwableDialog.java:91)
	at net.sourceforge.jnlp.security.dialogs.AccessWarningPane$1.actionPerformed(AccessWarningPane.java:276)
	at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
	at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
	at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
	at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
	at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6632)
	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
	at java.desktop/java.awt.Component.processEvent(Component.java:6397)
	at java.desktop/java.awt.Container.processEvent(Container.java:2263)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Application title was not found in manifest. Check with application vendor
Starting application [com.wurmonline.client.launcherfx.WurmMain] ...
java.lang.NoClassDefFoundError: javafx/application/Application
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
	at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
	at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
	at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.access$1701(JNLPClassLoader.java:105)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1744)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1741)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1740)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1777)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1577)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:556)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Caused by: java.lang.ClassNotFoundException: javafx.application.Application
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640)
	... 17 more

Exception in thread "Wurm Online [Stable]" java.lang.RuntimeException: java.lang.NoClassDefFoundError: javafx/application/Application
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:968)
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
	at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:550)
	at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:458)
	at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:452)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:451)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.access$1701(JNLPClassLoader.java:105)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1744)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader$5.run(JNLPClassLoader.java:1741)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1740)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1777)
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1577)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:556)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Caused by: java.lang.ClassNotFoundException: javafx.application.Application
	at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640)
	... 17 more

 

Share this post


Link to post
Share on other sites
6 hours ago, wurmian20120510 said:

iced tea ran fine,

error begins here.

 

IcedTea = OpenJDK = won't run.

 

You need oracle java.

Share this post


Link to post
Share on other sites

I'm not sure if wurm would run with jre only tbh, better use jdk; but yes.

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