snarfattack / inquisitor-mc

inquisitor-mc
2 stars 1 forks source link

onPlayerJoin and onPlayerQuit may throw exceptions #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Occasionally some users may cause exceptions when joining or quitting.

What is the expected output? What do you see instead?
We see errors, expect no errors.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by snarfatt...@gmail.com on 2 Mar 2014 at 7:58

GoogleCodeExporter commented 9 years ago
Added some code in v2.21 to help catch and log a severe error with more details 
on this occurring. Please install this version and forward those errors to me. 
It will help trace down what exactly may be causing the issue.

Original comment by snarfatt...@gmail.com on 3 Mar 2014 at 12:26

GoogleCodeExporter commented 9 years ago
Expect this could be related to issue 10.

Adding better exception management around integration with other plugins 
(permissions and vault) to help isolate this to a warning in Inquisitor instead 
of an exception in Inquisitor

Original comment by snarfatt...@gmail.com on 5 Mar 2014 at 1:59

GoogleCodeExporter commented 9 years ago
Fixed in v2.22
This will now just log warnings if due to integration with other plugins

Original comment by snarfatt...@gmail.com on 9 Mar 2014 at 8:01