Sign in to follow this  
Darkness1990

Error when GM Deleting objects/creatures.

Recommended Posts

Whenever I delete anything in my server I get this message.  If I delete anything with the ebony wand, Creatures/fences/items/dirt etc I've also tried creating new items such as a "wagon" and delete them and still get the same message every time. 

Spoiler

10:21:14 PM] INFO com.wurmonline.server.Items: Destroying 17668426654210
com.wurmonline.server.NoSuchItemException: No item found with id 17668426654210
    at com.wurmonline.server.Items.getItem(Items.java:248)
    at com.wurmonline.server.Items.destroyItem(Items.java:555)
    at com.wurmonline.server.Items.destroyItem(Items.java:547)
    at com.wurmonline.server.Items.destroyItem(Items.java:542)
    at com.wurmonline.server.behaviours.ItemBehaviour.action(ItemBehaviour.java:7229)
    at com.wurmonline.server.behaviours.VehicleBehaviour.action(VehicleBehaviour.java:1393)
    at com.wurmonline.server.behaviours.Action.poll(Action.java:3593)
    at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:243)
    at com.wurmonline.server.players.Player.pollActions(Player.java:9525)
    at com.wurmonline.server.Players.pollPlayers$1(Players.java:4543)
    at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.nyxcode.wurm.timedpay.TimedPay.lambda$null$0(TimedPay.java:41)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344)
    at com.wurmonline.server.Players.pollPlayers$2(Players.java)
    at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$6$1.invoke(ProxyServerHook.java:181)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344)
    at com.wurmonline.server.Players.pollPlayers(Players.java)
    at com.wurmonline.server.Server.run(Server.java:1905)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)

 

Edited by Darkness1990

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