https://github.com/xupwup/Maestro/blob/master/src/maestro/AirMessageHandler.java#L38 replace ``` java String exeLoc = exeDir + "/League Of Legends.exe"; ``` by ``` java String exeLoc = exeDir + "/League of Legends.exe"; ```