WorldGuard

WorldGuard

8M Downloads

report -p command failed

LadyCailinBot opened this issue ยท 6 comments

commented

WORLDGUARD-3372 - Reported by kikelkik

When I did /wg report -p, it told me in chat: "WorldGuard: An unexpected error occurred! Please see the server console."
And here's the log of the error:
http://pastebin.com/rNy9DbSN

commented

Comment by Kainzo

Can confirm!

commented

Comment by wizjany

This is odd. It seems that there are tasks with null Runnables. I'm not completely sure how that's possible, unless something is clearing the field after the task has executed... Some plugin is probably doing something weird with its tasks. I suppose we should just return unknown though.

commented

Comment by kikelkik

It happened just once when the previous report command finished so it doesn't seem to be really important.

commented

Comment by wizjany

"previous report command finished"? Were you running multiple reports at once?

commented

Comment by kikelkik

Could be possible, I'm not sure. But if yes, isn't there a message for players like "You cannot run multiple reports at once"?

commented

Comment by wizjany

Fixed....I guess. Still no idea why a task would have its runnable field set to null.