Search the Community

Showing results for tags 'java'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official Buildings
    • GM Hall
    • City Hall
    • Game News
    • Public Test Board
  • Back Streets
    • Town Square
    • Community Assistance
    • Village Recruitment Center
    • Suggestions & Ideas
    • The Creative Commons
    • Wood Scraps
  • Northern Freedom Isles
    • Harmony
    • Melody
    • Cadence
    • Northern Freedom Isles Market
  • Southern Freedom Isles
    • Celebration
    • Deliverance
    • Exodus
    • Independence
    • Pristine
    • Release
    • Xanadu
    • Southern Freedom Isles Market
  • Maintenance Buildings
    • Technical Issues
    • Server Bugs
    • Client Bugs
    • Model and Sound Bugs
    • Other Bugs and Issues
    • Wurmpedia / Wiki Maintenance
  • Wurm Unlimited
    • Unlimited Discussion
    • Unlimited Modding
    • Server Listings & Advertisement
    • Technical Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Chaos


Independence


Deliverance


Exodus


Celebration


Xanadu


Release


Pristine


Epic


Cadence


Defiance


Harmony


Melody


Acc1


Acc2


Acc3

Found 117 results

  1. Help Please

    I just bought this game a few hours ago on steam, and i'm having a nightmare of a time with it. I've been trying to setup a server for a mate and I to play on. Started out I could create a server that would only appear in the LAN list. I then found a video about having to setup port fowarding etc. I did that but it would still only show in the LAN section. So I left it, went and got some dinner, came back to it now I can't even create the server without it crashing with some java error. I don't know where the crash logs are so that's not much help.
  2. any idea on what broke ? i tried a fresh 64 bit install of java and the client .
  3. Recently I have been seeing alot of people having issues with the client crashing. All of the ones I have helped, seemed to have wurm using 32bit java on a 64bit system. I have had to type this out to around 10-20 people and thought it would be easier to just make one guide I can link them to! So here it is! This guide works for Windows 7, unsure for other OSs! Before proceeding please do not use this guide unless you are SURE you are on a 64bit operating system. How to check for a 64bit operating system: Force wurm to run on 64bit Java, a How To Guide. Finding your java version: Navigate to your C drive then to "Program Files" then to the "Java" folder. See what number is after the underscore on the "jre1.8.0_" Folder. *Note that if you do not have a "Java" or a "jre1.8.0_" folder you need to download Windows Offline Java 64bit from https://www.java.com/en/download/manual.jsp Showing the file extensions for all file types: Click the Start menu. Type "folder options" (without the quotes). A dialog box with the title "Folder Options" will appear. Open that by clicking. Go to the "View" tab. Click to uncheck the box for "Hide extensions for known file types". Click the "OK" button at the bottom of the dialog box. Creating the .bat run file: Next go to your desktop, right click, go to New and select Text Document. Name the text document anything you'd like, then change the .txt to .bat. Note: this should change the icon from the text file to an icon with a gear on it. Right click the file and choose "Edit" Enter the following code, I will provide a screenshot of what the file should look like after. @ECHO OFF "C:\Program Files\Java\jre1.8.0_---\bin\Javaws.exe" http://www.wurmonline.com/client/wurmclient_unstable.jnlp EDIT THE "---" AFTER "jre.1.8.0_" TO THE JAVA'S VERSION THAT WE FOUND IN THE FIRST SET OF INSTRUCTIONS!!! EXAMPLE WITH JAVA VERSION ADDED: Save the file and voila! Double click and the client will pop open! Except now it is using Java 64bit instead of 32bit. NOTE: "@Echo OFF" makes the comand prompt not show up. "C:\Program Files\Java\jre1.8.0_71\bin\Javaws.exe" is the Java File path for 64bit Java "http://www.wurmonline.com/client/wurmclient_unstable.jnlp" Is the direct download to the Wurm Unstable Client. This file tells command prompt to open 64bit Java, and then to launch the linked file from Java.
  4. My suggestion is that there should be a place under settings to add java arguments. Many java games like WO, has a place in their client to add arguments so we can add more ram. This would be usefull so that we dont have to create new icons with our own arguments. This would make the client run smoother in my opinion. Another option could be to put sliders or a box in saying xx min amount of ram to use, and yy maximum amount of ram to use. The picture below is an example of MC, and shows what I am talking about. (In the red box)
  5. I recently uninstalled and reinstalled Java, and now Wurm Unlimited crashes while connecting to server. This is the error log: Any Help you can offer woud be greatly appreciated, thanks in advance.
  6. Fix: go to: control panel > java >general >networksetings and make sure its set to "direct connection". in my case it was set to browser settings, i changed it to direct connection and now everything is working fine. I hope this will also help others with similar problems. Thanks to all that helped! Rainbow ___________________ Original post: Hello, i have issues since is started again to play wurm ( ~3weeks ago). In these weeks it need to start wurm 5-20times until it worked but today i tried it arround 50 times and it doesnt worked. >I deinstalled java and the game already, didnt worked. Also updated to the new version, (java 8 update 65, 64-bit) >Game isnt starting ____________________ the problem: If I start Wurm Online it shows me an Error window: "Application Issues" "Application cannot start" Error: Connection reset ___________________ details: Log (startdata): (sorry didnt found the spoiler function^^) <?xml version="1.0" encoding="utf-8"?><jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp"> <information> <title>Wurm Online</title> <vendor>Code Club AB</vendor> <homepage href="http://www.wurmonline.com/" /> <description>Wurm Online client</description> <icon href="wurm_icon_128.png" width="128" height="128" /> <icon href="wurm_icon_64.png" width="64" height="64" /> <icon href="wurm_icon_32.png" width="32" height="32" /> <icon href="wurm_icon_16.png" width="16" height="16" /> <icon kind="splash" href="splash.gif" /> <shortcut online="true"> <desktop /> <menu submenu="Wurm Online" /> </shortcut> </information> <!-- These are default values, but just to be clear --> <update check="timeout" policy="always" /> <security> <all-permissions /> </security> <resources> <!-- Java 1.5 is not supported starting from WurmClient 3.1 --> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.8+" initial-heap-size="512M" max-heap-size="1024M" /> <property name="sun.java2d.noddraw" value="true" /> <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" /> <jar href="wurmclient.jar" main="true" /> <jar href="wurmres.jar" /> <jar href="libraries-stable-2013/colladabind.jar" version="1.0.0" /> <jar href="libraries-stable-2013/irclib.jar" version="1.10" /> <jar href="libraries-stable-2013/jogg.jar" version="0.0.7" /> <jar href="libraries-stable-2013/jorbis.jar" version="0.0.15" /> <jar href="libraries-stable-2013/joXSI.jar" version="1.0.0" /> <jar href="libraries-stable-2013/jzipupdate.jar" version="0.9.1" /> <jar href="libraries-stable-2013/lwjgl.jar" version="2.9.1" /> <jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.1" /> <jar href="libraries-stable-2013/PNGDecoder.jar" version="0.0.1" /> <jar href="libraries-stable-2013/slick-util.jar" version="b208" /> <jar href="libraries-stable-2013/vecmath.jar" version="1.5.2" /> <jar href="libraries-stable-2013/jbullet.jar" version="1.0.0" /> <jar href="libraries-stable-2013/commons-codec.jar" version="1.4" /> <jar href="libraries-stable-2013/commons-httpclient.jar" version="3.1" /> <jar href="libraries-stable-2013/commons-logging.jar" version="1.1.3" /> </resources> <resources os="Win" arch="x86"><!-- Windows 32-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/> </resources> <resources os="Win" arch="amd64"><!-- Windows 64-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="ppc"><!-- PowerPC Mac --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="x86"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="x86_64"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="SunOS" arch="sparc"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-solaris.jar" version="2.9.1"/> </resources> <application-desc main-class="com.wurmonline.client.WurmLauncher" name="Wurm Online" /></jnlp> exception: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) so it shows up connection error, but i have a connection to the internet. I hope anybody can help me, probably anyone had the same issue in the past. Thanks for help!
  7. I do this: [localhostWurmLauncher]$ ./WurmLauncher I get this: Starting: /home/user/.local/share/Steam/steamapps/common/Wurm Unlimited/WurmLauncher Args: 1 Unable to find jvm.dll at specified location. Failed to find jvm installation. Here is my LaunchConfig.ini: [Runtime] OverrideDefaultJavaPath=true JavaPath=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-2.b17.el7_1.x86_64/jre/bin [Memory] InitialHeap=512m MaxHeapSize=2048m [VMParams] JvmParam0=-XX:+AggressiveOpts JvmParam2=-Dglass.accessible.force=false I'm on linux, and am not sure why it says missing jvm.dll. DLLs are for windows...
  8. Hello All, I'm currently attempting to configure a way to inject the commandline/startup variables directly into the JVM instead of opening the Serverlauncher.exe when hosting a Wurm unlimited server, I was wondering what .jar file(s) I would need to tell the JVM to load/start from in order to make this happen, if it is feasible. If it's not as simple as -d64 -server -jar C:\\directorytomygame.jar Xmx 123 Xms 135 etc etc, how would I go about doing this? Any and all help is appreciated, and thank you for taking the time to read this. -Globbin
  9. Hi My server has been running fine for a couple of days, and my friend and I was online quite a bit yesterday. I logged off, went to bed, all seemed fine this morning, the server app was still running, but the server was no longer in the server list. when I try to start it again now, I get a long Java error message : nov 26, 2015 5:46:18 PM com.wurmonline.server.Server shutDown INFO: Shutting down at: java.lang.Exception at com.wurmonline.server.Server.shutDown(Server.java:3278) at com.wurmonline.server.Server.shutDown(Server.java:3270) at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:116) at com.wurmonline.server.gui.WurmServerGuiController.startButtonClicked(WurmServerGuiController.java:277) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.misc.Trampoline.invoke(Unknown Source) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.reflect.misc.MethodUtil.invoke(Unknown Source) at javafx.fxml.FXMLLoader$MethodHandler.invoke(Unknown Source) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(Unknown Source) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.event.Event.fireEvent(Unknown Source) at javafx.scene.Node.fireEvent(Unknown Source) at javafx.scene.control.Button.fire(Unknown Source) at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(Unknown Source) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(Unknown Source) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.event.Event.fireEvent(Unknown Source) at javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.scene.Scene$MouseHandler.access$1500(Unknown Source) at javafx.scene.Scene.impl_processMouseEvent(Unknown Source) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$355(Unknown Source) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at com.sun.glass.ui.View.notifyMouse(Unknown Source) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$149(Unknown Source) at java.lang.Thread.run(Unknown Source) I have no idea what this is or how to fix it, please, help! Nagorian
  10. Repost: http://forum.wurmonline.com/index.php?/topic/131754-cant-start-client-anymore-connection-reset/#entry1353631
  11. just updated Java to version 8 update 66 (latest and current version of Java for my system) and Wurm no longer will run on my system - I get an error box saying that wurm wants to run an older version of wurm that no longer exists on my system. Do I have to un-install latest version, and if so, what version should I be running? I'm running 64 bit linux - kubuntu version -
  12. It has been a couple days since I've gotten on wurm but tonight when i tried to get on using 64-bit java, before the java splash, I get the error pop-up (Splash: sysCreateListenerSocket failed). I searched quite a bit on the interwebs and all I have been able to find is either a pop-up blocker causing it, which I have not added any new programs since the last time i played, or having to uninstall and reinstall java, also tried a few times, and clearing the temporary internet files from the java control panel, also attempted but still continues to be an issue and of course not being able to get through firewalls, with no issues there i can find. The interesting part is that if i just run it in 32-bit java it starts fine other than the warning pop-up using 32-bit java on a 64-bit system, which I can deal with, I'd just really rather get it back to normal as I played before. So if anyone might have any ideas at all or had to deal with this issue themselves please let me know. Thank you very much
  13. When clicking drop-downs, e.g. "High", "Medium", "Low" options in the graphics settings, the drop-downs would immediately close after it opened preventing me from making a selection. This made it a pain to adjust settings because I would have to use up/down on the keyboard instead of the mouse. Another related issue was that the mouse position was offset resulting in mouse clicks registering several pixel away from my pointer. Turns out this is a java bug with non-reparenting window managers e.g. xmonad, awesome, dwm. I was able to fix the issue by setting the environment variable _JAVA_AWT_WM_NONREPARENTING to any value. This instructs java to treat your window manager as a non-reparenting window manager. My application versions, fyi Oracle JDK: 1.8.0.60-r2xmonad: 0.11-r1xorg-x11: 7.4-r2Additional info: https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console http://awesome.naquadah.org/wiki/Problems_with_Java
  14. Hello guys, i have issues with 64 bit java again. I have completely uninstalled java from HDD and instaled it again. It always installs both, 64bit and 32bit probably due to browser or whatever. The problem is that it always picks 32bit for Wurm no matter what i do. If i put Wurm on steam it picks the correct version (64bit) but when i leave wurm the process is still running. Any ideas what it could be? Also im lagging badly in some games including Wurm after some time in game. Reconnect helps for some time but not for long. I dont use proxy, i used antivirus, trojan finders, spy bots, rkill, tdsskiller, kvrt, ccleaner, checked disk for bad sectors and i dont even know what else. Some spec:
  15. So this morning I was running 2 unstable clients completely fine, came back from class and Java has crapped out. Already tried updating, reinstalling both Java and Wurm(still get the same message when I try and run the .jnlp even to install) java.lang.RuntimeException: Internal graphics not initialized yet at com.sun.glass.ui.Screen.getScreens(Unknown Source) at com.sun.javafx.tk.quantum.QuantumToolkit.getScreens(Unknown Source) at com.sun.javafx.tk.quantum.QuantumToolkit.getMaxRenderScale(Unknown Source) at com.sun.javafx.tk.quantum.QuantumToolkit.loadImage(Unknown Source) at javafx.scene.image.Image.loadImage(Unknown Source) at javafx.scene.image.Image.initialize(Unknown Source) at javafx.scene.image.Image.<init>(Unknown Source) at class.QnmgP21uBb.<clinit>(SourceFile:19) at com.wurmonline.client.FZOk5L6Gfy.<init>(SourceFile:59) at com.wurmonline.client.FZOk5L6Gfy.mMV5oPkCW(SourceFile:266) at com.wurmonline.client.PwVYtAMpOX.FZOk5L6Gfy(SourceFile:1634) at com.wurmonline.client.PwVYtAMpOX.FZOk5L6Gfy(SourceFile:1597) at com.wurmonline.client.WurmLauncher.main(SourceFile:205) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.javaws.Launcher.executeApplication(Unknown Source) at com.sun.javaws.Launcher.executeMainClass(Unknown Source) at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Can anyone help? EDIT: Seems that going into 'configure java' and clearing the temporary internet files fixes it.
  16. Hello folks, I recently reinstalled my Windows, and got trouble with starting/installing Wurm since then. Got Java 7(!) installed and no other versions on my pc(but already tried with java 8, and the unstable client as well). When I start the wurmclient.jnlp, I get the following error(s): "Ressource konnte nicht geladen werden" means "ressource could not be loaded" - sorry for my german Java client ) java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source) at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -------- com.sun.deploy.net.FailedDownloadException: Ressource konnte nicht geladen werden: http://www.wurmonline.com/client/wurmclient.jnlp at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) I have NO idea what this means, so if anyone got some ideas or this is an usual problem(did not find anything about that), please let me know, thanks!
  17. I recently upgraded my installation to Fedora 21, and ever since then I have not been able to get Wurm to run. It loads and logs me in, and just before all of the models load the game freezes and crashes. I get an alert saying there was a problem with the java-1.8.0-openjdk package. I installed Oracle java following the instructions here: http://www.if-not-true-then-false.com/2014/install-oracle-java-8-on-fedora-centos-rhel/ And it definitely says that my system is now using that version: $ which java /usr/bin/java $ /usr/bin/java -version java version "1.8.0_51" Java SE Runtime Environment (build 1.8.0_51-b16) Java HotSpot 64-Bit Server VM (build 25.51-b03, mixed mod However, every time I launch Wurm I get the same error, so apparently Wurm is using the open version still. How can I get it to use the correct version? -Sorien Edit: I edited the shortcut becuase it was launching the wrong javaws, and now I get the same crashes but with no error message, so it may not be an issue with openjdk java. Is there a way to launch the program without going through the web start, using Java directly, so I can gather some debug info? Thanks.
  18. Hello there I am having a problem with the client when I try to go to login I can not use my mouse in the window of said login area. My mouse just pushes the top left corner of the window to wherever it goes. PC Specs: -AMD FX 8320 8-core (3.5ghz) -12 gb ram (I don't beleive they are all going towards java) -Windows 8.1 -AMD radeon 5450 -1 tb hdd If you can help that would be nice otherwise just please don't post.
  19. I am having issues where I click the game icon to load and I get the Wurm splash screen and then it goes away and nothing happens. I am not the only one in the house to have this issue but the others just reinstalled Java and it fixed. I was on the game just fine all day yesterday and I logged off to have dinner and when I came back it didn't work anymore. When I reinstalled Java and it still didn't work. I "got help" and was told to delete the code club certificate from Java, delete Java cache (where I deleted applications too) and delete the desktop icon (where I deleted all the Wurm files as well) It still didn't work and I uninstalled and reinstalled to reset everything I did. The certificate was not there when I checked and this time Java site couldn't verify my version of Java due to a certificate verification error. I disable certificate verification and the Java site still would not verify, I still couldn't get wurm to load. I reinstalled Java again and that certificate isn't back and the game won't load still. I then enabled all jnlp files to run and turned off certificate verification. Now the Java site will recognize the version installed but Wurm still won't run. I am unable to reduce security settings at all. I am running windows 7 64-bit and Java 8 update 45. I really would love for my game to work, I just bought a new deed yesterday. Any help is greatly appreciated. Thank you so much.
  20. I am posting this in multiple places because I don't know where it goes and I really want to fix this. I am having issues where I click the game icon to load and I get the Wurm splash screen and then it goes away and nothing happens. I am not the only one in the house to have had this issue but the others reinstalled Java and it fixed. I was on the game just fine all day yesterday and I logged off to have dinner and when I came back it didn't work anymore. I reinstalled Java and it still didn't work. I asked for help and they told me to delete the code club certificate from Java, delete Java cache (where I deleted applications too) and delete the desktop icon (where I deleted all the Wurm files as well). It still didn't work and I uninstalled and reinstalled Java in hopes to reset the certificate and settings. The certificate was not there when I checked and this time the Java site could no longer verify my installation. I tried Wurm again, just in case, no luck. So, I reinstalled Java and deleted anything Java related and restarted my computer (which I did after each uninstall but didn't mention). I reinstalled Java and it still can't verify so I turned off all certificate verification and enabled all jnlp files. Now the program can verity but I still can't get on Wurm. I am unable to reduce the security settings at all so that isn't helpful. I am running windows 7 64-bit (but when I had the 64-bit java it gave me an incompatibility error so I switched back to the normal one) and I have Java 8 update 45. I really would love for my game to work because I just bought a new deed yesterday, plus I enjoy playing. Any help is greatly appreciated. Thank you so much.
  21. Firefox

    Yesterday a 64bit version Firefox launched, untill now I and everyone using firefox has been using 32bit Java. Installing 64 bit java is not enough, my wurm was linked to 32bit Java when I installed it ages ago, and has not changed. Please can someone explain how to get firefox to use 64bit java for Wurm. I could not find an uninstall-Wurm button, so that I could simply reinstall with the correct links.
  22. Hi guys, I'm back again with the same problem i had last time. The last time my only solution was to reformat my entire computer... don't wanna do that, I know theres gotta be a dang solution to this I log in,(try number one) and it loads the health bar and food and water, as the newbie one. and I am standing on my paved tiles in the workshop of my deed but the world im in is only about 4 tiles wide and if i somehow can move, it drops me off a cliff into eternal darkness. I logged out, verified packs, logged back in, same. I logged back in after a restart, same situation but this time it poofs me to a bigger area thats the same as before but gives me regular health bars, and i can see grass everywhere belonging to my deed. I checked java, i had the correct versions, but i tried downloading the 32 bit version, which is not the correct one for my computer. suddenly i log on and everythings fine for 20 seconds, i can talk, i can walk, i can move through doors and open menus, i run over to my hota to get a snack, and the whole thing freezes up again. i became tired and uninstalled all wurm files. all java and reinstalled java and began to install wurm, i realized i have another laptop here with wurm on it, i jumped on and it worked on the new computer for about.. 1 minute or so, then it froze up just like the first computer/ i then realized i needed to update java, i updated java on this one and wurm worked fine for about 5 mins, java crashed and came back and ended up with the same exact issue as the first computer. over and over again... can anyone help me? im going crazy here.
  23. Crash log: Could not create window with selected width and height. The error was: <Pixel format not accelerated> It's possible you might figure out what's wrong from the log file below, but if you can't, post the full log on the wurm online forums, and someone else might be able to help you. Contents of console.log: Time is Thu Jan 01 17:47:50 MST 2015 Running client version 3.78 === System information === Executing from C:\Users\USERNAME\Desktop\Games\Wurm\ Operating system: Windows Vista (arch: x86, version: 6.0) Java version: 1.8.0_25 (Oracle Corporation) <http://java.oracle.com/> Jvm version: 25.25-b02 (Oracle Corporation) [Java HotSpot Client VM] Available CPUs: 4 >>> Main thread exiting. Loading character Kywest Loading config defaultMicro Loading props file C:\Users\USERNAME\wurm\configs\defaultMicro\gamesettings.txt Executing C:\Users\USERNAME\wurm\configs\defaultMicro\keybindings.txt Loading props file C:\Users\USERNAME\wurm\players\Kywest\password.txt >>> LoginFrame queue entry exiting. Saving props file C:\Users\USERNAME\wurm\players\Kywest\password.txt Saving props file C:\Users\USERNAME\wurm\configs\defaultMicro\gamesettings.txt Keybindings saved. Loaded pack sound.jar (r1) Loaded pack pmk.jar (r1995) Loaded pack graphics.jar (r2365) Options up-to-date! Loading props file C:\Users\USERNAME\wurm\players\Kywest\playerdata.txt Loading props file C:\Users\USERNAME\wurm\players\Kywest\stats.txt Preparing to enable console logging. Now logging to C:\Users\USERNAME\wurm\console.Kywest.log === Wurm options === animation_playback_self = 2 auto_mipmaps_enabled = 2 auto_run_source = 0 cavedetail = 0 censor_chat = false cloud_shadows = false collada_animations = 0 color_black = 0.0,0.0,0.0 color_cyan = 0.0,1.0,1.0 color_error = 1.0,0.3,0.3 color_fuchsia = 1.0,0.0,1.0 color_green = 0.08,1.0,0.08 color_grey = 0.5,0.5,0.5 color_lime = 0.0,1.0,0.0 color_maroon = 0.5,0.0,0.0 color_navy_blue = 0.23,0.39,1.0 color_orange = 1.0,0.5,0.0 color_purple = 0.5,0.0,0.5 color_red = 1.0,0.0,0.0 color_royal_blue = 0.23,0.39,1.0 color_silver = 0.75,0.75,0.75 color_system = 0.5,1.0,0.5 color_teal = 0.0,0.5,0.5 color_white = 1.0,1.0,1.0 color_yellow = 1.0,1.0,0.0 compressed_textures = false compressed_textures_S3TC = true contribution_culling = 150 custim_timer_source = 1 customTimer1 = -1|-1 customTimer2 = -1|-1 customTimer3 = -1|-1 customTimer4 = -1|-1 customTimer5 = -1|-1 debug_mode = false depth_clamp_enabled = 2 disable_select_all_shortcut = false display_settings = false:false:0:800:600:32:-1:false:false enable_contribution_culling = false enable_debugs = false enable_lod = true enable_shift_drag = false enable_vsync = true engine_multithreaded = 0 event_log_rotation = 2 exec_source = 0 fast_yield = false fbo_enabled = 2 fog_coord_src = 0 font_antialias = 2 font_bold = 11 font_default = 11 font_header = 24 font_italian = 11 font_monospaced = 11 font_static = 11 fov_horizontal = 90 fps_limit = 30 fps_limit_background = 15 fps_limit_enabled = true game_client_thread_priority = 2 glsl_debug_loading = false glsl_enabled = 2 gpu_skinning = true gui_opacity = 3 gui_skin = 1 has_read_eula = true hide_inactive_friends = false hide_menu_examine = false hide_menu_no_target = false hide_menu_spam_mode = true hide_menu_stop = false high_res_binoculars = false hint_texture_scaling = 0 impColumn = true inverse_mouse = false irc_log_rotation = 2 irc_notif = 0 item_creature_render_distance = 0 key_bindings_source = 0 keyboard_layout = 0 loadInventoryStartup = true local_list_in_event = true lod = 1 log_extra_errors = false log_gl_errors = false mark_text_read = true material_as_suffix = true max_texture_size = 1 mega_texture_size = 4 model_loader_thread_priority = 2 model_loading_threads = 1 multidraw_enabled = 2 no_brightness = false no_terrain_render = false no_world_render = false non_power_of_two = 2 occlusion_queries_enabled = 0 offscreen_texture_size = 0 other_log_rotation = 2 outline_picking = true player_texture_size = 1 reflection_texture_size = 0 reflections = 0 release_context = false release_context_on_jogl_sleep = false remember_password = true render_distant_terrain = true render_glow = false render_sun_glare = false resident_models = false save_skills_on_quit = true screenshot_file_format = 1 season_override = 0 send_extra_tile_data = false setting_timestamps = true settings_version = 3 shadow_level = 0 shift_drag_default = 10 showKChat = true show_body_in_inventory = true show_old_quickbar = false silent_friends_update = false skillgain_minimum = 3 skillgain_no_alignment = true skillgain_no_favor = true skydetail = 0 sound_al_gain = 15 sound_buzzlevel = 2 sound_cache_enabled = true sound_doppler_enabled = false sound_engine = 0 sound_footstepslevel = 10 sound_music_level = 5 sound_play_ambients = false sound_play_buzz = false sound_play_combat = true sound_play_door = true sound_play_emotes = true sound_play_footsteps = true sound_play_music = false sound_play_weather = true sound_play_work = true stipple_enabled = true structure_render_distance = 0 submit_client_data = 2 terrain_bump = false terrain_res = 0 test_attach_equipment = false test_mode = 0 thirdPerson = false tile_transitions = false tiledecorations = 0 togglePushToTalk = true treelist_outline = true trees = 0 update_optional = true use_alpha_particles = true use_anisotropic_filtering = 0 use_antialiasing = 0 use_color_picking = true use_fast_clock_work_around = true use_fbo_color_picking = true use_nagles_algorithm = false use_nano_timer = false use_non_alpha_particles = false use_phobia_models = false use_tree_models = false use_weather_particles = false vbo_enabled = 0 viewport_bob = true water_detail = 0 Setting up Collada Model Loader Executing C:\Users\USERNAME\wurm\configs\defaultMicro\keybindings.txt Translating legacy key PAGE_UP to PRIOR Translating legacy key PAGE_DOWN to NEXT Translating legacy key ENTER to RETURN Word filter loaded: 23 Starting job manager with 3 worker threads >>> Launch queue entry exiting. Failed to create window (Depth=24, AA level=0) Failed to create window (Depth=8, AA level=0) Retrying main resolution (1/4) Failed to create window (Depth=24, AA level=0) Failed to create window (Depth=8, AA level=0) Retrying main resolution (2/4) Failed to create window (Depth=24, AA level=0) Failed to create window (Depth=8, AA level=0) Retrying main resolution (3/4) Failed to create window (Depth=24, AA level=0) Failed to create window (Depth=8, AA level=0) Retrying main resolution (4/4) Failed to create display: 800:600:0:0 (false) Wanted mode: display_settings = false:false:0:800:600:32:-1:false:false Execution aborted at connection 0, iteration 0 Run time 0s, local time Thu Jan 01 17:48:00 MST 2015 Destroying game window ====== CLIENT CRASH ====== Could not create window with selected width and height. org.lwjgl.LWJGLException: Pixel format not accelerated at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:252) at org.lwjgl.opengl.Display.createWindow(Display.java:306) at org.lwjgl.opengl.Display.create(Display.java:848) at org.lwjgl.opengl.Display.create(Display.java:757) at com.wurmonline.client.hzBVpzQFBz.BILF1iey6X(SourceFile:454) at com.wurmonline.client.hzBVpzQFBz.FZOk5L6Gfy(SourceFile:97) at com.wurmonline.client.BILF1iey6X.run(SourceFile:1465) at java.lang.Thread.run(Unknown Source) My system has these specs: Intel® Core2 Quad CPU Q9550 @ 2.83GHz 2.83 GHz 8.00 GB RAM Memory 32-bit Operating System (Windows Vista Ultimate SP2) I have an ATI Radeon HD 4800 Series GPU, I am unsure of where/what drivers I should be using, I've tried multiple but none seem to work completely properly.. The card itself is a Gigabyte GV-R487D5-1GD, Radeon HD 4870 GPU, 1 GB GDDR5 I'm currently using an ATI driver from 2009 with no more updates available.. The card is pretty old.. The above crash log is from trying to login to wurm, being presented with the crash log, and as soon as the greyed out button activates, I get a java not responding error.. Any help or advice is appreciated ^ ^!
  24. Sup yall. Just recently downloaded this game and I so crazy excited to start playing yet it says I don't have 64-bit Java even though I downloaded a whole buncha times. Its giving me a mental hernia because I can't get started on anything because the game keeps crashing on me. I have no clue what Im doing wrong.
  25. So I downloaded Wurm lately (again, after half a year break) and I tried to run it. I've been given this error: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b3fe619, pid=4616, tid=5812 # # JRE version: Java SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18) # Java VM: Java HotSpot Client VM (25.25-b02 mixed mode windows-x86 ) # Problematic frame: # C [ig4icd32.dll+0x74e619] # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current thread (0x06dc5c00): JavaThread "Wurm 3.74 main thread" [_thread_in_native, id=5812, stack(0x09380000,0x09480000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000008 Registers: EAX=0x00000000, EBX=0x0947f4a4, ECX=0x00000008, EDX=0x0b987098 ESP=0x0947f42c, EBP=0x07414f48, ESI=0x0947f5a8, EDI=0x07414f48 EIP=0x0b3fe619, EFLAGS=0x00210216 Top of Stack: (sp=0x0947f42c) 0x0947f42c: 07414f48 0947f5a8 0b987098 07414f00 0x0947f43c: 00000008 00000000 07414f48 07414f48 0x0947f44c: 0947f5a8 0b3ffb8a 0947f4a4 00000000 0x0947f45c: 0947f4e0 00000003 00000001 074b6b4a 0x0947f46c: 074b5f00 07414f48 06dc5c00 0947f654 0x0947f47c: 00000000 62611d28 00000000 00000000 0x0947f48c: 00000000 00000000 00000000 0947f654 0x0947f49c: 0947f4b0 00000000 00000001 626db659 Instructions: (pc=0x0b3fe619) 0x0b3fe5f9: 56 8b e9 57 89 6c 24 18 c7 03 01 00 00 00 e8 d4 0x0b3fe609: 33 ee ff 8b d0 8b 44 24 2c 8d 48 08 89 4c 24 10 0x0b3fe619: 8b 09 49 33 f6 33 ff 89 54 24 28 83 f9 0a 77 26 0x0b3fe629: 0f b6 89 b8 e7 3f 0b ff 24 8d a8 e7 3f 0b 33 f6 Register to memory mapping: EAX=0x00000000 is an unknown value EBX=0x0947f4a4 is pointing into the stack for thread: 0x06dc5c00 ECX=0x00000008 is an unknown value EDX=0x0b987098 is an unknown value ESP=0x0947f42c is pointing into the stack for thread: 0x06dc5c00 EBP=0x07414f48 is an unknown value ESI=0x0947f5a8 is pointing into the stack for thread: 0x06dc5c00 EDI=0x07414f48 is an unknown value Stack: [0x09380000,0x09480000], sp=0x0947f42c, free space=1021k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [ig4icd32.dll+0x74e619] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.lwjgl.opengl.GL11.nglClear(IJ)V+0 j org.lwjgl.opengl.GL11.glClear(I)V+15 j class.mnmEYt2Ajq.Ma4vZ9hcx8(II)V+3 j com.wurmonline.client.XU4A7KzrWy.ExaIxgC8EN()V+57 j com.wurmonline.client.XU4A7KzrWy.ExaIxgC8EN(Ljava/lang/String;)V+31 j com.wurmonline.client.XU4A7KzrWy.run()V+592 j java.lang.Thread.run()V+11 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x06dc1000 JavaThread "Thread-21" daemon [_thread_in_native, id=3848, stack(0x51aa0000,0x51ba0000)] 0x06dc0800 JavaThread "Sound Loader 0" daemon [_thread_in_vm, id=6888, stack(0x0ecd0000,0x0edd0000)] 0x06dc6000 JavaThread "Wurm-Fast-Clock-Workaround-Thread" daemon [_thread_blocked, id=7104, stack(0x0eb80000,0x0ec80000)] 0x06dc4000 JavaThread "Collada Model Loader 1" daemon [_thread_blocked, id=7876, stack(0x0d0d0000,0x0d1d0000)] 0x06dc2800 JavaThread "Collada Model Loader 0" daemon [_thread_blocked, id=6752, stack(0x0e8e0000,0x0e9e0000)] 0x06dc0400 JavaThread "XSI Model Loader 1" daemon [_thread_blocked, id=3188, stack(0x0d1e0000,0x0d2e0000)] 0x06dc1c00 JavaThread "XSI Model Loader 0" daemon [_thread_blocked, id=4936, stack(0x0cf80000,0x0d080000)] 0x06dc6c00 JavaThread "Sound Unloader" daemon [_thread_blocked, id=7904, stack(0x0dc60000,0x0dd60000)] =>0x06dc5c00 JavaThread "Wurm 3.74 main thread" [_thread_in_native, id=5812, stack(0x09380000,0x09480000)] 0x06dc2000 JavaThread "Job executor 1" [_thread_blocked, id=2636, stack(0x095b0000,0x096b0000)] 0x06dc4800 JavaThread "Job executor 0" [_thread_blocked, id=6824, stack(0x07d90000,0x07e90000)] 0x06dc3400 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=7580, stack(0x08e20000,0x08f20000)] 0x06dc3c00 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=1772, stack(0x0aa70000,0x0ab70000)] 0x06dc6800 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=6464, stack(0x0a8f0000,0x0a9f0000)] 0x06dc5400 JavaThread "SwingWorker-pool-1-thread-3" daemon [_thread_blocked, id=2152, stack(0x09730000,0x09830000)] 0x06dc4c00 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=8104, stack(0x094a0000,0x095a0000)] 0x06dc3000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=8032, stack(0x08fd0000,0x090d0000)] 0x06dc1400 JavaThread "TimerQueue" daemon [_thread_blocked, id=1932, stack(0x08ce0000,0x08de0000)] 0x044c5000 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=3376, stack(0x06280000,0x06380000)] 0x044c2800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=5752, stack(0x06140000,0x06240000)] 0x044c2400 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=5748, stack(0x05f50000,0x06050000)] 0x0058f800 JavaThread "DestroyJavaVM" [_thread_blocked, id=4624, stack(0x00c30000,0x00d30000)] 0x044b3400 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=8060, stack(0x05b40000,0x05c40000)] 0x044af400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3980, stack(0x05940000,0x05a40000)] 0x044a8000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6064, stack(0x04c20000,0x04d20000)] 0x04358c00 JavaThread "Thread-0" daemon [_thread_blocked, id=5016, stack(0x05560000,0x05660000)] 0x0437e400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=5684, stack(0x05220000,0x05320000)] 0x04355000 JavaThread "Service Thread" daemon [_thread_blocked, id=2088, stack(0x04fc0000,0x050c0000)] 0x0432b000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2856, stack(0x04e90000,0x04f90000)] 0x0432a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3660, stack(0x04d20000,0x04e20000)] 0x04327000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6992, stack(0x04af0000,0x04bf0000)] 0x042f8400 JavaThread "Finalizer" daemon [_thread_blocked, id=4556, stack(0x04840000,0x04940000)] 0x042f3400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2312, stack(0x044f0000,0x045f0000)] Other Threads: 0x042ef400 VMThread [stack: 0x04670000,0x04770000] [id=3488] 0x04357000 WatcherThread [stack: 0x050f0000,0x051f0000] [id=6256] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x0058f230] AdapterHandlerLibrary_lock - owner thread: 0x06dc0800 Heap: def new generation total 157376K, used 125740K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 77% used [0x0f200000, 0x15bbb228, 0x17aa0000) from space 17472K, 100% used [0x18bb0000, 0x19cc0000, 0x19cc0000) to space 17472K, 0% used [0x17aa0000, 0x17aa0000, 0x18bb0000) tenured generation total 349568K, used 68106K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 19% used [0x24750000, 0x289d29f0, 0x289d2a00, 0x39cb0000) Metaspace used 17802K, capacity 17957K, committed 18176K, reserved 18816K Card table byte_map: [0x01000000,0x01210000] byte_map_base: 0x00f87000 Polling page: 0x00250000 CodeCache: size=32768Kb used=4280Kb max_used=4280Kb free=28487Kb bounds [0x01e80000, 0x022b0000, 0x03e80000] total_blobs=2652 nmethods=2302 adapters=278 compilation: enabled Compilation events (10 events): Event: 29.242 Thread 0x0432b000 2366 java.io.SequenceInputStream::read (83 bytes) Event: 29.242 Thread 0x0432b000 nmethod 2366 0x022ad508 code [0x022ad650, 0x022ad89c] Event: 29.244 Thread 0x0432b000 2367 com.sun.imageio.plugins.common.SubImageInputStream::read (46 bytes) Event: 29.244 Thread 0x0432b000 nmethod 2367 0x022ada48 code [0x022adb50, 0x022adc2c] Event: 29.247 Thread 0x0432b000 2368 com.sun.imageio.plugins.common.InputStreamAdapter::read (13 bytes) Event: 29.247 Thread 0x0432b000 nmethod 2368 0x022adc88 code [0x022add90, 0x022ade3c] Event: 29.289 Thread 0x0432b000 2369 ! java.util.zip.ZipFile$ZipFileInputStream::read (131 bytes) Event: 29.290 Thread 0x0432b000 nmethod 2369 0x022adec8 code [0x022ae000, 0x022ae484] Event: 29.981 Thread 0x0432b000 2370 ! java.lang.ClassLoader::findNative (86 bytes) Event: 29.982 Thread 0x0432b000 nmethod 2370 0x022ae888 code [0x022ae9c0, 0x022aee38] GC Heap History (10 events): Event: 6.549 GC heap before {Heap before GC invocations=0 (full 0): def new generation total 157248K, used 139776K [0x0f200000, 0x19ca0000, 0x24750000) eden space 139776K, 100% used [0x0f200000, 0x17a80000, 0x17a80000) from space 17472K, 0% used [0x17a80000, 0x17a80000, 0x18b90000) to space 17472K, 0% used [0x18b90000, 0x18b90000, 0x19ca0000) tenured generation total 349568K, used 0K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 0% used [0x24750000, 0x24750000, 0x24750200, 0x39cb0000) Metaspace used 10977K, capacity 11101K, committed 11136K, reserved 11648K Event: 6.646 GC heap after Heap after GC invocations=1 (full 0): def new generation total 157248K, used 8472K [0x0f200000, 0x19ca0000, 0x24750000) eden space 139776K, 0% used [0x0f200000, 0x0f200000, 0x17a80000) from space 17472K, 48% used [0x18b90000, 0x193d6128, 0x19ca0000) to space 17472K, 0% used [0x17a80000, 0x17a80000, 0x18b90000) tenured generation total 349568K, used 0K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 0% used [0x24750000, 0x24750000, 0x24750200, 0x39cb0000) Metaspace used 10977K, capacity 11101K, committed 11136K, reserved 11648K } Event: 7.618 GC heap before {Heap before GC invocations=1 (full 0): def new generation total 157248K, used 148248K [0x0f200000, 0x19ca0000, 0x24750000) eden space 139776K, 100% used [0x0f200000, 0x17a80000, 0x17a80000) from space 17472K, 48% used [0x18b90000, 0x193d6128, 0x19ca0000) to space 17472K, 0% used [0x17a80000, 0x17a80000, 0x18b90000) tenured generation total 349568K, used 0K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 0% used [0x24750000, 0x24750000, 0x24750200, 0x39cb0000) Metaspace used 11460K, capacity 11618K, committed 11648K, reserved 11648K Event: 7.660 GC heap after Heap after GC invocations=2 (full 0): def new generation total 157248K, used 13474K [0x0f200000, 0x19ca0000, 0x24750000) eden space 139776K, 0% used [0x0f200000, 0x0f200000, 0x17a80000) from space 17472K, 77% used [0x17a80000, 0x187a8b58, 0x18b90000) to space 17472K, 0% used [0x18b90000, 0x18b90000, 0x19ca0000) tenured generation total 349568K, used 0K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 0% used [0x24750000, 0x24750000, 0x24750200, 0x39cb0000) Metaspace used 11460K, capacity 11618K, committed 11648K, reserved 11648K } Event: 7.920 GC heap before {Heap before GC invocations=2 (full 0): def new generation total 157248K, used 20537K [0x0f200000, 0x19ca0000, 0x24750000) eden space 139776K, 5% used [0x0f200000, 0x0f8e5bf8, 0x17a80000) from space 17472K, 77% used [0x17a80000, 0x187a8b58, 0x18b90000) to space 17472K, 0% used [0x18b90000, 0x18b90000, 0x19ca0000) tenured generation total 349568K, used 0K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 0% used [0x24750000, 0x24750000, 0x24750200, 0x39cb0000) Metaspace used 12137K, capacity 12258K, committed 12288K, reserved 12672K Event: 7.986 GC heap after Heap after GC invocations=3 (full 1): def new generation total 157376K, used 0K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 0% used [0x0f200000, 0x0f200000, 0x17aa0000) from space 17472K, 0% used [0x17aa0000, 0x17aa0000, 0x18bb0000) to space 17472K, 0% used [0x18bb0000, 0x18bb0000, 0x19cc0000) tenured generation total 349568K, used 13536K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 3% used [0x24750000, 0x25488270, 0x25488400, 0x39cb0000) Metaspace used 12104K, capacity 12207K, committed 12288K, reserved 12672K } Event: 21.263 GC heap before {Heap before GC invocations=3 (full 1): def new generation total 157376K, used 99131K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 70% used [0x0f200000, 0x152cef98, 0x17aa0000) from space 17472K, 0% used [0x17aa0000, 0x17aa0000, 0x18bb0000) to space 17472K, 0% used [0x18bb0000, 0x18bb0000, 0x19cc0000) tenured generation total 349568K, used 13536K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 3% used [0x24750000, 0x25488270, 0x25488400, 0x39cb0000) Metaspace used 13509K, capacity 13645K, committed 13824K, reserved 14720K Event: 21.361 GC heap after Heap after GC invocations=4 (full 2): def new generation total 157376K, used 0K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 0% used [0x0f200000, 0x0f200000, 0x17aa0000) from space 17472K, 0% used [0x17aa0000, 0x17aa0000, 0x18bb0000) to space 17472K, 0% used [0x18bb0000, 0x18bb0000, 0x19cc0000) tenured generation total 349568K, used 29276K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 8% used [0x24750000, 0x263e7190, 0x263e7200, 0x39cb0000) Metaspace used 13509K, capacity 13645K, committed 13824K, reserved 14720K } Event: 28.900 GC heap before {Heap before GC invocations=4 (full 2): def new generation total 157376K, used 147242K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 99% used [0x0f200000, 0x179ca9b8, 0x17aa0000) from space 17472K, 46% used [0x17aa0000, 0x182a0010, 0x18bb0000) to space 17472K, 0% used [0x18bb0000, 0x18bb0000, 0x19cc0000) tenured generation total 349568K, used 29276K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 8% used [0x24750000, 0x263e7190, 0x263e7200, 0x39cb0000) Metaspace used 17787K, capacity 17925K, committed 18048K, reserved 18816K Event: 29.044 GC heap after Heap after GC invocations=5 (full 2): def new generation total 157376K, used 17472K [0x0f200000, 0x19cc0000, 0x24750000) eden space 139904K, 0% used [0x0f200000, 0x0f200000, 0x17aa0000) from space 17472K, 100% used [0x18bb0000, 0x19cc0000, 0x19cc0000) to space 17472K, 0% used [0x17aa0000, 0x17aa0000, 0x18bb0000) tenured generation total 349568K, used 68106K [0x24750000, 0x39cb0000, 0x4f200000) the space 349568K, 19% used [0x24750000, 0x289d29f0, 0x289d2a00, 0x39cb0000) Metaspace used 17787K, capacity 17925K, committed 18048K, reserved 18816K } Deoptimization events (0 events): No events Internal exceptions (10 events): Event: 29.958 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dbfab8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.958 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dc0d80) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.960 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dc4918) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.961 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dc54d0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.961 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dc58c8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.962 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dc6b90) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.982 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dcb3a8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.982 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dcbf60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.982 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dcc358) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Event: 29.982 Thread 0x06dc5c00 Exception <a 'java/security/PrivilegedActionException'> (0x12dcd620) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312] Events (10 events): Event: 29.047 Executing VM operation: BulkRevokeBias Event: 29.047 Executing VM operation: BulkRevokeBias done Event: 29.953 loading class class/mVxG0vHixE Event: 29.953 loading class class/mVxG0vHixE done Event: 29.956 loading class class/pLz16xTW0f Event: 29.956 loading class class/pLz16xTW0f done Event: 29.959 loading class class/AZZOoV3EKi Event: 29.959 loading class class/AZZOoV3EKi done Event: 29.982 loading class class/iZc3p3OZ9N Event: 29.982 loading class class/iZc3p3OZ9N done Dynamic libraries: 0x01260000 - 0x01275000 C:\Program Files\Java\jre1.8.0_25\bin\jp2launcher.exe 0x77540000 - 0x7767c000 C:\Windows\SYSTEM32\ntdll.dll 0x77460000 - 0x77534000 C:\Windows\system32\kernel32.dll 0x755b0000 - 0x755fb000 C:\Windows\system32\KERNELBASE.dll 0x68d30000 - 0x68def000 C:\Program Files\Java\jre1.8.0_25\bin\MSVCR100.dll 0x76260000 - 0x76329000 C:\Windows\system32\USER32.dll 0x77710000 - 0x7775e000 C:\Windows\system32\GDI32.dll 0x75b00000 - 0x75b0a000 C:\Windows\system32\LPK.dll 0x759b0000 - 0x75a4d000 C:\Windows\system32\USP10.dll 0x76470000 - 0x7651c000 C:\Windows\system32\msvcrt.dll 0x75c40000 - 0x75d9c000 C:\Windows\system32\ole32.dll 0x76330000 - 0x763d2000 C:\Windows\system32\RPCRT4.dll 0x765a0000 - 0x7662f000 C:\Windows\system32\OLEAUT32.dll 0x753e0000 - 0x7542c000 C:\Windows\system32\apphelp.dll 0x711f0000 - 0x7127d000 C:\Windows\AppPatch\AcLayers.DLL 0x753c0000 - 0x753db000 C:\Windows\system32\SspiCli.dll 0x76810000 - 0x7745a000 C:\Windows\system32\SHELL32.dll 0x761a0000 - 0x761f7000 C:\Windows\system32\SHLWAPI.dll 0x75600000 - 0x75617000 C:\Windows\system32\USERENV.dll 0x75540000 - 0x7554b000 C:\Windows\system32\profapi.dll 0x71c40000 - 0x71c91000 C:\Windows\system32\WINSPOOL.DRV 0x6c500000 - 0x6c512000 C:\Windows\system32\MPR.dll 0x76180000 - 0x7619f000 C:\Windows\system32\IMM32.DLL 0x75b70000 - 0x75c3c000 C:\Windows\system32\MSCTF.dll 0x754b0000 - 0x754dc000 C:\Windows\system32\nvinit.dll 0x75a50000 - 0x75af0000 C:\Windows\system32\ADVAPI32.dll 0x776f0000 - 0x77709000 C:\Windows\SYSTEM32\sechost.dll 0x0f000000 - 0x0f006000 C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll 0x72ed0000 - 0x72efb000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrap.dll 0x75fe0000 - 0x7617d000 C:\Windows\system32\SETUPAPI.dll 0x75570000 - 0x75597000 C:\Windows\system32\CFGMGR32.dll 0x75660000 - 0x75672000 C:\Windows\system32\DEVOBJ.dll 0x72eb0000 - 0x72ecf000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrap.dll 0x739c0000 - 0x739e1000 C:\Windows\system32\ntmarta.dll 0x76210000 - 0x76255000 C:\Windows\system32\WLDAP32.dll 0x73a20000 - 0x73a48000 C:\Program Files\Java\jre1.8.0_25\bin\jli.dll 0x74410000 - 0x745ae000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll 0x625a0000 - 0x62944000 C:\Program Files\Java\jre1.8.0_25\bin\client\jvm.dll 0x65fc0000 - 0x65fc7000 C:\Windows\system32\WSOCK32.dll 0x776b0000 - 0x776e5000 C:\Windows\system32\WS2_32.dll 0x76200000 - 0x76206000 C:\Windows\system32\NSI.dll 0x73980000 - 0x739b2000 C:\Windows\system32\WINMM.dll 0x77760000 - 0x77765000 C:\Windows\system32\PSAPI.DLL 0x74270000 - 0x7427c000 C:\Program Files\Java\jre1.8.0_25\bin\verify.dll 0x70670000 - 0x70691000 C:\Program Files\Java\jre1.8.0_25\bin\java.dll 0x73a00000 - 0x73a13000 C:\Program Files\Java\jre1.8.0_25\bin\zip.dll 0x68cc0000 - 0x68d2d000 C:\Program Files\Java\jre1.8.0_25\bin\deploy.dll 0x76630000 - 0x76806000 C:\Windows\system32\WININET.dll 0x75560000 - 0x75564000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll 0x75680000 - 0x75684000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll 0x755a0000 - 0x755a4000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll 0x749b0000 - 0x749b9000 C:\Windows\system32\version.DLL 0x75850000 - 0x75853000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll 0x75af0000 - 0x75af3000 C:\Windows\system32\normaliz.DLL 0x75da0000 - 0x75fd2000 C:\Windows\system32\iertutil.dll 0x75620000 - 0x75625000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll 0x77680000 - 0x776ab000 C:\Windows\system32\imagehlp.dll 0x75860000 - 0x759aa000 C:\Windows\system32\urlmon.dll 0x75840000 - 0x75844000 C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll 0x6c050000 - 0x6c065000 C:\Program Files\Java\jre1.8.0_25\bin\net.dll 0x74f10000 - 0x74f4c000 C:\Windows\system32\mswsock.dll 0x74f00000 - 0x74f06000 C:\Windows\System32\wship6.dll 0x734b0000 - 0x734bf000 C:\Program Files\Java\jre1.8.0_25\bin\nio.dll 0x688c0000 - 0x68a06000 C:\Program Files\Java\jre1.8.0_25\bin\awt.dll 0x74290000 - 0x742d0000 C:\Windows\system32\uxtheme.dll 0x73f00000 - 0x73f13000 C:\Windows\system32\dwmapi.dll 0x75430000 - 0x7543c000 C:\Windows\system32\CRYPTBASE.dll 0x753a0000 - 0x753a8000 C:\Windows\system32\Secur32.dll 0x6ad90000 - 0x6ad94000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll 0x699e0000 - 0x699e4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll 0x73470000 - 0x7348c000 C:\Windows\system32\IPHLPAPI.DLL 0x73460000 - 0x73467000 C:\Windows\system32\WINNSI.DLL 0x763e0000 - 0x76463000 C:\Windows\system32\CLBCatQ.DLL 0x6dba0000 - 0x6dbfa000 C:\Windows\System32\netprofm.dll 0x737d0000 - 0x737e0000 C:\Windows\System32\nlaapi.dll 0x74f50000 - 0x74f66000 C:\Windows\system32\CRYPTSP.dll 0x74cf0000 - 0x74d2b000 C:\Windows\system32\rsaenh.dll 0x754a0000 - 0x754ae000 C:\Windows\system32\RpcRtRemote.dll 0x6c4d0000 - 0x6c4d8000 C:\Windows\System32\npmproxy.dll 0x71a20000 - 0x71a32000 C:\Windows\system32\dhcpcsvc.DLL 0x74a40000 - 0x74a45000 C:\Windows\System32\wshtcpip.dll 0x71a10000 - 0x71a1d000 C:\Windows\system32\dhcpcsvc6.DLL 0x74dd0000 - 0x74e14000 C:\Windows\system32\DNSAPI.dll 0x6e990000 - 0x6e996000 C:\Windows\system32\rasadhlp.dll 0x727d0000 - 0x72808000 C:\Windows\System32\fwpuclnt.dll 0x75720000 - 0x75840000 C:\Windows\system32\CRYPT32.dll 0x75550000 - 0x7555c000 C:\Windows\system32\MSASN1.dll 0x73a80000 - 0x73a8a000 C:\Program Files\Java\jre1.8.0_25\bin\management.dll 0x68c80000 - 0x68cb8000 C:\Program Files\Java\jre1.8.0_25\bin\fontmanager.dll 0x73a50000 - 0x73a75000 C:\Program Files\Java\jre1.8.0_25\bin\jpeg.dll 0x68c50000 - 0x68c80000 C:\Program Files\Java\jre1.8.0_25\bin\t2k.dll 0x00810000 - 0x0085d000 C:\Users\SooSzi\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\35\620a1f63-31764c9b-2.9.1--n\lwjgl.dll 0x5e530000 - 0x5e5f8000 C:\Windows\system32\OPENGL32.dll 0x5e620000 - 0x5e642000 C:\Windows\system32\GLU32.dll 0x65330000 - 0x65417000 C:\Windows\system32\DDRAW.dll 0x65320000 - 0x65326000 C:\Windows\system32\DCIMAN32.dll 0x73d20000 - 0x73e50000 C:\Windows\system32\WindowsCodecs.dll 0x6afd0000 - 0x6b001000 C:\Windows\system32\EhStorShell.dll 0x742d0000 - 0x743c5000 C:\Windows\system32\PROPSYS.dll 0x560f0000 - 0x564fa000 C:\PROGRA~1\MICROS~3\Office14\GROOVEEX.DLL 0x700c0000 - 0x70163000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll 0x70170000 - 0x701fe000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll 0x6a8a0000 - 0x6a8cb000 C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.4148_none_51ca66a2bbe76806\ATL90.DLL 0x619c0000 - 0x61dcf000 C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf 0x62950000 - 0x631b4000 C:\PROGRA~1\MICROS~3\Office14\1033\GrooveIntlResource.dll 0x6af40000 - 0x6afaa000 C:\Windows\System32\cscui.dll 0x6b030000 - 0x6b039000 C:\Windows\System32\CSCDLL.dll 0x6be10000 - 0x6be1b000 C:\Windows\system32\CSCAPI.dll 0x6aed0000 - 0x6af40000 C:\Windows\system32\ntshrui.dll 0x75330000 - 0x75349000 C:\Windows\system32\srvcli.dll 0x73610000 - 0x7361a000 C:\Windows\system32\slc.dll 0x0acb0000 - 0x0b963000 C:\Windows\system32\ig4icd32.dll 0x72b30000 - 0x72ba9000 C:\Windows\system32\mscms.dll 0x68c10000 - 0x68c48000 C:\Windows\system32\icm32.dll 0x05d40000 - 0x05da5000 C:\Users\SooSzi\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\35\620a1f63-31764c9b-2.9.1--n\OpenAL32.dll 0x73f20000 - 0x73f59000 C:\Windows\System32\MMDevApi.dll 0x69570000 - 0x695e2000 C:\Windows\system32\dsound.dll 0x73fa0000 - 0x73fc5000 C:\Windows\system32\POWRPROF.dll 0x73740000 - 0x73776000 C:\Windows\system32\AUDIOSES.DLL 0x68be0000 - 0x68c10000 C:\Program Files\Java\jre1.8.0_25\bin\lcms.dll 0x60600000 - 0x606eb000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Dorg.lwjgl.input.Mouse.allowNegativeMouseCoords=true -Xbootclasspath/a:C:\Program Files\Java\jre1.8.0_25\lib\deploy.jar;C:\Program Files\Java\jre1.8.0_25\lib\javaws.jar;C:\Program Files\Java\jre1.8.0_25\lib\plugin.jar -Xverify:remote -Djava.security.manager -Dsun.java2d.noddraw=true -Djnlp.application.href=http://www.wurmonline.com/client/wurmclient.jnlp -Xmx1g -Xms512m -Djnlpx.vmargs=LURzdW4uamF2YTJkLm5vZGRyYXc9dHJ1ZQAtRGpubHAuYXBwbGljYXRpb24uaHJlZj1odHRwOi8vd3d3Lnd1cm1vbmxpbmUuY29tL2NsaWVudC93dXJtY2xpZW50LmpubHAALVhteDFnAC1YbXM1MTJtAC1Eb3JnLmx3amdsLmlucHV0Lk1vdXNlLmFsbG93TmVnYXRpdmVNb3VzZUNvb3Jkcz10cnVlAA== -Djnlpx.jvm=C:\Program Files\Java\jre1.8.0_25\bin\javaw.exe -Djnlpx.splashport=53669 -Djnlpx.home=C:\Program Files\Java\jre1.8.0_25\bin -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.relaunch=true -Djnlpx.session.data=C:\Users\SooSzi\AppData\Local\Temp\session2432578955947439316 -Djnlpx.heapsize=536870912,1073741824 -Djava.security.policy=file:C:\Program Files\Java\jre1.8.0_25\lib\security\javaws.policy -DtrustProxy=true java_command: com.sun.javaws.Main -secure -notWebJava C:\Users\SooSzi\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\41\5fef8269-23ea92b3 java_class_path (initial): . Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\Program Files\Java\jre1.8.0_25\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;"C:\Program Files\Java\jre1.8.0_25\bin" USERNAME=SooSzi OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 6 Model 42 Stepping 7, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 Build 7601 Service Pack 1 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, clmul, tsc, tscinvbit Memory: 4k page, physical 2443632k(1146260k free), swap 4885512k(2557228k free) vm_info: Java HotSpot Client VM (25.25-b02) for windows-x86 JRE (1.8.0_25-b18), built on Oct 7 2014 14:31:05 by "java_re" with MS VC++ 10.0 (VS2010) time: Thu Nov 27 18:59:15 2014 elapsed time: 30 seconds (0d 0h 0m 30s) Experience said to disable GLSL and Shaders. Did it, the error just kept occuring. I began to search for an answer here and after a couple of minutes I tried to turn the client on to lower some more settings. Suddenly, bam: I think I really need help with these. EDIT: I managed to overcome the latter error by reinstalling Java. The first one, however, remains.