Hi, I used a App Store version. I might have done it in the same time Edwin updated the installer, so I would have either old issue or remaining ones.
Here is the issues and how I fixed them
- App Store installed files are owned by root. The installer script write error in the terminal in the beginning (and continue..)
so I'll have to stop it (spamming Ctrl-C in the terminal) and fix the permissions with
Code:
sudo chown $(id -u) /Applications/Rome\ Total\ War.app
(and typing my password)
Maybe a more elegant fix would do the job as well.
Bookmarks