Using STL collections in Photoshop plug-ins

Hello!<br /><br />Would you explain one moment. I need use a lot of STL collections in my Photoshop plug-in.<br /><br />First, I try to write something like<br />---------------------------------------------------------------------<br />#include <map><br />#include <string><br /><br />...<br /><br />  map<int,string> foo;  // BANG!<br />---------------------------------------------------------------------<br /><br />Next, I try to use Photoshop Basic Suite:<br /><br />---------------------------------------------------------------------<br />#include <algorithm><br /><br />namespace std {}<br />using namespace std;<br /><br />#include <PIFormat.h><br /><br />extern SPBasicSuite     *g_sSPBasic;<br /><br />inline void * operator new ( const size_t size )<br />{<br />     void *result = 0;<br /><br />     if( 0 != g_sSPBasic )<br />     {<br />          void     *temp;<br /><br />          if( g_sSPBasic->AllocateBlock( size, &result ) )<br />          {<br />               result = 0;<br />          }<br />          else<br />          {<br />#ifdef     DEBUG<br />               char     *tmp = static_cast<char*>( result );<br />               fill( tmp, tmp + size, 0xEB );<br />#endif<br />          }<br />     }<br /><br />     return     result;<br />}<br /><br />inline void operator delete ( void * ptr )<br />{<br />     if( 0 != g_sSPBasic )<br />     {<br />          g_sSPBasic->FreeBlock( ptr );<br />     }<br />}<br /><br />//  the same for operator new[] and operator delete[]<br />---------------------------------------------------------------------<br /><br />Now simple STL collections can be created.<br /><br />Is there more laconic way to create STL collections?<br /><br />Moreover. This code is very dirty. For example, I even don't sure that Simple Suite address is constant between calls of plug-in entry point. So I think this is an awful dangerous code (just imagine the effect of two copies of of Adobe Photoshop using plug-in using this operators simultaneously).<br /><br />Do you have some ideas how to make it clean and working?

2 all
On dynamic C++ memory management in Adobe Photoshop plug-in
As there are some people interested in the question I'll try to explain a technique I use at present.
I have two memory allocators:
a) based on Adobe's Basic Suite for small blocks (under 2Kbytes)
b) based on Adobe's Handle Suite for large blocks (above 2Kbytes)
operator new and operator new[] allocate 4 additional bytes for every allocation, store in the first 4 bytes handle to memory allocator used for this new or new[] call, and return pointer after this handle.
operator delete and operator delete[] takes memory allocator handle from the pre-pointer 4 bytes, and dellocate memory using correct memory allocator.
This strategy works well.
Does anybody know a better dynamic memory management technique to use with Adobe SDK for Adobe Photoshop plug-ins?

