--- Vago/trunk/Vago/converter.cpp 2016/09/16 22:51:26 1047 +++ Vago/trunk/Vago/converter.cpp 2016/09/17 13:32:34 1052 @@ -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