Index: NSClient++.cpp
===================================================================
--- NSClient++.cpp	(revision dff5db995055946e0cb095d8eb682c4a392537a6)
+++ NSClient++.cpp	(revision 846bbe413ea17819450d6f9b98d053602af3fab8)
@@ -247,4 +247,7 @@
 					LOG_ERROR_STD(_T("Exception raised: ") + e.error_ + _T(" in module: ") + e.file_);
 					//return false;
+				} catch (std::exception e) {
+					LOG_ERROR_STD(_T("exception loading plugin: ") + (*it) + strEx::string_to_wstring(e.what()));
+					return false;
 				} catch (...) {
 					LOG_ERROR_STD(_T("Unknown exception loading plugin: ") + (*it));
