Hope this hasn't already been addressed here, but I searched & didn't find a solution.
I recently bought Rev Studio 3.5. I launched it, registered, & all's well. But when I quit Rev & open it again later, I'm prompted to register again. Any suggestions how I can fix this?
TIA!
(BTW, I'm running OS X 10.5.8. I also have Rev Media 4 installed, & my old Rev Studio 2.5.1 but it's on another volume.)
My Rev registration doesn't "stick"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Solved!
In case anyone else runs into this, what caused Rev to fail to register was a permissions problem. For some reason Rev's Application Support folder was owned by root, not me. So when you register, Rev can't save your registration because it cannot write to the necessary folder (which is ~/Library/Application Support/Runtime Revolution/Licenses).
Solution, change the permissions. In my case, I opened Terminal then
Solution, change the permissions. In my case, I opened Terminal then
Code: Select all
sudo chown -R dablock:staff ~/Library/Application\ Support/Run*
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
I'm curious as to how that happened. Normally everything in the user's folder is owned by the user, with the system getting finicky only about things outside of that folder.
Do you know how the ownership of your /Users/<username>/Library/Application Support folder got changed?
Do you know how the ownership of your /Users/<username>/Library/Application Support folder got changed?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Hey, Mr. Gaskin himself! I've read many, many of your posts over the years. Thanks so much for all of your contributions!
This permissions issue may be a problem with the Rev installer or Rev itself because only my Rev folders (for Rev Studio & Rev Media) were owned by root. Every other folder in & including the app support folder is owned by me.
There are multiple accounts on this computer. Perhaps I used another account to run the installer? I just don't recall.
I could do some additional troubleshooting if this becomes an issue.
Thanks!
This permissions issue may be a problem with the Rev installer or Rev itself because only my Rev folders (for Rev Studio & Rev Media) were owned by root. Every other folder in & including the app support folder is owned by me.
There are multiple accounts on this computer. Perhaps I used another account to run the installer? I just don't recall.
I could do some additional troubleshooting if this becomes an issue.
Thanks!
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Happy to help. Thank you very much for the kind words; made my day.
If you ever find out the root of that problem (please pardon the pun), post it here. Now and then when doing support for some of the products I manage I come across stranger permissions issues on OS X, but haven't been able to pin them down. Additional data points on even loosely related issues may be helpful.
TIA -
If you ever find out the root of that problem (please pardon the pun), post it here. Now and then when doing support for some of the products I manage I come across stranger permissions issues on OS X, but haven't been able to pin them down. Additional data points on even loosely related issues may be helpful.
TIA -
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn