You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

OSX Lion 10.7 Compatibility

UserPost

4:56 pm
September 15, 2011


Armen

Member

posts 25

I recently upgraded to Lion and everything seems to be working fine except it askes for the serial key every time you open both diffusion toolkit and trackvis.

3:41 pm
September 16, 2011


Ruopeng

Admin

posts 406

I don't have a Lion system to test with but I suspect this is a permission issue. TrackVis might mistakenly try to write preference files in a system location. Did you run it as Admininstrator?

Ruopeng

11:27 am
September 19, 2011


Armen

Member

posts 25

Post edited 3:33 pm – September 19, 2011 by Armen


Yes, it does it when I'm running as administrator.

12:16 pm
October 3, 2011


xicot

Porto

New Member

posts 1

Armen said:

I recently upgraded to Lion and everything seems to be working fine except it askes for the serial key every time you open both diffusion toolkit and trackvis.


Im having the same problem…do you know how can i fix it??

 

regards

 

Francisco Marques-TEixeira

5:06 pm
October 5, 2011


Ruopeng

Admin

posts 406

I'm still trying to locate a Lion system so I can replicate the problem, stay tuned…

Ruopeng

11:30 am
October 11, 2011


Ruopeng

Admin

posts 406

Post edited 3:44 pm – October 11, 2011 by Ruopeng


OK. I finally tested it on a Lion system and I got the same problem. Upon further investigation, the problem is somehow Lion prevents TrackVis from writing license setting file to system folder /Library/Preferences/, even if you're running as admin. The reason TrackVis chose to write license data to system folder was purely for convenience reason. So if multple users shares one Mac they don't have to enter License for each account. As I look back now, it's probably not a good idea.

Anyway, I will update the code so that it writes to user's own preference folder. Meanwhile, the workaround is to change the permission of "/Library/Preferences" folder temporarily to writable-to-all. To change it, open the Terminal application (in /Applications/Utilities), and type:

sudo chmod a+w /Library/Preferences

You will be prompted to enter your password to make the change. After that run TrackVis and enter the license info. Then close TrackVis. The license info should've been saved. To double-check, you can run TrackVis again to see if it still asks you for license.

At last you can restore the original permission setting of /Library/Preferences like this:

sudo chmod og-w /Library/Preferences

That should do it. Let me know if that works.

Best,

Ruopeng

12:28 pm
October 13, 2011


Armen

Member

posts 25

That worked.  I am still having issues with Trackvis crashing when trying to save and open ROIs in Lion.

 

Thanks.

Armen

3:57 pm
November 10, 2011


Ruopeng

Admin

posts 406

This issue has been fixed in the new release.

Cheers,

Ruopeng