OS 10.4 - Major Shortname/Admin/User Problem

I've never quite screwed anything up this bad before. For now, let's try not to concentrate on WHY I did these things... just that they're already done... and I severely regret them.
This is my work computer, which also holds many personal files.
I am running 10.4.11 on a G5 PowerPC
There was only ever one user account on the machine.
I went to change the short name using Netinfo Manager.
I changed the "name" and "home" to reflect the changes I wanted.
For the sake of this example, let's say the original name was "WORK" and I changed it to "Coz". So, "home" is now labeled as "/Users/Coz"
This of course wiped out the profile I've been using all along, created what appears to be a new Home account by the name of "Coz" and no other user can be selected at startup. In Preferences/Accounts, there's only this one -- and it's a Standard User. I have no admin rights because there appears to not be an admin password/name anymore.
But...
I can see my old files and everything still exist in the directory "/Users/WORK" -- yay. they're where they're supposed to be.
I just need to get WORK to be considered the home account again and make sure it's got admin rights. But that's hard to do when no one has admin rights at the moment.
Puhleez. Help.

Ive looked at most of these before - and they all seem to not quite be helpful enough, or too confusing to make sense of. Or, the suggestion didn't work for me. I'll look through again, though.
_edit: after looking through, here's why these suggestions cannot help me:
+How to change user short name or home directory name+
+http://support.apple.com/kb/HT1428?viewlocale=en_US+
*Doesn't apply. It's already changed, I need to change it back... but I need admin rights. I did try the command "chown -R NEWNAME /Users/NEWNAME" but that didn't seem to do anything at all.*
+Also, this might be useful:+
+http://www.macworld.com/article/132693/2008/03/changeshortusername.html+
*Attempted to use ChangeShortName app but cannot without admin rights.*
+Apparent 'Loss' of Home Folder:+
+http://docs.info.apple.com/article.html?artnum=107854+
*Home folder isn't lost, it's just set for a new user.*
+Changing or resetting an account password+
+http://support.apple.com/kb/HT1274?viewlocale=en_US+
*Can be done, but doesn't help me any.*
+Changing your administrator password+
+http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh655.html+
*You must know the current password. Or, if not, reset it using boot disc.*
*But this doesn't help because there is no admin-user to reset the password for.*

