mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
- fixed crash with necromancy dialog #1009 (russian-only)
- Client::run will catch only asio exceptions - (linux) fixed typo that disabled debug mode
This commit is contained in:
@@ -152,7 +152,8 @@ void CClient::run()
|
||||
pack = NULL;
|
||||
}
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
//catch only asio exceptions
|
||||
catch (const boost::system::system_error& e)
|
||||
{
|
||||
tlog3 << "Lost connection to server, ending listening thread!\n";
|
||||
tlog1 << e.what() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user