Finally Found a Solution to the No Screen update problem!

Ever since CS3 came out, Photoshop and Illustrator in particular (the worst offenders) wouldn't run properl
y on my system unless I did a full reboot before running either. Photoshop would load, but all palettes would be empty. Illustrator would forget t
o update the client area of the screen. Neither application was useable in that state. I have complained about it before, to no avail.
Now I have found the fix: Increasing the User Handle and GDI handle limits in Windows.
Here's an article on how to do this:
Increasing User Handle and GDI Handle Limits
Have you ever been working with a good number of applications at once? Are you a naturally born multi tasker? Alright, answer me this - who has had Windows buckle under the weight of all of these applications and display error messages stating that the system is out of memory or out of resources, buttons and menus do not work correctly, or you get an error sound but no message on the screen? I’ve hit this numerous times, to the point that I’ve lost work because of it…
(By the way, Adobe, can you please implement that little feature that Microsoft Office has had for years known as “auto save”? I don’t know how many times I’ve managed to completely max out Windows designing a web site and have had Photoshop fall over dead and disappear off my screen, only to find out that when I open Photoshop up again that the entire thing saved jack-all, all of those layers and documents gone poof into the void of darkness… if Microsoft can do it, why can’t you?)
Sometimes this happens even when you have a lot of system memory (RAM) still available. For instance, open up Internet Explorer and hold Ctrl+N to open up as many Internet Explorer windows as you can before menus, icons, and menus start displaying incorrectly, disappear, buttons aren’t clickable, etc. Close a few out and check your Windows Task Manager in the “Performance” tab, I bet you will find that a lot of your Physical Memory is still available.
This publication applies to:
    * Microsoft Windows 2000 Professional
    * Microsoft Windows 2000 Server
    * Microsoft Windows 2000 Advanced Server
    * Microsoft Windows XP Home Edition
    * Microsoft Windows XP Professional
    * Microsoft Windows XP Professional x64 Edition
    * Microsoft Windows XP Media Center Edition
    * Microsoft Windows XP Tablet PC Edition
DISCLAIMER: mikedopp.com and mikedopp hold no responsibility or liability whatsoever should something go wrong, or if you incorrectly modify the Windows Registry. Please take extreme caution while following this publication and follow the steps correctly.
“Okie-dokie, if I have all of this memory still available, why is Windows saying I’m out of memory and out of system resources!?”
Simple. You have hit the “user handle” or “GDI handle” limit in Windows. This limit is there for two reasons:
    * Leaky applications or faulty code & malware can’t easily crash the system by attempting to overflow the system with GDI handles, making everything un-usable until a reboot is performed.
    * To prevent a user from opening up more applications than the system can handle.
