Rhino

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Rhino

  • Rank
    Settler

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Could you add The Rhino Lounge at (7068 , 3156) please?
  2. Thanks for the replies guys, got online today and everything works fine... I did install Razer Synapse (the peripheral management program from Razer) to configure my mouse, but that was before I installed Wurm so idk what I did to fix it... Didn't mess with the settings for that after I reported the bug. But I'll be sure to look into that if it starts happening again
  3. So I've run into a bit of an annoying bug that forces me to look right any time I try to change the direction the camera is facing with anything besides the arrow keys. If I try to left click with the mouse and move the camera that way, the camera rapidly spins to the right until I stop moving the mouse, almost as if the camera is always receiving a "look right" order in addition to whatever else the mouse is telling it to do. It also does this when I lock the camera to the crosshairs by pressing spacebar. I will mention that I recently upgraded my computer, so I've installed, and have started using, the 64bit version of java (was using the 32bit before the bug) and I've also installed the 64bit version of Windows 10 home. The bug started as soon as I installed and started Wurm on the new system, so I'd assume it would have something to do with that, but I've no clue what. I've already tried changing java version to the 32bit and back, with no change. I would assume that windows wouldn't cause issues since java should run largely independent of the OS I would think. I've lowered all the settings I raised as well, to see if they would help, to no avail. So I'm at a loss as to what to try next. Edit: DxDiag dump in spoiler
  4. So, I need help getting the mod loader to run on Ubuntu 14.04 LTS. Starting with a fresh install of WU, I extract the latest version of modlauncher.zip into the WurmLauncher directory, and attempt to run patcher.sh in terminal after giving it executing permissions using chmod +x. It gives me an error that states basically it can't find the java file in the runtime folder. I assume this has something to do with the filepath used in the code not being recognized. So I open patcher.sh in Gedit and input the full file name of the java file from the wurm unlimited runtime directory. It works until it runs into more file path errors, this time with patcher.jar and javassist.jar. Again, I open patcher.sh and edit the file to include the full file path instead of the abbreviated version for the .jar files. It works, again. Until it hits another file path error... This time the error is in the patcher class PatcherClientJar in the patcher.jar file itself. I manually input modlauncher.jar's file path into PatcherClientJar.class and run it one last time. This time I don't get a file path error, but instead a java error. So, I don't know how to work around it. Below is the terminal log. Any help would be appreciated. rhino@Yoshimi:~$ chmod +x '/home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh' rhino@Yoshimi:~$ '/home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh' /home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh: 4: /home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh: ../runtime/jre1.8.0_60/bin/java: not found rhino@Yoshimi:~$ '/home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh' Error: Could not find or load main class org.gotti.wurmunlimited.patcher.PatchClientJar rhino@Yoshimi:~$ '/home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh' Feb 14, 2016 2:18:41 AM org.gotti.wurmunlimited.patcher.PatchClientJar run INFO: modlauncher.jar does not exist rhino@Yoshimi:~$ '/home/rhino/.local/share/Steam/steamapps/common/Wurm_Unlimited/WurmLauncher/patcher.sh' Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.ClassFormatError: Incompatible magic value 1547911516 in class file org/gotti/wurmunlimited/patcher/PatchClientJar at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)