Ashland

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Ashland

  • Rank
    Settler
  1. As you shouldn't, chromium-based browsers don't allow for it anymore since 2014 or 2015. (a bit about why, applets) It runs fine in VirtualBox on a regular cpu, but at the moment I'm using firejail to contain unrestricted system access. Like this: firejail --caps.drop=all --noprofile javaws wurmclient.jnlp
  2. Hey thanks. Tried your alternative client, got some different questions during the process from icedtea, but ultimately I still get an initialization error. Next I wanted to try uninstalling the openjdk-8 version to avoid conflict, but that would also remove icedtea-web. How would I use Oracle Java without giving it total system access? Any other native way to run it in a sandbox? I have searched the snap and flatpak db's, but there is no wurm.
  3. Hello I'm new, never played Wurm, never tried to fiddle with Java. I understand you're using the Java Network Launching Protocol (JNLP) to launch your Java Web Start application. It seems the most natural way to do this is by using JavaWS. The following error occurs during the launch process: net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:580) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:936) Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "org.lwjgl.input.Mouse.allowNegativeMouseCoords" "write") at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) at java.security.AccessController.checkPermission(AccessController.java:884) at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) at net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:292) at java.lang.System.setProperty(System.java:792) at net.sourceforge.jnlp.runtime.ApplicationInstance$1.run(ApplicationInstance.java:278) at java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.ApplicationInstance.installEnvironment(ApplicationInstance.java:284) at net.sourceforge.jnlp.runtime.ApplicationInstance.initialize(ApplicationInstance.java:144) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:533) ... 1 more I'm on Solus. Also got the non-open oracle java version (JRE 8u172) installed. edit: from looking at the Java Console details it seems as if both packages are being used, the oracle java and the open implementation (openjdk-8). I'd rather have the open version installed and oracle java removed, if possible. Does it work with both?