Troubleshooting

Hardware Troubleshooting 101

I've taken the time to share my most often used fixes for common technology issues. We can call it Troubleshooting 101. When it is my turn to help you, these are the steps I follow. Now you can have the same insight into troubleshooting for those times when you want to help yourself.

Most issues with electronic hardware can be solved with a few simple troubleshooting steps. Here is a list of them, in the order you should apply them for best results.



If you've tried everything but still have an issue, you can CONTACT me for additional support.

Fix Universal Type Client "OS Activation errors"

UTS
Extensis seems to acknowledge that a bug exists with their font management applications (both Suitcase Fusion and Universal Type Client) that results in "OS Activation error" messages with certain fonts. This is a frustrating bug for graphic designers using Mac OS X, since the fixes described in the documentation do not always work, or require a reboot to complete.

I've discovered a fix and packaged the routine into a handy Automator application called Purge-Font-Cache-UTC. It does not require a reboot, and has successfully allowed fonts to activate that previously generated the "OS Activation error" messages. As with most free software, there is no warranty and you take full responsibility for any use.

arrow-right-double-2
You can download Purge-Font-Cache-UTC by clicking here.

Here is what happens under the hood when you run the application, comprised mostly of shell scripts:

  • killall FMCore (this will quit UTC if it was running)
  • atsutil databases -removeUser (this is the cure for the problem: the corrupt User font cache is deleted)
  • atsutil server -shutdown (this stops the OS font service, fontd, and spawns a new one)
  • open /Applications/Universal\ Type\ Client.app/ (this reopens UTC and FMCore should restart with it)

Now try activating those fonts that were not working previously. They should work just fine now. You may or may not need to relaunch your design application to reflect the newly activated fonts. Let me know if you have any feedback or suggestions here.