Missing "Prevent App Nap" button on app
Solution 1:
You can disable App Nap for a particular Application by going to Terminal.app and typing:
defaults write <app domain name> NSAppSleepDisabled -bool YES
Being the <app domain name>
the application's name and its company's, with the following format: com.companyname.appname