D3 Beta: OSX Permission Error
Beta setup wouldn’t launch for me, checked Console and saw the permission error in the log.
1. Open Terminal
2. Go to the directory where you unzipped the installer via cd command
cd Downloads/
3. Go inside the installer package, specifically the Mac OS directory
cd Diablo\ III\ Beta\ Setup.app/Contents/MacOS/
4. Now make it executable with chmod
chmod +x Diablo\ III\ Beta\ Setup
Now the installer should run.