Sign in to follow this  
Batta

Server shutdown via wand

Recommended Posts

Just in the last couple of days, I've lost the ability to do a server shutdown countdown via ebony wand (levels 4 and 5 GM). The form comes up, I fill it out, then nothing.  This began the same time I changed the .ini to add those 3 missing lines, though I can't see how that could be anything beyond utter coincidence.  We've changed nothing else, added nothing else.  

 

Does anyone know what's wrong, and how I can fix this?  There are no error messages that I know of.

Share this post


Link to post
Share on other sites

anything in the logs after you answer the form?

Share this post


Link to post
Share on other sites
2 hours ago, bdew said:

anything in the logs after you answer the form?

Is this the relevant info?

Spoiler

org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.NoClassDefFoundError: javax/json/Json
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:354)
    at com.wurmonline.server.Server.startShutdown(Server.java)
    at com.wurmonline.server.questions.QuestionParser.parseShutdownQuestion(QuestionParser.java:216)
    at com.wurmonline.server.questions.ShutDownQuestion.answer(ShutDownQuestion.java:45)
    at com.wurmonline.server.creatures.Communicator.reallyHandle_CMD_BML_FORM(Communicator.java:3526)
    at com.wurmonline.server.creatures.Communicator.reallyHandle(Communicator.java:2438)
    at com.wurmonline.communication.SocketConnection.tick(SocketConnection.java:615)
    at com.wurmonline.communication.SocketServer.tick(SocketServer.java:172)
    at com.wurmonline.server.Server.run(Server.java:2514)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)
Caused by: java.lang.NoClassDefFoundError: javax/json/Json
    at com.pveplands.steamidban.SteamIdBan.saveJson(SteamIdBan.java:243)
    at com.pveplands.steamidban.SteamIdBan$2$1.invoke(SteamIdBan.java:209)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:344)
    ... 10 more

 

I don't really understand much of this, but...is it saying that the SteamIdBan mod is causing the trouble, maybe?

Edited by Batta

Share this post


Link to post
Share on other sites

Just in case, I tried disabling SteamIdBan mod, and the problem is completely fixed.  

Share this post


Link to post
Share on other sites

Yes it was trying to save something but some library needed for it to work was missing which was causing the error.

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