Try this.....
1. Open an elevated PowerShell window. To do that, type powershell in your Start Menu/Cortana’s search box, right click on the first result and click on “Run as administrator”.
2a. Type in the following command and make sure to replace the appropriate paths with your own:
2b. If you want to unblock all files within a certain folder, use this command instead:
Get-childitem “full path of folder” | unblock-file
e.g.: Get-childitem “C:\Users\Adam\Desktop\AwesomeFolder” | unblock-file
Do this for the PBX, Future Pinball, and Bam root folders
Re-run and check your log to see if that access denied disappears, make sure all of your exe, are set to run as admin.