Similar Messages

  • Safari problem & how do I do admin user account  fix

    Using Safari 1.3.2, QT 6.5.2, OSX.3.9 on Mac G4. I have not chosen to upgrade to QT 7 or Tiger because of other apps on this machine.
    Safari crashes when I try to empty cache. Problem started after upgrade to above and installing flip4mac. - not sure which caused the problem.
    I've already thrown out the suggested things from Safari prefs, plist, cache files from prefs, etc. I also trashed all of the fllip4mac pieces. Didn't fix the problem.
    The only solution has been to log in as a different user. So, I guess I have to fix or delete and re-do the problem user account, which is my main admin. user account. I see that the dialogue box says I can save the user folder items into a "deleted user" folder.
    Before taking this step, I want to know what happens then? Do I just drag the items back into the new admin. account? I would like some info before I take this step - don't want any regrets. If I can and do drag stuff back, any chance it would bring the problem with it? Will I get all my setting back? How about a step x step on setting up as new admin.?
    Mac G4 450 SP   Mac OS X (10.3.9)  
    Mac G4 450 SP   Mac OS X (10.3.8)  

    Hi Chris
    I can't help with a step by step - but did you simply trash the f4m files or run the uninstaller.pkg ??
    Below is the list of commands that the uninstaller uses to remove/reset everything that was changed when f4m was installed. Possibly you didn't locate all these files?.
    #!/bin/sh
    # remove historical files
    userGuide="Flip4Mac WMV Player User Guide.pdf"
    /bin/rm ~/Desktop/"$userGuide"
    prefPaneNameOnDesktop="Flip4Mac WMV Registration"
    /bin/rm ~/Desktop/"$prefPaneNameOnDesktop"
    preferencesPath="/Library/Preferences"
    internetPluginsPath="/Library/Internet Plug-Ins"
    windozeMediaPluginName="Windows Media Plugin"
    disabledFolderName="Disabled Plug-Ins"
    appFolderPath="/Applications/Flip4Mac"
    /bin/rm -rf /Applications/WMV\ Player.app/
    # New application files and registration link
    /bin/rm -rf "$appFolderPath"/WMV\ Player.app/
    /bin/rm "$appFolderPath"/Users\ Guide.rtf
    /bin/rm "$appFolderPath"/Flip4Mac\ WMV\ User\ Guide.pdf
    /bin/rm "$appFolderPath"/WMV\ Upgrade
    # Remove QT components
    /bin/rm -rf /Library/QuickTime/Flip4Mac\ WMV\ Import.component/
    /bin/rm -rf /Library/QuickTime/Flip4Mac\ WMV\ Export.component/
    # Remove web browser plug-ins
    /bin/rm -rf "$internetPluginsPath"/Flip4Mac\ WMV\ Plugin.plugin/
    /bin/rm -rf "$internetPluginsPath"/Flip4Mac\ WMV\ Plugin.webplugin/
    /bin/rm -rf "$internetPluginsPath/$disabledFolderName"/Flip4Mac\ WMV\ Plugin.plugin/
    /bin/rm -rf "$internetPluginsPath/$disabledFolderName"/Flip4Mac\ WMV\ Plugin.webplugin/
    # move windows media player back into place
    if [ -d "$internetPluginsPath/$disabledFolderName/$windozeMediaPluginName" ] ; then
    if [ ! -d "$internetPluginsPath/$windozeMediaPluginName" ] ; then
    /bin/mv -f "$internetPluginsPath/$disabledFolderName/$windozeMediaPluginName" "$internetPluginsPath/"
    fi
    fi
    # remove the disabled plug-ins folder if it is empty
    /bin/rm "$internetPluginsPath/$disabledFolderName/.DS_Store"
    /bin/rmdir "$internetPluginsPath/$disabledFolderName"
    # old prefpane
    /bin/rm -rf /Library/PreferencePanes/WmvPlayer.prefPane/
    # new prefpane
    /bin/rm -rf /Library/PreferencePanes/Flip4Mac\ WMV.prefPane/
    # Package receipts
    /bin/rm -rf /Library/Receipts/Flip4Mac\ Web\ Plugins.pkg/
    /bin/rm -rf /Library/Receipts/Flip4Mac\ QuickTime\ Components.pkg/
    /bin/rm -rf /Library/Receipts/Flip4Mac\ WMV\ Player\ Installer.pkg/
    # Change mms URLs back to windows media player
    /usr/bin/defaults write com.apple.LaunchServices LSHandlers -array-add '<dict><key>LSHandlerRoleAll</key><string>com.microsoft.mediaplayer</string><ke y>LSHandlerURLScheme</key><string>mms</string></dict>'
    # single package installer
    /bin/rm -rf /Library/Receipts/Flip4Mac\ Uninstaller.pkg/
    # Final clean up: remove the uninstaller and app folder
    /bin/rm -rf "$appFolderPath"/Flip4Mac\ Uninstaller.pkg/
    /bin/rm -rf "$appFolderPath"/Flip4Mac\ WMV\ Uninstaller.pkg/
    /bin/rm "$appFolderPath/.DS_Store"
    /bin/rmdir "$appFolderPath"
    exit 0;

  • Photoshop cs6 crashes with "appcrash - module ig75icd64.dll; no problem for a local admin user however. i've tried giving specified user full access to photoshop.exe and set it to Win XP compatibility. how do i fix this without giving user local admin acc

    photoshop cs6 crashes with "appcrash - module ig75icd64.dll; no problem for a local admin user however. i've tried giving specified user full access to photoshop.exe and set it to Win XP compatibility. how do i fix this without giving user local admin access?

    Danny,
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

  • Problems with multiple admin users

    I used migration assistant to move my user and all software to a new MBA. It was an admin user so I now have 2 admin users on the machine. I don't use the admin that came with the MBA but my 'old' user. This hasn't been a problem until now. I bought a Connected Data Transporter and installed the Connected Data desktop software in my old user. It seemed to work but then I discovered that it should have set up icons in Finder. There was one there that pointed to an alias, which when clicked on I got this message "The operation can’t be completed because the original item for “Connected Data” can’t be found."
    After a while I logged into other admin user and installed the software again. It ran okay and all the icons were in the Finder and they worked.
    My question is why does this work in one admin user and not another ?

    Sorry for sending this to the Apple Discussion List, but as I said below the Connected Data Forum is as bad as if not worse than the AWFUL product Transporter...
    Shame, Shame on all involved with this overhyped product
    I have been using computers and technology since 1983 and I have never experienced a worse product and support EVER! Yes, I want my $$ back, but I even more want others NOT to experience what I have, with this AWFUL Transporter and even worse customer support.
    I purchased the product in July and after a few days discovered how bad this product is. Spent hours on FAQ's, more hours on the phone with your tech support and now I am told to send a "proof of purchase". This is something that is no where to be found on the transporter or the box it was sent in.
    I know that you all will do NOTHING to help me, but I do hope that the staff that sees this (if any do), will have some conscience and move this issue to someone who can prevent this from happening to future customers.
    Shame, Shame on you!!!

  • SA520 web access problem, all admin users sessions appears active when it is not true

    Hi, all the users for the management access to my SA520 are blocked via web, all the admin users sessions aparently they seem active, and when i do click on the "continue" button these sessions does not terminate. I guess i have to reset the firewall, but my question is if anybody has the same problem with this device.

    Hi Luis,
    What firmware version are you running? How frequent do you see this occurrence?
    If  possible, when you start to see this issue before all the admin sessions are reporting active,can you provide us the debug logs from your SA  520 so that I can forward to the development  team to investigate?  We are tracking an issue with a customer, but his device takes 3-4 months to show the symptoms you describe.
    To get the dbglog from SA520, login through web UI and in the browser enter the following URL:
    https://LAN_IP_address_of_SA520/scgi-bin/dbglog.cgi        
    These logs will store password, so please remove any sensitive information and passwords. Also if you are not comfortable posting the dbglog on the    community, you can send it directly to me through private message.
    Best regards,
    Julio

  • Problems with second (admin) user profile

    Hi all,
    I'm having trouble with a certain user profile. I got a new MacMini with Lion (10.7), to which I imported two user profiles from a Time Machine backup of a Snow Leopard system. The first profile, which used to be the admin profile on the old Mac, works just fine. But the second profile, which used to be a "normal" user profile encounters massive problems. First thing I did was to make the second user admin as well, but that did not fix anything. I assume there is a problem with the permissions and "repair permissions" didn't do anything either.
    Here are some examples of the issues:
    First example: I cannot delete or rename folders in Mail, unless I delete or rename them in the respective ~/Library folder. This concerns folders which I imported from the Time Machine backup. There are no issues with new folders.
    Second example: I cannot start SPSS, which runs just fine on the other profile. It starts and then just closes right away without any error message or anything. I found a workaround which is to start the program with a rooted terminal command ("sudo /Applications/..."). There is no problem with Java (which would be common) and there are no license issues. I found an article in some other forum which stated that SPSS reads and writes in its preference folder at startup and closes right away if permissions are denied for that folder.
    Third and most annoying example: I cannot permanently delete or create icons in the dock. I can remove or create icons temporarily, but after restarting the Mac, the new icons are gone and the deleted items are right back where they were.
    Does anybody have any idea on how to fix this?
    In the short run, It'd be very helpful if anyone could tell me how to create dock icons with a Terminal command.
    I thank you in advanced for helping me out. Every little hint is appreciated.
    Sebastian
    PS: I have not tried to setup a new user profile instead of the second profile, yet. With all the programs and preferences that would take at least two days and I need to keep the Mac running. I would only do it as a very last resort.

    Well i went ahead and made that new admin like you said and I set it up and transfered only the files that I thought were important to me, Then i went ahead and fixed or repaired the permissions On the new admin user name and deleted my other admin profile with the key board issue.I fixed the permmissions  with an OSX Lion boot disk instead of lion because I don't have the Mountain lion DVD anymore. Every thing seems ok but was that a smart move or will that come back to haunt me?
    Now what Im worried about now is I didnt keep any of the certificates or anything in that nature, So My final question is What should i do now to hands down lagitimanetly make This the offical ADmin with all keys and things of that nature that make it the main one?
    Thank you so much and I'll watch my jokes from now on... I don't want to hurt anyone's feelings,

  • Majority of reports missing for non admin users

    I have followed the instructions here (SCCM 2012–Reporting in console for non-admins (Reporting User Role) v2) to allow non admin users the ability to view
    reports in the console. So far, so good. However, when viewing the reports with the non admin user, only about 100 of the 400+ reports appear.
    Am I missing something here?

    The custom reporting one in the link I provided, and also modified versions of the following:
    OS Deployment manager (removed rights to All driver related items (drivers and driver packages), Boot image packages (except read access), Operating system installation packages).
    Application Administrator (removed Application>Approve; Distribition Point>Set Security Scope; Distribution Point Group>Set Security Scope; Global Condition>Set Security Scope)
    The reports missing we care about primarily are Software ones (companies and products and files).

  • Problems logging into pluggable database 'admin' user on 12c

    Hi,
    I've created a multi-tenant 12c database. During the creation of the pluggable database the administrator account 'admin' was created.
    The database is on a Windows server running under a system account, our clients are all on Windows 7 and Active Directory.
    *I* can successfully log into the admin user e.g. conn admin/my_admin_password@//my_server/my_pdb.my_server as sysdba from my PC, but another user on the *same* PC gets an invalid username/password response. Both of us can successfully access other local users on the same pluggable database. Both of us can access the PDB as the 'sys' user.
    Any ideas as to what might be going on?
    Does the 'admin' user login make use of NTS privileges in some way (we are in different AD groups)?

    Good Afternoon MelCZier,
    The resource below will provide some steps to try if you are having trouble signing in to Messages on your iMac.  Do you have two-step verification enabled?  If so, that may be why you are being asked for an additional password.  
    Get help signing in to FaceTime, Game Center, Messages - Apple Support
    https://support.apple.com/en-us/HT204408
    Hope that helps ...
    - Judy

  • MultiSim 9.0.41. Non-admin users unable to launch program without error messages.

    I have installed MultiSim 9.0.41 has been installed on four workstations. The PCs reside within a local domain with ten users. The domain resides within the greater university domain, is technically not configured as a true subdomain, but it has access to university domain resources (such as the license server). We have SSO (remote profiles) functionality enabled.
    MultiSim runs with without problems for admin users. We start having issues with nonadmin users. I series of pop-up messages appear when the program is launched:
    "The Microsoft Jet database engine can not open the file C:\Program Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already opened exclusively by another user, or you need permission to view its data."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\CPCOMP_S.PRJ. It is already
    opened exclusively by another user, or you need permission to view its
    data."
    "Error loading library C:\Program
    Files\Electronics Workbench\EWB9\PCBComponentEdit.dll, ('998') Invalid access to memory location."
    "The Microsoft Jet database engine can not open the file C:\Program
    Files\Electronics Workbench\EWB9\database\mscomp_s.prd. It is already
    opened exclusively by another user, or you need permission to view its
    data. Error Code:3051"
    Solutions attempted (without success):
    - Update program (no updates found via update manager or NI site)
    - Run program as admin
    - Give all users full permissions to program files (major security risk)
    - Change "Directory for EWB Shared Components" to public shared drive. Interestingly, MultiSim shows the network drive as unwritable (though it clearly is).
    Any ideas? Are there updates that fix this issue? Is this solved by the newest version? What do I need to do differently to ensure that user config files are saved in their roaming profiles vs. locally (note: I have already tried to correct the paths during install and post-install without success).
    Thanks!
    Message Edited by refriend on 05-22-2008 02:26 PM

    Hi Refriend,
    The error message indicates Multisim is not able to read/write to the database folder.  Please have a look at the following knowledge base article for instructions to correct the database problem.
    http://digital.ni.com/public.nsf/allkb/B06773CE511C7E588625720B00502B8E
    Multisim 9, you need to setup the permission for the database manually but in version 10, this step is not required.  As for saving user config file as part of the roaming profile, this option is not available.  Multisim will always look in the locale drive for the config file and if one does not exist it will create one for that user and save it locally.
    Tien P.
    National Instruments

  • Help needed unmanaging the Local 10.6.2 client admin user

    Hi. I have a local user on all my client machines called admin with admin rights. Have had this same user with same password for many years for our machines. over 300 client machines from emacs to intel macs. With the 10.6.3 server update (major issues for the last 2 months) with 10.6.2. intel imac clients, logging in as admin gives me a reduced dock. just finder and trash. Every use of any applications comes up with "you dont have permission to use the application "xyz". with 3 buttons Always Allow, Allow once and OK. entering admin and password always results in a second box with the same message. entering admin and password then allows me to use it. This behaviour does not happen on 10.5.8 clients and has never happened before.
    In system preferences it says administrator, admin is managed. clicking the lock and authenticating allows me to access the tick for Enable parental controls. If I click on the tick to remove it, it comes up with the message. "You cannot enable parental controls for an adminstrator account. Create a new user account etc." It is unticked but the tick comes back on restarting the system preferences and even restarting the computer immediately.
    I have tried deleting managed prefs etc but to no avail. I have tried removing the computer from the network account server and I get my dock back and can use applications but it still says I am a managed user. and I need the network account server for student logins. Any thoughts how to unmanaged local admin users on client machines to get back to the way it has been since 10.2.4 clients!!!

    Same problem here. Have you found a solution for this? I have tried to delete the entry for the local admin in /library/Managed Preferences and all caches, but it just keeps coming back.
    I had it happen on a 10.5.8 Powerpc also. This was after our servers were upgraded to 10.6(now 10.6.4)

  • Clients local admin user is managed - how can it be unmanaged

    Hi. I have a local user on all my client machines called admin with admin rights. Have had this same user with same password for many years for over 300 client machines from emacs to intel macs. With the 10.6.3-5 server update (major issues for the last6 months) with 10.6.2-5 intel imac clients, logging in as admin gives me a reduced dock. just finder and trash. Every use of any applications comes up with "you dont have permission to use the application "xyz". with 3 buttons Always Allow, Allow once and OK. entering admin and password always results in a second box with the same message. entering admin and password then allows me to use it. This behaviour does not happen on 10.5.8 clients and has never happened before.
    In system preferences it says administrator, admin is managed. clicking the lock and authenticating allows me to access the tick for Enable parental controls. If I click on the tick to remove it, it comes up with the message. "You cannot enable parental controls for an adminstrator account. Create a new user account etc." It is unticked but the tick comes back on restarting the system preferences and even restarting the computer immediately.
    I have tried deleting managed prefs etc but to no avail. I have tried removing the computer from the network account server and I get my dock back and can use applications but it still says I am a managed user. and I need the network account server for student logins. Any thoughts how to unmanaged local admin users on client machines to get back to the way it has been since 10.2.4 clients!!!

    Did you try creating a new admin user, and then using that new account to make the Change to unmanage your "admin" account?
    I don't think osx will let you create anaccount called admin these days, as security precaution. Perhaps that has something to do with your problem.

  • Giving Non-Admin User Admin Privileges to One Program

    Aaron19 wrote:
    Unfortunately updates don't erratic on when they come out. 
    Are erratic?
    I'm assuming the updates happen with such frequency that requiring IT to install them is a major hassle. Your other option is to find a way to script the install and push it to the required workstations.

    I thought I would come to the community and ask if there is any way to give a non-admin user admin rights to one program so that he can run updates.  I looked into making an elevated shortcut which worked to no avail.  Unfortunately updates don't erratic on when they come out.  Was just curious if there is an ability to give the user who is having problems admin privileges to this program without an admin password.  
    This topic first appeared in the Spiceworks Community

  • Non admin user - changes not saved (Safari settings, system prefs, etc.)

    iMac, 2 users, one is administrator and other is standard user. Recently, in the non-admin user account, it has become impossible to make any changes. For example, adding an application to the the Dock, after logging out and back in next time, the application is not in the Dock any more. Also, making changes to the prefs in Safari, changes are not saved.
    I noticed this after installing FireFox v4. I installed it as admin whilst in the non-admin users account. However, I don't believe that the installation of FF has anything to do with the problem, it just highlighted it. I've checked the permissions for the various directories that hold prefs info such as user/libraries/application prefs/etc. etc. and also Safari prefs. Nothing I can see that has changed in system prefs.
    Any ideas on what has caused the problem (kids are known to fiddle from within the non-admin account) and any ideas on how to fix it?
    Thanks

    Hi PPRuNe,
    You could try making the standard user an Admin too. To do this, make sure you are logged in to the standard user, go to System Preferences > Accounts > Standard user (you may have to unlock the padlock) > Allow user to administer this computer
    This will allow changes to be made without being prompted for a password all the time.
    However, if you had Parental Controls on, they probably won't work on an admin account because as an admin you have complete control over a computer, so the computer thinks there is no point in having the controls turned on. And if the kids are known to "fiddle," just think carefully!
    Hope this helps you.
    Chris.

  • A Solution for Enabling Sandbox activation by non admin users for testing (OIM 11gr2 PS2)

    I just wanted to post what i came up with as a solution the the problem of not being able to Test the effects of sandbox changes for non admin level users prior to their publication.  We are constantly making changes to the UI through sandboxes, the problem is rolling a sandbox back isn't easy, and we cannot be sure of the effects they will have on non administrative users until they are published, since the out of the box sandbox link isn't available to non Sysadmin level users.
    To allow these non admin user accounts to test the effects of sandbox changes in our development environment, I did the following (as always, follow at your own risk):
    Create and activate a new sandbox.
    Close all open tabs (including the Home and Sandbox tabs) and click the "Customize" link.
    Click the view -> source drop down in the upper left.
    After the source is visible, click the Accessibility or Sandbox link to find the area that you will add the new "UserSandboxTest" (call it whatever you want) link.
    Add a new commandImageLink directly in the panelGroupLayout: horizontal item before the "switcher" item (see the UserSandboxLink in my screen shot below):
    Edit the Link you just inserted, Entering whatever you want the link to display as in your browser in the "Text" field.
    Export the sandbox.
    Unzip the exported sandbox and navigate to the IdmShellV2.jspx.xml (path should be: \templates\mdssys\cust\site\site).
    Edit the IdmShellV2.jspx.xml file and find the new item you added in step 5.
    Add the following to the commandImageLink xml item: actionListener="#{pageFlowScope.uiShell.context.launchSandboxes}" rendered="#{oimcontext.currentUser.roles['SANDBOX_USER'] != null}".  Note: I used a new custom enterprise role, SANDBOX_USER, to control the display of the new link, You should substitute whatever EL conditions you need in the rendered property.
    Save your IdmShellV2.jspx.xml file and zip the contents back up, just like you would for any other customization.
    Import your newly edited sandbox back into the target environment.
    Publish the sandbox.
    This seems to work great for allowing us to test other sandbox changes effects on different types of users. 

    On step 10, adding the check to determine if the user should have access to the role ended up breaking access to the unauthenticated pages like the self registration page and the forgot userid/user login pages.  Non-authenticated users cannot execute the method to return the role, so that fails which leaves the page not loading.  To correct this I changed the rendered property to rendered="#{securityContext.authenticated}".  This prevents the link from displaying on non authenticated pages, but displays for anyone else who's logged on.  We only plan on using this in our development environment where no one but developers and system admins have access anyway, so it's not an issue that everyone will see the link.  I wouldn't recommend putting this in an environment where end users will be logging in and testing without developing a method (or finding another way to limit the display) that can be called by unauthenticated users to prevent them from seeing the link.

  • InDesign crashing on startup with upgrade to Yosemite -only on main admin user- MacBook Pro 2011

    Hi, I have been reading forums about similar issue but not able to solve my issue.
    1.) Installed Yosemite 1x
    2.) Indesign CS5 crashed on Launch (Photoshop and Illustrator opened fine)
         a.) So I upgraded to CC
    3.) Indesign CC also crashed on launch(Photoshop and Illustrator opened fine)
    4.) Spent hours on chat support with Adobe -
         a.) They cleared out many old files (preferences etc) -
         b.) We uninstalled Adobe CC and used the Adobe CC Cleaner tool and Re-installed.  Still did not open.
    5.) Tried to open InDesign CC in newly created second admin User account.  Opened fine!
         a.) So it is only crashing in my main user account.
         b.) Adobe determined they could not help me and told me I had to contact apple support (have not done yet)
    6.) Re-installed Yosemite from thumb drive I had created as installer- seemed to install fine and fixed a minor problem I have had with Mac Mail.
    What do I need to do?  Is there some way to clean up the User account so this will open?
    Process:               Adobe InDesign CC 2014 [1071]
    Path:                  /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Adobe InDesign CC 2014
    Identifier:            com.adobe.InDesign
    Version:               10.2.0.69 (10200)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe InDesign CC 2014 [1071]
    User ID:               501
    Date/Time:             2015-02-14 09:32:28.084 -0600
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        9B44E1D7-7023-5BF9-B38A-41FA98DB31F6
    Sleep/Wake UUID:       FEAE9EBA-5ACD-4B53-9AE0-78443AD6FAC3
    Time Awake Since Boot: 2900 seconds
    Time Since Wake:       1800 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x600000017910: Invalid pointer dequeued from free list
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff92def286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff886ecb53 abort + 129
    2   libsystem_malloc.dylib         0x00007fff88795f3c nanozone_error + 524
    3   libsystem_malloc.dylib         0x00007fff88783a5c _nano_malloc_check_clear + 370
    4   libsystem_malloc.dylib         0x00007fff887838cc nano_malloc + 35
    5   libsystem_malloc.dylib         0x00007fff88783877 malloc_zone_malloc + 71
    6   libsystem_malloc.dylib         0x00007fff88782395 malloc + 42
    7   libc++abi.dylib               0x00007fff8db8223e operator new(unsigned long) + 30
    8   PMRuntime.dylib               0x000000010b4c8936 0x10b4c6000 + 10550
    9   PMRuntime.dylib               0x000000010b4c8a1f 0x10b4c6000 + 10783
    10  PublicLib.dylib               0x000000010b11647e CStyleGroupHierarchy::CStyleGroupHierarchy(IPMUnknown*) + 78
    11  com.adobe.InDesign.Text       0x000000011ec08c56 0x11e9bd000 + 2407510
    12  ObjectModelLib.dylib           0x000000010e374608 0x10e36c000 + 34312
    13  ObjectModelLib.dylib           0x000000010e36e424 0x10e36c000 + 9252
    14  ObjectModelLib.dylib           0x000000010e3a091e 0x10e36c000 + 215326
    15  DataBaseLib.dylib             0x000000010e2f4a0e 0x10e2f0000 + 18958
    16  PublicLib.dylib               0x000000010b1188c4 CStyleGroupManager::GetRootHierarchy() const + 244
    17  PublicLib.dylib               0x000000010b118ba1 CStyleGroupManager::FindByName(PMString const&, IStyleGroupManager::StyleNameMatch*) const + 257
    18  com.adobe.InDesign.Text       0x000000011ebc70bb 0x11e9bd000 + 2138299
    19  com.adobe.InDesign.Text       0x000000011ebc5e53 0x11e9bd000 + 2133587
    20  com.adobe.InDesign.Text       0x000000011ebc5c57 0x11e9bd000 + 2133079
    21  com.adobe.InDesign.Text       0x000000011ea0c6b8 0x11e9bd000 + 325304
    22  com.adobe.InDesign.AppFramework 0x000000011868ef4d 0x118662000 + 184141
    23  com.adobe.InDesign.AppFramework 0x000000011868f359 0x118662000 + 185177
    24  com.adobe.InDesign.BNCore     0x00000001193cec0e 0x1193ac000 + 142350
    25  com.adobe.InDesign.AppFramework 0x000000011868ef4d 0x118662000 + 184141
    26  com.adobe.InDesign.AppFramework 0x000000011868f2e5 0x118662000 + 185061
    27  PublicLib.dylib               0x000000010af039f1 CDataExchangeController::RunNewScrapResponders() + 465
    28  PublicLib.dylib               0x000000010af03635 CDataExchangeController::InitializeScrap() + 1301
    29  PublicLib.dylib               0x000000010af030d7 CDataExchangeController::Initialize() + 39
    30  com.adobe.InDesign.Text Walker 0x000000011e6ed9af 0x11e6e4000 + 39343
    31  com.adobe.InDesign.Text Walker 0x000000011e72a7ef 0x11e6e4000 + 288751
    32  com.adobe.InDesign.AppFramework 0x00000001186b76fd 0x118662000 + 349949
    33  ObjectModelLib.dylib           0x000000010e38d10c 0x10e36c000 + 135436
    34  ObjectModelLib.dylib           0x000000010e3a038b 0x10e36c000 + 213899
    35  ObjectModelLib.dylib           0x000000010e39b489 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 6713
    36  com.adobe.InDesign             0x0000000109a8e69e main + 94
    37  com.adobe.InDesign             0x0000000109a8e5d4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff92df0232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff85f0ba6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff92def94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9031640d start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff92def94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9031640d start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff92def94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9031640d start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff92dea4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff92de964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94291b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff94290ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff94290858 CFRunLoopRunSpecific + 296
    5   IMSLib.dylib                   0x000000012090fdda 0x12090b000 + 19930
    6   IMSLib.dylib                   0x0000000120910590 0x12090b000 + 21904
    7   IMSLib.dylib                   0x00000001209213d9 0x12090b000 + 91097
    8   IMSLib.dylib                   0x0000000120920925 0x12090b000 + 88357
    9   IMSLib.dylib                   0x00000001209321ed 0x12090b000 + 160237
    10  IMSLib.dylib                   0x0000000120928098 0x12090b000 + 118936
    11  IMSLib.dylib                   0x00000001209178c4 0x12090b000 + 51396
    12  libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff92dea4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff92de964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94291b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff94290ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff94290858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8e252c80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff928ca90a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff92def94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9031640d start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff92dea4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff92de964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94291b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff94290ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff94290858 CFRunLoopRunSpecific + 296
    5   IMSLib.dylib                   0x000000012090fdda 0x12090b000 + 19930
    6   IMSLib.dylib                   0x0000000120910590 0x12090b000 + 21904
    7   IMSLib.dylib                   0x00000001209213d9 0x12090b000 + 91097
    8   IMSLib.dylib                   0x0000000120920925 0x12090b000 + 88357
    9   IMSLib.dylib                   0x00000001209321ed 0x12090b000 + 160237
    10  IMSLib.dylib                   0x0000000120928098 0x12090b000 + 118936
    11  IMSLib.dylib                   0x00000001209178c4 0x12090b000 + 51396
    12  libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff92dea4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff92de964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94291b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff94290ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff94290858 CFRunLoopRunSpecific + 296
    5   IMSLib.dylib                   0x000000012090fdda 0x12090b000 + 19930
    6   IMSLib.dylib                   0x0000000120910590 0x12090b000 + 21904
    7   IMSLib.dylib                   0x00000001209213d9 0x12090b000 + 91097
    8   IMSLib.dylib                   0x0000000120920925 0x12090b000 + 88357
    9   IMSLib.dylib                   0x00000001209321ed 0x12090b000 + 160237
    10  IMSLib.dylib                   0x0000000120928098 0x12090b000 + 118936
    11  IMSLib.dylib                   0x00000001209178c4 0x12090b000 + 51396
    12  libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff92dea4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff92de964f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94291b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff94290ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff94290858 CFRunLoopRunSpecific + 296
    5   IMSLib.dylib                   0x000000012090fdda 0x12090b000 + 19930
    6   IMSLib.dylib                   0x0000000120910590 0x12090b000 + 21904
    7   IMSLib.dylib                   0x00000001209213d9 0x12090b000 + 91097
    8   IMSLib.dylib                   0x0000000120920925 0x12090b000 + 88357
    9   IMSLib.dylib                   0x00000001209321ed 0x12090b000 + 160237
    10  IMSLib.dylib                   0x0000000120928098 0x12090b000 + 118936
    11  IMSLib.dylib                   0x00000001209178c4 0x12090b000 + 51396
    12  libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    13  libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    14  libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff92def3fa __select + 10
    1   libsystem_pthread.dylib       0x00007fff90318268 _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff903181e5 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff9031641d thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff92def94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9031640d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff56171068  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff56171090  rsp: 0x00007fff56171068
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000000000001  r13: 0x0000600000017910  r14: 0x00007fff76d52300  r15: 0x000000010e454000
      rip: 0x00007fff92def286  rfl: 0x0000000000000206  cr2: 0x00007fff75bbafd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x109a8d000 -        0x109a92ff7 +com.adobe.InDesign (10.2.0.69 - 10200) <5A4FB9EB-9F6D-3284-9493-E9FF0B2D9704> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Adobe InDesign CC 2014
           0x109a99000 -        0x109a9bfff +com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) <B60E3D72-B6D5-38B9-BF3E-782C6DA76616> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAn dUI
           0x109aa1000 -        0x109aa9fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) <DE5F9D5B-B04A-3755-B429-FC596A837225> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x109ab3000 -        0x109abeff7 +ASLSupportLib.dylib (1) <BDEF6440-2620-3DA3-8D0F-36A46BD9490D> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/ASLSupportLib.dylib
           0x109acb000 -        0x109be6fff +DV_WidgetBinLib.dylib (1) <7AF7D413-5E27-3E78-AE85-FA4AE83F150F> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/DV_WidgetBinLib.dylib
           0x109d0d000 -        0x109d52fff +TextPanelLib.dylib (1) <3FC36017-3E72-3F6C-9C82-6A1B732296E3> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/TextPanelLib.dylib
           0x109d71000 -        0x109ed8ff7 +WidgetBinLib.dylib (1) <D643B651-EF10-3B8F-B135-FC3B2411E3AC> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/WidgetBinLib.dylib
           0x109f92000 -        0x10a161ff7 +com.adobe.owl (AdobeOwl version 5.0.33 - 5.0.33) <99CE9407-9426-3CCF-8C36-3A0F211FD043> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x10a1a9000 -        0x10a435fff +com.adobe.dvacore.framework (8.0.849323 - 8.0.849323.0) <4E40C3B4-AFCC-32E3-A84B-C7FE02887C09> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10a506000 -        0x10aa70fff +com.adobe.dvaui.framework (8.0.849323 - 8.0.849323.0) <E6C4B141-161B-32BF-8C3F-FE28537B477E> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10ae72000 -        0x10ae72fff +com.adobe.InDesign.InDesignModel (9.0 - 0) <7A950038-2DE2-34B6-B061-3FDC39A5FD52> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
           0x10ae7d000 -        0x10ae8bfff +com.adobe.boost_threads.framework (7.0.849323 - 7.0.849323.0) <C79997A8-ECDE-352D-AE76-B432E47513A3> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x10ae9f000 -        0x10aea1fff +com.adobe.boost_system.framework (7.0.849323 - 7.0.849323.0) <D2BCFF56-217E-3714-97C4-02FA9D2DD5AD> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x10aeac000 -        0x10aeb2fff +com.adobe.boost_date_time.framework (7.0.849323 - 7.0.849323.0) <6CF68F53-2E0B-3424-8769-9477964B60BE> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_ti me
           0x10aec7000 -        0x10b376fff +PublicLib.dylib (1) <98C827A8-110B-3F2D-AA96-940EDFD151E2> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/PublicLib.dylib
           0x10b4c6000 -        0x10b4d2fff +PMRuntime.dylib (1) <11898B55-2BC6-35C9-85AD-79F81DD93E5C> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/PMRuntime.dylib
           0x10b4dc000 -        0x10b4ddff7 +com.adobe.InDesign.Metadata Database Filter (10.2.0.69 - 0) <4FEB8677-E19B-3D45-8E1F-552DB52C145A> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
           0x10b4e2000 -        0x10b4fbfff +com.adobe.AFL (AdobeAFL 1.5.0 - 1.5) <F723E695-5E65-3A08-906A-19C65DA63ACB> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
           0x10b50d000 -        0x10b832ff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.33308 - 5.15.00.33308) <07952676-1A11-3AA6-991D-04460EFBA92E> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10b87e000 -        0x10b89dfff +com.adobe.BIB (AdobeBIB 1.2.03.33308 - 1.2.03.33308) <1E069560-E3C6-38B4-A853-88F3492543FF> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x10b8a5000 -        0x10b8a7ff7  com.apple.textencoding.unicode (2.7 - 2.7) <A5C5993B-30AA-39C7-B3B5-D34FAE232712> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10b8ac000 -        0x10b9faff7 +com.adobe.ACE (AdobeACE 2.20.02.33308 - 2.20.02.33308) <DCD064B8-A43A-3D41-B499-15E602F69CDA> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10ba0f000 -        0x10bff0ff7 +com.adobe.AGM (AdobeAGM 4.30.41.33308 - 4.30.41.33308) <CD4001BD-25FA-39AF-952F-4670BF29D0BB> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x10c098000 -        0x10c0d5ff7 +com.adobe.ARE (AdobeARE 1.5.02.33308 - 1.5.02.33308) <04A0C255-9BB7-31E9-8829-A58A68DD5CBC> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x10c0e2000 -        0x10c109ff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <C21D264F-9A78-3E52-9E0F-3044E78A24B0> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10c115000 -        0x10c509ff7 +com.adobe.MPS (AdobeMPS 5.8.1.33340 - 5.8.1.33340) <4B02E5D5-79A8-3281-920A-BD3B74DFEDF7> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x10c584000 -        0x10c5abfff +com.adobe.dvaflashview.framework (8.0.849323 - 8.0.849323.0) <CCE9E27F-AA90-3416-98DA-8ADD53064B71> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x10c5d0000 -        0x10c5d4ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x10c5de000 -        0x10c6b4fff +com.adobe.exo.framework (8.0.849323 - 8.0.849323.0) <D2118EBF-DB2A-3525-8C4E-51C9FED46082> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x10c77b000 -        0x10c85afff +com.adobe.dvaworkspace.framework (8.0.849323 - 8.0.849323.0) <2FEAC4B0-94E9-38A1-A0C5-148BD01393C8> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10c925000 -        0x10cbe6fc7 +com.adobe.PlugPlugOwl (5.2.0.69 - 5.2.0.69) <CD3F7670-FA19-3876-9773-07737FF72A08> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
           0x10cc37000 -        0x10cc63ff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/libtbb.dylib
           0x10cc81000 -        0x10cca0fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10ccca000 -        0x10da0ffff +com.adobe.ICUData (4.0 - 3.61) <01D90725-4B10-312C-9546-9C0CCCA1B7BB> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dyl ib
           0x10da26000 -        0x10db57ff7 +com.adobe.ICUInternationalization (4.0 - 3.61) <CD4AD967-00CD-3979-8F82-1166E2058FA6> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/lib icui18n.40.0.dylib
           0x10dbad000 -        0x10dca3ff7 +com.adobe.ICUUnicode (4.0 - 3.61) <2352E6C8-3431-3A99-92B9-382E85A018AC> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dy lib
           0x10dce2000 -        0x10de11fff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0) <3DDC40D0-BC6F-3758-B00A-E102E80D4F5F> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10de6e000 -        0x10df6efff +com.adobe.amtlib (8.0.0.160 - 8.0.0.160) <E536A7CF-0E0E-37B8-9EDF-EBFF0C0E5A8C> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x10df88000 -        0x10df8bfff +com.adobe.AdobeCrashReporter (7.1 - 7.1.4) <A33546D9-3E26-38A2-88FE-C7C46B4CD989> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrash Reporter
           0x10df98000 -        0x10e059fff +com.adobe.boost_regex.framework (7.0.849323 - 7.0.849323.0) <CF35FC7F-D6E2-332A-B939-5E90EC1CC033> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x10e0cb000 -        0x10e158fff +com.adobe.adobe_caps (adobe_caps 8.0.0.20 - 8.0.0.20) <8E6FED5A-B032-38C3-A748-03BC0104DC1E> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x10e16b000 -        0x10e177ff7 +com.adobe.boost_signals.framework (7.0.849323 - 7.0.849323.0) <3465A9BD-53BF-30D8-BEDE-FB80795CD577> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x10e18d000 -        0x10e22efff +com.adobe.ICUConverter (4.0 - 3.61) <46764474-111C-3B13-AF62-002B71877405> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0 .dylib
           0x10e24f000 -        0x10e27dfff +VulcanControl.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.) <059975FF-07C9-3231-BCD0-4E7E9862B14A> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/VulcanControl.dylib
           0x10e293000 -        0x10e2d5ff7 +VulcanMessage5.dylib (5.0.0.82 - 5.0.0.82 © 2013 Adobe Systems, Inc. All rights reserved.) <1CA9DD0D-0AC3-3306-AE66-E078B64003A6> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/VulcanMessage5.dylib
           0x10e2f0000 -        0x10e353ff7 +DataBaseLib.dylib (1) <00109801-E225-3478-8F97-31C207F3C9B7> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/DataBaseLib.dylib
           0x10e36c000 -        0x10e3dbff7 +ObjectModelLib.dylib (1) <23F0FEAE-60C5-30DF-A169-B87018042416> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/ObjectModelLib.dylib
           0x10e3f9000 -        0x10e41dff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.33078 - 3.8.0.33078) <A0D182B0-E35A-32A9-BD39-20B0EDB511FB> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE 8SharedExpat
           0x10f6f1000 -        0x10f703ff7 +com.adobe.InDesign.PS Import UI (10.2.0.69 - 0) <E61EFC9F-771B-3802-B3A6-BCE917EFC4E6> /Applications/Adobe InDesign CC 2014/*/PS Import UI
           0x10f711000 -        0x10f735ff7 +com.adobe.InDesign.Swatch Library Panel (10.2.0.69 - 0) <4E187586-9C5D-3409-97E9-459D503A3EBE> /Applications/Adobe InDesign CC 2014/*/Swatch Library Panel
           0x10f744000 -        0x10f74cff7 +com.adobe.InDesign.InCopyExport (10.2.0.69 - 0) <B296115E-9C79-335D-BAA4-4FBB0DA3F747> /Applications/Adobe InDesign CC 2014/*/InCopyExport
           0x10f755000 -        0x10f75cff7 +com.adobe.InDesign.InCopyExportUI (10.2.0.69 - 0) <A3374EEE-F228-36DB-A028-7FD1D72A4854> /Applications/Adobe InDesign CC 2014/*/InCopyExportUI
           0x10f763000 -        0x10f769fff +com.adobe.InDesign.InCopyImport (10.2.0.69 - 0) <5008DAA8-D0D1-32F4-813D-103A999F3FF9> /Applications/Adobe InDesign CC 2014/*/InCopyImport
           0x10f770000 -        0x10f79cff7 +com.adobe.InDesign.Utilities (10.2.0.69 - 0) <93C6081D-B869-3C6E-9BC7-E810D7299523> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
           0x10f7b6000 -        0x10f7c0fff +com.adobe.InDesign.Workgroup Client UI (10.2.0.69 - 0) <8FEBA0AD-B127-3D2F-B2D8-6D5AC9B19593> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
           0x10f7c6000 -        0x10f7e8ff7 +com.adobe.InDesign.Workgroup Client (10.2.0.69 - 0) <1FFB4564-33EF-3D97-B07A-ADBD1041C34D> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
           0x10f7f6000 -        0x10f832ff7 +com.adobe.InDesign.Workgroup (10.2.0.69 - 0) <4BFE4D20-E76C-3E90-BD43-BD572C4F1110> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
           0x10f85a000 -        0x10f86efff +com.adobe.AdobeSFL (AdobeSFL 1.1.0.31977 - 1.1.0.31977) <A1874DA3-6F12-333D-8941-ED3A08A1E265> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
           0x11286e000 -        0x1128adff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.20 - 8.0.0.20) <5B093DA0-9FAC-3DFA-9045-77FCEDA9C9C3> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterN otifications
           0x113af5000 -        0x113afdfff +com.adobe.InDesign.Data Services UI (10.2.0.69 - 0) <E244DB3C-7784-3F70-A051-CD53A1509899> /Applications/Adobe InDesign CC 2014/*/Data Services UI
           0x113b06000 -        0x113b0fff7 +com.adobe.InDesign.Data Services (10.2.0.69 - 0) <8C2762FB-613B-3922-9556-7F9C36671DB0> /Applications/Adobe InDesign CC 2014/*/Data Services
           0x113b15000 -        0x113b23ff7 +com.adobe.InDesign.DTTransform (10.2.0.69 - 0) <6B85E3FD-9273-3A4E-997D-CAA22ECB52AF> /Applications/Adobe InDesign CC 2014/*/DTTransform
           0x113b2c000 -        0x113b6afff +com.adobe.InDesign.Dictionary Editor Dialog (10.2.0.69 - 0) <3469C90B-DA7B-3B68-8CE7-302BA7A7C0DF> /Applications/Adobe InDesign CC 2014/*/Dictionary Editor Dialog
           0x113b8a000 -        0x113bb3fff +com.adobe.InDesign.LILO (10.2.0.69 - 0) <28CC2FE4-D4D2-3656-8452-79D815C8C344> /Applications/Adobe InDesign CC 2014/*/LILO
           0x113bc1000 -        0x113c9dff7 +com.adobe.linguistic.LinguisticManager (8.0.0 - 20256) <F4BD30E8-0A55-3A3B-A1AA-0C42683BCFA0> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguist ic
           0x113cb9000 -        0x113f12fff +com.adobe.InDesign.EBookExport (10.2.0.69 - 0) <4594317D-5509-3C83-9807-733BF9920782> /Applications/Adobe InDesign CC 2014/*/EBookExport
           0x113f43000 -        0x113fa2ff7 +com.adobe.InDesign.Media Import Filter (10.2.0.69 - 0) <B1E182DB-B90D-3455-9222-DE15E25E489B> /Applications/Adobe InDesign CC 2014/*/Media Import Filter
           0x113fb5000 -        0x113fbffff +com.adobe.InDesign.PNG Import Filter UI (10.2.0.69 - 0) <B48E35E0-59F5-345D-9EEF-D2579B869DC5> /Applications/Adobe InDesign CC 2014/*/PNG Import Filter UI
           0x113fc8000 -        0x113ff3ff7 +com.adobe.InDesign.Sangam Preferences UI (10.2.0.69 - 0) <5C3ED481-AC9E-3F98-BF92-7A1ACD3D4810> /Applications/Adobe InDesign CC 2014/*/Sangam Preferences UI
           0x114006000 -        0x11407afff +com.adobe.AdobeSangam (AdobeSangam 5.65.0.32332 - 5.65.0.32332) <C2C6A2E8-C210-3294-AA1A-C2C3B481495C> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
           0x1140cb000 -        0x114123fff +com.adobe.InDesign.SangamExport (10.2.0.69 - 0) <9C883C03-D0C0-3291-8F48-14AF2002EB92> /Applications/Adobe InDesign CC 2014/*/SangamExport
           0x11413b000 -        0x11427bff7 +com.adobe.InDesign.SangamServicer-Mapper (10.2.0.69 - 0) <D6B1B2CE-C5FC-39C8-A6B9-95FF03B87C1D> /Applications/Adobe InDesign CC 2014/*/SangamServicer-Mapper
           0x11429f000 -        0x1142b8fff +com.adobe.InDesign.SaveBack (10.2.0.69 - 0) <68BFCD71-BE1E-3CDF-A423-9E6F051E6F19> /Applications/Adobe InDesign CC 2014/*/SaveBack
           0x1142c6000 -        0x1142c8ff7 +com.adobe.InDesign.SimpleTextImportFilter (10.2.0.69 - 0) <363FD451-9852-37F5-8840-67799AC42CF7> /Applications/Adobe InDesign CC 2014/*/SimpleTextImportFilter
           0x1142ce000 -        0x1143a1ff7 +com.adobe.InDesign.Tagged Text Attributes (10.2.0.69 - 0) <5E22E95F-D546-320F-A1A7-00D227041875> /Applications/Adobe InDesign CC 2014/*/Tagged Text Attributes
           0x1143cf000 -        0x1143dbff7 +com.adobe.InDesign.Tagged Text Filters UI (10.2.0.69 - 0) <B8564966-E746-31F7-A9C5-68625055041E> /Applications/Adobe InDesign CC 2014/*/Tagged Text Filters UI
           0x1143e5000 -        0x114490ff7 +com.adobe.InDesign.Tagged Text Filters (10.2.0.69 - 0) <4D676A3C-2B90-3094-8EA4-61F63FAE7B56> /Applications/Adobe InDesign CC 2014/*/Tagged Text Filters
           0x1144a5000 -        0x1144b2fff +com.adobe.InDesign.Clipping Path Dialog (10.2.0.69 - 0) <A920534E-0A9C-383E-B99A-6E87B9FC1708> /Applications/Adobe InDesign CC 2014/*/Clipping Path Dialog
           0x1144c3000 -        0x114506fff +com.adobe.InDesign.Color Management UI (10.2.0.69 - 0) <DC756A82-D5FE-3C0A-9C37-338BD9E882A4> /Applications/Adobe InDesign CC 2014/*/Color Management UI
           0x114515000 -        0x114592fff +com.adobe.InDesign.Color Picker Panel (10.2.0.69 - 0) <E5800A6E-F219-3D72-8A7B-9296E9D413C9> /Applications/Adobe InDesign CC 2014/*/Color Picker Panel
           0x1145ba000 -        0x1147d6fff +com.adobe.InDesign.Digital Publishing (10.0.10.32 - 0) <6B56F2F7-83DD-36CC-809F-AB035A0B0E63> /Applications/Adobe InDesign CC 2014/*/Digital Publishing
           0x11495e000 -        0x11496cff7 +com.adobe.boost_filesystem.framework (7.0.849323 - 7.0.849323.0) <755D82FC-3338-3609-A077-3D8989A10AD0> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesy stem
           0x114978000 -        0x1149b0fef +libcurl.4.dylib (7) <FA1D87DC-8CBC-3645-8ADA-D974B6EDED53> /Applications/Adobe InDesign CC 2014/*/libcurl.4.dylib
           0x1149bb000 -        0x114a3cff7 +com.adobe.InDesign.DynamicDocumentsUI (10.2.0.69 - 0) <53703CB1-69AE-3AFC-A8EE-E440458F45C2> /Applications/Adobe InDesign CC 2014/*/DynamicDocumentsUI
           0x114a62000 -        0x114a7eff7 +com.adobe.InDesign.EPS UI (10.2.0.69 - 0) <532A7C80-096F-38B8-8EA0-C75B223030F2> /Applications/Adobe InDesign CC 2014/*/EPS UI
           0x114a8e000 -        0x114a99ff7 +com.adobe.InDesign.Generic Style Editor (10.2.0.69 - 0) <F986779A-4DCC-3076-B05C-DB49E0DADFAA> /Applications/Adobe InDesign CC 2014/*/Generic Style Editor
           0x114aa7000 -        0x114adeff7 +com.adobe.InDesign.Gradient Panel (10.2.0.69 - 0) <22BFDFE1-B79A-318A-95A2-2FE33E14283E> /Applications/Adobe InDesign CC 2014/*/Gradient Panel
           0x114af5000 -        0x114baafff +com.adobe.InDesign.Graphic Panels (10.2.0.69 - 0) <0F545114-55AB-323D-A608-224A3C75D0D8> /Applications/Adobe InDesign CC 2014/*/Graphic Panels
           0x114bd4000 -        0x114bdcfff +com.adobe.InDesign.JPEG Export UI (10.2.0.69 - 0) <4FFDC0C4-FA37-3BBD-B336-B4E79CE24E47> /Applications/Adobe InDesign CC 2014/*/JPEG Export UI
           0x114be4000 -        0x114bfffff +com.adobe.InDesign.JPEG Export (10.2.0.69 - 0) <31E893D9-2F4F-3708-B647-CE71DE69BC9E> /Applications/Adobe InDesign CC 2014/*/JPEG Export
           0x114c10000 -        0x114c62fff +com.adobe.InDesign.Output Preview (10.2.0.69 - 0) <AB8571CD-EC2C-30AE-9208-847D28AB68B2> /Applications/Adobe InDesign CC 2014/*/Output Preview
           0x114c7c000 -        0x114c93fff +com.adobe.InDesign.OutputMiscUI (10.2.0.69 - 0) <1F5C8725-61D9-395E-A131-C8540F6CA968> /Applications/Adobe InDesign CC 2014/*/OutputMiscUI
           0x114ca5000 -        0x114d26fff +com.adobe.InDesign.PDF UI (10.2.0.69 - 0) <3DE53A73-53E0-37F7-A20F-A8A22123B14A> /Applications/Adobe InDesign CC 2014/*/PDF UI
           0x114d49000 -        0x114dfdfff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 14 - 79.156797) <B92343BD-6092-397F-A805-4649556DD7E2> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x114e25000 -        0x114e3bfff +com.adobe.InDesign.Printer Styles (10.2.0.69 - 0) <EED5FE1E-5785-3A39-AEB5-A30CBE7B2D2C> /Applications/Adobe InDesign CC 2014/*/Printer Styles
           0x114e49000 -        0x114f27ff7 +com.adobe.InDesign.PrintUI (10.2.0.69 - 0) <801FB86B-C156-31B4-BF01-32913FB36516> /Applications/Adobe InDesign CC 2014/*/PrintUI
           0x114f51000 -        0x115026ff7 +com.adobe.InDesign.Swatches Panel (10.2.0.69 - 0) <F2B30D31-F6E8-3AB3-9980-A15BF21EBCDB> /Applications/Adobe InDesign CC 2014/*/Swatches Panel
           0x11505f000 -        0x11510dff7 +com.adobe.InDesign.Transparency UI (10.2.0.69 - 0) <C43AA6A5-1F0D-302B-8F92-497B0A4B4EF8> /Applications/Adobe InDesign CC 2014/*/Transparency UI
           0x115140000 -        0x1151a3fff +com.adobe.InDesign.Assignment UI (10.2.0.69 - 0) <36E423A1-266E-3EAE-84E9-42AF66BB7E07> /Applications/Adobe InDesign CC 2014/*/Assignment UI
           0x1151c5000 -        0x1151e8fff +com.adobe.InDesign.InCopy Bridge UI (10.2.0.69 - 0) <96BEE7FE-F933-31A1-A5C1-6225CA68D848> /Applications/Adobe InDesign CC 2014/*/InCopy Bridge UI
           0x1151f6000 -        0x115234fff +com.adobe.InDesign.InCopy Bridge (10.2.0.69 - 0) <4A39860E-6F43-3216-9CE8-C31BC13AA5A6> /Applications/Adobe InDesign CC 2014/*/InCopy Bridge
           0x115244000 -        0x11524cfff +com.adobe.InDesign.InCopyWorkflow UI (10.2.0.69 - 0) <C8FF43E1-3729-35FE-B89A-367761253590> /Applications/Adobe InDesign CC 2014/*/InCopyWorkflow UI
           0x115256000 -        0x1152abfff +com.adobe.InDesign.Note (10.2.0.69 - 0) <40DE9A9D-9365-32B0-B973-D09792756C73> /Applications/Adobe InDesign CC 2014/*/Note
           0x1152ca000 -        0x1152d5fff +com.adobe.InDesign.NotePref (10.2.0.69 - 0) <02E02E1D-B03F-373D-A541-F26D76529CBA> /Applications/Adobe InDesign CC 2014/*/NotePref
           0x1152e3000 -        0x1152e8fff +com.adobe.InDesign.Username UI (10.2.0.69 - 0) <6F54DE72-6941-353C-926D-4018815AF2F8> /Applications/Adobe InDesign CC 2014/*/Username UI
           0x1152f1000 -        0x115392ff7 +com.adobe.InDesign.ButtonUI (10.2.0.69 - 0) <F4CAE504-B601-35CD-9E16-D8003F09451C> /Applications/Adobe InDesign CC 2014/*/ButtonUI
           0x1153c1000 -        0x1153eaff7 +com.adobe.InDesign.MediaUI (10.2.0.69 - 0) <59A54691-F1B7-3B02-82A3-0479283D3C61> /Applications/Adobe InDesign CC 2014/*/MediaUI
           0x1153ff000 -        0x11540efff +com.adobe.InDesign.Alignment Panel (10.2.0.69 - 0) <14F2D03C-9317-356A-830E-305287A359BE> /Applications/Adobe InDesign CC 2014/*/Alignment Panel
           0x115416000 -        0x115467ff7 +com.adobe.InDesign.Asset Library Panel (10.2.0.69 - 0) <3BB85DC5-B703-36DE-9F20-0150A31E6523> /Applications/Adobe InDesign CC 2014/*/Asset Library Panel
           0x11548d000 -        0x1155fafff +libtypekitC4Release.dylib (1) <0EA13282-E704-3125-8C33-29A80484E1E0> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/libtypekitC4Release.dylib
           0x115617000 -        0x115685fff +com.adobe.InDesign.Asset PubLibrary (10.2.0.69 - 0) <D61F618D-4071-3320-86DD-B4CD4C168558> /Applications/Adobe InDesign CC 2014/*/Asset PubLibrary
           0x1156a3000 -        0x1156f1ff7 +com.adobe.InDesign.Book Panel (10.2.0.69 - 0) <69A2C302-9AC7-3C43-AA64-C75026167EB7> /Applications/Adobe InDesign CC 2014/*/Book Panel
           0x115714000 -        0x115730fff +com.adobe.InDesign.Bookmark Panel (10.2.0.69 - 0) <02C404F5-90F2-3B1E-BFCA-243A75BB458D> /Applications/Adobe InDesign CC 2014/*/Bookmark Panel
           0x115746000 -        0x11577cff7 +com.adobe.InDesign.ContentDropper Tool (10.2.0.69 - 0) <E55DCC63-45CF-3343-8577-91756742C5E8> /Applications/Adobe InDesign CC 2014/*/ContentDropper Tool
           0x11579a000 -        0x1157dfff7 +com.adobe.InDesign.Control Panel (10.2.0.69 - 0) <BC4D719E-F8A5-35D0-8629-C57B71E2B0D3> /Applications/Adobe InDesign CC 2014/*/Control Panel
           0x1157fc000 -        0x115806ff7 +com.adobe.InDesign.Create Guides Dialog (10.2.0.69 - 0) <E27099A1-CB67-3D0B-AF24-6CC1E16BCFC3> /Applications/Adobe InDesign CC 2014/*/Create Guides Dialog
           0x115810000 -        0x1158b4ff7 +com.adobe.InDesign.Eyedropper Tool (10.2.0.69 - 0) <42F8BE0D-CC5B-3E5C-828A-6E29065BC9CD> /Applications/Adobe InDesign CC 2014/*/Eyedropper Tool
           0x1158dc000 -        0x115981fff +com.adobe.InDesign.Hyperlinks Panel (10.2.0.69 - 0) <6649FA48-C6D5-33B4-B27D-052C24FE1DEE> /Applications/Adobe InDesign CC 2014/*/Hyperlinks Panel
           0x1159aa000 -        0x115a40fff +com.adobe.InDesign.Index Panel (10.2.0.69 - 0) <7B8DCBFB-89EA-3365-B4BA-A148958ABC5D> /Applications/Adobe InDesign CC 2014/*/Index Panel
           0x115a60000 -        0x115a6cff7 +unihan (1) <E859A35E-8EC1-3CA9-9758-95EC69D4EC5D> /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
           0x115a75000 -        0x115addfff +com.adobe.InDesign.Info Panel (10.2.0.69 - 0) <BA356828-72D3-3548-9ECF-EFBF6C27F586> /Applications/Adobe InDesign CC 2014/*/Info Panel
           0x115af5000 -        0x115bb9fff +com.adobe.InDesign.Knowledge Base (10.2.0.69 - 0) <203F165C-21B7-317A-822F-5C0F7AA29ACA> /Applications/Adobe InDesign CC 2014/*/Knowledge Base
           0x115bc3000 -        0x115c14ff7 +com.adobe.InDesign.Layers Panel (10.2.0.69 - 0) <13221984-D382-37EA-8138-E95EBD541AEC> /Applications/Adobe InDesign CC 2014/*/Layers Panel
           0x115c36000 -        0x115c3aff7 +com.adobe.InDesign.Layout Adjustment Panel (10.2.0.69 - 0) <7D4F1BEF-6D13-361F-A8DD-E966ACF9C98B> /Applications/Adobe InDesign CC 2014/*/Layout Adjustment Panel
           0x115c42000 -        0x115c61ff7 +com.adobe.InDesign.Layout Adjustment (10.2.0.69 - 0) <E4AA1550-A45C-3D49-ADE5-463D191B20BD> /Applications/Adobe InDesign CC 2014/*/Layout Adjustment
           0x115c6f000 -        0x115cbafff +com.adobe.InDesign.Links UI (10.2.0.69 - 0) <3C6322F0-B545-38B8-9AE7-8B8D3B8C4E39> /Applications/Adobe InDesign CC 2014/*/Links UI
           0x115cdb000 -        0x115d7fff7 +com.adobe.InDesign.ObjectStylesUI (10.2.0.69 - 0) <27A8E7E8-D7F5-34F1-BAD7-498B8AAB0BAD> /Applications/Adobe InDesign CC 2014/*/ObjectStylesUI
           0x115daf000 -        0x115dd4ff7 +com.adobe.InDesign.Page Setup Dialog (10.2.0.69 - 0) <E55E2B70-5BC8-3BEA-8268-8941DCFAC995> /Applications/Adobe InDesign CC 2014/*/Page Setup Dialog
           0x115de1000 -        0x115ea4fff +com.adobe.InDesign.Pages Panel (10.2.0.69 - 0) <019B5AA2-A479-3932-8346-0F3DE949829F> /Applications/Adobe InDesign CC 2014/*/Pages Panel
           0x115ed4000 -        0x115ee2fff +com.adobe.InDesign.Sections UI (10.2.0.69 - 0) <25EDB01D-0568-3712-BD74-A264CF9977B2> /Applications/Adobe InDesign CC 2014/*/Sections UI
           0x115eec000 -        0x115ef6fff +com.adobe.InDesign.StepRepeat (10.2.0.69 - 0) <0CC1E061-43CE-3384-B501-5606906E3EF9> /Applications/Adobe InDesign CC 2014/*/StepRepeat
           0x115f02000 -        0x115f40fff +com.adobe.InDesign.Text Wrap Panel (10.2.0.69 - 0) <62FEF8BC-2D22-36DA-9031-E2A55BB2EA0E> /Applications/Adobe InDesign CC 2014/*/Text Wrap Panel
           0x115f59000 -        0x115f9bff7 +com.adobe.InDesign.TOC UI Dialog (10.2.0.69 - 0) <052B396B-EA99-37DD-8839-75EF96756D8A> /Applications/Adobe InDesign CC 2014/*/TOC UI Dialog
           0x115fb4000 -        0x115ff1fff +com.adobe.InDesign.Transform Panel (10.2.0.69 - 0) <6314C555-0202-3665-A1F9-904A49D25EAE> /Applications/Adobe InDesign CC 2014/*/Transform Panel
           0x116007000 -        0x116022ff7 +com.adobe.InDesign.Image Import UI (10.2.0.69 - 0) <232BE0E9-EA90-38E1-BBFF-B93045D9580C> /Applications/Adobe InDesign CC 2014/*/Image Import UI
           0x116034000 -        0x116049ff7 +com.adobe.InDesign.Scotch Rules (10.2.0.69 - 0) <4CDFAE81-0ADE-3C0A-95EF-1208F11A0B70> /Applications/Adobe InDesign CC 2014/*/Scotch Rules
           0x116054000 -        0x1160b8ff7 +com.adobe.InDesign.BNUI (10.2.0.69 - 0) <5993DE44-8

    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - Mavericks   also Yosemite
    If it works in the Safe Mode, reboot and test. If it still doesn't work, try running this program and then copy and paste the output in a reply. The program was created by Etresoft, a frequent contributor.  Please use copy and paste as screen shots can be hard to read.
    Etrecheck – System Information

Maybe you are looking for