diff --git a/gui/ipcpreviewclient.cpp b/gui/ipcpreviewclient.cpp index 9107d7f..f985d9a 100644 --- a/gui/ipcpreviewclient.cpp +++ b/gui/ipcpreviewclient.cpp @@ -84,7 +84,8 @@ void IPCPreviewClient::start(RenderConfig config, const QVector &t } while(!stream.commitTransaction() && socket->state() == QLocalSocket::ConnectedState); if(numTarget != targets.count()) { - throw std::runtime_error("Server reports less targets than it should"); + emit error("IPC Error: Server reports less targets than it should"); + return; } } else