--- Vago/trunk/Vago/converter.cpp 2016/09/16 22:51:26 1047 +++ s10k/Vago/converter.cpp 2017/12/30 13:43:28 1092 @@ -23,7 +23,7 @@ void Converter::run() QString errorMessage = ""; int numErrors=0; - this->myLogger->writeString("Setting working dir to "+this->AppDir+"."); + this->myLogger->writeString("Setting OniSplit process working dir to "+this->AppDir+"."); myProcess->setWorkingDirectory(this->AppDir); // Set working directory (for work with AEI2/Mac OS) #ifdef Q_OS_WIN @@ -61,7 +61,7 @@ void Converter::run() nextIndex=commands.indexOf(GlobalVars::OniSplitProcSeparator,currentIndex+1); commandToExec=commands.mid(currentIndex,(nextIndex-currentIndex)); - this->myProcess->start(UtilVago::getOniSplitExeAbsolutePath() + " " + commandToExec); + this->myProcess->start(UtilVago::getOniSplitExecutable() + " " + commandToExec); this->myProcess->waitForFinished(-1); if(this->processHasKilled){ // If the process has killed there's no need to proceed with reading output or process more commands