Sign in to follow this  
wasntme

crashes on start up

Recommended Posts

http://pastebin.com/XpBf0h6L

 

Unexpected crash while launching login The error was: <no lwjgl in java.library.path>

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 temporary launch log:
Time is Fri Dec 23 17:32:17 GMT 2016
Running client version 3.99zh

=== System information ===
Executing from C:\Users\USERNAME\Downloads\
Operating system: Windows 10 (arch: amd64, version: 10.0)
Java version: 1.8.0_111 (Oracle Corporation) <http://java.oracle.com/>
Jvm version: 25.111-b14 (Oracle Corporation) [Java HotSpot(TM) 64-Bit Server VM]
Available CPUs: 4

Dec 23, 2016 5:32:17 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
>>> Main thread exiting.
Loading config default
====== CLIENT CRASH ======
Unexpected crash while launching login
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at org.lwjgl.Sys$1.run(Sys.java:73)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
    at org.lwjgl.Sys.loadLibrary(Sys.java:95)
    at org.lwjgl.Sys.<clinit>(Sys.java:112)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
    at class.v2uiohMP8s.<init>(SourceFile:47)
    at class.v2uiohMP8s.FZOk5L6Gfy(SourceFile:30)
    at class.TNDbrnoys.FZOk5L6Gfy(SourceFile:1115)
    at class.TNDbrnoys.FZOk5L6Gfy(SourceFile:87)
    at class.TNDbrnoys.<init>(SourceFile:32)
    at class.y5HmBBknGR.<clinit>(SourceFile:82)
    at class.U6twK1RlgZ.iHOS3zg1KL(SourceFile:2376)
    at class.U6twK1RlgZ.FZOk5L6Gfy(SourceFile:1134)
    at class.z0XifJl1vq.<init>(SourceFile:83)
    at class.z0XifJl1vq.mMV5oPkCW(SourceFile:899)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

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