Jayren

Members
  • Content Count

    66
  • Joined

  • Last visited

Community Reputation

21 Decent

About Jayren

  • Rank
    Villager

Recent Profile Visitors

1,237 profile views
  1. This fixed my issue running Swaywm on VoidLinux. Was having to use Legacy renderer otherwise was getting a white screen on login. Setting ambient occlusion off fixed this.
  2. Silver Coins have been traded. Please Close this. Thanks
  3. I installed the latest patch from last night. Removed the Flags.map file and the crash issue seems to be fixed.
  4. We had the issue with the holes in the world but that just insta killed you if you tried to enter an old mine. We did have to reset the cave layer a while back as our server all of a sudden had no undiscovered ore. So after we filled in all the open cave openings everything has been perfect. So on this update New mines seem to have graphics where the old mines don't. But we still get crashes when we get close to the mine entrances.
  5. My client log shows the following: Exception in thread "Job executor 0" java.lang.NullPointerException at com.wurmonline.client.game.CaveDataBuffer.getNoisyTile(CaveDataBuffer.java:798) at com.wurmonline.client.renderer.cave.CaveTileData.tesselate(CaveTileData.java:565) at com.wurmonline.client.renderer.cave.CaveTileData.rebuild(CaveTileData.java:256) at com.wurmonline.client.renderer.cave.CaveTileData.render(CaveTileData.java:152) at com.wurmonline.client.renderer.cave.CaveRender.render(CaveRender.java:107) at com.wurmonline.client.renderer.cave.CaveRender.execute(CaveRender.java:379) at com.wurmonline.client.job.Executor.run(Executor.java:86) at java.lang.Thread.run(Thread.java:745)
  6. We are having a problem with the latest client. When a cave opening is in view of the character the Client Freezes (Linux) or crashes (Windows) If the cave opening has a door then it is fine until the door is opened. I have tried with unpatched Client and with the latest Client ModLoader patch. I have also tried running the Server unpatched and issue still occurs.
  7. So I actually get that same error on the test server. However, the Server stays running. Production server does the shutting down thing as soon as it gets that error. I recopied the mod folder from prod to my test server thinking maybe I had something on prod and not on test, but it still runs fine on test.
  8. Yeah I had some issues a while back which was self inflicted. Hopefully the mod will get updated.
  9. The UpkeepCosts mod doesn't work on my production server but it does on my test server. I have all the same mods loaded. When I try to run with the mod loaded on prod I get the error org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.NoClassDefFoundError: com/wurmonline/server/CounterTypes at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:312) at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java) at com.wurmonline.server.gui.WurmServerGuiController.startDB(WurmServerGuiController.java:1319) 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:288) at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:30) 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:288) at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33) 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 PatchedLauncher.main(PatchedLauncher.java:20) Caused by: java.lang.NoClassDefFoundError: com/wurmonline/server/CounterTypes at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at javassist.Loader.findClass(Loader.java:377) at org.gotti.wurmunlimited.modloader.classhooks.HookManager$1.findClass(HookManager.java:107) at javassist.Loader.loadClass(Loader.java:309) at java.lang.ClassLoader.loadClass(ClassLoader.java:411) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at mod.wurmonline.mods.upkeepcosts.UpkeepCosts.onServerStarted(UpkeepCosts.java:169) at org.gotti.wurmunlimited.modloader.server.ServerHook.lambda$fireOnServerStarted$2(ServerHook.java:45) at org.gotti.wurmunlimited.modloader.server.Listeners.lambda$fire$0(Listeners.java:35) at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:890) at org.gotti.wurmunlimited.modloader.server.Listeners.fire(Listeners.java:33) at org.gotti.wurmunlimited.modloader.server.ServerHook.fireOnServerStarted(ServerHook.java:45) at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:56) at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:302)
  10. OK issue is fixed. Looks like I had some items that were referencing a template that didn't exist. Normally you see that as a specific error and is non Breaking but for some reason this 1 entry was causing the server to crash.
  11. weird I didn't have this mod enabled. I restarted the server and the issue went away. Thanks again. Our players will be happy we can finally upgrade.
  12. Ok I found it. Removed the seafloor mining item and it now launches. I am now getting the error someone else reported. java.lang.NoClassDefFoundError: com/wurmonline/server/CounterTypes I will review the earlier posts on how to address that. Thanks for the help.
  13. seems I have 135995 records returned with select * from items where 'realtemplate' > 1306 356 records for select templateid, name, realtemplate from items where realtemplate <> -10 group by realtemplate
  14. ago, I am not sure if you are responding to my posts or to Xyp. I have removed the items that reference the missing Templates. So no other errors on launch other then the one after the Launcher finishes. Here is an error I get when using unpatched launcher which is slightly different. Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1774) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.Node.fireEvent(Node.java:8411) at javafx.scene.control.Button.fire(Button.java:185) at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96) at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.Scene$MouseHandler.process(Scene.java:3757) at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485) at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762) at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:352) at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$355(GlassViewEventHandler.java:388) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387) at com.sun.glass.ui.View.handleMouseEvent(View.java:555) at com.sun.glass.ui.View.notifyMouse(View.java:937) at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) at com.sun.glass.ui.gtk.GtkApplication.lambda$null$50(GtkApplication.java:139) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException 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:497) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1769) ... 60 more Caused by: java.lang.ExceptionInInitializerError at com.wurmonline.server.Server.startRunning(Server.java:854) at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java:119) at com.wurmonline.server.gui.WurmServerGuiController.startGame(WurmServerGuiController.java:1221) at com.wurmonline.server.gui.WurmServerGuiController.startBtnClicked(WurmServerGuiController.java:141) ... 70 more Caused by: java.lang.NullPointerException at com.wurmonline.server.items.Item.isTileAligned(Item.java:14047) at com.wurmonline.server.zones.VolaTile.addItem(VolaTile.java:1975) at com.wurmonline.server.zones.VolaTile.addItem(VolaTile.java:1935) at com.wurmonline.server.zones.Zone.addItem(Zone.java:1905) at com.wurmonline.server.zones.Zone.loadAllItemsForZone(Zone.java:2427) at com.wurmonline.server.zones.Zones.createZones(Zones.java:1778) at com.wurmonline.server.zones.Zones.<clinit>(Zones.java:278) ... 74 more