diff -r 9158f06ffb44 -r 688076d61b83 QTfrontend/net/tcpBase.cpp --- a/QTfrontend/net/tcpBase.cpp Thu Aug 23 23:18:06 2012 +0400 +++ b/QTfrontend/net/tcpBase.cpp Thu Aug 23 23:21:31 2012 +0400 @@ -107,6 +107,8 @@ QMessageBox::critical(0, tr("Error"), tr("Unable to run engine: %1 (") .arg(error) + bindir->absolutePath() + "/hwengine)"); + + ClientDisconnect(); } void TCPBase::tcpServerReady()