Bluetooth Service Crashing when Pairing

I have been trying to pair my Plantronics BackBeat GO 2 earphones to my W530.  When I attempt to pair them, the headphones connect then immediately disconnect and will not connect again.
Checking the event log, it shows that the Bluetooth driver is crashing:
Faulting application name: btwdins.exe, version: 12.0.0.9580, time stamp: 0x533b5af1
Faulting module name: btwprofpack.dll, version: 12.0.0.9580, time stamp: 0x533b588b
Exception code: 0xc0000005
Fault offset: 0x00000000002ab2dc
Faulting process id: 0x13c8
Faulting application start time: 0x01cffa0724471cfc
Faulting application path: C:\Program Files\ThinkPad\Bluetooth Software\btwdins.exe
Faulting module path: C:\Program Files\ThinkPad\Bluetooth Software\btwprofpack.dll
Report Id: 62a3dc9a-65fa-11e4-8288-3c970e75be9a
I have already updated to the latest drivers and have tried removing/reinstalling but I get the same results.

#2 has been corrected. I did two things, and I did them at the same time, so I'm not sure which one did it. I installed the 10.4.7 update (using Software Update), and I deleted a file that I found on the Cingular 8125 which was left over after I uninstalled The Missing Sync on the device. I did a soft-reset, and paired the phone to the iBook via the iBook.
#1 is still an issue. It could be that my memory was bad and that this never worked (pairing the two from the phone, rather than from the iBook). In any case, if anyone has an 8125 and can test this, I'd appreciate it.

