About Store Forum Documentation Contact



Post Reply 
Autoupdate error
Author Message
ksubox Offline
Member

Post: #1
Autoupdate error
After OpenGL fixes in OSX 10.8.3 I'm trying to start again with EE.
But after download OSX version, during Autoupdate I got error:

Can't write to Installation\Cg.framework\Cg

I checked path - it's symbolic link to existing file. Probably should be rewritten???
Could you explain how to solve this problem ?

Have a good time.
01-27-2013 03:28 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Autoupdate error
Thanks,

I've investigated the problem, it was about writing permission, you need to right click on the "Cg.framework" folder, click "get info" and on the bottom of the page select read+write permissions for "Me" user.

It will be setup correctly for next SDK.
02-14-2013 01:04 PM
Find all posts by this user Quote this message in a reply
ksubox Offline
Member

Post: #3
RE: Autoupdate error
I tested your suggestion and, sure, files/folders were read only.
So I made clear test:
1. Download Esenthel engine to new folder, set by "Get Info" read-write permissions
2. Started updater - got "Can't write to: Installation\Cg.framework\Resources"
3. Started updater again - got "Can't write to: Installation\Cg.framework\Headers"
4. Started updater again - got "Can't write to: Installation\Cg.framework\Headers"
...
I checked all permissions inside - all have 755 for directories or 644 for files

To make sure I checked for invisible files and didn't find any,
Also I made chmod -R u+w * to double sure, but result was the same: "Can't write to: Installation\Cg.framework\Headers"

So please take care about this for next update.
02-20-2013 04:54 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Autoupdate error
Hi, this issue was not yet fixed in last sdk, I'm still working on it.
The permissions are ok but I need to handle writing symbolic links in the autoupdate differently.
02-21-2013 09:42 PM
Find all posts by this user Quote this message in a reply
Post Reply