Does not install properly on Mac OS X
I've attempted to install Playtime but after several attempts, it does not show up in any VST folder, does not exist on my system. The Track Template file does install properly however, which seems odd. I wonder if it's because my system drive is labeled "Mavericks" not the default "Macintosh HD"...
Comments (12)
-
repo owner -
repo owner re
#198re#310Introduce app data fallback logic and merge controller dirs→ <<cset 74c009f380d3>>
-
repo owner re
#198Fix latest change on OS X→ <<cset 54a942463ce4>>
-
repo owner Note to self:
- http://s.sudre.free.fr/Software/Packages/Q&A_3.html
- https://stackoverflow.com/a/11487658: Read from "You want to install items into the current user’s home folder."
Playtime itself now is able to read data (controllers, user guide) from portable REAPER folder, user home ApplicationSupport folder and system ApplicationSupport folder. It is also able to read/write settings.ini (preferences, license) from/to portable REAPER folder and user home ApplicationSupport folder. So no matter where the installer puts stuff, Playtime should be able to find it.
The remaining issues to solve:
- If the installer installs Playtime system-wide, the REAPER templates are also installed system-wide. REAPER won't be able to find them because it looks only in the user home ApplicationSupport folder.
- If the installer installs Playtime per user and the REAPER installation for some reasons doesn't have the user home ApplicationSupport VST folder on its VST search path, it won't find Playtime.
- The installer is buggy because without any customization step by the user it sometimes installs system-wide and sometimes per user.
-
repo owner Solution ideas:
- Let Playtime itself make sure the templates are at the rigt place whenever it's started. Can be done already on first scanning, then the templates will be immediately available after installation.
- Make the installer not allow per-user installations (but what about existing per-user installation?)
- Solved by 2
-
repo owner re
#198Copy templates to REAPER from common app data dir if not portable→ <<cset 65fb4026172e>>
-
repo owner re
#198"Playtime" rather than "playtime", fix directory creation error→ <<cset dfb952dc963e>>
-
repo owner re
#198Windows installer: Put resources into common app data directory→ <<cset 8cbb7b125e49>>
-
repo owner re
#198Fix duplicate line→ <<cset 5fc08d084ef4>>
-
repo owner re
#198OS X installer changes- Never install into user home
- Install templates to Playtime directory instead of REAPER directory
→ <<cset 078cc40fd549>>
-
repo owner re
#198Disable custom install, migrate to latest Packages file format→ <<cset 08184e5fc819>>
-
repo owner - changed status to resolved
- edited description
- Log in to comment
I just also experienced odd behavior of the installer. It installed Playtime in the system-wide folders instead of the user folders. Will look into it.