If you have 1 gigabyte (or 1024MB) of RAM or higher, the default User Handle and GDI Handle limits can be pretty restrictive when running a large working set of applications that demand the most from your system and tax it heavily.
“Do you feel my pain?”
Yes, of course. Otherwise, I wouldn’t be writing this article that is more than likely a good 2 or 3 pages in length.
I’m a designer and coder, I use Adobe Photoshop with a lot of documents opened up - on top of that, I usually listen to music while working as it helps me work better, so Windows Media Player 10 is usually open on my machine. Also opened are Windows Messenger, Microsoft Office Outlook 2003, SmartFTP (one of the best FTP clients I’ve ever used, highly recommended), Microsoft Word, a few dozen Internet Explorer windows, some Mozilla Firefox windows with a few tabs opened in each one, and EditPlus 2 for coding.
That’s a pretty heavy working set of applications, and I demand the most out of my computer when it comes to multitasking (I have a Pentium 4 2.66GHz, with 1.5GB of RAM just for those who are wondering).
I too have nailed these handle limits - more than once. After much searching and pondering I have finally come up with a working solution around this issue (hurray!)
“Yeah yeah, stop rambling and cut to the chase!”
First and foremost, I must warn you that modifying these settings incorrectly can render your Windows installation near useless. Also, depending on your computer configuration and the amount of RAM in your system, you may wish to play around with the numbers until you find a setting that is perfect for your computer.
To back up everything, open the Registry Editor (click on Start, Run, and then type “regedit.exe” (without the quotes).
To backup a registry key:
    * In the Registry Editor on the left hand side, you will see the navigation pane. Using your mouse or keyboard, navigate to the following subkeys:
    * HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
    * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows
    * Right click on each of the subkeys above in the left hand pane and from the context menu that appears, choose the “Export” option. Save the exported registry data file where ever you wish, but make sure that it will be accessible should we need to restore the files.
“OK, I’ve backed everything up! Now what!?”
Don’t quit the Registry Editor just yet - we still need to make some modifications in order to increase the handle limits in Windows.
With the Registry Editor opened, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems. You will notice a set of “REG_MULTI_SZ” and “REG_EXPAND_SZ” keys in the right hand pane. The one that we are interested in modifying is called “Windows”.
To modify the key, double click on it. It should look something like this:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
The section of this string we are interested in modifting is “SharedSection”.
In the SharedSection part of the string you will notice 3 numbers. What we are interested in is the middle value, “3072?. Modify this value so that the middle number is “8192?.
It should look something like this after modifying the value:
   %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,8192,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
Now that we’ve changed this, lets continue, shall we?
In the left hand pane of the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows. In the right hand side, you will see two REG_DWORD values, named “GDIProcessHandleQuota” and “USERProcessHandleQuota”. We will need to modify both of these.
The first key we will want to modify is “GDIProcessHandleQuota”. This keys value can be set between 256 and 16,384 (maximum), and the default value is 10,000. I’d recommend using 15,000 as a value for this key, however if you are doing a lot of multitasking, shoot for the stars and go with 16,384.
This key can not be set past 16,384 as it is the maximum acceptable value.
Now, lets modify “USERProcessHandleQuota”. This keys value can be set between 200 and 18,000 (maximum), with a default value of 10,000. I’d recommend increasing this value to the same number used with “GDIProcessHandleQuota”, however as previously mentioned if you are working with a hefty application workload, shoot for the stars and go wth the maximum value of 18,000.
This key can not be set past 18,000 as it is the maximum acceptable value.
Do NOT attempt to increase these values past the maximum - Windows will become very unstable and may even stop working correctly. If Windows starts acting up after changing these values, lower them until the issues are resolved, or restore the backups of these keys’ values that we created before making modifications.
Now that you’ve changed these values, restart your computer and tax the system using the Internet Explorer trick mentioned previously - open Internet Explorer and hold down Ctrl+N on your keyboard to open up new Internet Explorer windows. Continue this until menus, buttons, and user interface elements stop working correctly. Also, open any applications you run day-to-day while you are performing this, so that you can get more of an idea if you have everything configured correctly.
You may also want to monitor your memory usage and handles information in Task Manager to see whether or not the above registry values need any more modifications.
I hope this helps with any multi-tasking issues you may have run into while running Microsoft Windows, now get back to work!

You work like I do.  It's very cool that you published this fix for XP people, but yow, what a lot of detailed things to check/set!  Seems like it might just be simpler just to move up to Windows 7...
-Noel

Similar Messages

  • Finally Found a Solution to the Missing Palettes/No Screen update problem!

    Ever since CS3 came out, Photoshop and Illustrator in particular (the worst offenders) wouldn't run properl
    y on my system unless I did a full reboot before running either. Photoshop would load, but all palettes would be empty. Illustrator would forget t
    o update the client area of the screen. Neither application was useable in that state. I have complained about it before, to no avail.
    Now I have found the fix: Increasing the User Handle and GDI handle limits in Windows.
    Here's an article on how to do this:
    Increasing User Handle and GDI Handle Limits
    Have you ever been working with a good number of applications at once? Are you a naturally born multi tasker? Alright, answer me this - who has had Windows buckle under the weight of all of these applications and display error messages stating that the system is out of memory or out of resources, buttons and menus do not work correctly, or you get an error sound but no message on the screen? I’ve hit this numerous times, to the point that I’ve lost work because of it…
    (By the way, Adobe, can you please implement that little feature that Microsoft Office has had for years known as “auto save”? I don’t know how many times I’ve managed to completely max out Windows designing a web site and have had Photoshop fall over dead and disappear off my screen, only to find out that when I open Photoshop up again that the entire thing saved jack-all, all of those layers and documents gone poof into the void of darkness… if Microsoft can do it, why can’t you?)
    Sometimes this happens even when you have a lot of system memory (RAM) still available. For instance, open up Internet Explorer and hold Ctrl+N to open up as many Internet Explorer windows as you can before menus, icons, and menus start displaying incorrectly, disappear, buttons aren’t clickable, etc. Close a few out and check your Windows Task Manager in the “Performance” tab, I bet you will find that a lot of your Physical Memory is still available.
    This publication applies to:
        * Microsoft Windows 2000 Professional
        * Microsoft Windows 2000 Server
        * Microsoft Windows 2000 Advanced Server
        * Microsoft Windows XP Home Edition
        * Microsoft Windows XP Professional
        * Microsoft Windows XP Professional x64 Edition
        * Microsoft Windows XP Media Center Edition
        * Microsoft Windows XP Tablet PC Edition
    DISCLAIMER: mikedopp.com and mikedopp hold no responsibility or liability whatsoever should something go wrong, or if you incorrectly modify the Windows Registry. Please take extreme caution while following this publication and follow the steps correctly.
    “Okie-dokie, if I have all of this memory still available, why is Windows saying I’m out of memory and out of system resources!?”
    Simple. You have hit the “user handle” or “GDI handle” limit in Windows. This limit is there for two reasons:
        * Leaky applications or faulty code & malware can’t easily crash the system by attempting to overflow the system with GDI handles, making everything un-usable until a reboot is performed.
        * To prevent a user from opening up more applications than the system can handle.
    If you have 1 gigabyte (or 1024MB) of RAM or higher, the default User Handle and GDI Handle limits can be pretty restrictive when running a large working set of applications that demand the most from your system and tax it heavily.
    “Do you feel my pain?”
    Yes, of course. Otherwise, I wouldn’t be writing this article that is more than likely a good 2 or 3 pages in length.
    I’m a designer and coder, I use Adobe Photoshop with a lot of documents opened up - on top of that, I usually listen to music while working as it helps me work better, so Windows Media Player 10 is usually open on my machine. Also opened are Windows Messenger, Microsoft Office Outlook 2003, SmartFTP (one of the best FTP clients I’ve ever used, highly recommended), Microsoft Word, a few dozen Internet Explorer windows, some Mozilla Firefox windows with a few tabs opened in each one, and EditPlus 2 for coding.
    That’s a pretty heavy working set of applications, and I demand the most out of my computer when it comes to multitasking (I have a Pentium 4 2.66GHz, with 1.5GB of RAM just for those who are wondering).
    I too have nailed these handle limits - more than once. After much searching and pondering I have finally come up with a working solution around this issue (hurray!)
    “Yeah yeah, stop rambling and cut to the chase!”
    First and foremost, I must warn you that modifying these settings incorrectly can render your Windows installation near useless. Also, depending on your computer configuration and the amount of RAM in your system, you may wish to play around with the numbers until you find a setting that is perfect for your computer.
    To back up everything, open the Registry Editor (click on Start, Run, and then type “regedit.exe” (without the quotes).
    To backup a registry key:
        * In the Registry Editor on the left hand side, you will see the navigation pane. Using your mouse or keyboard, navigate to the following subkeys:
        * HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
        * HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows
        * Right click on each of the subkeys above in the left hand pane and from the context menu that appears, choose the “Export” option. Save the exported registry data file where ever you wish, but make sure that it will be accessible should we need to restore the files.
    “OK, I’ve backed everything up! Now what!?”
    Don’t quit the Registry Editor just yet - we still need to make some modifications in order to increase the handle limits in Windows.
    With the Registry Editor opened, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems. You will notice a set of “REG_MULTI_SZ” and “REG_EXPAND_SZ” keys in the right hand pane. The one that we are interested in modifying is called “Windows”.
    To modify the key, double click on it. It should look something like this:
        %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    The section of this string we are interested in modifting is “SharedSection”.
    In the SharedSection part of the string you will notice 3 numbers. What we are interested in is the middle value, “3072?. Modify this value so that the middle number is “8192?.
    It should look something like this after modifying the value:
       %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,8192,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now that we’ve changed this, lets continue, shall we?
    In the left hand pane of the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows. In the right hand side, you will see two REG_DWORD values, named “GDIProcessHandleQuota” and “USERProcessHandleQuota”. We will need to modify both of these.
    The first key we will want to modify is “GDIProcessHandleQuota”. This keys value can be set between 256 and 16,384 (maximum), and the default value is 10,000. I’d recommend using 15,000 as a value for this key, however if you are doing a lot of multitasking, shoot for the stars and go with 16,384.
    This key can not be set past 16,384 as it is the maximum acceptable value.
    Now, lets modify “USERProcessHandleQuota”. This keys value can be set between 200 and 18,000 (maximum), with a default value of 10,000. I’d recommend increasing this value to the same number used with “GDIProcessHandleQuota”, however as previously mentioned if you are working with a hefty application workload, shoot for the stars and go wth the maximum value of 18,000.
    This key can not be set past 18,000 as it is the maximum acceptable value.
    Do NOT attempt to increase these values past the maximum - Windows will become very unstable and may even stop working correctly. If Windows starts acting up after changing these values, lower them until the issues are resolved, or restore the backups of these keys’ values that we created before making modifications.
    Now that you’ve changed these values, restart your computer and tax the system using the Internet Explorer trick mentioned previously - open Internet Explorer and hold down Ctrl+N on your keyboard to open up new Internet Explorer windows. Continue this until menus, buttons, and user interface elements stop working correctly. Also, open any applications you run day-to-day while you are performing this, so that you can get more of an idea if you have everything configured correctly.
    You may also want to monitor your memory usage and handles information in Task Manager to see whether or not the above registry values need any more modifications.
    I hope this helps with any multi-tasking issues you may have run into while running Microsoft Windows, now get back to work!

    You work like I do.  It's very cool that you published this fix for XP people, but yow, what a lot of detailed things to check/set!  Seems like it might just be simpler just to move up to Windows 7...
    -Noel

  • Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

    Has anyone found a solution for the error "The iCloud Control Panel did not install properly".  I'm using windows 7 prof 64 and outlook 2010 and cant get to cloud to winkd ot my mail, contacts, calendar.  Cloud control panel version 2.0.

  • I've found a solution to the problem Dictation in Mountain Lion

    hi
    yes I've found a solution to the problem Dictation in Mountain Lion and it work with me now :
    you will find in :
    and dont forget  delete file name : com.apple.assistant.plist
    and rustart your computer .
    i hope it help alot of people ..
    abdulla - dubai - .

    I have the dictation up and running in a new version of Pages but it just keeps running and running and not doing a thing.  I could have typed my sentence 5 times by the time I waited for anything to happen.
    I have used Dragon on the iPad and it is amazing.  Seems that the iOS platform for the new iPad makes dictation a breeze.  A world different than trying to make it work on a laptop device using Mountain Lion.
    I think there are kinks to be worked out.  Looking forward to an update

  • Finally a SOLUTION for the black-screen problem!

    It took me almost a MONTH to find a solution to this wide-spread problem - and I had to do it by myself.
    I've got a Qosmio x300 (about 18 months old) and started having the black screen / lock-down problem about 6 months ago but it was sporadic. When it started getting worse, I took it in for repair, made sure it was cleaned religiously, had both a cooling pad and household fan directed at it to eliminate any possible overheating issue, made sure all of the *Toshiba* drivers were up to date according to their site, etc... The problem kept getting worse - to the point where I couldn't even open a browser without the dumb thing crashing.  VERY frustrating to say the least.
    Finally I gave up - I removed the nVidia driver that ran the GeForce 9700M GTS video card and used the standard VGA driver.  No more lock downs, but it limited what I could do because the on-board memory wasn't being utilized.  I re-installed the *Toshiba* drivers for the card and presto - lock-downs again.
    Fed up, I went directly to the nVidia download page and chose to have it automatically detect my card. Now, granted, it says to try to use the OEM versions of graphics, but Toshiba's drivers are FLAWED!  I installed the driver suggested directly from nVidia, and what do you know? Full use of the card again and not a single crash!
    I hope all of my frustration, and the solution that resulted from it, can help someone else not have to waste time, money, and hair on their heads as it did with me.  =)  The sad part about it all - this is a TOSHIBA flaw that affects a wide range of systems and models - and nothing has or is being done about it.
    Good luck!  =)
    Dave (Montreal, Canada)

    Which version of the nVidia driver did you use?

  • Has anyone found a solution to the login problem with Lion?

    I upgrade my 27" iMac Quad-core last week to Lion and everything was fine. I shutdown after a software upgrade and now I can't log in. Of course, Apple support is closed. I tried a number of the solutions on this site to no avail. Has anyone found a solution? *** has apple done to my system?

    Don't know if my problem is same as yours..after Lion install, frozen cursor in password field when logging in after starting up, beach ball. Couple of trips to Apple store, a number of phone calls to troubleshoot with Applecare. The last fellow who helped me found a workaround, just can't log in. He said engineers have reports of others with this problem so it's not just my machine but fix would probably come in software update. Been dealing with this since first week of Lion download. Hopefully they'll fix it eventually. I can use macbook now, but don't like not being able to have a screen login via password. No plans to ever again download a new op system on a mac...had no trouble installing win7 on older dell from vista.

  • One solution for the white screen of the dead on

    I bought a creative ZEN with the white screen. Then return this to the shop and then another ZEN with with screen of the dead but I found this solution:
    http://www.youtube.com/watch?v=a8g0sh7pc54
    It is important that the screen turn off, so it is necessarily for example that play some song.
    I try all things that they says in this forum but only this is OK.
    Hablo espa?ol por si alguno necesita ayuda en este idioma.

    because it works for the majority and not the minority doesnt mean its good it means there are some issues which need sorted for individuals.
    and my iphone is not jailbroken it has all original apple software on just had to circumvent the system to get it back to a stable working condition before the fantastic update to ios6 and i have also updated 4 devices 2 have had problems and 2 have not so figure that out. Apple should at least have admit there are issues with certain hardware and support there customers as a unhappy customer will allways remember the bad bits and not the good bits and you keep refering to the millions it works for what about the ones that it doesnt or are they not important or is your money better then mine i dont think so some how all i ask for is decent customer service that will resolve my issue but im guessing thats far to hard for you to comprehend and my phone is 2 month out of warranty which is why most of us are here i would think or we would all be at the apple store.

  • Has anyone found a solution to the issue of default email account on iPhone continually changing?

    I am seeing an irritating problem with the default mail account, calendar and contacts list on my iPhone 4.
    Every so often (I think it happens randomly after syncing or even just connecting the iPhone to my iMac without syncing) I notice that some or all of my default email account, calendar and contacts list have changed away from my desired default (which is my Exchange account).
    The iPhone is running iOS 4.3.5 (8L1) and I'm using iTunes 10.4.1 on my iMac.
    I found this discussion: https://discussions.apple.com/thread/1639451 dating back 2 years to the days of iOS 2.1 without any solution. Googling hasn't helped me find any answers yet.
    I have 5 accounts set up on the iPhone - a MobileMe "Find my phone" account that's only used for that purpose, not email, a GMail account, a couple of vanilla IMAP accounts and my main, Exchange 2010-based account that I use for mail, contacts and calendar.
    Most frequently after a change I find that the default email has switched to the GMail account, the calendar and contacts lists have switched to my iPhone and most of my Exchange account mail folders are empty and have to re-sync when I tap on them.
    I know from Googling that other people have been seeing similar issues.
    Has anyone found a workaround or solution?

    Has no one found any solutions to this?
    Or at least what causes it (so that it might be avoided)?
    I find it difficult to believe this issue has existed so long in iOS without being addressed!

  • Anyone found a solution to the corrupt preferences issue: CS4?

    Soooo, annoying. I don't understand how Adobe can have 20+ years of experience with Illustrator and still not have fixed a few simple things. I keep getting the corrupt preferences warning every time i open ill. I can't find any solutions anywhere for this. What is the deal?   
    If anyone can let me know how I can take care of this annoyance I would really appreciate it. It's driving me crazy.

    Sorry, ya. Silly me.
    Windows XP Pro. Running as admin.
    I've deleted the settings folder. No effect. If I reboot Ill will present the same warning. If I close Illustrator for a couple hours, same thing. It's a common problem. I've seen plenty of people on the web complaining about it, including on this forum, but have never found any solutions that work. The common suggestion is to either move the settings folder or delete it altogether and have illustrator rewrite the pref file but like most other people out there, that hasn't worked. The issue is recurring. The other is to delete the pref file upon illustrator start up. Still same issue. No matter what, when illustrator closes it corrupts the pref file or when it opens it doesn't recognize the pref file as valid. Quite annoying. So, my recent files don't show up, my keyboard shortcuts, gone, my scratch disk settings, units, all of that has to be redone everytime. My workspace is unaffected though. So really, it's just the pref file. It really is quite annoying. Any help from anyone would be greatly appreciated.

  • Has anyone found a solution to the poor battery life in Mavericks?

    Hi all,
    I was wondering if anyone has found a reliable solution to the poor battery life after updating to Mavericks. I tried to have the Mac shutdown by letting it go all the way dead and then charge it back up but it still is lousy. To literally see the battery guage go down in such a short period of time is surprising as I didn't have this in my previous OS. My machine is a five month old Macbook Pro Retina. I want to say I started seeing this change after installing the last Mail update for Mavericks. I definitely didn't encounter it after the initial update to Mavericks.
    Thoughts, comments, ideas?
    Ed

    Read through the posts on the right side of the page under 'More Like This'. Several fixes have been mentioned amongst them. But as there was an issue in Mountain Lion that was rectified with an update then it may just be a case of waiting to see if Apple issue a solar update for Mavericks. Remember it has only been out two weeks so I would doubt that if there is an update coming for it that they would release it without thorough testing.
    Cheers
    Pete

  • I found a solution to the phantom unread email. Download the yahoo App from the App Store and don't use the iOS 7 mail App

    The Apple customer support was unable to fix it, as numerous blogs say.

    Has no one found any solutions to this?
    Or at least what causes it (so that it might be avoided)?
    I find it difficult to believe this issue has existed so long in iOS without being addressed!

  • Finally found a solution to photos appearing correctly in Contacts!

    I'm just posting this to hopefully help others who may be struggling to get photos to appear in the contacts section of their iPod. I've got a 5th gen iPod, and I had no problem importing contact information to it from Address Book, including the photos, up until updating to OS X v10.4.6 and/or updating to the latest iPod update (v 1.1.1). Then, for some reason, I was able to get all the information except the photos to transfer from Address Book to the iPod.
    I tried several things, but what finally worked was making sure to add the photos in Address Book using the "Use Custom Image" command under the "Card" menu. I had been pasting photos into the picture area in Address Book from the clipboard, which looks fine there, but doesn't seem to want to transfer to the iPod. If I ONLY add photos to Address Book using the Use Custom Image command, all works well.
    I hope that helps anyone looking for an answer to this question.

    I guess this question is answered (for me, anyway). I just wanted to post something helpful to someone else.

  • Short of waiting for iOS 8.2 to be released has anyone found a solution for the disappointing performance of iOS 8.1.3? I did the update two nights ago and nothing (including mail, messages, Wi-Fi) will open. They constantly crash.

    iOS 8.1.3 update problem.

    Millions have not had a problem so perhaps yours is due to a bad install. What troubleshooting steps have you done? Restart, reset, restore from backup, restore as new are steps you can take to try and resolve the problem.

  • HT201375 Has anyone found a solution to the "Mavericks will not install new fonts" Issue? Has apple even admitted it yet?

    Question is simple enough, Oh and by the way, my system is NOT what this forum page has decided to tell me that it is (no way evident to change it).

    Hi Arthur,
    Thanks for taking the time to reply.
    1. I am glad your Mavericks doesn't have the problem. I am sure there are a lot of Mavericks out there that don't have the problem, and yes, you are correct, I, along with ALL of the other people that are complaing of this problem all over the internet, including this support forum itself, are having problems with our own Mavericks installations.
    2. Agreed, Apple doesn't have a good track record of admitting to the bugs in its Operationg Systems, but don't worry, Microsoft is just as bad. Technology is about making money after all.
    3. Thanks for the instructions for updating my profile.
    4. I took the precaution of removing all of my data from this machine. and wiped its harddrive.
    I did a fresh install of Snow Leopard (the OS it came with), upgraded to Mountain Lion, and then upgraded to Mavericks before doing anything at all to the machine, and before installing anything on it.
    So with this Fresh, brand new install of Mavericks (I dont trust upgrades - for good reason) I installed Open Office, Adobe Creative Suit CS6, Google Chrome, Filezilla, Firefox and Thunderbird, and Microsoft Remote Desktop client.
    That's it.
    The font that will not install is any of the fonts from the Univers family.
    We have had this font in our office for the seven years I have worked there. It installs fine on all Macs from Tiger (10.4) to Mountain Lion (10.8) (I have just finished tesing this on a number of these machines).
    We have one other mavericks machine but this font was already installed on it when it was upgraded from Mountain Lion to Mavericks so it works.
    here is the report from EtreCheck:
    Hardware Information:
        MacBook Pro (13-inch, Mid 2009)
        MacBook Pro - model: MacBookPro5,5
        1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
        8 GB RAM
    Video Information:
        NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
        OS X 10.9.1 (13B42) - Uptime: 0 days 0:53:47
    Disk Information:
        Hitachi HTS545016B9SA02 disk0 : (160.04 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) /: 159.18 GB (30.03 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        HL-DT-ST DVDRW  GS23N 
    USB Information:
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Startup Items:
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        StartOuc: Path: /Library/StartupItems/StartOuc
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.adobe.CS4ServiceManager.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [not loaded]    com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
        iTunesHelper
    Internet Plug-ins:
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        AdobePDFViewerNPAPI: Version: 10.1.9 3rd-Party support link
        AdobePDFViewer: Version: 10.1.9 3rd-Party support link
        Flash Player: Version: 12.0.0.44 - SDK 10.6 Cannot contact Adobe
        JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 1.9 - SDK 10.9
        AppleAVBAudio: Version: 2.0.0 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
        Flash Player  3rd-Party support link
        Java  3rd-Party support link
    Bad Fonts:
        None
    Old Applications:
        dynamiclinkmanager:    Version: 6.0.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
        dynamiclinkmediaserver:    Version: 6.0.1 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
        Time Machine not configured!
    Top Processes by CPU:
             4%    WindowServer
             2%    EtreCheck
             1%    firefox
             0%    ouc
             0%    loginwindow
    Top Processes by Memory:
        369 MB    firefox
        188 MB    thunderbird
        147 MB    soffice
        147 MB    com.apple.IconServicesAgent
        115 MB    mds_stores
    Virtual Memory Information:
        5.24 GB    Free RAM
        1.46 GB    Active RAM
        490 MB    Inactive RAM
        584 MB    Wired RAM
        394 MB    Page-ins
        0 B    Page-outs
    This is a lot more information than has been provided by almost all of the other posts on all the forums I have been reading about this problem, and most of the posts have a lot of people chiming in saying,
    "It works fine for me, so it must not be a problem".
    Not a lot of help has been forthcoming for the others in this same situation that I have been reading of, and most are resorting to Third Party Programs in an attempt to get fonts installed, all with varying degrees of success.
    I am not willing to use a third party program to do something the operationg system should be able to do itself.
    I have tried pasting the fonts themselves into all of the various fonts folders in the OS, to no avail.
    I will be very interested to hear what you make of the information I have supplied.
    Thank you again for your reply. I look forward to hearing back from you.

  • When will Firefox have a solution for the 'McAfee site advisor' problem in the new version 5 of the browser?

    I love Firefox and always keep it updated with the latest version, but the new version 5 keeps saying that McAfee Site Adviser will be disabled when I upgrade. So, I haven't downloaded the upgrade. I also love and depend on my site adviser and I'm not willing to loose it. Is Firefox working on a solution for this problems and if so, when do they expect to have a solution in place?
    Thanks for a reply,
    Wendy Ragsdale
    Clearwater, Florida

    Wendifly
    Isn't that sweet! You found a solution & the problem is solved. Now would you care to enlighten the rest of us here?

Maybe you are looking for

  • Flex 4 Release Build breaks text editor

    I was working on an editor using FB4 beta 2. Fonts were loaded at runtime ... CFF is being used. In Flex 4 SDK that comes with FB4 beta 2, my spark rich text field sitting in a group in my application looks fine - proper font families applied and ren

  • Flashing/blinking black once awhile on certain website.

    Firefox is flashing/blinking black once awhile on my desktop PC. It only happen on certain websites (such as facebook or my personalized iGoogle). It doesn't happen with Chrome nor IE. Weirdly, it doesn't have the same problem on my laptop... To me,

  • How to find the new tables and columns in a schema

    hi..good morning to all... I have a schema ABC which owns some objects. Now some days before I have made another schema XYZ which was a replica of ABC schema. between these days some new tables, new columns in the existing tables(with or without defa

  • How do I activate Caller ID?

    I have a new iPhone 5s and downloaded IOS 8.0.2.  There is no switch for CALLER ID under Settings > Phone.  When I make a call, the receiver gets a NO CALLER ID or RESTRICTED message instead of my caller ID.  I tried a soft and hard reset, but that d

  • (Another) problem with custom painting using JApplet and JPanel

    Hi all, I posted regarding this sort of issue yesterday (http://forums.sun.com/message.jspa?messageID=10883107). I fixed the issue I was having, but have run into another issue. I've tried solving this myself to no avail. Basically I'm working on cre