Saicotic

Members
  • Content Count

    306
  • Joined

  • Last visited

Everything posted by Saicotic

  1. Thank you, I am not too familiar with the new gods. I am not too picky on religion right now. I have seen 4 very nice offers but they are either a bit too high or just not the right mix of skills. So I am still looking for a bit more before I make a decision. Thanks!
  2. Maybe a male character with the above stats and fo priest?
  3. Okay getting an error, I seen the past posts about gpu, drivers etc. I have tried 3 different drivers. Now here is the part that makes the previous driver changes useless. I have 3 different computers, 1 ibm laptop intel graphics, 1 computer nvidia GTX 750 TI, 1 computer nvidia GTX 770. All the computers can run multiple clients of wurm with no issues other then low fps on the laptop. So my opengl rendering is working fine. But I get this error on each one when I start ..jar file [2015-11-03 17:59:47] Error has occurred! Java vendor: Oracle Corporation Java version: 1.8.0_66 java.lang.NullPointerException at pl.wurmonline.deedplanner.data.Tile.renderGround(Tile.java:185) at pl.wurmonline.deedplanner.data.Tile.renderWorld(Tile.java:165) at pl.wurmonline.deedplanner.data.Tile.render3d(Tile.java:151) at pl.wurmonline.deedplanner.data.Map.render(Map.java:428) at pl.wurmonline.deedplanner.graphics.GraphicsLoop.display(GraphicsLoop.java:64) at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:665) at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:649) at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1213) at javax.media.opengl.awt.GLJPanel$8.run(GLJPanel.java:1269) at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1119) at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:994) at javax.media.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:1777) at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:545) at javax.swing.JComponent.paint(JComponent.java:1056) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JLayeredPane.paint(JLayeredPane.java:586) at javax.swing.JComponent.paintChildren(JComponent.java:889) at javax.swing.JComponent.paint(JComponent.java:1065) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210) at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:290) at javax.swing.RepaintManager.paint(RepaintManager.java:1272) at javax.swing.JComponent._paintImmediately(JComponent.java:5158) at javax.swing.JComponent.paintImmediately(JComponent.java:4969) at javax.swing.RepaintManager$4.run(RepaintManager.java:854) at javax.swing.RepaintManager$4.run(RepaintManager.java:814) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:814) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:789) at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:738) at javax.swing.RepaintManager.access$1200(RepaintManager.java:64) at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1732) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Here is the catch, each one is running Ubuntu 14.04, base install with nvidia drivers and java 8 installed. I have one I just wiped it and installed new, patched to current and running most current video driver and latest java installed. No extras - It gets the same error. If I boot into windows, works fine. Something in Ubuntu 14.04 is causing this issue has anyone ran into this and found a fix? EDIT - Created a vbox guest using Manjaro image I had available, openJDK normal crap video, and Deedplanner works. I am more and more inclined to believe something with ubuntu 14.04 + oracle java8 has issues. Anyone confirm they have it working in that setup? I am going to test it later and remove oracle java8 on one of my computers and install openjdk. EDIT2 - Did not get around to trying openjdk this evening but will give it a go tomorrow, I did run a trace on Ubuntu 14.04 + Oracle Java 1.8.0_66, here is the actual error that happens before you see the above error. Exception in thread "main" java.lang.UnsupportedClassVersionError: pl/wurmonline/deedplanner/Launcher : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) Will investigate tomorrow, too tired tonight. Good Night. EDIT3 - FIXED - Here is how. The key was the major.minor - runsudo update-alternatives --config javaand select the correct java. Even though I added a ppa and installed a new version of java, dpkg still had another version flagged, a version that I assumed was removed when I installed Oracle Java. Running the above and select the Java corrected the rendering error. I verified this on all 3 computers this morning. Happy Planning!