Sign in to follow this  
Ikeprof

Weird recipe error

Recommended Posts

Asked on the server if someone was experiencing a recipe issue but no responses (they may not have been paying attention)

 

Anyhow, saw this same error multiple times

 

Spoiler

[08:35:40 PM] WARNING com.wurmonline.server.items.RecipesByPlayer: Failed to save recipe 1423 to NOID
java.lang.Exception: NOID player id
    at com.wurmonline.server.items.RecipesByPlayer.saveRecipe(RecipesByPlayer.java:991)
    at com.wurmonline.server.items.Item.pollDistilling(Item.java:8929)
    at com.wurmonline.server.items.Item.poll(Item.java:8631)
    at com.wurmonline.server.zones.VolaTileItems.poll(VolaTileItems.java:410)
    at com.wurmonline.server.zones.VolaTile.poll(VolaTile.java:780)
    at com.wurmonline.server.zones.Zone.poll(Zone.java:516)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1815)
    at com.wurmonline.server.Server.run(Server.java:1840)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

[08:35:48 PM] WARNING com.wurmonline.server.items.RecipesByPlayer: Failed to save recipe 1423 to NOID
java.lang.Exception: NOID player id
    at com.wurmonline.server.items.RecipesByPlayer.saveRecipe(RecipesByPlayer.java:991)
    at com.wurmonline.server.items.Item.pollDistilling(Item.java:8929)
    at com.wurmonline.server.items.Item.poll(Item.java:8631)
    at com.wurmonline.server.zones.VolaTileItems.poll(VolaTileItems.java:410)
    at com.wurmonline.server.zones.VolaTile.poll(VolaTile.java:780)
    at com.wurmonline.server.zones.Zone.poll(Zone.java:516)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1815)
    at com.wurmonline.server.Server.run(Server.java:1840)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

 

 

Share this post


Link to post
Share on other sites

Sorry for the delay.

 

This is an informational error. I can tone down the verbosity of it, but essentially it looks like distilling resulted in a recipe that would normally be saved on the player as a discovered recipe. In this case, the owner of the woodscrap used is NOID, meaning the WurmID is -10. I'm not entirely sure how this could have happened in this instance. Could have been older data.

 

If a player complains that they aren't getting any recipes from their distilling efforts, this would be what to look for. They may want to try with a fresh woodscrap.

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