diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index 75c0bb81d..5f90e705f 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -238,6 +238,9 @@ boost::filesystem::path const& save_path) catch (invalid_encoding&) { } + catch (invalid_handle&) + { + } catch (boost::filesystem::filesystem_error&) {} // Create new torrent object