fixed1t Mac Support 728x90

Amazon Best Deals

Search This Blog

Showing posts with label crash. Show all posts
Showing posts with label crash. Show all posts

Wednesday, 18 February 2015

fixed1t Apple Mac Support Renamed To Apple Mac Support Fixes

fixed1t Apple Mac Support Renamed To Apple Mac Support Fixes

Hi, as you know I've been publishing 'Working' Mac Support Fixes and associated 'How I Do It' Youtube videos for some years, but realised that having fixed1t at the start of the title reduced Blog traffic and views.

Therefore, I've renamed the Blog to:

Apple Mac Support Fixes 

Please delete your previous fixed1t Mac Support Bookmark and updated your bookmarks to this page.  I've also taken the opportunity to embed some links in some of my youtube videos, as a banner note in the top right hand corner, to take you to a playlist of fixed1t videos on the related topic, so you won't have to search around for the next videos.  Please try it out by selecting one of my recent Apple Mac Yosemite videos and let me know if this works. by leaving a note on this post, thanks.




I've also decided this blog shouldn't only be about the fixes I've already created, but should be an active tool for others to post items on, so if you find an Apple Mac Support problem that you'd like me to investigate and try and find a fix for, just post a question on this Blog and I'll try and take a look, if I solve it I'll post the solution.

Thanks for your continued support.

Malcolm (aka fixed1t)

Wednesday, 3 December 2014

Fixing iTunes Error - 45054 dont have enough access privileges

Hi,
One of my fixed1t software users did an update which included iTunes with a view to moving to Mavericks.  He then went to open iTunes to test it out but it totally refused to work and displayed the following dialogue:

You do not have enough access privileges for this operation
Clicking OK then brought up the following Dialogue:

An unknown error occurred (-45054)
He asked if I could kindly take a look into it and I have 'Another fixed1t Software Solution.

Looking at the relevant iTunes files and associated files and folders I spotted that the Users folder was missing an innocuous System Folder named Shared that needs to be present in the Users Folder.

Screen capture of Users folder - No Shared folder is present

Given that iTunes and other Applications and Processes use this folder to hold and share privileges, amongst other things, I set about to replace it.

As this is a System folder it isn't simply a matter of right clicking and adding a new folder called Shared in the Users folder.  To do this, you have to do a little bit of Unix coding using the free Apple Terminal Program.

Terminal in found in the Utilities folder which is within the Applications folder:


Open the terminal window and type in the following Unix command mkdir to make a new Directory Folder within the Users folder and press Return:

sudo mkdir -p /Users/Shared/





If you have the Users folder open on the desktop it should now look like this:


A Shared folder should now be visible.  However, this isn't the end of the job. The permission on this new folder will not allow iTunes to use it.  To make the folder fully accessible your use the Unix Command chmod to and set it to the folders permissions and privileges to 1777 (if your running Mac OS 10.6 as I am here).  If your running Mac OS 10.5 use the code 777)  These codes give the shared folder a kind of 'Universal Donor' status so it can be used by other programs and processes, sort of permissions to all.

So at the Terminal Prompt now type:

sudo chmod 1777 /Users/Shared




After pressing Return, the job is done and you can quit the Terminal.

When you go back to the Applications Folder and open iTunes it should now spring back into life with the errors gone, it worked for me.


As with all system fixes, it would be advisable to logout and log back in again to see if it still works.  If it doesn't rebuild and fix the disc permissions.

I'll do another blog about that shortly.

If you a Garageband User check out my converter and sample/loop extractor videos on youtube.

http://www.youtube.com/watch?v=1KJcFR4DKKk

If this posting was of use please leave a comment and give it the thumbs up.

Thanks fixed1t

Wednesday, 14 May 2014

Emptying The Cache In Mavericks Safari

Why can't software designers leave the user interface of software alone and concentrate on making it more stable and quicker you ask? Well,  thats because UI is a quick win "Look What I Did, Doesn't It Look Cool" even if it slooowwws things down and makes it problematic.  So after messing up safari, here's how to kill the latest cache from the new secret (NOT) hidden items.







Thanks for looking!! fixed1t

Friday, 22 November 2013

fixing Mac Adobe Creative Suite White Registration Window Lock Up Error

