Crispin

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Crispin

  • Rank
    Settler

Recent Profile Visitors

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

  1. I'm looking for some help troubleshooting this.. SEVERE org.gotti.wurmunlimited.modloader.server.Listeners: ServerStartedListener handler for mod WyvernMods failed java.lang.RuntimeException: java.sql.SQLException: ResultSet closed at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:64) at mod.sin.wyvern.DatabaseHelper.onServerStarted(DatabaseHelper.java:143) at mod.sin.wyvern.WyvernMods.onServerStarted(WyvernMods.java:1567) at org.gotti.wurmunlimited.modloader.server.ServerHook.lambda$fireOnServerStarted$2(ServerHook.java:81) at org.gotti.wurmunlimited.modloader.server.Listeners.lambda$fire$0(Listeners.java:63) at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891) at org.gotti.wurmunlimited.modloader.server.Listeners.fire(Listeners.java:61) at org.gotti.wurmunlimited.modloader.server.ServerHook.fireOnServerStarted(ServerHook.java:81) at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:57) at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384) at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java) at com.wurmonline.server.gui.WurmServerGuiController.startDB(WurmServerGuiController.java:1496) at com.wurmonline.server.gui.WurmServerGuiMain.main(WurmServerGuiMain.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at javassist.Loader.run(Loader.java:286) at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:35) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at javassist.Loader.run(Loader.java:286) at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33) Caused by: java.sql.SQLException: ResultSet closed at org.sqlite.core.CoreResultSet.checkOpen(CoreResultSet.java:69) at org.sqlite.jdbc3.JDBC3ResultSet.findColumn(JDBC3ResultSet.java:38) at org.sqlite.jdbc3.JDBC3ResultSet.getLong(JDBC3ResultSet.java:409) at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:59) ... 24 more SEV