Similar Messages

  • SCVMM service crash when trying to connect with admin console

    Hello,
    i'm using SCVMM for a while but from the beginning of the year (2010), the vmm service crash when i try to connect with the vmm admin consol .
    More in detail:
    vmm service is running on serverA. (vmmservice 2.0.3444.0)
    Admin console is running on serverA (vmmadmin 2.0.3444.0)
    ServerA is running W2008 Sp2
    on this serverA, i launch vmm admin console to connect to server localhost:8100.
    i get the following erro message
    You cannot access Virtual Machine manager server localhost
    Contact the virtual machine manager administrator to verify that your account is a mamber of a valid user role and then try the operation again
    ID: 1604
    And i can see in system log at the same time an error (see detail at the end)
    i get the ods log from vmm according to the link i see in an other post http://blogs.technet.com/chengw/archive/2008/05/08/how-to-collect-scvmm-traces.aspx
    thanks in advance
    Log Name:      System
    Source:        Service Control Manager
    Date:          05/01/2010 11:44:20
    Event ID:      7031
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PYAQ9G.INETPSA.com
    Description:
    The Virtual Machine Manager service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 100 milliseconds: Restart the service.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7031</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-01-05T10:44:20.000Z" />
        <EventRecordID>21683</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>PYAQ9G.INETPSA.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">Virtual Machine Manager</Data>
        <Data Name="param2">1</Data>
        <Data Name="param3">100</Data>
        <Data Name="param4">1</Data>
        <Data Name="param5">Restart the service</Data>
      </EventData>
    </Event>

     Hi Mike,
    I have same kind of
     VMM Crashing  issue but error looks different.
    I have one SCVMM Server ( Win2008 R2 SP1) and to manage 20 host servers with 300 clients and it was running fine since 30 months. Recently I observed
    that Virtual Machine manager service is not getting started  automatically , due to that SCVMM console is not establishing the connection. If we forced to start the VMM service, then we are able connect the SCVMM console. But every 5 or 10 min console
    was disconnecting and restarting the console. We are getting below 2 error codes. Please help me on this.
    I have hosted IN-SCVMM1 server on
     hyper-v virtual machine with 16GBRAM and 2 Processors.
    Error1:
    Log Name:      VM Manager
    Source:       
    Virtual Machine Manager
    Date:         
    7/24/2012 12:19:31 PM
    Event ID:      1
    Task Category: None
    Level:        
    Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      IN-SCVMM1.ingrnet.com
    Description:
    System.OverflowException: Failed to convert parameter value from a UInt16 to a Int16. ---> System.OverflowException: Value was either too large or too small for an Int16.
       at System.UInt16.System.IConvertible.ToInt16(IFormatProvider provider)
       at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
       at System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
       --- End of inner exception stack trace ---
       at System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
       at System.Data.SqlClient.SqlParameter.GetCoercedValue()
       at System.Data.SqlClient.SqlParameter.Validate(Int32 index, Boolean isCommandProc)
       at System.Data.SqlClient.SqlCommand.SetUpRPCParameters(_SqlRPC rpc, Int32 startCount, Boolean inSchema, SqlParameterCollection parameters)
       at System.Data.SqlClient.SqlCommand.BuildRPC(Boolean inSchema, SqlParameterCollection parameters, _SqlRPC& rpc)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.DB.Adhc.Host.Update(HostData hostData, SqlContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.HostDatabaseUpdater.UpdateDatabase()
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.UpdateAllInformation(Host host, HostUpdateInformation hostUpdateInfo, Guid taskID)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshData(HostReference hostRef)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)-2146233066
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Virtual Machine Manager" />
        <EventID Qualifiers="0">1</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2012-07-24T06:49:31.000000000Z" />
        <EventRecordID>4888059</EventRecordID>
        <Channel>VM Manager</Channel>
        <Computer>IN-SCVMM1.ingrnet.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>System.OverflowException: Failed to convert parameter value from a UInt16 to a Int16. ---&gt; System.OverflowException: Value was either too large or too small for an Int16.
       at System.UInt16.System.IConvertible.ToInt16(IFormatProvider provider)
       at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
       at System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
       --- End of inner exception stack trace ---
       at System.Data.SqlClient.SqlParameter.CoerceValue(Object value, MetaType destinationType)
       at System.Data.SqlClient.SqlParameter.GetCoercedValue()
       at System.Data.SqlClient.SqlParameter.Validate(Int32 index, Boolean isCommandProc)
       at System.Data.SqlClient.SqlCommand.SetUpRPCParameters(_SqlRPC rpc, Int32 startCount, Boolean inSchema, SqlParameterCollection parameters)
       at System.Data.SqlClient.SqlCommand.BuildRPC(Boolean inSchema, SqlParameterCollection parameters, _SqlRPC&amp; rpc)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.DB.Adhc.Host.Update(HostData hostData, SqlContext ctx)
       at Microsoft.VirtualManager.Engine.Adhc.HostDatabaseUpdater.UpdateDatabase()
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.UpdateAllInformation(Host host, HostUpdateInformation hostUpdateInfo, Guid taskID)
       at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshData(HostReference hostRef)
       at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)-2146233066</Data>
        <
    Error2 :
    Log Name:      System
    Source:       
    Service Control Manager
    Date:         
    7/24/2012 12:19:32 PM
    Event ID:      7031
    Task Category: None
    Level:        
    Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      IN-SCVMM1.ingrnet.com
    Description:
    The Virtual Machine Manager service terminated unexpectedly. 
    It has done this 1 time(s).  The following corrective action will be taken in 100 milliseconds: Restart the service.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7031</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2012-07-24T06:49:32.179030700Z" />
        <EventRecordID>29790</EventRecordID>
        <Correlation />
        <Execution ProcessID="564" ThreadID="5840" />
        <Channel>System</Channel>
        <Computer>IN-SCVMM1.ingrnet.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">Virtual Machine Manager</Data>
        <Data Name="param2">1</Data>
        <Data Name="param3">100</Data>
        <Data Name="param4">1</Data>
        <Data Name="param5">Restart the service</Data>
      </EventData>
    </Event>
    Please help on this situation.
    Ratnakar.c
    Ratnakar

  • DPM 2012 service crashes when creating a protection group

    DPM Server Setup:
    Windows Server 2012 Datacenter
    DPM 2012 SP1 RU3 (Version 4.1.3417.0)
    SQL Server Setup:
    Windows Server 2012 Datacenter
    SQL Server 2012 Standard (11.0.3128.0)
    DPM database is on a named instance on a custom port
    Windows firewall is completely open between DPM and SQL servers
    Whenever I create a protection group, when it gets to the stage of actually creating the group the DPM service crashes and the group isn't created. This happens whether creating from the console or the shell. The error is:
    Connection to the DPM service has been lost.
    Review the application event log for information about a possible service shutdown. Verify that the following services are not disabled:
                DPM
                DPM Replication Agent
                SQLAgent$SCDPM
                MSSQL$SCDPM
                Virtual Disk Service
                Volume Shadow Copy
    ID: 917
    The Windows error log has the following:
    Log Name:      Application
    Source:        MSDPM
    Date:          17/10/2013 18:37:46
    Event ID:      945
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      backup.domain.local
    Description:
    The description for Event ID 945 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Unable to connect to the DPM database because of a general database failure.  Make sure that SQL Server is running and that it is configured correctly.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>68</Seq><TimeCreated>17/10/2013 17:37:46</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>SqlException</ExceptionType><ExceptionMessage>The
    specified '@owner_login_name' is invalid (valid values are returned by sp_helplogins [excluding Windows NT groups]).</ExceptionMessage><ExceptionDetails>System.Data.SqlClient.SqlException: The specified '@owner_login_name' is invalid (valid values
    are returned by sp_helplogins [excluding Windows NT groups]).
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.AddJob(String jobName, String jobOwner, String CategoryName)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.RegisterSchedule(Schedule schedule)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.PerformDBOperation()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.Execute(SqlContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SchedulerImpl.Register(SqlContext sqlContext, String scheduleXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.CreateScheduleDefinition(String jobDefinitionId, RecurrenceType[] scheduleRecurrances)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleJobDefinition(JobTranslator jobTranslator)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleReplicationJob(JobTranslator jobTranslator, BackupTypeType backupType, Boolean scheduleOnlyForApplications)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleDeltaReplicationJob()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.UpdateJobDefinitions()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.TranslateGroup(IMCatalogType IMCatalogXmlPassed, String intentCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.ConfigureProtectedGroup(UInt16* bstrIMCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.ConfigureProtectedGroup(CCoreServices* , UInt16* bstrIMCatalogXml, tagSAFEARRAY** exceptionResult)</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">945</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-10-17T17:37:46.000000000Z" />
        <EventRecordID>10250</EventRecordID>
        <Channel>Application</Channel>
        <Computer>backup.domain.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Unable to connect to the DPM database because of a general database failure.  Make sure that SQL Server is running and that it is configured correctly.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;68&lt;/Seq&gt;&lt;TimeCreated&gt;17/10/2013 17:37:46&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;SqlException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;The
    specified '@owner_login_name' is invalid (valid values are returned by sp_helplogins [excluding Windows NT groups]).&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.Data.SqlClient.SqlException: The specified '@owner_login_name' is invalid
    (valid values are returned by sp_helplogins [excluding Windows NT groups]).
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.AddJob(String jobName, String jobOwner, String CategoryName)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.RegisterSchedule(Schedule schedule)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.PerformDBOperation()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.Execute(SqlContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SchedulerImpl.Register(SqlContext sqlContext, String scheduleXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.CreateScheduleDefinition(String jobDefinitionId, RecurrenceType[] scheduleRecurrances)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleJobDefinition(JobTranslator jobTranslator)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleReplicationJob(JobTranslator jobTranslator, BackupTypeType backupType, Boolean scheduleOnlyForApplications)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleDeltaReplicationJob()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.UpdateJobDefinitions()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.TranslateGroup(IMCatalogType IMCatalogXmlPassed, String intentCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.ConfigureProtectedGroup(UInt16* bstrIMCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.ConfigureProtectedGroup(CCoreServices* , UInt16* bstrIMCatalogXml, tagSAFEARRAY** exceptionResult)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
        <Binary>3C0046006100740061006C0053006500720076006900630065004500720072006F0072003E003C005F005F00530079007300740065006D003E003C00490044003E00310039003C002F00490044003E003C005300650071003E00360038003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E00310037002F00310030002F0032003000310033002000310037003A00330037003A00340036003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E00440070006D0054006800720065006100640050006F006F006C002E00630073003C002F0053006F0075007200630065003E003C004C0069006E0065003E003100360033003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C0045007800630065007000740069006F006E0054007900700065003E00530071006C0045007800630065007000740069006F006E003C002F0045007800630065007000740069006F006E0054007900700065003E003C0045007800630065007000740069006F006E004D006500730073006100670065003E0054006800650020007300700065006300690066006900650064002000270040006F0077006E00650072005F006C006F00670069006E005F006E0061006D0065002700200069007300200069006E00760061006C006900640020002800760061006C00690064002000760061006C0075006500730020006100720065002000720065007400750072006E00650064002000620079002000730070005F00680065006C0070006C006F00670069006E00730020005B006500780063006C007500640069006E0067002000570069006E0064006F007700730020004E0054002000670072006F007500700073005D0029002E003C002F0045007800630065007000740069006F006E004D006500730073006100670065003E003C0045007800630065007000740069006F006E00440065007400610069006C0073003E00530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0045007800630065007000740069006F006E003A00200054006800650020007300700065006300690066006900650064002000270040006F0077006E00650072005F006C006F00670069006E005F006E0061006D0065002700200069007300200069006E00760061006C006900640020002800760061006C00690064002000760061006C0075006500730020006100720065002000720065007400750072006E00650064002000620079002000730070005F00680065006C0070006C006F00670069006E00730020005B006500780063006C007500640069006E0067002000570069006E0064006F007700730020004E0054002000670072006F007500700073005D0029002E000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006E006E0065006300740069006F006E002E004F006E004500720072006F0072002800530071006C0045007800630065007000740069006F006E00200065007800630065007000740069006F006E002C00200042006F006F006C00650061006E00200062007200650061006B0043006F006E006E0065006300740069006F006E0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E005400640073005000610072007300650072002E005400680072006F00770045007800630065007000740069006F006E0041006E0064005700610072006E0069006E0067002800540064007300500061007200730065007200530074006100740065004F0062006A006500630074002000730074006100740065004F0062006A0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E005400640073005000610072007300650072002E00520075006E002800520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C002000530071006C0043006F006D006D0061006E006400200063006D006400480061006E0064006C00650072002C002000530071006C00440061007400610052006500610064006500720020006400610074006100530074007200650061006D002C002000420075006C006B0043006F0070007900530069006D0070006C00650052006500730075006C0074005300650074002000620075006C006B0043006F0070007900480061006E0064006C00650072002C002000540064007300500061007200730065007200530074006100740065004F0062006A006500630074002000730074006100740065004F0062006A0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00460069006E0069007300680045007800650063007500740065005200650061006400650072002800530071006C0044006100740061005200650061006400650072002000640073002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200053007400720069006E0067002000720065007300650074004F007000740069006F006E00730053007400720069006E00670029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00520075006E004500780065006300750074006500520065006100640065007200540064007300280043006F006D006D0061006E0064004200650068006100760069006F007200200063006D0064004200650068006100760069006F0072002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200042006F006F006C00650061006E002000720065007400750072006E00530074007200650061006D002C00200042006F006F006C00650061006E0020006100730079006E00630029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00520075006E004500780065006300750074006500520065006100640065007200280043006F006D006D0061006E0064004200650068006100760069006F007200200063006D0064004200650068006100760069006F0072002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200042006F006F006C00650061006E002000720065007400750072006E00530074007200650061006D002C00200053007400720069006E00670020006D006500740068006F0064002C002000440062004100730079006E00630052006500730075006C007400200072006500730075006C00740029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E0049006E007400650072006E0061006C0045007800650063007500740065004E006F006E00510075006500720079002800440062004100730079006E00630052006500730075006C007400200072006500730075006C0074002C00200053007400720069006E00670020006D006500740068006F0064004E0061006D0065002C00200042006F006F006C00650061006E002000730065006E00640054006F00500069007000650029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E0045007800650063007500740065004E006F006E0051007500650072007900280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00440042002E00530071006C005200650074007200790043006F006D006D0061006E0064002E0045007800650063007500740065004E006F006E0051007500650072007900280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00530071006C004100670065006E007400480065006C007000650072002E004100640064004A006F006200280053007400720069006E00670020006A006F0062004E0061006D0065002C00200053007400720069006E00670020006A006F0062004F0077006E00650072002C00200053007400720069006E0067002000430061007400650067006F00720079004E0061006D00650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00530071006C004100670065006E007400480065006C007000650072002E00520065006700690073007400650072005300630068006500640075006C00650028005300630068006500640075006C00650020007300630068006500640075006C00650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00520065006700690073007400650072005300630068006500640075006C006500480065006C007000650072002E0050006500720066006F0072006D00440042004F007000650072006100740069006F006E00280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00520065006700690073007400650072005300630068006500640075006C006500480065006C007000650072002E0045007800650063007500740065002800530071006C0043006F006E0074006500780074002000730071006C0043006F006E00740065007800740029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E005300630068006500640075006C006500720049006D0070006C002E00520065006700690073007400650072002800530071006C0043006F006E0074006500780074002000730071006C0043006F006E0074006500780074002C00200053007400720069006E00670020007300630068006500640075006C00650058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E004300720065006100740065005300630068006500640075006C00650044006500660069006E006900740069006F006E00280053007400720069006E00670020006A006F00620044006500660069006E006900740069006F006E00490064002C00200052006500630075007200720065006E006300650054007900700065005B005D0020007300630068006500640075006C00650052006500630075007200720061006E0063006500730029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C0065004A006F00620044006500660069006E006900740069006F006E0028004A006F0062005400720061006E0073006C00610074006F00720020006A006F0062005400720061006E0073006C00610074006F00720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C0065005200650070006C00690063006100740069006F006E004A006F00620028004A006F0062005400720061006E0073006C00610074006F00720020006A006F0062005400720061006E0073006C00610074006F0072002C0020004200610063006B00750070005400790070006500540079007000650020006200610063006B007500700054007900700065002C00200042006F006F006C00650061006E0020007300630068006500640075006C0065004F006E006C00790046006F0072004100700070006C00690063006100740069006F006E00730029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C006500440065006C00740061005200650070006C00690063006100740069006F006E004A006F006200280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E00500072006F00740065006300740065006400470072006F00750070005400720061006E0073006C00610074006F0072002E005500700064006100740065004A006F00620044006500660069006E006900740069006F006E007300280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E00500072006F00740065006300740065006400470072006F00750070005400720061006E0073006C00610074006F0072002E005400720061006E0073006C00610074006500470072006F0075007000280049004D0043006100740061006C006F0067005400790070006500200049004D0043006100740061006C006F00670058006D006C005000610073007300650064002C00200053007400720069006E006700200069006E00740065006E00740043006100740061006C006F00670058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0045006E00670069006E0065002E00430049006E00740065006E007400530065007200760069006300650073002E0043006F006E00660069006700750072006500500072006F00740065006300740065006400470072006F00750070002800550049006E007400310036002A002000620073007400720049004D0043006100740061006C006F00670058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0045006E00670069006E0065002E00430043006F0072006500530065007200760069006300650073002E0043006F006E00660069006700750072006500500072006F00740065006300740065006400470072006F00750070002800430043006F0072006500530065007200760069006300650073002A0020002C002000550049006E007400310036002A002000620073007400720049004D0043006100740061006C006F00670058006D006C002C0020007400610067005300410046004500410052005200410059002A002A00200065007800630065007000740069006F006E0052006500730075006C00740029003C002F0045007800630065007000740069006F006E00440065007400610069006C0073003E003C002F0046006100740061006C0053006500720076006900630065004500720072006F0072003E00</Binary>
      </EventData>
    </Event>
    Things I have tried:
    Changing username format as detailed here:
    http://blogs.technet.com/b/dpm/archive/2012/01/30/fix-the-dpm-console-crashes-and-logs-event-id-945-when-making-any-changes.aspx
    Reinstalling DPM 2012 SP1

    We eventually got this resolved through Microsoft support.
    The issue for us was entering the AD domain as the FQDN on install. Apparently DPM doesn't work if it is authenticating with FQDN\username.
    The fix is to change the following registry setting:
    HKLM\Software\Microsoft\Microsoft Data Protection Manager\Setup\SchedulerJobOwnerName
    To domain\username rather than domain.local\user (or [email protected], which also doesn't work). Alternatively, when you install DPM just put the netbios AD domain name rather than the FQDN.

  • DPM2012R2 Service crashes when formating tape

    Hi,
    We have one tape that refuses to format, whenever we try the DPM service crashes and restarts and the following is shown in the Application Event log.  This appears to happen at the very last stages of the process.
    The description for Event ID 997 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    A non-fatal failure instance has been detected for process 'msdpm'. This will be reported to Microsoft. 
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>23/07/2014 12:06:55</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ApplicationException</ExceptionType><ExceptionMessage>Unknown
    database error: Error in retrieving agent information SP='dbo.prc_AM_InstalledAgents_GetAllServers' Error=50003</ExceptionMessage><ExceptionDetails>System.ApplicationException: Unknown database error: Error in retrieving agent information SP='dbo.prc_AM_InstalledAgents_GetAllServers'
    Error=50003
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ValidateReturnValue(String errorTitle)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.GetInstalledAgentOSVersion(String serverName, Guid agentId)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.CheckServerForIncompatibleAgent(String serverName)
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AgentIncompatibleAlert.HandleCrashRestart()
       at Microsoft.EnterpriseStorage.Dls.HealthProvider.NewAlertHealthProvider.AlertHP.HandleCrashRestart()</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Any ideas or suggestions on how to resolve this much appreciated.

    Hi Michael,
    Finally scheduled the upgrade, unfortunately the problem persists after this upgrade although the message appears to have changed:-
    The description for Event ID 999 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    An unexpected error caused a failure for process 'msdpm'.  Restart the DPM process 'msdpm'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>7565</Seq><TimeCreated>14/08/2014 11:36:28</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>InvalidCastException</ExceptionType><ExceptionMessage>Specified
    cast is not valid.</ExceptionMessage><ExceptionDetails>System.InvalidCastException: Specified cast is not valid.
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TapeArchiveMedia.Reclaim(DbContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.ArchiveMedia.MoveToNonAdminPool(DbContext sqlContext, MediaPoolType mediaPoolType, Boolean handleFreeMediaThresholdAlert)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.TapeArchiveMedia.MoveToNonAdminPool(DbContext sqlContext, MediaPoolType mediaPoolType, Boolean handleFreeMediaThresholdAlert)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMDatabase.MMCatalog.EraseMedia(Guid mediaId, Boolean omidWriteRequired)
       at Microsoft.Internal.EnterpriseStorage.Dls.MMCommonBlocks.MediaEraseBlock.EraseMediaSucceeded(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.Fsm.Engine.ChangeState(Message msg)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.TaskInstance.Process(Object dummy)
       at Microsoft.Internal.EnterpriseStorage.Dls.TaskExecutor.FsmThreadFunction.Function(Object taskThreadContextObj)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Any other ideas?
    Thanks

  • SMTP Service crashes when i enable reserve lookup?

    I have got NMS 4.15 running on linux. When i enable reverse lookup my SMTP services starts crashing. Can anybody tell me what is the solution to this?

    I'm not an NMS guru by any means.
    First, 4.15 is older, get 4.17, at least the SMTP daemon.
    Second, get off of NMS ASAP. :) Seriously, NMS has problems and the sooner you migrate to iMS the happier you will be. I realize that iMS does not run on Linux right now. I suspect that iMS 6 will be supported on Linux.
    Why do you want to turn on reverse lookup? Sure you'll get some nice name in your headers instead of only IP address but your performance will also suffer.
    -Chad-

  • I need to disable Match Services - but my iTunes crashes when I try to load it. How do I get Apple Support to disable it on my behalf?

    I need to disable Match Services - but my iTunes crashes when I try to load it. How do I get Apple Support to disable it on my behalf?

    Hi axostech!
    Here is an article that will help you troubleshoot this issue with your iTunes crashes so that you can adjust your iTunes Match settings as you desire:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    I have a similar problem.  I restored my iPhone 5 to the latest available OS.  After completing the process the phone never restarted.  The phone was fully charged when I restored it but now refuses to charge past the red battery icon.  I have been able to get the phone in UFD mode several times and have been able to load the new OS on the phone.  The Apple logo does come on and the software fully loads.  iTunes tells me the phone will restart but never does.  I left it to charge all night but it never appeared to load the battery.  This morning I went to the Grand Central Terminal apple store for help.  A woman at the store plugged the phone in but it never charged.  She absolutely refused to believe that I got my phone in UFD mode and loaded any software on.  I don't think it is a battery issue.  The only solution I was given was to buy a new phone.  Repairing it was out of the question.  At this point the phone is completely useless.  Thanks in advance for the help.

  • SplWOW64 Service APP Crash when Print Spooling from a 32bit Application

    Wanted to throw out an informational post to hopefully save some people some time!
    The issue that I encountered is related to users running Windows 7 64-bit trying to print from a 32-bit application.
    This started as what I thought was a QuickBooks issue and after too many hours of debugging came back to an error with the splWOW64 Spool Service.
    If you are in Firefox you will get an "Error encountered while printing" or in QuickBooks you will get about 5 different Cannot Connect to Printer Errors. You can view the error in the Event Viewer from Administrator Tools. The error is an APP CRASH
    related to the sqlWOW64 Service.
    To fix this error you will need to Manually Restart the Print Spooling Service from Services. To get there go:
    Start->Right Click on Computer-> Manage
    After you have restarted the service (or you can restart the computer) go to your Devices and Printers accessible from the Start Menu. Follow these steps to disable Spooling:
    Right Click on the Printer and Select Printer Properties
    Select the Advanced Tab
    Click the Radio Button next to "Print Directly to Printer" instead of the top option to spool.
    Try to print from any 32-bit application.
    If this doesn't resolve the issue and you are using a network printer you may need to update the drivers for the printer manually instead of find
    From the Devices and Printers:
    Add a Printer
    Add a Local Printer
    Create New Port -> Select TCP/IP
    Enter in the IP Configuration
    When it asks you to Select a printer hit Windows Update to Update the Printer Drivers
    After this is complete Select your printer.
    When Prompted use the Replace driver option
    Make sure the Settings for the printer are the same as listed above
    Hopefully this will save some troubleshooting time and Microsoft can get 32 bit print spooling fixed!

    If you have an older HP printer, there is a QFE for splwow64.exe.  You can determine which file is causing the process corruption as well if you wanted to narrow this down further.  I assume you already picked up the QuickBooks fix for this issue
    as stated in this post
    http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/fca2f377-8d9c-4b04-b8e5-1370be176735/
    splwow64 QFE
    FIX: A legacy HP printer driver may crash when you run a 32-bit application on a computer that is running a 64-bit version of Windows 7 or of Windows Server 2008 R2
    http://support.microsoft.com/kb/979681
    Alan Morris Windows Printing Team

  • PSE8 crashes when I try to email photos using Adobe Email Service

    The PSE8 Organizer crashes when I attempt to email photos.  In the 2 months that I have owned this program it has crashed several other times, but the current problem with emailing photos always occurs at the same step in the process.  I have read all the Help topics related to emailing from this program and it appears that my computer is set-up correctly.  The email client is selected as Adobe Email Service.  I have received a "verification code", although I have never gotten far enough into the process to enter it.  I'm able to go through all the steps to create the email (selecting the photos, typing a message, and selecting recipients).  A preview of the email briefly appears, but the program crashes before the hourglass goes away - so I never get to click on "send".
    Is there a bug in the program?  Has anyone found a solution to this problem?
    Thank you

    Hi Sourabh:  Many thanks for the courtesy of your
    response.  Last night I again tried sending a
    test image to my wife's computer.  I am pasting a
    copy of what comes through.  There is no actual
    image but only this "text" of letters, numbers
    and characters which I presume is the ingredients
    of an image.  I have cut off some of the pasted
    message since it is quite long and I only want to
    convey a sample so as to show what come
    through.  Got any ideas?  Thanks again.  Ed
    >I sent these using Elements Organizer. Find out
    >more:
    ><http://www.adobe.com/go/pse_photoshopelwin_en>http://www.adobe.com/products/psprelements/
    >Content-Type: ; name="1000.jpg"
    >Content-Description: 1000.jpg
    >Content-Id: <41201021224352240623@13071999>
    >
    >ÿØÿàJFIF``ÿÛC
    >$.' ",#(7),01444'9=82<.342ÿÛC
    >
    >2!!22222222222222222222222222222222222222222222222222ÿÀí"ÿÄ
    >ÿĵ}!1AQa"q2‘¡#B±ÁRÑð$3br‚
    >%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊ ÒÓÔÕÖ×ØÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
    >ÿĵw!1AQaq"2B‘¡±Á      #3RðbrÑ
    >$4á%ñ&'()56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖ×Ø ÙÚâãäåæçèéêòóôõö÷øùúÿÚ?É×õýr?jA«ê‹{*Gw.ÈJ©ý¯â¯úë?÷þ_ñ£Wÿ‘îÿþÂrèÓ\…ÅđÌQ
    >gbv¦ìnÇaïíßë€h¸Æ<·g_ý¯â¯úë?÷þ_ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµ+…©ù÷ö¿Š¿è#¬ÿßùƏíÐGYÿ ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌ￵üUÿAgþÿËþ4kø«þ‚:ÏýÿükþÙî7ýüÿëQý²ÿÜoûùÿÖ¢áj~g}ý¯â¯úë?÷þ _ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµSó;ïíÐGYÿ¿òÿÚþ*ÿ
    >³ÿåÿà¶_ûÿ?úÔl¿÷þþõ¨¸ZŸ™ßkø«þ‚:Ïýÿühþ×ñWýuŸûÿ/ø×ý²ÿÜoûùÿÖ£ûeÿ¸ß÷óÿEÂÔüÎûû_Å_ôÖïü ¿ãGö¿Š¿è#¬ÿßùƸíþãßÏþµÛ/ýÆÿ¿Ÿýj.§æwßÚþ*ÿ
    >³ÿåÿ?µüUÿAgþÿËþ5Àÿl¿÷þþõ¨þÙî7ýüÿëQpµ?3¾þ×ñWýuŸûÿ/øÑý¯â¯úë?÷þ_ñ®ûeÿ¸ß÷óÿGöËÿq¿ïçÿZ‹…©ù ÷ö¿Š¿è#¬ÿßùƏíÐGYÿ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌ￵üUÿAgþÿËþ4kø«þ‚:ÏýÿükþÙî7ýüÿëQý² ÿÜoûùÿÖ¢áj~g}ý¯â¯úë?÷þ_ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµSó;ïíÐGYÿ¿òÿÚþ*ÿ
    >³ÿåÿà¶_ûÿ?úÔl¿÷þþõ¨¸ZŸ™ßkø«þ‚:Ïýÿühþ×ñWýuŸûÿ/ø×ý²ÿÜoûùÿÖ£ûeÿ¸ß÷óÿEÂÔüÎûû_Å_ôÖïü ¿ãGö¿Š¿è#¬ÿßùƸíþãßÏþµÛ/ýÆÿ¿Ÿýj.§æwßÚþ*ÿ
    >³ÿåÿ?µüUÿAgþÿËþ5Àÿl¿÷þþõ¨þÙî7ýüÿëQpµ?3¾þ×ñWýuŸûÿ/øÑý¯â¯úë?÷þ_ñ®ûeÿ¸ß÷óÿGöËÿq¿ïçÿZ‹…©ù ÷ö¿Š¿è#¬ÿßùƏíÐGYÿ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌ￵üUÿAgþÿËþ4kø«þ‚:ÏýÿükþÙî7ýüÿëQý² ÿÜoûùÿÖ¢áj~g}ý¯â¯úë?÷þ_ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµSó;ïíÐGYÿ¿òÿÚþ*ÿ
    >³ÿåÿà¶_ûÿ?úÔl¿÷þþõ¨¸ZŸ™ßkø«þ‚:Ïýÿühþ×ñWýuŸûÿ/ø×ý²ÿÜoûùÿÖ£ûeÿ¸ß÷óÿEÂÔüÎûû_Å_ôÖïü ¿ãGö¿Š¿è#¬ÿßùƸíþãßÏþµÛ/ýÆÿ¿Ÿýj.§æwßÚþ*ÿ
    >³ÿåÿ?µüUÿAgþÿËþ5Àÿl¿÷þþõ¨þÙî7ýüÿëQpµ?3¾þ×ñWýuŸûÿ/øÑý¯â¯úë?÷þ_ñ®ûeÿ¸ß÷óÿGöËÿq¿ïçÿZ‹…©ù ÷ö¿Š¿è#¬ÿßùƏíÐGYÿ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌ￵üUÿAgþÿËþ4kø«þ‚:ÏýÿükþÙî7ýüÿëQý² ÿÜoûùÿÖ¢áj~g}ý¯â¯úë?÷þ_ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµSó;ïíÐGYÿ¿òÿÚþ*ÿ
    >³ÿåÿà¶_ûÿ?úÔl¿÷þþõ¨¸ZŸ™ßkø«þ‚:Ïýÿühþ×ñWýuŸûÿ/ø×ý²ÿÜoûùÿÖ£ûeÿ¸ß÷óÿEÂÔüÎûû_Å_ôÖïü ¿ãGö¿Š¿è#¬ÿßùƸíþãßÏþµÛ/ýÆÿ¿Ÿýj.§æwßÚþ*ÿ
    >³ÿåÿ?µüUÿAgþÿËþ5Àÿl¿÷þþõ¨þÙî7ýüÿëQpµ?3¾þ×ñWýuŸûÿ/øÑý¯â¯úë?÷þ_ñ®ûeÿ¸ß÷óÿGöËÿq¿ïçÿZ‹…©ù ÷ö¿Š¿è#¬ÿßùƏíÐGYÿ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌ￵üUÿAgþÿËþ4kø«þ‚:ÏýÿükþÙî7ýüÿëQý² ÿÜoûùÿÖ¢áj~g}ý¯â¯úë?÷þ_ñ£û_Å_ôÖïü¿ã\öËÿq¿ïçÿZíþãßÏþµSó;ïíÐGYÿ¿òÿÚþ*ÿ
    >³ÿåÿà¶_ûÿ?úÔl¿÷þþõ¨¸ZŸ™ßkø«þ‚:Ïýÿühþ×ñWýuŸûÿ/ø×ý²ÿÜoûùÿÖ£ûeÿ¸ß÷óÿEÂÔüÎûû_Å_ôÖïü ¿ãGö¿Š¿è#¬ÿßùƸíþãßÏþµÛ/ýÆÿ¿Ÿýj.§æwßÚþ*ÿ
    >³ÿåÿ?µüUÿAgþÿËþ5Àÿl¿÷þþõ¨þÙî7ýüÿëQpµ?3¾þ×ñWýuŸûÿ/øÑý¯â¯úë?÷þ_ñ®ûeÿ¸ß÷óÿGöËÿq¿ïçÿZ‹…©ù ÷ö¿Š¿è#¬ÿßùƏíÐGYÿ¿òÿp?Û/ýÆÿ¿Ÿýj?¶_ûÿ?úÔ\-OÌî^ÿÄîÅ
    >¥¯»w8jO¶ø›þ‚zÿþÜñUÃÿl¿÷þþõ¨þÙî7ýüÿëQ
    >ýÏ3¸ûo‰¿è'¯ÿàmÇÿGÛ|MÿA=ÿn?øªáÿ¶_ûÿ?úÔl¿÷þþõ¨Ð=Ï3¸ûo‰¿è'¯ÿàmÇÿU5
    >w_Óm|û[]U'je½3»Ø×/o¨Ü]L"Š&,é§z
    >)šÁ-¡''tƒ'þ@rŦÓØÒ]{TÖ-5-Bâía•Ú/´Hd)¸.@f$ãågùšmdY¹X€Üÿ!Z‘’V‘™×êÿò=ßÿØNOýkÖÖ§ûÍý+¾Õÿä{¿ÿ °œŸú4׬ÿO÷›úSe¯áüÏ«¼-áo\xGE
    >}KY,

  • SCSM 2012 R2 UR5 Console Crashes When Viewing Business Service Components

    I have an issue where a business service which has been synced from SCOM 2012 R2 into the CMDB I am unable to view the service components without the console crashing. This is occurring on all business services with service components present.
    The error message reported is:
    Microsoft.EnterpriseManagemnt.UI.DataModel.QueryFailedException: Query to adaptor 'dataportal:EnterpriseManagementRelationshipObjectAdaptor' Failed --->
    Microsoft.Enterprise.Management.Common.InvalidCriteriaException: The criteria used for the query has a character or keyword that is not valid
    Has anyone seen this before?

    Our server has been upgraded to UR5, as well as most consoles. Each of them, including the one that is available on the Management Server, crashes when performing the above task.
    We installed the console + UR4 on a VM and the problem doesn't happen.
    On ALL affected consoles, each crash is recorded with this message in the OperationsManager log:
    Microsoft.EnterpriseManagement.UI.DataModel.QueryFailedException: Query to adapter 'dataportal:EnterpriseManagementRelationshipObjectAdapter' failed. ---> Microsoft.EnterpriseManagement.Common.InvalidCriteriaException: The criteria used for the query
    has a character or keyword that is not valid. The following parse error was returned: Parse error before ) ---> Microsoft.EnterpriseManagement.Common.QueryGrammarException: Parse error before )
       at Microsoft.EnterpriseManagement.Mom.QueryGrammar.QueryGrammarYaccClass.error(Int32 q_state, SSLexLexeme q_look)
       at Microsoft.EnterpriseManagement.Mom.QueryGrammar.SSVParseLib.SSYacc.doError()
       at Microsoft.EnterpriseManagement.Mom.QueryGrammar.SSVParseLib.SSYacc.parse()
       at Microsoft.EnterpriseManagement.Mom.QueryGrammar.QueryGrammarParser.GetCriteriaXml(String query)
       at Microsoft.EnterpriseManagement.Common.QueryCriteriaHelper.GetParseTree(String criteria)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Common.QueryCriteriaHelper.GetParseTree(String criteria)
       at Microsoft.EnterpriseManagement.Common.QueryCriteria`1.ParseCriteria(ManagementPackClass monitoringClass, Boolean validateProperties)
       at Microsoft.EnterpriseManagement.Common.QueryCriteria`1.ParseCriteria()
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.EnterpriseManagementRelationshipObjectAdapter.GetDataFromSdk(EnterpriseManagementGroup managementGroup, AdapterQueryParameters queryParameters)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkDataAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
       at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.UI.DataModel.DataPortalService.EndQuery(IAsyncResult result)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Uri dataSourceUri, IList`1 inputs, Dictionary`2 parameterList, DataQueryBase query)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.Common.DataAccessQuery.QueryAdapter(Uri adapterUri, Type adapterType, Uri dataSourceUri, Dictionary`2 parameterList, IList`1 inputs)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.FetchRelationships(IList`1 sourceInstanceIdList, Guid relationshipTypeId, Boolean isSourceSeedRole)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.FetchContainmentRelationshipsWithConfigItems(IList`1 sourceIDList)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.ExpandServiceComponentsTreeImportedServiceNodes(IList`1 currentLevelNodes)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.ExpandServiceComponentsTreeNodes(IList`1 currentLevelNodes)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.HandleNodeClick(TreeViewItem item, Boolean seedRole)
       at Microsoft.EnterpriseManagement.ServiceManager.ServiceMaps.Forms.ServiceForm.ChildNode_Selected(Object sender, RoutedEventArgs e)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.TreeViewItem.OnSelected(RoutedEventArgs e)
       at System.Windows.Controls.TreeViewItem.OnIsSelectedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
    operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Boolean value)
       at System.Windows.Controls.TreeView.ChangeSelection(Object data, TreeViewItem container, Boolean selected)
       at System.Windows.Controls.TreeViewItem.OnGotFocus(RoutedEventArgs e)
       at System.Windows.UIElement.IsFocused_Changed(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
    operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyPropertyKey key, Object value)
       at System.Windows.Input.FocusManager.OnFocusedElementChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType
    operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Input.FocusManager.SetFocusedElement(DependencyObject element, IInputElement value)
       at System.Windows.Input.KeyboardNavigation.UpdateFocusedElement(DependencyObject focusTarget)
       at System.Windows.FrameworkElement.OnGotKeyboardFocus(Object sender, KeyboardFocusChangedEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp)
       at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew)
       at System.Windows.Input.KeyboardDevice.Focus(IInputElement element)
       at System.Windows.UIElement.Focus()
       at System.Windows.Controls.TreeViewItem.OnMouseLeftButtonDown(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at System.Windows.Window.ShowDialog()
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.GenericWpfWindowConstructor.BeginShow(ShowViewContext showViewContext, Object parent, Object view, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.ViewConstructor.BeginShow(ShowViewContext showViewContext, AsyncCallback callback, Object state)
       at Microsoft.EnterpriseManagement.ConsoleFramework.WindowManager.WpfWindowRecord.ShowWindow()
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

  • HT1843 hi my bluetooth cannot see the other bluetooth devices. When it is picked up by a different device tries to pair with it but the pairing does not occur. what can I do apart from throwing this **** thing in the bin?

    hi my bluetooth cannot see the other bluetooth devices. When it is picked up by a different device tries to pair with it but the pairing does not occur. what can I do apart from throwing this **** thing in the bin?

    It isn't supposed to pair with the MacBook.  You can use WiFi to connect but not Bluetooth.  You can setup a personal HotSpot on the iPhone and connect the MacBook, or setup the MacBook AirPort to create a network and attach the iPhone, and use the USB cable to connect the iPhone to the MacBook for syncing and backup purposes.
    The communications are rather limited.

  • Phone shuts down when pairing with bluetooth

    I've had a Samsung Renown for a while and just installed a new hands free device in my car. When I pair the phone with the HFD or pair the HFD with the phone, it connects, then the phone reboots and the connection is lost. Any ideas ?

    I researched your issue with the phone resetting when pairing to your vehicle, and I have some good news!  It appears that there were some problems with pairing via Bluetooth to vehicles using the old software on the device.  You can view your software by going under Settings & Tools> Phone Info> SW / HW Version.  
    The new software is u810.DE01.  If you have any version besides u810.DE01, you will need a software update to fix the issue.  If your current version of software is u810.CE14, you can most likely update to u810.DE01(the new one) over the air. All you need to do is go under Settings & Tools> Phone Info> Software Update> Check New.  You will then be prompted to update the software.
    If this over the phone method does not work and you have u810.CE14 as your current software or you have an older version of software than u810.CE14, please take your phone into a Verizon Wireless Store to have it flashed with the new software.  In the software update notes to the u810.DE01 software, there are very specific details about it resolving issues with pairing with vehicles.  This sounds like an open and shut case of a software update. 
    Locate your nearest Verizon Wireless corporate store by clicking on this link.
    Please update us if it fixes your issue!

  • App store crashes when terms of service is required. And I can't install apps unless I do. How do I fix this?

    I've had this problem before but before I just couldn't open the app store at all. I have restored and updated to iOS 5 to try to fix it but now the app store crashes when I'm about to install an app. When I click install app, it brings me to my home screen and shows it loading. Then it says that there are new iTunes terms and conditions. It has the options cancel and agree but I can't install the app unless I click agree. The problem is, when I click agree it brings me to the app store again but crashes right away. I can't get any apps on my phone. Does anyone know how to help this?

    Forgotten RESTRICTIONS Passcode
    - Restore from a backup that was make before you added the Restrictions passcode. If you restore from a backup made with the Restrictions passcode the Restrictions passcode is also restored. Place the iOS device in Recovery Mode if necessary to allow the restore.
    - Restore to factory settings/new iPod. . Place the iOS device in Recovery Mode if necessary to allow the restore.   
    - If you are up to file manipulation see the following but it may not work for iOS 6.1.3 or iOS 7
    How to reset forgotten Restrictions...: Apple Support Communities
    - How to Recover Restrictions Forgotten iPhone Restrictions Passcode | The iPhone and iPad Blog

  • I recently purchased a car stereo with Bluetooth capability. I paired my iPhone 4S with it and it wasn't working properly. I went into forget this device. Then found out it was something they did when they installed it. Now it won't pair again. Help

    I recently purchased a new car stereo with Bluetooth capability. I paired my phone with the stereo and it wasn't working correctly, did forget this device. Found out it was a problem with the radio. Now it's fixed and my phone won't pair with it again. How can I pair it again?

    You will need to put the car stereo back into discovery/pairing mode. That may mean you removing the initial pairing of the device. See the user guide for the radio on how to put the device into discovery/pairing mode, and if necessary, how to remove the original pairing. This support document may also provide you with some assistance. http://support.apple.com/kb/TS3581

  • Logic pro 9 crashes when I try to do... anything

    Hi folks,
    I'm running logic pro 9.1.8 on a mid 2010 iMac with Yosemite 10.10.2.
    When I open up logic, on it's own or by selecting a project it loads up as normal, but then if I try to play the track or select the Logic Pro or Help drop-down menus at the top, an unexpected error occurs and it crashes out.
    I had my machine at work for a while, and had it hooked up to a Behringer x32 which was acting as an audio interface as well as a control surface - that's the last time it worked. Now that it's home and not currently hooked up to anything, it's crashing - could that be a factor?
    Any ideas? I'm about ready to upgrade to Logic Pro X in the near future, but am worried that the problem will persist even then! Also, I'm not quite finished yet.
    For the boffins, here's the crash report:
    Process:               Logic Pro [588]
    Path:                  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:            com.apple.logic.pro
    Version:               9.1.8 (1700.67)
    Build Info:            Logic-17006700~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Logic Pro [588]
    User ID:               501
    Date/Time:             2015-01-16 11:08:59.984 +0000
    OS Version:            Mac OS X 10.10.2 (14C94b)
    Report Version:        11
    Anonymous UUID:        B3BCA043-7D1A-D9F5-FE0D-1BDDF4742B24
    Time Awake Since Boot: 1700 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGABRT)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000040000000
    VM Regions Near 0x40000000:
    -->
        __TEXT                 0000000100000000-0000000100c19000 [ 12.1M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8a493286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff811edbf3 __abort + 145
    2   libsystem_c.dylib             0x00007fff811edb62 abort + 144
    3   com.apple.logic.pro           0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    4   libsystem_platform.dylib       0x00007fff85e07f1a _sigtramp + 26
    5   libobjc.A.dylib               0x00007fff8c9bd0d7 objc_msgSend + 23
    6   com.apple.AppKit               0x00007fff86dc1fab NSSLMMenuEventHandler + 724
    7   com.apple.HIToolbox           0x00007fff824f598c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1260
    8   com.apple.HIToolbox           0x00007fff824f4dce SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    9   com.apple.HIToolbox           0x00007fff824f4c42 SendEventToEventTargetWithOptions + 43
    10  com.apple.HIToolbox           0x00007fff8253b36c SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned int, double, unsigned int, OpaqueEventRef*, unsigned char*) + 293
    11  com.apple.HIToolbox           0x00007fff8255653e SendMenuOpening(MenuSelectData*, MenuData*, double, unsigned int, unsigned int, __CFDictionary*, unsigned char, unsigned char*) + 297
    12  com.apple.HIToolbox           0x00007fff8257a762 DrawTheMenu(MenuSelectData*, __CFArray**, unsigned char, unsigned char*) + 280
    13  com.apple.HIToolbox           0x00007fff8257a48c MenuChanged(MenuSelectData*, unsigned char, unsigned char) + 356
    14  com.apple.HIToolbox           0x00007fff82566e36 TrackMenuCommon(MenuSelectData&, unsigned char*) + 1211
    15  com.apple.HIToolbox           0x00007fff82579fb1 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 510
    16  com.apple.HIToolbox           0x00007fff82579c5e _HandleMenuSelection2 + 446
    17  com.apple.AppKit               0x00007fff86d482be _NSHandleCarbonMenuEvent + 277
    18  com.apple.AppKit               0x00007fff86be3d60 _DPSNextEvent + 1843
    19  com.apple.AppKit               0x00007fff86be31a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    20  com.apple.AppKit               0x00007fff86bd7003 -[NSApplication run] + 594
    21  com.apple.prokit               0x000000010120ba46 NSProApplicationMain + 295
    22  com.apple.logic.pro           0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8a494232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8829ba6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8f046b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8f045ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8f045858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8686dbf0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff8b36f90a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8a4933fa __select + 10
    1   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8a493136 __psynch_cvwait + 10
    1   com.apple.music.apps.MAAudioEngine 0x00000001030aecd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    2   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.audio.midi.CoreMIDI 0x0000000101683dbb XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI 0x000000010169f76e MIDIProcess::RunMIDIInThread() + 112
    4   com.apple.audio.midi.CoreMIDI 0x0000000101684e5a XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI 0x0000000101684a8b CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8a493136 __psynch_cvwait + 10
    1   com.apple.CoreServices.CarbonCore 0x00007fff8f7db9a7 TSWaitOnConditionTimedRelative + 147
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f7db582 TSWaitOnSemaphoreCommon + 403
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f7bd12e TimerThread + 87
    4   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8a48e4de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a48d64f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8f046b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8f045ffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8f045858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff86d46d3b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8b2e1268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8b2e11e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8b2df41d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8a49394a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b2df40d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfe0e8  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfe110  rsp: 0x00007fff5fbfe0e8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfe20f  r13: 0x00007fff5fbfe190  r14: 0x00007fff7286d300  r15: 0x00006000000ba160
      rip: 0x00007fff8a493286  rfl: 0x0000000000000206  cr2: 0x0000000103848000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100c18fef  com.apple.logic.pro (9.1.8 - 1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
           0x101086000 -        0x1010a4fef  com.apple.XSKey (1.0.0 - 52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
           0x1010b6000 -        0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
           0x101113000 -        0x101141ff7  com.apple.musicaudiodataservices (1.1 - 251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
           0x101153000 -        0x1011b6ff7  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
           0x1011ed000 -        0x101404ff7  com.apple.prokit (7.4.1 - 1963) <03FC5BB0-4E7F-3846-A0FA-A4F5CC92F56A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x101596000 -        0x10162cfe7  com.apple.music.apps.MACore (9.1.8 - 477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x101676000 -        0x1016adfff  com.apple.audio.midi.CoreMIDI (1.10 - 88) <31837FA4-BC98-362C-976A-42154231FB66> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x1016d4000 -        0x101732fef  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x10175a000 -        0x101b9bfff  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x101e5f000 -        0x101f3bfff  com.apple.music.apps.OMF (9.1.8 - 109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
           0x101f5a000 -        0x10258afef  com.apple.music.apps.MADSP (9.1.8 - 588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x102de8000 -        0x102e0dff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
           0x102e20000 -        0x102e9efff  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
           0x102ecd000 -        0x102ef1ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
           0x102eff000 -        0x102f04fff  com.apple.music.apps.MAResources (9.1.8 - 212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
           0x102f07000 -        0x102f2eff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <F57FD333-A670-3E98-B1D8-6A23DFF472AA> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x102f49000 -        0x102f5cff7  com.apple.AERegistration (1.2 - 401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
           0x102f75000 -        0x102f82fff  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
           0x102f8b000 -        0x103046fe7  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x10307f000 -        0x1030fbfe7  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
           0x10316f000 -        0x10317afff  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
           0x103181000 -        0x10318fff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
           0x103197000 -        0x103245fec  com.apple.MobileMe (9 - 1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
           0x103783000 -        0x10379cff7  com.apple.prokit.LionPanels (7.4.1 - 1963) <6DE30011-0C6C-3A90-AF4E-9F7D4E1DEC92> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x10db2c000 -        0x10db33fff  libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10f163000 -        0x10f20ffff  ColorSyncDeprecated.dylib (442) <478F3331-E7E2-36BF-9C4D-A86D8F542225> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10f256000 -        0x10f27effb  libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10f28e000 -        0x10f299fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <63DA0BB6-6A46-3CCA-BB8B-316C530819BF> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10f5f4000 -        0x10f5f6ff7  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <F74756AB-FAB6-3914-5F1C-04FCB54C350A> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
           0x10f5fb000 -        0x10f5fdff7  com.apple.music.apps.common.resources (9.1.8 - 280.4) <9FC76C8D-3763-4E4A-DB35-391B07A6FFA8> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
           0x10f602000 -        0x10f604ff7  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <2DEA037D-ABCE-771A-618B-091741F6CA7B> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
           0x10f609000 -        0x10f60bff7  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <EB5DB45A-C432-2C90-C708-27D5F5EC236A> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
           0x10f610000 -        0x10f612ff7  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <FAB354A9-88A1-619A-1ECA-A351EADB5A2E> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
           0x10f617000 -        0x10f619ff7  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <19FD59CE-314B-6B4B-CEE8-C7BF9DF7F4EB> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
           0x10f61e000 -        0x10f620ff7  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <4BD052E1-1BD4-3C73-93D6-D63493167CB6> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
           0x10f625000 -        0x10f627ff7  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <31CBF3C9-AD64-1A86-1F99-D362B594F840> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
           0x10f62c000 -        0x10f62eff7  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <0EA44B59-2772-F013-CF49-B66EE4C77EEB> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
           0x10f633000 -        0x10f635ff7  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <F0F73B5A-E44A-FF5C-4C54-0F5B677BFB18> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
           0x10f63a000 -        0x10f63cff7  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <45B1F3EB-45CB-418F-A408-C42F7F93802A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
           0x10f641000 -        0x10f643ff7  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <91478393-E7C9-5292-FCA9-83559B588E6E> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
           0x10f648000 -        0x10f64aff7  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <9FAC293E-E8B9-C2D9-F102-D5BFC0AA1DC5> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
           0x10f64f000 -        0x10f651ff7  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <E79F0236-D02B-D3E7-B929-701CEDE000F6> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
           0x10f656000 -        0x10f658ff7  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <73AC87D5-215E-2FAC-05A2-28A7E9574F5C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
           0x10f65d000 -        0x10f65fff7  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <B005E199-DCEE-5935-8E34-48FA59352663> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
           0x10f664000 -        0x10f666ff7  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <392017D1-219B-4AA4-71CF-BAAC4D574FE1> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
           0x10f66b000 -        0x10f66dff7  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <F95D6A0D-0179-F17B-59A5-B3B0007E426D> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
           0x11073f000 -        0x110743fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25) <D7562B22-F5ED-3FD6-894E-4F4876DE14FF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x110748000 -        0x11074aff7  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <77102719-1007-5153-B8B3-9EC9FAC4C0BD> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
           0x110d33000 -        0x110d35ffb  libCGXType.A.dylib (775.16) <B2DC78CA-179F-39A7-8D0B-873DC0ACFE96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x110d4c000 -        0x110d4cfff +cl_kernels (???) <6168132E-4D4B-415F-B05D-E1B84B235903> cl_kernels
           0x110d5b000 -        0x110d5bff5 +cl_kernels (???) <A7A38F74-7A4C-4F04-9FAD-13BF8673E4F6> cl_kernels
           0x110d5d000 -        0x110e43fef  unorm8_bgra.dylib (2.4.5) <F01DEDA0-67F4-3860-BB77-72B5B40D5513> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x113712000 -        0x11371aff7  com.apple.proapps.mrcheckpro (1.4 - 397) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
           0x113a06000 -        0x113bb5fff  GLEngine (11.1.1) <72892F1E-5ED5-3733-BE77-FC37CF69D801> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x113bf9000 -        0x113bfbff7  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <3579177A-C2D5-E746-2E48-29F69B7ACDC0> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
           0x113d00000 -        0x113d0dfff  libGPUSupport.dylib (11.1.1) <D5C9D4DB-666E-3279-872F-C1A46A675E7C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x113d14000 -        0x113d3efff  GLRendererFloat (11.1.1) <53C3F7C6-CC53-3287-9853-DA46FA7587E7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
        0x123480000000 -     0x123480275ff7  com.apple.ATIRadeonX2000GLDriver (10.0.19 - 10.0.0) <66081A0C-97A7-3717-8748-7C874114564C> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
        0x7fff6e7ab000 -     0x7fff6e7e1837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
        0x7fff80fe1000 -     0x7fff80feeff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff80fef000 -     0x7fff80ff1ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff80ff2000 -     0x7fff80ffafff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff81001000 -     0x7fff81009ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff8100a000 -     0x7fff81014ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff81015000 -     0x7fff81173ffb  com.apple.avfoundation (2.0 - 889.102) <76F7D0F5-6D7C-382A-8A0E-7B97C99440FA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff81190000 -     0x7fff8121cff7  libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
        0x7fff8121d000 -     0x7fff8121dfff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8121e000 -     0x7fff815f5fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8165a000 -     0x7fff8171afff  com.apple.backup.framework (1.6.2 - 1.6.2) <C0F6A14E-3496-3621-B812-900B3A4E505A> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8171b000 -     0x7fff81768ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff817b6000 -     0x7fff817bafff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff817bb000 -     0x7fff817bcff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff817e6000 -     0x7fff817faff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff81835000 -     0x7fff8186dfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8186e000 -     0x7fff8189afff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8189b000 -     0x7fff818a6ff7  libcsfde.dylib (471.10.5) <A07CDD46-F46A-36EE-A2D0-1331CCCF35BB> /usr/lib/libcsfde.dylib
        0x7fff818a7000 -     0x7fff81a0dff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <FA9C8513-346D-3BA7-88A4-1C1F7C990060> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81a0e000 -     0x7fff81a5dff7  com.apple.opencl (2.4.2 - 2.4.2) <A5537D5B-3AA6-33D0-9299-73C767768268> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff81a5e000 -     0x7fff81b52fff  libFontParser.dylib (134.1) <EA8452DB-9221-3608-95BF-496F58106313> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81b89000 -     0x7fff820b2ff7  com.apple.QuartzComposer (5.1 - 325.1) <ABCC8B0F-9961-37D3-B231-9F2B9E027411> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff820b3000 -     0x7fff821a5fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff821a6000 -     0x7fff821ecffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff821ed000 -     0x7fff821f7fff  com.apple.IntlPreferences (2.0 - 150.1) <C62C6F4F-38B9-340B-82A6-1F82AFE1D724> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
        0x7fff821f8000 -     0x7fff82249ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8224a000 -     0x7fff8224fff7  libsystem_stats.dylib (163.10.16) <570A521A-0A4E-34E3-B1CE-7FF3C2623851> /usr/lib/system/libsystem_stats.dylib
        0x7fff82250000 -     0x7fff82265ff7  com.apple.AppContainer (4.0 - 238.10.1) <24A43E31-BCD3-32DB-8023-DE7EEA912E89> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff82266000 -     0x7fff823a8fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff823a9000 -     0x7fff823adfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff823ae000 -     0x7fff823effff  libGLU.dylib (11.1.1) <E9ADAD30-0133-320D-A60E-D1A7F91A7795> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff823f0000 -     0x7fff823f2fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff823f3000 -     0x7fff823fdff7  com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff82400000 -     0x7fff82429ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8242a000 -     0x7fff824c8fff  com.apple.Metadata (10.7.0 - 916.11) <72515E9C-38F4-3B4C-9E3D-E8543D383207> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff824c9000 -     0x7fff824ecfff  com.apple.Sharing (328.3.1 - 328.3.1) <E1E70676-19F4-36D9-8C0A-5C860AD6BBBF> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff824ed000 -     0x7fff827f1ffb  com.apple.HIToolbox (2.1.1 - 757.3) <EB0DCC88-1095-3426-9C53-CBED805DC177> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff827f2000 -     0x7fff82c22fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff82c38000 -     0x7fff82c50ff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
        0x7fff82c51000 -     0x7fff82ca5fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff82ca6000 -     0x7fff82cc0ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff82cc1000 -     0x7fff82d55fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff82d56000 -     0x7fff82d5bffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff82d5c000 -     0x7fff82df1ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff836a6000 -     0x7fff836a6fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff836a7000 -     0x7fff836f8ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <56AA4060-63DF-3DF0-AB8A-880D0DD6F075> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff836f9000 -     0x7fff836faffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff836fb000 -     0x7fff83838fff  com.apple.ImageIO.framework (3.3.0 - 1232) <D7AF3CD2-FAB2-3798-9C26-914886852DCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff83839000 -     0x7fff838b6ff7  com.apple.iLifeMediaBrowser (2.9.0 - 675) <2E008E85-B3EA-391C-9D79-6275AC70EDDB> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff838b7000 -     0x7fff838eeffb  com.apple.LDAPFramework (2.4.28 - 194.5) <D22234AA-8B30-3010-8CF0-67516D52CC33> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff83955000 -     0x7fff83bbdff7  com.apple.security (7.0 - 57031.10.7) <BD0FE1B1-56AE-3C78-89D1-27482127E83A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff83bbe000 -     0x7fff83bc9fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff83bca000 -     0x7fff83bd3fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff83bd4000 -     0x7fff83c42ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff83c68000 -     0x7fff84c1fffb  com.apple.WebCore (10600 - 10600.3.14) <22802C7C-4C07-34E1-8033-4383979AA8FA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff84c20000 -     0x7fff84c33ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff84c97000 -     0x7fff84c97fff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84ca3000 -     0x7fff84cb0fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff84cc5000 -     0x7fff84d37ff7  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <FDFB1FBE-6A0E-3D63-828C-CD53500FCB0F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff84d38000 -     0x7fff84e0eff3  com.apple.DiskImagesFramework (10.10.1 - 396) <E2485891-7C3D-39F3-AD47-CAE29CC286DA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff84e0f000 -     0x7fff84e18fff  libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff84e19000 -     0x7fff84e2afff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff84e2b000 -     0x7fff84e33ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8579f000 -     0x7fff857bbfff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff857bc000 -     0x7fff85817fff  libTIFF.dylib (1232) <29A5C7F7-D50B-35B3-8FA2-A55A47E497A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85818000 -     0x7fff85851fff  com.apple.AirPlaySupport (2.0 - 215.15) <C36CC8AF-27CC-3B18-9C3C-3F845B35FDEC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff85bc9000 -     0x7fff85bedff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff85c31000 -     0x7fff85d3ffff  com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff85d40000 -     0x7fff85d40fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85d41000 -     0x7fff85d8ffff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff85d90000 -     0x7fff85defff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85e03000 -     0x7fff85e0bfff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff85e0c000 -     0x7fff85e0efff  com.apple.ExceptionHandling (1.5 - 10) <C3A6EB3D-C0B3-371F-99D8-AF5495498091> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
        0x7fff85e0f000 -     0x7fff85e1dfff  com.apple.AddressBook.ContactsFoundation (9.0 - 1563) <CCAB74BF-947C-384D-B4C8-E2118145555B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff85e1e000 -     0x7fff85e1ffff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85e20000 -     0x7fff85e98ff7  com.apple.SystemConfiguration (1.14 - 1.14) <E0495F7D-5624-3EF7-B7E5-DA0EE708B6E4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85fc6000 -     0x7fff8602dffb  com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8602e000 -     0x7fff86361fff  libmecabra.dylib (666.2) <F757CABA-3EDB-3ABA-A378-A7C574EA233B> /usr/lib/libmecabra.dylib
        0x7fff863a3000 -     0x7fff863a6fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff863a7000 -     0x7fff86669ffb  com.apple.WebKit (10600 - 10600.3.14) <5772BC20-CAC8-3240-ABEB-EF3019FF34A3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8666a000 -     0x7fff866fbff7  libCoreStorage.dylib (471.10.5) <21322ECF-5873-3CDE-B7A7-5F3485516E3E> /usr/lib/libCoreStorage.dylib
        0x7fff866fc000 -     0x7fff86719ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8672a000 -     0x7fff86755ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff867cd000 -     0x7fff869d0ff3  com.apple.CFNetwork (720.2.3 - 720.2.3) <9F9E859F-E88C-3E45-AD2F-7250879CBA3E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff869d1000 -     0x7fff86a3efff  libType1Scaler.dylib (114.1.9) <3DDDD046-720D-33CA-A006-141298B0F8A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff86b8f000 -     0x7fff86bbefff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff86bbf000 -     0x7fff8770afff  com.apple.AppKit (6.9 - 1344.60) <88ACD9DE-B870-3FE7-87F7-12585825A248> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8770b000 -     0x7fff87717ff7  com.apple.HelpData (2.1.4 - 90) <471200E4-1D51-3D8C-A956-A52F8EB7B552> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff87718000 -     0x7fff8771afff  com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff87738000 -     0x7fff87751ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87752000 -     0x7fff87759fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff87784000 -     0x7fff877affff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff877b0000 -     0x7fff877b0fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff877b1000 -     0x7fff877b4ff7  libdyld.dylib (353.2.1) <4D89C31D-123D-3C9D-AF67-B77A635BC109> /usr/lib/system/libdyld.dylib
        0x7fff877b5000 -     0x7fff877efffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8813d000 -     0x7fff88152fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff881cc000 -     0x7fff881cffff  com.apple.xpc.ServiceManagement (1.0 - 1) <D6394DC0-AEF8-3E7C-9C08-4DB18D6FE625> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff881d0000 -     0x7fff881dbff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff881dc000 -     0x7fff8822fffb  libAVFAudio.dylib (118.3) <20BB570F-39A3-3C81-84EE-6E12A78ADE48> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff88230000 -     0x7fff8827fff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
        0x7fff88280000 -     0x7fff88281ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff88282000 -     0x7fff88290ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff88291000 -     0x7fff88293ff3  com.apple.SafariServices.framework (10600 - 10600.3.14) <AD7ADF13-732B-357F-882B-43858536AC9B> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff88294000 -     0x7fff88296ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff88297000 -     0x7fff882c1ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8856c000 -     0x7fff88577ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff88578000 -     0x7fff885f1fff  com.apple.AVKit (1.1 - 214.8) <747B9DAF-0F68-3CF9-B97E-E79C1BCB1005> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
        0x7fff885f2000 -     0x7fff885f2fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff885f3000 -     0x7fff885fefff  com.apple.CommerceCore (1.0 - 376.6.2) <EF6495E3-3037-3698-9603-47E4C56874B4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff885ff000 -     0x7fff8860afdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8860b000 -     0x7fff886ecfff  com.apple.QuickLookUIFramework (5.0 - 675.10) <99B2D8EB-2947-3FF0-9026-FE321686B008> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff88881000 -     0x7fff8890fff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88910000 -     0x7fff88914fff  libspindump.dylib (182) <085978DC-A34D-3B72-BC7B-025C35A0A373> /usr/lib/libspindump.dylib
        0x7fff88918000 -     0x7fff88927fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff88957000 -     0x7fff88959ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff8895a000 -     0x7fff88974ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88975000 -     0x7fff8897eff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8897f000 -     0x7fff8897fff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff889b3000 -     0x7fff889f9ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff89062000 -     0x7fff8906ffff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff89079000 -     0x7fff890edff3  com.apple.securityfoundation (6.0 - 55126) <45D56984-EFD8-3FEB-AAA5-620906121F52> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff890ee000 -     0x7fff89105ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff8912a000 -     0x7fff8912aff7  liblaunch.dylib (559.10.3) <659589CB-67FC-3C31-853B-F88332566CD1> /usr/lib/system/liblaunch.dylib
        0x7fff8912b000 -     0x7fff89253ff7  com.apple.coreui (2.1 - 305.6) <FDBA1368-64D9-3B27-860F-B9353B386142> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff893a3000 -     0x7fff893aeff7  libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
        0x7fff893af000 -     0x7fff8941bfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8941c000 -     0x7fff89457fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89458000 -     0x7fff89493fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff89494000 -     0x7fff896d5fff  com.apple.AddressBook.framework (9.0 - 1563) <63953D92-FB0D-31B1-A449-07BA64D08BA9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff896d6000 -     0x7fff896defe7  libcldcpuengine.dylib (2.4.5) <DC3F822C-EBF2-3081-B2E3-5F3756F1B9A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff896df000 -     0x7fff89705ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff89706000 -     0x7fff89762fff  com.apple.QuickLookFramework (5.0 - 675.10) <6B614B0C-0D53-356F-AA67-A75C7B119563> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89763000 -     0x7fff89bb6fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff89bb7000 -     0x7fff89ccfffb  com.apple.CoreText (352.0 - 454.3) <B3B8C775-14FA-38F3-9CD5-830422AE9C49> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff89cd0000 -     0x7fff89d8bff7  com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89d8c000 -     0x7fff89db4fff  libxpc.dylib (559.10.3) <9FDEE174-5229-363C-81D9-FC68274B13F6> /usr/lib/system/libxpc.dylib
        0x7fff89db5000 -     0x7fff89e3efff  com.apple.CoreSymbolication (3.1 - 57020) <4B57D67E-7507-3CB3-98EE-6894F0027320> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff89e3f000 -     0x7fff89e6dfff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff89e6e000 -     0x7fff89e6efff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <674B48E6-4DC1-318D-8EE9-D264AC92208D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89e6f000 -     0x7fff89e97fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff89eb0000 -     0x7fff89eddfff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff89eef000 -     0x7fff89ef1fff  com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89ef2000 -     0x7fff89f3bff3  com.apple.HIServices (1.22 - 520.12) <274120A4-3650-36C2-9770-8475228A6A43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89f3e000 -     0x7fff89f44ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff89f54000 -     0x7fff89f57fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff89f58000 -     0x7fff89f78fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8a012000 -     0x7fff8a1c2ff7  com.apple.QuartzCore (1.10 - 361.15) <6041D523-E81D-397D-8D47-F9E090472747> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a1c3000 -     0x7fff8a1ddff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8a1e7000 -     0x7fff8a1e9fff  com.apple.SecCodeWrapper (4.0 - 238.10.1) <8DAF71DB-C99A-3B72-A639-2C8CBEA84B93> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8a1ea000 -     0x7fff8a378fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a3c1000 -     0x7fff8a3d3ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff8a3d4000 -     0x7fff8a456fff  com.apple.PerformanceAnalysis (1.0 - 1) <95AAE106-5ED3-3D68-941C-B81B7A718ADE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8a457000 -     0x7fff8a47cff7  libPng.dylib (1232) <6E72AE55-AFB0-3FC4-80B2-EBC3353436B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8a47d000 -     0x7fff8a49afff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a4c9000 -     0x7fff8a568df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8a719000 -     0x7fff8a74cff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a74d000 -     0x7fff8a756ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a757000 -     0x7fff8a75bff7  libGIF.dylib (1232) <061D5354-FE4F-3C7E-B563-99DC0198062D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a75c000 -     0x7fff8a78eff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8a78f000 -     0x7fff8a7ccff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8a7cd000 -     0x7fff8a7e7fff  com.apple.AppleVPAFramework (1.2.8 - 1.2.8) <615661D2-635B-30F8-B3CF-FE7EF732297D> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8a7e8000 -     0x7fff8a806ff7  com.apple.addressbook.vCard (9.0 - 1563) <370F3435-855E-3C60-9CC9-B3F24AC1AF97> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff8a807000 -     0x7fff8a884fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <84E4D2F2-B10E-3431-B8D7-DBDD1EB56E85> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8a885000 -     0x7fff8a89bff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff8a89c000 -     0x7fff8a980fff  libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a981000 -     0x7fff8a9a0fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8a9a1000 -     0x7fff8a9a2fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8a9a3000 -     0x7fff8ac1fff3  com.apple.RawCamera.bundle (6.02 - 769) <1F0F0047-682F-39E3-BE26-2467BF5F0E22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8ac20000 -     0x7fff8ac35ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff8ac3a000 -     0x7fff8ac4cff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8aead000 -     0x7fff8aeb5ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff8aeb6000 -     0x7fff8aec9ff7  com.apple.MultitouchSupport.framework (262.25 - 262.25) <F6EFF881-7EE0-3278-9E14-B30424ACAE66> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8aef9000 -     0x7fff8aefcff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8aefd000 -     0x7fff8b1a9fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8b1aa000 -     0x7fff8b1dafff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8b2d7000 -     0x7fff8b2dbfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8b2dc000 -     0x7fff8b2ddfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff8b2de000 -     0x7fff8b2e7fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b307000 -     0x7fff8b635fff  com.apple.Foundation (6.9 - 1152.14) <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b636000 -     0x7fff8b651ff7  com.apple.aps.framework (4.0 - 4.0) <A9DDA923-5CC7-3D46-A966-4186A6DDDD37> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8b652000 -     0x7fff8b6e8ffb  com.apple.CoreMedia (1.0 - 1562.107) <3E076386-3272-3C8E-BCC7-28837425C1EF> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8b6e9000 -     0x7fff8bbfcff3  com.apple.JavaScriptCore (10600 - 10600.3.13) <C0C3246C-D26F-3440-AC75-81CFFA4F9C91> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8bc66000 -     0x7f

    thanks Nigel - I ran etrecheck when logic was at the "what do you want to do?" dialog box - is that ok?
    Problem description:
    logic pro 9 crashing when i attempt to do anything after loading
    EtreCheck version: 2.1.6 (109)
    Report generated 17 January 2015 11:16:32 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2010) (Technical Specifications)
      iMac - model: iMac11,2
      1 3.06 GHz Intel Core i3 CPU: 2-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      ATI Radeon HD 4670 - VRAM: 256 MB
      iMac 1600 x 900
    System Software: ℹ️
      OS X 10.10.2 (14C94b) - Time since boot: one day 0:36:35
    Disk Information: ℹ️
      ST3500418AS disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 449.25 GB (61.66 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      iPhoto library (disk0s4) /Volumes/iPhoto library : 49.87 GB (10.07 GB free)
      OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Built-in iSight
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 11 Titanium/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) [Support]
      /System/Library/Extensions
      [not loaded] com.Maxtor.driver.PowSecDriver (4.3.16) [Support]
      [not loaded] com.cy.iokit.Morpheus (1.4) [Support]
      [not loaded] com.digidesign.fwfamily.driver (7.1.3f22) [Support]
      [not loaded] com.digidesign.iokit.DigiDal (7.1.3f19) [Support]
      [not loaded] com.digidesign.iokit.DigiIO (7.1.3f19) [Support]
      [not loaded] com.maxtor.iokit.IOFireWireMxBt (4.2.6) [Support]
      [not loaded] com.motu.driver.FireWireAudio (1.5 41560) [Support]
      [not loaded] com.motu.driver.MicroBookAudio (1.5 41828) [Support]
      [not loaded] com.motu.driver.PCIAudio (1.5 38352) [Support]
      [not loaded] com.motu.driver.USBMidiKext (1.5 38352) [Support]
      [not loaded] com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) [Support]
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) [Support]
      [not loaded] com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) [Support]
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) [Support]
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) [Support]
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) [Support]
    Startup Items: ℹ️
      DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
      HP IO: Path: /Library/StartupItems/HP IO
      PACESupport: Path: /Library/StartupItems/PACESupport
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [running] com.hp.devicemonitor.plist [Support]
      [loaded] com.hp.messagecenter.launcher.plist [Support]
      [running] com.motu.MOTULauncher.plist [Support]
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist [Support]
      [running] com.digidesign.fwfamily.helper.plist [Support]
      [running] com.google.keystone.daemon.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [running] com.paceap.eden.licensed.plist [Support]
      [loaded] PACESupport.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.f-secure.sync.BTCloud.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
      [loaded] com.valvesoftware.steamclean.plist [Support]
    User Login Items: ℹ️
      GrowlHelperApp Application  (/Users/[redacted]/Library/PreferencePanes/Growl.prefPane/Contents/Resources/Gr owlHelperApp.app)
      Caffeine Application  (/Applications/Caffeine.app)
      Dropbox Application  (/Applications/Dropbox.app)
      HP IO Classic Proxy 2 Application  (/Library/Frameworks/HPServicesInterface.framework/Versions/B/Runtime/HP IO Classic Proxy 2.app)
      HP IO Classic Proxy Application  (/Library/Frameworks/HPServicesInterface.framework/Versions/A/Runtime/HP IO Classic Proxy.app)
      Google Software Update Application  (/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Reso urces/GoogleSoftwareUpdateAgent.app)
    Internet Plug-ins: ℹ️
      DirectorShockwave: Version: 11.0.0r465 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.1.1.70 [Support]
      OfficeLiveBrowserPlugin: Version: 12.2.0 [Support]
      RealPlayer Plugin: Version: Unknown [Support]
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 1.3 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.257
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 1.0.20.8768 [Support]
      iPhotoPhotocast: Version: 7.0
      SharePointBrowserPlugin: Version: 14.0.0 [Support]
      ContentUploaderPlugin: Version: 1.2 [Support]
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
      fbplugin_1_0_1: Version: Unknown [Support]
      VideoEggLoader: Version: Unknown [Support]
    3rd Party Preference Panes: ℹ️
      DivX  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      Growl  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 449.25 GB Disk used: 387.59 GB
      Destinations:
      PORTABLE DRIVE 500GB [Local]
      Total size: 499.96 GB
      Total number of backups: 1
      Oldest backup: 2014-07-25 04:41:10 +0000
      Last backup: 2014-07-25 04:41:10 +0000
      Size of backup disk: Too small
      Backup size 499.96 GB < (Disk used 387.59 GB X 3)
    Top Processes by CPU: ℹ️
          12% fm
          4% WindowServer
          2% coreaudiod
          1% Logic Pro
          0% fontd
    Top Processes by Memory: ℹ️
      979 MB fm
      283 MB mds_stores
      168 MB Logic Pro
      142 MB softwareupdated
      116 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      6.53 GB Free RAM
      4.16 GB Active RAM
      1.12 GB Inactive RAM
      1.07 GB Wired RAM
      4.24 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Jan 16, 2015, 11:09:00 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-16-110900_[redacted].crash
      Jan 16, 2015, 10:58:08 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-16-105808_[redacted].crash
      Jan 16, 2015, 10:40:36 AM Self test - passed
      Jan 15, 2015, 01:32:58 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-013258_[redacted].crash
      Jan 15, 2015, 01:17:39 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-011739_[redacted].crash
      Jan 15, 2015, 01:09:58 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-010958_[redacted].crash
      Jan 15, 2015, 12:48:27 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-004827_[redacted].crash
      Jan 15, 2015, 12:16:37 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-001637_[redacted].crash
      Jan 15, 2015, 12:06:53 AM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-15-000653_[redacted].crash
      Jan 14, 2015, 11:53:15 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-235315_[redacted].crash
      Jan 14, 2015, 11:52:39 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-235239_[redacted].crash
      Jan 14, 2015, 11:49:47 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-234947_[redacted].crash
      Jan 14, 2015, 11:49:28 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-234928_[redacted].crash
      Jan 14, 2015, 11:24:38 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-232438_[redacted].crash
      Jan 14, 2015, 11:11:22 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-231122_[redacted].crash
      Jan 14, 2015, 11:10:30 PM /Users/[redacted]/Library/Logs/DiagnosticReports/Logic Pro_2015-01-14-231030_[redacted].crash

Maybe you are looking for

  • Nokia Lumia (928) Problem.

    I've recently been having this problem with my Nokia Lumia 928, I was doing a reset (Factory Reset) on my phone when I've been on spinning gears for a few couples last night. Waited and nothing, so I looked around and tried find other solutions. I di

  • New 3g nano... will only show apple...

    I have an ipod classic that works fine. i just purchased an ipod 3g nano for my sister. we tried hooking it up to my mac to load songs on it, but all it will do is flash an apple on the screen (and it will only do that when it is plugged in to the co

  • Any 2 buttons work, any 3 don't?

    Hi everyone, I'm finding some unintended results from buttons on my site, and there seems not to be a logic that I can just fix. The site is arcotecture.info if you wouldn't mind taking a look. On pages such as "(r)Evolve" and "undo," there is a vert

  • How to specify the position of the flash player settings window

    Hi, I have a flex app which turns on a web camera and shows the video from the camera. When the page first loads the Adobe flash player settings window displays which you are required to click on allow or deny. My question is, is there a way to speci

  • Uploading local package problems in 11g

    I've tried to add a package to the "Local PKGs" section of the local content. I can install the package manually without issue but when I upload it into "Local Content" it ends up with the "Broken Rules (Missing Dependencies)" state. When the package