diff --git a/client/CServerHandler.cpp b/client/CServerHandler.cpp index dd3d0ebbc..12f2b9f76 100644 --- a/client/CServerHandler.cpp +++ b/client/CServerHandler.cpp @@ -17,6 +17,7 @@ #include "lobby/CSelectionBase.h" #include "lobby/CLobbyScreen.h" +#include "windows/InfoWindows.h" #include "mainmenu/CMainMenu.h" @@ -166,6 +167,7 @@ void CServerHandler::startLocalServerAndConnect() { CConnection testConnection(settings["server"]["server"].String(), getDefaultPort(), NAME, uuid); logNetwork->error("Port is busy, kill other vcmiserver processes"); + CInfoWindow::showInfoDialog("Port is busy, kill other vcmiserver processes", CInfoWindow::TCompsInfo(), PlayerColor(1)); return; } catch(...)