It always happens, just when you think you've got the handle on things and you decide to do that quick 10 minute job, then have an early night, you discover things have broken.  LOL,  Such as it was a couple of nights ago.  And did I do the sensible thing and 'go to bed' nope, in the words of Conan Doyle voiced by Sherlock Holmes, "the game is afoot".

I was about to put a couple of lines on my fixed1t website, I hit the button and rather than Dreamweaver springing into life, a blank white pane appears and all the menus were locked up, the only exit from this was a forced exit.

I searched the adobe site, and used their software to reset the licensing, but to no effect. I even deleted all of the software and re-installed it twice to no effect. I also looked at the package trace and the Activity monitor.  I then installed dreamweaver an older machine, and realised the window form that was opening blank was the online registration form.  So after further deliberation and testing, I have created the following Youtube video showing people how to fix and avoid the problem.

https://www.youtube.com/watch?v=enTN_QRCnAU


If this fixed your problem and saved you valuable time please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps and we all know how expensive it is to call an expert in.  But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.

Please check out my other videos and blogs.

Many Thanks

fixed1t

Wednesday, 30 October 2013

Fixing You do not have enough access privileges for this operation Error - 45054

I wrote a quick blog the other day named:

"Fixing iTunes You do not have enough access privileges for this operation Error - 45054"

I've had a reply from a user on the Apple Support Communities:

https://discussions.apple.com/message/23559528?ac_cid=tw123456#23559528

" It fixed DiskWarrior "

So if your having privilege problems with Disk Warrior, please try out the  Shared folder fix.

If this fixed your problem and saved you valuable time please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps and we all know how expensive it is to call an expert in.  But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.

Please check out my other videos and blogs.

Many Thanks

fixed1t

Fixing iTunes 45054 Part 2 - What To Do If The Shared Folder Already Exists?

Hi,

I'm really happy that my itunes fix is helping so many of you.  I've received some comments to a posting on the Apple Community from those who have looked for and found the Shared folder and are a little stuck as what to do.

If the folder already exists then skip the mkdir step:

Go straight to the chmod section:

To make the folder fully accessible your use the Unix command  chmod  to and set it to the folders permissions and privileges to 1777 (if your running Mac OS 10.6 as I am here).  If your running Mac OS 10.5 use the code 777)  These codes give the shared folder a kind of 'Universal Donor' status so it can be used by other programs and processes, sort of permissions to all.

So at the Terminal Prompt now type:


sudo chmod 1777 /Users/Shared



Then try to start iTunes, it really should work.  If it doesn't use the disk Utilities to repair your permissions and then restart your machine a try again.

If this fixed your problem and saved you valuable time please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps and we all know how expensive it is to call an expert in.  But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.

Please check out my other videos and blogs.  

Many Thanks 

fixed1t

Monday, 28 October 2013

Fixing iTunes You do not have enough access privileges for this operation Error - 45054

Hi,
One of my fixed1t software users did an update which included iTunes with a view to moving to Mavericks.  He then went to open iTunes to test it out but it totally refused to work and displayed the following dialogue:


You do not have enough access privileges for this operation
Clicking OK then brought up the following Dialogue:


An unknown error occurred (-45054)
He asked if I could kindly take a look into it and I have 'Another fixed1t Software Solution.

Looking at the relevant iTunes files and associated files and folders I spotted that the Users folder was missing an innocuous System Folder named Shared that needs to be present in the Users Folder.



Screen capture of Users folder - No Shared folder is present

Here is the youtube video I created to enable me to fix this problem, I hope it helps you.





Once you've complete the instruction in the video and go  back to the Applications Folder and open iTunes it should now spring back into life with the errors gone, it worked for me.




As with all system fixes, it would be advisable to logout and log back in again to see if it still works.  If it doesn't rebuild and fix the disc permissions.


I'll do another blog about that shortly.


If you a Garageband User check out my converter and sample/loop extractor videos on youtube.


fixed1t mac garageband to iPad converter video


If this fixed your problem and saved you valuable time please consider making a small donation using the Donate button at the top of the right hand column. Even a few dollars really helps and we all know how expensive it is to call an expert in.  But if you don't wish to donate thats fine but it would useful if you could give the fix a thumbs up and pop back to leave a message.


Please check out my other videos and blogs.  

Many Thanks 

fixed1t