Sign in to follow this  
Lightonfoot

Ubuntu/Kubuntu 14.04.5 LTS bug or setting problem?

Recommended Posts

I wanted to create this thread before too much time passes. This bug or problem happened yesterday.

 

The wurm client says "Wurm Startup 3.99zh". The latest news is "Hotfix: 24/DEC/16".

 

Description of the bug:

I run the client and log in. Then I go to sleep at my bed and the client shuts down. Almost immediately after repeated instances of the client are created and my computer struggles to keep up under the load. Eventually it's essentially unresponsive, but the mouse will still move after a long delay. This only happens with one of the two desktop configuration files I use to run Wurm Online from my desktop.

 

I'm confident the buggy configuration file DID work before yesterday. I know I've clicked on both, but this is first time a bug like this happened.

 

(These files are *.desktop for anybody interested.)

 

This one I created after I installed hte oracle 8 java (on Nov 8). This is the one results in the above bug. Its contents follow:

Spoiler

[Desktop Entry]
Categories=Applications;Wurm Online
Comment[en_US]=Wurm Online client
Comment=Wurm Online client
Encoding=UTF-8
Exec=/usr/lib/jvm/java-8-oracle/jre/bin/javaws -localfile -J-Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp /home/jon/.java/deployment/cache/6.0/41/5fef8269-4c5577a8
GenericName[en_US]=/usr/lib/jvm/java-8-oracle/jre/bin/javaws -localfile -J-Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp /home/jon/.java/deployment/cache/6.0/41/5fef8269-4c5577a8
GenericName=/usr/lib/jvm/java-8-oracle/jre/bin/javaws -localfile -J-Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp /home/jon/.java/deployment/cache/6.0/41/5fef8269-4c5577a8
Icon=/home/jon/.java/deployment/cache/6.0/61/6d373bfd-50d9714b
MimeType=
Name[en_US]=Wurm Online
Name=Wurm Online
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
Version=1.0
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

 

In the application tab->command in file properties for the same configuration file above:

/usr/lib/jvm/java-8-oracle/jre/bin/javaws -localfile -J-Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp /home/jon/.java/deployment/cache/6.0/41/5fef8269-4c5577a8

The other desktop configuration file works. It has existed since 2014. The contents and properties information are below:

Spoiler

[Desktop Entry]
Version=1.0
Name=Wurm Online
GenericName=Java Web Start Application
Comment=Wurm Online client
Type=Application
Icon=/home/jon/.cache/icedtea-web/cache/20/http/www.wurmonline.com/client/wurm_icon_32.png
Vendor=Code Club AB
Exec=javaws "/home/jon/.cache/icedtea-web/cache/0/http/www.wurmonline.com/client/wurmclient.jnlp"

 

The application tab->command file properties:

javaws "/home/jon/.cache/icedtea-web/cache/0/http/www.wurmonline.com/client/wurmclient.jnlp"

Can anyone spot anything? Note I uninstalled all java before I installed java 8 oracle, including icedtea. So if icetea is not installed then how is the above configuration file still working?

Edited by Lightonfoot

Share this post


Link to post
Share on other sites

The second configuration does not tell what java engine to use, it just calls the default engine, so it will be run using Oracle Java 8 if that is the only installed java now.

The cache folder is mentioned to run the wurm client from there, it is not deleted when you uninstalled icedtea.

 

Is your Java is 64bit version?

You can check it with java -version from a terminal,the red part is the important one..

 

Output will be something like:

java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

 

In the spolier below is my working .desktop file for Wurm, the one that is created by Wurm itself when installed the client from the website.

 

Spoiler

[Desktop Entry]
Version=1.0
Type=Application
Icon=/home/jaz/.java/deployment/cache/6.0/61/6d373bfd-51d9c73d
Comment=Wurm Online client
Terminal=false
Categories=Applications;Wurm Online
Name=Wurm Online
Exec=/usr/lib/jvm/java-8-oracle/jre/bin/javaws -localfile -J-Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp /home/jaz/.java/deployment/cache/6.0/41/5fef8269-1fe75964
Encoding=UTF-8

 

Share this post


Link to post
Share on other sites

If this is a problem with the OS not using Oracle's Java by default, then google update-alternatives. You will want to choose an alternative with it for javaws (and possibly java).

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