Sign in to follow this  
Sylena

COC'ed Bucket crashes server when trying to milk

Recommended Posts

When trying to use a bucket with coc on it to milk cows or bison it will crash the server. Have not been able to test weather it crashes the server when trying to harvest maple sap yet.

Share this post


Link to post
Share on other sites

Tracked this crash to the Bags of Holding mod and reported to the mod author.

Share this post


Link to post
Share on other sites

Please post the crash logs. I can't reproduce this

Share this post


Link to post
Share on other sites

[10:56:20 AM] SEVERE com.wurmonline.server.Server: java.lang.NullPointerException
org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.NullPointerException
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:317)
    at com.wurmonline.server.items.Item.getContainerVolume(Item.java)
    at com.wurmonline.server.items.Item.getFreeVolume(Item.java:4007)
    at com.wurmonline.server.behaviours.MethodsCreatures.milk(MethodsCreatures.java:1530)
    at com.wurmonline.server.behaviours.CreatureBehaviour.action(CreatureBehaviour.java:4228)
    at com.wurmonline.server.behaviours.Action.poll(Action.java:3125)
    at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:237)
    at com.wurmonline.server.players.Player.pollActions(Player.java:9128)
    at com.wurmonline.server.Players.pollPlayers(Players.java:4336)
    at com.wurmonline.server.Server.run(Server.java:1776)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
    at com.wurmonline.server.spells.BagOfHolding.getSpellEffect(BagOfHolding.java:90)
    at org.gotti.wurmunlimited.mods.bagofholding.BagOfHoldingMod$3$1.invoke(BagOfHoldingMod.java:133)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:307)
    ... 11 more

[10:56:20 AM] INFO com.wurmonline.server.Server: Shutting down at:
java.lang.Exception
    at com.wurmonline.server.Server.shutDown(Server.java:3385)
    at com.wurmonline.server.Server.run(Server.java:2528)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.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