Posted January 22, 2017 im getting this error each time i try to start the dedicated server thing... Jan 21, 2017 7:07:15 PM com.wurmonline.server.gui.WurmServerGuiMain main INFO: WurmServerGuiMain starting Unknown parameter: C:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\WurmServerLauncher.exe Jan 21, 2017 7:07:16 PM com.wurmonline.server.gui.WurmServerGuiController locateCurrentDir INFO: Found current game dir Adventure Set to Adventure Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load INFO: Loading configuration file at C:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Adventure\wurm.ini Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load WARNING: USE_SITE_DB and the related SITE_DB_ configuration properties are deprecated and will be removed in a future version. Meshsize=11 Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load WARNING: USE_LOGIN_DB and the related LOGIN_DB_ configuration properties are deprecated and will be removed in a future version. Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load INFO: Loading configuration file at C:\Program Files (x86)\Steam\steamapps\common\Wurm Unlimited Dedicated Server\Adventure\wurm.ini Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load WARNING: USE_SITE_DB and the related SITE_DB_ configuration properties are deprecated and will be removed in a future version. Meshsize=11 Jan 21, 2017 7:07:16 PM com.wurmonline.server.Constants load WARNING: USE_LOGIN_DB and the related LOGIN_DB_ configuration properties are deprecated and will be removed in a future version. Jan 21, 2017 7:07:16 PM com.wurmonline.server.DbConnector closeAll INFO: Starting to close all Database Connections. Jan 21, 2017 7:07:16 PM com.wurmonline.server.DbConnector closeAll INFO: Finished closing all Database Connections. Loading servers Jan 21, 2017 7:07:16 PM com.wurmonline.server.Servers loadAllServers INFO: Loading all servers. C:\Users\DRM3\AppData\Local\Temp\sqlite-3.8.11.2-283541d8-d0d0-4ad3-a34d-61d633df8b3a-sqlitejdbc.dll (The system cannot find the path specified) Jan 21, 2017 7:07:16 PM com.wurmonline.server.Servers loadAllServers INFO: Loaded 0 servers from the database Jan 21, 2017 7:07:16 PM com.wurmonline.server.gui.WurmServerGuiMain start SEVERE: file:/C:/Program%20Files%20(x86)/Steam/steamapps/common/Wurm%20Unlimited%20Dedicated%20Server/server.jar!/com/wurmonline/server/gui/WurmServerGui.fxml javafx.fxml.LoadException: file:/C:/Program%20Files%20(x86)/Steam/steamapps/common/Wurm%20Unlimited%20Dedicated%20Server/server.jar!/com/wurmonline/server/gui/WurmServerGui.fxml at javafx.fxml.FXMLLoader.constructLoadException(Unknown Source) at javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml.FXMLLoader.loadImpl(Unknown Source) at javafx.fxml.FXMLLoader.load(Unknown Source) at com.wurmonline.server.gui.WurmServerGuiMain.start(WurmServerGuiMain.java:148) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$163(Unknown Source) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$176(Unknown Source) at com.sun.javafx.application.PlatformImpl.lambda$null$174(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$175(Unknown Source) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(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) Caused by: java.lang.reflect.InvocationTargetException 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) ... 13 more Caused by: java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V at org.sqlite.core.NativeDB._open(Native Method) at org.sqlite.core.DB.open(DB.java:161) at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24) at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:23) at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) at org.sqlite.JDBC.createConnection(JDBC.java:114) at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101) at com.wurmonline.server.database.SqliteConnectionBuilder.buildConnection(SqliteConnectionBuilder.java:34) at com.wurmonline.server.DbConnector.refreshDbConnection(DbConnector.java:424) at com.wurmonline.server.DbConnector.refreshConnectionForSchema(DbConnector.java:585) at com.wurmonline.server.DbConnector.getLoginDbCon(DbConnector.java:442) at com.wurmonline.server.Servers.loadAllServers(Servers.java:659) at com.wurmonline.server.gui.WurmServerGuiController.buildSelectServerBox(WurmServerGuiController.java:1865) at com.wurmonline.server.gui.WurmServerGuiController.initialize(WurmServerGuiController.java:1747) ... 22 more and then it just stays like that. what do i do? Share this post Link to post Share on other sites
Posted January 22, 2017 i think i figured it out. i restarted my computer and it works again. i think java was just turned off at the time. somehow. Share this post Link to post Share on other sites