Similar Messages

  • How to launch photoshop plug-ins under Lightroom?

    Do Somebody know a way how to launch Adobe Photoshop plug-ins under Lightroom?
    Especially the case is interesting when there is only Lightroom and there is not an installed copy of Photoshop.
    There are some 3th party favorite Photoshop's plug-ins (some may be commercial)  which I would like to apply on picture into Lightroom. But Photoshop arent more used. And even arent installed. How is possible to use photoshop's plug-ins into Lightroom?

    Thank Misterretro! You are bet! This tool is indeed the answer on my needs.
    Jim, fortunately, you were wrong. As I can see now there is a way how to launch Photoshop plug-ins under Lightroom, (and also iPhoto, Aperture and etc). At last, the link above promises it, To say it exactly it needs to try.
    PS. As I can see, not all Photoshop plug-ins are supported. (But my favorite it should be hosted) This tool "LaunchBox" can integrate into Lightroom only 3th party filter (like AlienSkin, AutoFX, Topaz and etc..) plug-ins but not standard Photoshop filters because obviously what standard Photoshop filters arent plug-ins but these are a part of Photoshop binary code.

  • Fireworks CS5 not finding Photoshop plug-ins

    I recently installed Alien Skin Eye Candy 6 and Exposure 3 64-bit plug-ins. They are in my Photoshop plugins folder.
    When I open the Fireworks preferences and select this as the Photoshop plug-ins folder, the plug-ins are not available in Fireworks. I just get the standard Fireworks list and "Photoshop Live Effects".
    I tried trashing the preferences to no avail, and tried on a new user account - and really just can't understand why it is failing entirely to find the 3rd party plugins. Its no big deal - I hardly ever use them... but would still like to have them in the tank should they be needed for any reason.
    Any help gratefully received.
    Cheers,
    Steve Jones
    PS: Running Fireworks CS5 (11.0.0.484) on a MacBook Pro i7 2.66Ghz with 8GB RAM, Mac OS X 10.6.6

    Yep, that would do it alright. I thought it was a 64 bit application.
    I have contacted Alien Skin to see what the story is with running both 64 bit and 32 bit versions of the plugins on the same machine. I'm assuming that, presuming I can get access to the 32 bit installers, installing them directly into Fireworks own plugins folder will work if the Photoshop Plug-Ins checkbox is unchecked.
    I will update this thread when I have a definitive response from Alien Skin.
    Cheers
    SJ

  • Migrating to CC - Photoshop plug ins

    I do posses a vast number of photoshop plug-ins installed in CS6; now I am migrating to CC; how do I migrate the filters and plug-ins?

    Welcome to the forum,
    As John stated, it's best to check with the developers websites of each plug-in and see if they offer updated versions for Creative Cloud software, or further information about upcoming updates or compatibility issues with Creative Cloud.

  • Upgraded to OS Mavericks- CS5 updates error messages + DOUBLE Photoshop plug ins CRASHES

    ...sigh...If anyone can help me, I will be eternally grateful!
    I updated my MacBook Pro (fall 2010?) to Mavericks so I could still use my CS5 Suite.
    Adobe Updater kept saying "unable to download" all updates....
    Then, using Photoshop, I found that ALL of my "Automate" menu plug-ins had doubled themselves.
    When looking in Plugins Folder, I could not find any duplicates.
    Ah! Also upon launching, I get this message:
    Error loading the Alien Skin Autolayer module. There is already a copy of Autolayer loaded. Please check your plug-in folders for multiple copies of 'Alien Skin Autolayer 3.8li' and remove the oldest one.
    Upon looking in that folder, there is only one copy of 'Alien Skin Autolayer 3.8li'
    *Also, below is the extremely long crash report generated:
    Process:         Adobe Photoshop CS5 [2834]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.4 (12.0.4x20110407.r.1265] [12.0.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [251]
    Responsible:     Adobe Photoshop CS5 [2834]
    User ID:         501
    Date/Time:       2015-04-17 14:09:47.511 -0500
    OS Version:      Mac OS X 10.9.5 (13F1077)
    Report Version:  11
    Anonymous UUID:  258D7831-8F27-9F8E-F349-47409791F944
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff5f3ffff8
    VM Regions Near 0x7fff5f3ffff8:
        MALLOC_NANO            0000608000a00000-0000608002600000 [ 28.0M] rw-/rwx SM=PRV 
    --> STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
        Stack                  00007fff5f400000-00007fff5fc00000 [ 8192K] rw-/rwx SM=COW  thread 0
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0   com.extensis.AutoActivationPlugin.PS12 0x000000012266e331 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 39
    1   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    2   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    3   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    4   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    5   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    6   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    7   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    8   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    9   com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    10  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    11  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    12  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    13  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    14  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    15  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    16  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    17  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    18  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    19  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    20  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    21  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    22  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    23  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    24  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    25  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    26  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    27  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    28  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    29  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    30  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    31  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    32  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    33  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    34  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    35  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    36  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    37  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    38  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    39  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    40  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    41  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    42  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    43  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    44  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    45  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    46  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    47  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    48  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    49  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    50  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    51  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    52  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    53  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    54  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    55  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    56  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    57  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    58  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    59  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    60  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    61  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    62  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    63  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    64  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    65  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    66  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    67  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    68  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    69  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    70  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    71  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    72  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    73  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    74  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    75  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    76  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    77  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    78  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    79  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    80  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    81  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    82  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    83  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    84  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    85  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    86  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    87  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    88  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    89  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    90  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    91  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    92  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    93  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    94  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    95  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    96  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    97  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    98  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    99  com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    100 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    101 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    102 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    103 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    104 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    105 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    106 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    107 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    108 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    109 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    110 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    111 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    112 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    113 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    114 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    115 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    116 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    117 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    118 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    119 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    120 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    121 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    122 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    123 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    124 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    125 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    126 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    127 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    128 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    129 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    130 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    131 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    132 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    133 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    134 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    135 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    136 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    137 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    138 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    139 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    140 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    141 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    142 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    143 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    144 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    145 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    146 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    147 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    148 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    149 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    150 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    151 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    152 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    153 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    154 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    155 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    156 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    157 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    158 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    159 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    160 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    161 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    162 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    163 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    164 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    165 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    166 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    167 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    168 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    169 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    170 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    171 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    172 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    173 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    174 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    175 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    176 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    177 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    178 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    179 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    180 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    181 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    182 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    183 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    184 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    185 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    186 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    187 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    188 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    189 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    190 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    191 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    192 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    193 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    194 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    195 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    196 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    197 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    198 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    199 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    200 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    201 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    202 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    203 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    204 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    205 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    206 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    207 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    208 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    209 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    210 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    211 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    212 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    213 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    214 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    215 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    216 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    217 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    218 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    219 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    220 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    221 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    222 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    223 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    224 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    225 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    226 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    227 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    228 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    229 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    230 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    231 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    232 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    233 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    234 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    235 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    236 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    237 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    238 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    239 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    240 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    241 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    242 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    243 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    244 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    245 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    246 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    247 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    248 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    249 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    250 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    251 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    252 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    253 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    254 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    255 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    256 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    257 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    258 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    259 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    260 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    261 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    262 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    263 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    264 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    265 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    266 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    267 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    268 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    269 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    270 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    271 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    272 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    273 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    274 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    275 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    276 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    277 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    278 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    279 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    280 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    281 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    282 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    283 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    284 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    285 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    286 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    287 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    288 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    289 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    290 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    291 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    292 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    293 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    294 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    295 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    296 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    297 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    298 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    299 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    300 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    301 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    302 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    303 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    304 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    305 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    306 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    307 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    308 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    309 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    310 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    311 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    312 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    313 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    314 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    315 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    316 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    317 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    318 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    319 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    320 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    321 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    322 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    323 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    324 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    325 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    326 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    327 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    328 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    329 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    330 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    331 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    332 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    333 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    334 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    335 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    336 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    337 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    338 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    339 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    340 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    341 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    342 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    343 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    344 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    345 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    346 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    347 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    348 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    349 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    350 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    351 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    352 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    353 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    354 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    355 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    356 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    357 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    358 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    359 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    360 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    361 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    362 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    363 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    364 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    365 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    366 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    367 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    368 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    369 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    370 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    371 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    372 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    373 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    374 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    375 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    376 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    377 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    378 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    379 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    380 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    381 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    382 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    383 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    384 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    385 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    386 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    387 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    388 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    389 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    390 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    391 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    392 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    393 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    394 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    395 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    396 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    397 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    398 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    399 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    400 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    401 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    402 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    403 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    404 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    405 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    406 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    407 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    408 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    409 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    410 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    411 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    412 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    413 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    414 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    415 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    416 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    417 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    418 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    419 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    420 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    421 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    422 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    423 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    424 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    425 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    426 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    427 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    428 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    429 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    430 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    431 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    432 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    433 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    434 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    435 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    436 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    437 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    438 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    439 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    440 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    441 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    442 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    443 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    444 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    445 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    446 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    447 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    448 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    449 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    450 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    451 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    452 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    453 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    454 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    455 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    456 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    457 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    458 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    459 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    460 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    461 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    462 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    463 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    464 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    465 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    466 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    467 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    468 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    469 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    470 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    471 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    472 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    473 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    474 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    475 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    476 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    477 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    478 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    479 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    480 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    481 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    482 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    483 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    484 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    485 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride(unsigned int, FSRef*) + 41
    486 com.extensis.AutoActivationPlugin.PS12 0x000000012266e333 ATSFontGetFileReferenceOverride

    Maybe I can fill in. You can contact Extensis support for instruction on how to uninstall the plugins, and the same would go for Genuine Fractals, which I think was purchased by OnOne. You can also google for instructions since I'm sure others have had the same problem.
    If you have an option for third-party plugins folder under Preferences > Plugins, you would want to uncheck it and see if that helps until you get an updated installer.
    If you need to get to work, hold down the Shift key and it will disable plugins on startup.
    The updater for CS5 doesn't work. I don't know why, but same for CS4. Maybe it doesn't play well with 10.9.
    You can still go to Product updates and for each part like Bridge, Adobe Camera Raw and Extension Manager, just download and install the Mac updates,
    I might suggest an uninstall/reinstall. Sometimes an OS upgrade will "break" a CS5 install and reinstall does help, but you may have to download and install updates manually. That would be sort of a last ditch. The uninstaller is in the CS5 folder. Use that, do not drag the folder to the Trash.
    Gene

  • Adobe Photoshop Plug-ins going to Arch linux!

    Great news for everyone using Gimp and who wants to use Adobe Photoshop plugins.
    I've been granted legal acces to Photoshop CS SDK and after long fight I've managed to compile pspi (Gimp plugin which can run Photohop plugins via wine) on Arch linux!
    Unfortunately getting Adobe Photoshop CS SDK is a little bit difficult (you have to write them what do you want to do with it and many more things and then wait if  they grant you access to their SDK).
    But one thing is good for every Archer here (oh! only for i686 users). It's possible to distribute plugins for free. So I've made package with it.
    You can find it in Arch-graphics repository under the name gimp-plugin-pspi
    Direct link
    PKGBUILD (I'm not going to put it to AUR, because there are some steps which have to be made outside of PKGBUILD in order to build pspi on Linux)
    Screenshot showing Virtual Photographer plugin under Archlinux.

    pspi works pretty well for older plug-ins. The Flaming Pear link on the main page has some of the coolest filters that I've ever seen. They'll time out after thirty days unless you delete your Wine directory and start over again.
    --EDIT--
    Works on 64 bit through Wine and a lot of lib32 stuff.
    Last edited by skottish (2008-09-10 18:54:21)

  • Adobe bridge cs5 64bit - HELP: photoshop plug-ins doesnt work

    Hi to all this is my 1st post since its my 1st time to have a problem with adobe. My problem is that i selected a number of images and tried a batch image process thru Tools > photoshop > image processor. After clicking nothing happens. I also tried the other plug ins like HDR, Batch etc but nothing seems to work. I went to the directory folder and all of the plug ins are intact and in the " plug-ins " folder. I also updated everything just now but still no luck. What happening here,please help me out. Thanks
    Dex

    "Reveal my scripts folder" is to reveal the user's folder for costom scripts, not public scripts. If you have no custom scripts like you developed yourself and want to load it into Bridge, then the folder is empty.  It's normal.
    The issue seems not plugin but scripts installed by Photoshop not working. Could you please let me know the version of Photoshop and Bridge:
    Photoshop: Help>System Info
    Bridge: Help>About Bridge
    You mentioned you updated it 1st time, you mean update PS or Bridge?  Could you please send me via private message the install log of update? You can find it here:
    Windows: C:\Program Files\Common Files\Adobe\Installers\Adobe Bridge CS5 4.0.*
    Windows 64-bit: C:\Program Files (x86)\Common Files\Adobe\Installers\Adobe Bridge CS5 4.0.*
    Thanks,
    Bridge QE
    Fran

  • Need help using Waves 64bit, 3rd party plug-ins with Premiere CS5

    I'm trying to install and use a bundle of 64bit 3rd party audio plug-ins from Waves in Premiere.
    I am on a Mac running OS 10.9.3.
    I can't figure out how to get Premiere CS5 to recognize my 3rd party Waves 9.3 bundle.
    The plug-ins are listed and fly by one by one on the loading splash screen while  Premiere launches. I can't find them anywhere in Premiere once it launches. Aparently both the VST and AU units work.  But how? Where/how do I load the plug ins so I can access them in the audio effects folder?
    thanks in advance!
    Alex

    i think the audio plugin manager was something new added, but i dont remember when. as im looking thru older threads at cs5, they make it sound as if premiere will just load and use what it can. when an effect doesn't show up, its usually cause premiere determined it couldn't use it. if you have the 64-bit version of premiere and 64-bit audio plugins, they should work, unless premiere has some issue with them.  i think waves uses vst3 and AU (audio units)?  while vst2 should work in cs5, im not sure if vst3 or au are supported until cs7.  so im at a loss, unless someone else knows better.  if you have access to audition, you can try to load them in there to use.
    Premiere Pro CC (7.0) | Premiere Pro New Features
    Premiere Pro Mac - VST & Audio Unit Support - Something is wrong....
    VST Plugins work in CS4, not in CS5
    VST plug-ins not loaded at all Snow Leopard 10.6
    Virtual Studio Technology - Adobe Premiere Pro

  • Current state of photoshop plug-ins for Intel?

    The good news (I guess) is that CS3 is now Universal. A reason to send a large chunk of money to Adobe.
    Bad news seems to be that every plug-in I've looked at so far is not available for Intel OS-X. (Admittedly I've only looked at a few like FocusMagic and FocusFixer -- but I'm detecting a theme.)
    What are Intel Mac users doing for PhotoshopCS3-compatible plug-ins?

    If you go to the following site you will get much of the information you need as well as some useful tools. Some of the downloads will also come will a plain text document with instructions on how to install plug-ins.
    http://www.obsidiandawn.com/
    cheers
    Andrew

  • Photoshop plug-ins for photo CD files

    How can I dowload the Photoshop CS6 plub-in for photo CD files?  There was nont in the photoshop flug-ins folder.

    Hi Hayes,
    That plugin was discontinued for photoshop several versions back, but depending on your operating system, you might find some useful info in the following threads:
    http://forums.adobe.com/message/4719683#4719683
    http://forums.adobe.com/message/3137550#3137550
    http://forums.adobe.com/message/3367278#3367278
    If you still have an older version of photoshop that has that plugin, then using that version of photoshop would probably be the way to go.

  • Installer for Optional CS5 Photoshop Plug-Ins Crashes

    I'm taking a class and the teacher advised that the Filter Pattern Maker is now an optional plug-in and advised to download the Adobe Optional Plug-In Installer. Got all that. But when I open the DMG and click on the CS5 Optional Plug-Ins.mxp, it shows a Macromedia Extension Manager with Dreamweaver 8 selected and immediately crashes, saying the Extension Manager quit unexpected. If I try to report to Apple, it won't allow it.
    I downloaded this item from:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4687
    where the page is titled, Photoshop CS5 Optional Plug-Ins.
    Your advice on getting this darn plug-in on my 2 Ghz Intel Dual Core machine running 10.5.8 would be appreciated.
    -L
    Here's the crash report:
    Process:         Extension Manager [402]
    Path:            /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager
    Identifier:      com.macromedia.ExtensionManager
    Version:         1.7.245 (1.7.245)
    Code Type:       PPC (Translated)
    Parent Process:  launchd [109]
    Interval Since Last Report:          2134 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  49 sec
    Per-App Crashes Since Last Report:   8
    Date/Time:       2011-01-22 19:12:36.193 -0500
    OS Version:      Mac OS X 10.5.8 (9L30)
    Report Version:  6
    Anonymous UUID:  177BBED9-1AFD-4109-BF92-76F6D30B761F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Thread 0 Crashed:
    0   translate                         0xb80bc688 0xb8000000 + 771720
    1   translate                         0xb80b7007 0xb8000000 + 749575
    2   translate                         0xb80d49c0 0xb8000000 + 870848
    3   translate                         0xb813ce79 spin_lock_wrapper + 1981
    4   translate                         0xb8011b64 0xb8000000 + 72548
    Thread 1:
    0   ???                               0x800bc266 0 + 2148254310
    1   ???                               0x800c3a5c 0 + 2148285020
    2   translate                         0xb818b6ea CallPPCFunctionAtAddressInt + 202886
    3   ???                               0x800ed155 0 + 2148454741
    4   ???                               0x800ed012 0 + 2148454418
    Thread 2:
    0   translate                         0xb8152c24 spin_lock_wrapper + 91496
    1   translate                         0xb816c825 CallPPCFunctionAtAddressInt + 76225
    2   translate                         0xb80bdb8b 0xb8000000 + 777099
    3   translate                         0xb80b7007 0xb8000000 + 749575
    4   translate                         0xb80d49c0 0xb8000000 + 870848
    5   translate                         0xb813d75f spin_lock_wrapper + 4259
    6   translate                         0xb8011b64 0xb8000000 + 72548
    Thread 3:
    0   translate                         0xb8152c24 spin_lock_wrapper + 91496
    1   translate                         0xb816c825 CallPPCFunctionAtAddressInt + 76225
    2   translate                         0xb80dfb0b 0xb8000000 + 916235
    3   ???                               0x81671d61 0 + 2171018593
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xb80b6c78  ecx: 0x00000000  edx: 0x00000000
      edi: 0x80305e48  esi: 0x8080d180  ebp: 0xb7fffa08  esp: 0xb7fffa00
       ss: 0x0000001f  efl: 0x00010206  eip: 0xb80bc688   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
    0xb8000000 - 0xb81d7fe7  translate ??? (???) /usr/libexec/oah/translate
    Translated Code Information:
    Rosetta Version:  21.03
    Args:      /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager -psn_0_303178
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb011cdf8, 0xb8152c24)
    0x90ad1990: /usr/lib/libSystem.B.dylib : _nanosleep$UNIX2003 + 80
    0x90ad1930: /usr/lib/libSystem.B.dylib : _usleep$UNIX2003 + 72
    0x911e8e68: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSUIHeartBeat _heartBeatThread:] + 1844
    0x927efd88: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : ___NSThread__main__ + 1008
    0x90b5c1d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager :  + 0
    PPC Thread State
    srr0: 0x00000000    srr1: 0x00000000                     vrsave: 0x00000000
    cr:  0xXXXXXXXX        xer: 0x00000000         lr: 0x90ad1a00        ctr: 0x90ad5894
    r00: 0x0000014e     r01: 0xf0101560     r02: 0xa012e3c0     r03: 0x00001803    
    r04: 0x00000000     r05: 0x00000001     r06: 0x00000001     r07: 0x00000000    
    r08: 0x01c9bf98     r09: 0x01c9bf98     r10: 0x971d1964     r11: 0xa0131db8    
    r12: 0x90ad5894     r13: 0x00000000     r14: 0x00000000     r15: 0x00000000    
    r16: 0x00327910     r17: 0x00000000     r18: 0x00000000     r19: 0x00000000    
    r20: 0x00000000     r21: 0x00000000     r22: 0x00000000     r23: 0xa01f8734    
    r24: 0xa01f8734     r25: 0x00000000     r26: 0x97250ef4     r27: 0x00000000    
    r28: 0xa01f8734     r29: 0xf01015f8     r30: 0x00000000     r31: 0x90ad1954   
    Thread 1: (0xb009ad38, 0xb8152c24)
    0x90b0e280: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 1076
    0x9052d114: /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore : _fe_fragment_thread + 52
    0x90b5c1d4: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager :  + 0
    PPC Thread State
    srr0: 0x00000000    srr1: 0x00000000                     vrsave: 0x00000000
    cr:  0xXXXXXXXX        xer: 0x00000000         lr: 0x90b0e47c        ctr: 0x90ad64dc
    r00: 0x0000014e     r01: 0xf0080dc0     r02: 0xf0080e00     r03: 0x00004803    
    r04: 0x00004603     r05: 0x00000000     r06: 0x00000000     r07: 0x00000000    
    r08: 0x00000000     r09: 0x00000001     r10: 0x90b0de18     r11: 0xa0132934    
    r12: 0x90ad64dc     r13: 0x00000000     r14: 0x00000000     r15: 0x00000000    
    r16: 0x00000000     r17: 0x00000000     r18: 0x00000000     r19: 0x00000000    
    r20: 0x00000000     r21: 0x00000000     r22: 0x00000000     r23: 0x00000000    
    r24: 0x00000000     r25: 0x00000000     r26: 0x00000000     r27: 0xa012de60    
    r28: 0x09c96da0     r29: 0x00861000     r30: 0x09c96dcc     r31: 0x90b0de60   
    Thread 2: Crashed (0xb7fffa00, 0xb80bc688)
    0x00000000: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager :  + 0
    0x0004d488: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : CMacrFlash::Supports(wchar_t const*, wchar_t const*) const + 72
    0x00014aa0: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : CMacrExtensionManager::FindProduct(wchar_t const*, wchar_t const*) const + 108
    0x00015e90: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : CMacrExtensionManager::InstallExtension(CMacrProduct const**, wchar_t const*, CMacrExtension**, bool, bool&, bool, int&, bool, bool, bool, CMacrExtension*) + 1972
    0x00079290: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : -[AppController(Private) installExtension:ignoreProduct:] + 152
    0x00079da8: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : -[AppController(Private) openDocuments:] + 328
    0x00079c4c: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : -[AppController(Private) handleOpenEvent:] + 304
    0x00079b08: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : -[AppController(Private) handleOpenAppleEvent:withReplyEvent:] + 136
    0x92810008: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 484
    0x9280fddc: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : __NSAppleEventManagerGenericHandler + 240
    0x9606cce4: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE : aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 168
    0x9606cbec: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE : dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    0x9606c9f0: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE : _aeProcessAppleEvent + 216
    0x96332410: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox : _AEProcessAppleEvent + 56
    0x9118d478: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : __DPSNextEvent + 1160
    0x9118cc00: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    0x911868a0: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSApplication run] + 748
    0x9115729c: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : _NSApplicationMain + 444
    0x00008e1c: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : __start + 380
    0x00008c9c: /Applications/Macromedia Extension Manager/Extension Manager.app/Contents/MacOS/Extension Manager : start + 48
    PPC Thread State
    srr0: 0x00000000    srr1: 0x00000000                     vrsave: 0x00000000
    cr:  0xXXXXXXXX        xer: 0x20000000         lr: 0x0023f53c        ctr: 0x0023f504
    r00: 0x000000cc     r01: 0xbfffdae0     r02: 0x00242d26     r03: 0x00000066    
    r04: 0x00000000     r05: 0x00000005     r06: 0x0000a665     r07: 0x00000005    
    r08: 0x00000018     r09: 0x00000004     r10: 0x0023fb90     r11: 0x000da294    
    r12: 0x0023f504     r13: 0xbfffdd40     r14: 0xbfffdcd0     r15: 0xbfffdd00    
    r16: 0x003b2220     r17: 0xbfffdf10     r18: 0xbfffdd50     r19: 0x0036f2c8    
    r20: 0xbfffdd10     r21: 0xbfffeaa8     r22: 0x0036f280     r23: 0x00000000    
    r24: 0x00000000     r25: 0x00328940     r26: 0x00000005     r27: 0x00000000    
    r28: 0x00000066     r29: 0x000c5dca     r30: 0x00000000     r31: 0x0004d448   

    Hi Linda,
    I sent you a private message in these forums. Click on the 'Your Stuff' icon above (shows when you're logged on) and then select 'Private Messages'.
    Basically, I have a package that I can send your way, but need an email contact. I prefer you send your contact info privately so you won't get spammed. I would attach the package here, but the size is larger than allowed.
    I'm not sure when the ETA for publishing the revised download to adobe.com will be. We had to change some documentation and that's being authored and reviewed. My guess is this week or next, assuming we don't run into any problems.
    regards,
    steve

  • Problems attaching photos using hotmail, also cannot update plug-ins

    i used to be able to attach many photos to my hotmail emails.
    i always reduce the size of the pics so i can attach 20 or more... now it will only attach 1, maximum 2 images.
    i was told that i may need to update my plug-ins but when i go to firefox's Plug-In Check page it will not load, saying that it cannot find the server.. however my internet connection totally fine..
    what do i do to fix these 2 problems??

    Plugins are used from the Operating System, but Firefox often attempts to show them and to check them.
    #First of all use the firefox menu to ensure your plugins are all enabled.
    # then use [/plugincheck]<br/> that will sometimes show an old Java as disabled for safety reasons, but then includes an update link <br/> note the page scrolls and provides general information and further instructions
    Presumably you already have a firewall and other security software, you may need to check whether they block downloads or updates.
    * see [[Configure firewalls so that Firefox can access the Internet]] and articles linked from it

  • Using iPhoto with batch Photoshop Plug In?

    I have a noise reduction plugin which I can batch process with PS elements, but using iPhoto, can I do that with the folder of pictures within the iPhoto library (after they've been imported)? Or, is that super dangerous to monkey with the files outside of iPhoto, so I should have done it before I imported them. If I'm applying to all the photos, it's too time consuming to click through everyone and do edit, apply the plug in, save.
    Thanks for your help -
    Alexa

    Just a suggestion on the workflow. Doing what you suggest will give you the opportunity of rotating any portrait oriented photos you take so that when imported iPhoto doesn't have to create a rotated modified version of it. This happens with photos that come from cameras with the auto rotate feature. Turn it off and rotate them while on the desktop.
    As far as uploading to the desktop I prefer using a card reader. It gives you more control and less wear and tear on the cameras ports and battery. *And it's a much faster transfer coming from a card reader.*
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Photoshop plug-ins in GIMP

    I read that it is possible to use Photoshop plugins in GIMP under Linux:
    http://www.gimp.org/~tml/gimp/win32/pspi.html
    Anyone tried that in Arch? I can't find pspi package in AUR, maybe we could put a series of free plugins and package them?

    Hmm, to build it some files from Photoshop 6 are needed and have to be patched.
    Dont't know, but I can imagine that it's not 100% legal to put a PKGBUILD in AUR that needs
    files from non-free software to build.
    To build pspi, you will need the headers from the Adobe Photoshop 6
    SDK. It used to freely available from Adobe, but unfortunately isn't
    any longer. If you can find an old copy of Photoshop 6, the SDK is
    included on the CD.
    To build pspi on Linux, configure it like this:
    CC=winegcc ./configure --with-pssdk=/path/to/pssdk6
    Before compiling on Linux, you need to fix a few glitches in the PS6
    SDK headers:
    -In PhotoshopAPI/Pica_sp/SPProps.h, change the #include of SPMdata.h
    to use the correct file name SPMData.h. (On Windows, this of course is
    not relevant as the file system is case-insensitive.)
    -In SampleCode/Common/Include/PIUtilities.h, comment out the #include
    of Types.h, whatever that is, which is not needed.
    -In SampleCode/Common/Include/WinUtilities, comment put the extern "C"
    begin and end braces inside #ifdef __cplusplus..#endif .

  • Photoshop plug-ins for Final Cut?

    Is there a way to import Photoshop filters into Final Cut Pro?

    You can, however, export an image sequence, run a photoshop filter droplet on it, and reimport that image sequence to get the same effect...
    Patrick

Maybe you are looking for

  • How do you use a dmg file image to download windows through boot camp?

    after reaching my limits in finding the answer to this problem/question i have, i finally decided to post it for everyone to feel my pain so i dont know if i would be spanked or something but i downloaded a windows xp sp3 from the internet through to

  • Remove edges

    Hi, ALL! If you know how to remove the edges around the labels at the front panel then explain me, please end. I know how to do this in LabVIEW 4.x and 5.x but I don't know in LabVIEW 3.x. Where are examples in 3.x both with the edges and without the

  • Do I have insurens on my iPhone 5s?

    How???

  • Electric shock while charging IPod Nano 3rd Gen

    Hello. I bought a new IPod Nano 3rd Generation (4 gigabytes) and I noticed that, if I touch it while it's connected to my PC, it gives me an electrical shock. It's not a hard shock, but you can feel your finger shake and your arm weakens (it's kinda

  • Layout & printing of avery labels...

    I am trying to figure out how to layout & print avery labels...5160 with a picture/symbols. I do not want to print from address book...I want to be able to print an entire page of the same symbol like I could on a pc in word!