Boost exceptions in the IDE

I don’t think this is necessarily a bug because it doesn’t seem to cause any problem but while running the core in the Visual Studio debugger, there are several Boost excptions listed:

Core: c3805aa5123a58c5c5778652d80b119c2cbc630c

First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.
First-chance exception at 0x7731b760 in worldserver.exe: Microsoft C++ exception: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::property_tree::ptree_bad_path > at memory location 0x001ccaf0.

Any idea what these are all about?

We use property_tree in config loading. Maybe you are using a different working directory when running with VS debug and it does not find the config?

In the property sheet for authserver and worldserver I use the Command Arguments option to set the config path and the config loads fine.