Sound: Changing output device

Turned on my machine and discovered that it had self assigned a program as the sound out put device. It's CD spin doctor from Toast; no audio on it. I removed Toast, emptied the trash and shut down then restarted. It's still listed as the output device. I can't change the device - there's no list - I can't delete it or add another device. any thoughts on how to fix this problem? I have no audio at all.

if there is no audio at all, could be hardware issue.
somebody recommends deleting following preference files:
/Library/Preference/com.apple.audio.DeviceSettings.plist
/Library/Preferences/com.apple.audio.SystemSettings.plist
http://discussions.apple.com/thread.jspa?messageID=10500893
best case it's just corrupted preference files

Similar Messages

  • Change Output Device Settings @ Runtime?

    This will sound silly, but there is a good reason for it :).  Also, I am not much of an ABAPer.
    We have a requirement to change output device settings on the fly in a program.  For instance, in case A, we would like to use the output device as it was originally configured in SPAD.  However, in case B, we would like to override the output device's access method and host dynamically in code.
    Is there any function module or technique that can change these output device properties via code at runtime (printtime)?
    Thanks,
    Kris

    Hi,
    Try out  this.. The bold one is the output device name..
    p_output_options-TDCOPIES = 3. "number of copies.
    p_output_options-tddest = 'LP01'. "def
    p_output_options-TDIMMED = 'X'.
    p_output_options-tddelete = 'X'.
    p_output_options-TDIMMED = ' '.
    p_output_options-tddest = 'LP01'.
    p_output_options-TDNEWID = 'X'.
    wa_ctrl-no_dialog = 'X'.
    deactivate the popup window
    p_control_parameters-no_dialog = 'X'. "no dilog box
    p_control_parameters-preview = 'X'. "no preview
    wa_output_options-tdimmed = 'X'.
    wa_output_options-tddelete = 'X'.
    wa_output_options-tdimmed = ' '.
    wa_output_options-tddest = 'LOCL'.
    wa_ctrl-no_dialog = 'X'.
    CALL FUNCTION '/1BCDWB/SF00000154'
    EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
    CONTROL_PARAMETERS            =  p_control_parameters
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS              =  p_output_options
       USER_SETTINGS               =  'X'
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         = wa_job
      TABLES
        wt_header                  = wi_itab1
        wt_personal                = wi_itab2
        wt_payroll                 = wi_itab3
        wt_absence                 = wi_itab4
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Arunsri

  • Changing output device causes Logic to crash

    When I attempt to change output devices, it causes Logic to crash.  Help Please..

    I suspect the issue is due to your video format... what format are your videos? Your problem will be solved by converting them to DV-AVI. See this FAQ on conversion:
    http://forums.adobe.com/thread/415317?tstart=0

  • Logic express 9.1.8 quit unexpectedly when I change Output device on audio preferences

    Hi, Logic Express 9.1.8 quit unexpectedly This problem happens when I try to change output device, I/O buffer size on audio preferences.
    Help please.
    Thakyou
    Process:         Logic Express [1037]
    Path:            /Applications/Logic Express.app/Contents/MacOS/Logic Express
    Identifier:      com.apple.logic.express
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [126]
    Date/Time:       2013-06-13 15:55:05.494 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          273520 sec
    Crashes Since Last Report:           12
    Per-App Interval Since Last Report:  83159 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      6E103025-5F96-4596-A3A6-4EB7EC1FA9ED
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  14
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x902b6be8 pthread_join$UNIX2003 + 1021
    2   ...Rig 5.MusicDevice.component          0x4fcd4422 NI::GP::HThread::waitTermination() + 34
    3   ...Rig 5.MusicDevice.component          0x50288f39 NI::RIG::AUDIO::AudioBackgroundThread::deInit() + 41
    4   ...Rig 5.MusicDevice.component          0x4fff0af5 NI::RIG::AUDIO::Rack::~Rack() + 149
    5   ...Rig 5.MusicDevice.component          0x5022bf11 NI::RIG::DB::Rack::~Rack() + 65
    6   ...Rig 5.MusicDevice.component          0x50227f2f NI::RIG::DB::SoundDatabase::~SoundDatabase() + 47
    7   ...Rig 5.MusicDevice.component          0x4f9b5c48 NI::RIG::DB::Database::~Database() + 72
    8   ...Rig 5.MusicDevice.component          0x4f939e33 NI::RIG::AUDIO::GuitarRigAudioClassBase::deInit() + 1875
    9   ...Rig 5.MusicDevice.component          0x4fed8dfb NI::AB::InterfaceBase::deInit() + 43
    10  ...Rig 5.MusicDevice.component          0x4fc91243 ComponentBase::ComponentEntryDispatch(ComponentParameters*, ComponentBase*) + 59
    11  ...Rig 5.MusicDevice.component          0x4fc91d9a AUBase::ComponentEntryDispatch(ComponentParameters*, AUBase*) + 1270
    12  ...Rig 5.MusicDevice.component          0x4f9df65f NIAudioUnitEffectEntry + 79
    13  ...ple.CoreServices.CarbonCore          0x9378451f CallComponentDispatch + 29
    14  ...ple.CoreServices.CarbonCore          0x937848a8 CallComponentClose + 43
    15  ...ple.CoreServices.CarbonCore          0x937847d1 CloseComponentInternal(ComponentInstanceRecord*) + 101
    16  ...ple.CoreServices.CarbonCore          0x93784752 CloseComponent + 46
    17  com.apple.logic.express                 0x0057d5b2 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5515202
    18  ...le.music.apps.MAAudioEngine          0x02ac50ef MD::DisposePlug(CPlugIn*) + 655
    19  com.apple.logic.express                 0x00139d9c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1044396
    20  com.apple.logic.express                 0x0005cc30 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 138816
    21  com.apple.logic.express                 0x0005ccfe std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 139022
    22  com.apple.logic.express                 0x0005faa2 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 150706
    23  com.apple.logic.express                 0x000b71a8 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 508856
    24  com.apple.logic.express                 0x000b73ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 509373
    25  com.apple.logic.express                 0x000bb2e2 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 525554
    26  com.apple.logic.express                 0x006f46a4 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7051444
    27  com.apple.AppKit                        0x92984a26 -[NSApplication sendAction:to:from:] + 112
    28  com.apple.prokit                        0x00faa464 -[NSProApplication sendAction:to:from:] + 127
    29  com.apple.logic.express                 0x005dc5da std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5904362
    30  com.apple.AppKit                        0x92a64255 -[NSControl sendAction:to:] + 108
    31  com.apple.AppKit                        0x92a5fd02 -[NSCell _sendActionFrom:] + 169
    32  com.apple.AppKit                        0x92a5eff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    33  com.apple.AppKit                        0x92ab46ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    34  com.apple.prokit                        0x00fef26e -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 539
    35  com.apple.AppKit                        0x92a5da4f -[NSControl mouseDown:] + 812
    36  com.apple.AppKit                        0x92a5ba58 -[NSWindow sendEvent:] + 5549
    37  com.apple.prokit                        0x00fd096e -[NSProPanel sendEvent:] + 264
    38  com.apple.logic.express                 0x007939a3 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7703475
    39  com.apple.logic.express                 0x0003e726 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 14646
    40  com.apple.AppKit                        0x9297460b -[NSApplication sendEvent:] + 6431
    41  com.apple.prokit                        0x00fad090 -[NSProApplication sendEvent:] + 1901
    42  com.apple.logic.express                 0x005f86cd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019293
    43  com.apple.logic.express                 0x005fd391 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6038945
    44  com.apple.logic.express                 0x005f86ff std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019343
    45  com.apple.AppKit                        0x92908253 -[NSApplication run] + 917
    46  com.apple.prokit                        0x00fad446 NSProApplicationMain + 326
    47  com.apple.logic.express                 0x0002a545 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x90270382 kevent + 10
    1   libSystem.B.dylib                       0x90270a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9026ff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9026fcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9026f781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9026f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a18838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a18901 ResolveFile + 55009
    5   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    6   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a18838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a18901 ResolveFile + 55009
    5   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    6   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90249b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x902776e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x902a65a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x95b1f3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x95b223dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x95b1fcda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x95b1f571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x95b1f488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    9   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90249b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x902776e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x902a65a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x95b1f3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x95b223dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x95b1fcda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x95b1f571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x95b1f488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    9   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02acef7c MD::CallProcessThread1(void*) + 108
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02acecfc MD::CallProcessThread2(void*) + 124
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02accbac MD::CallProcessThread15(void*) + 124
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x90277aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9027775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x902793f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02aec3a9 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x90249afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9024a267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x013730c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x0139197a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x013742d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x01373ca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    7   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x90249b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x902776e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x902a65a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x93763b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x937638ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x93787b8b TimerThread + 97
    6   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    7   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 12:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90268ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x96fcec53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    3   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x90268ac6 select$DARWIN_EXTSN + 10
    1   com.apple.logic.express                 0x00949e17 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 457975
    2   com.apple.logic.express                 0x00595b84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5614996
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 14 Crashed:
    0   libSystem.B.dylib                       0x902b70ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x902b6fd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x90331fb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x90353685 __abort + 136
    4   libSystem.B.dylib                       0x903536f5 abort_report_np + 0
    5   com.apple.logic.express                 0x003dc999 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3808169
    6   libSystem.B.dylib                       0x902b005b _sigtramp + 43
    7   ???                                     0x0000000a 0 + 10
    8   ...Rig 5.MusicDevice.component          0x4fe6f998 NI::DSP::Convolver::setImpulseResponse(float const* const*, int, int, float*) + 8584
    9   ...Rig 5.MusicDevice.component          0x500befa1 NI::DSP::ConvolutionBase::doBackgroundWork() + 2897
    10  ...Rig 5.MusicDevice.component          0x4ffeda50 NI::RIG::AUDIO::Rack::doBackgroundThreadWork(bool) + 1184
    11  ...Rig 5.MusicDevice.component          0x50288ef8 NI::RIG::AUDIO::AudioBackgroundThread::run() + 72
    12  ...Rig 5.MusicDevice.component          0x4fcd62e8 NI::GP::Thread::execute(void*) + 72
    13  libSystem.B.dylib                       0x90277259 _pthread_start + 345
    14  libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...Rig 5.MusicDevice.component          0x50213968 NI::MEDIA::Asyncer<NI::PM::UndoBuffer>::run() + 392
    2   ...Rig 5.MusicDevice.component          0x4fcd62e8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a8c3b77 SerialJobBGThread::run() + 119
    2   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a561a3e BEngine::SetEngineParThreadProc() + 62
    2   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5d1156 BStreamingEngine::run() + 230
    2   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a8e2920 BBackgroundLoader::run() + 80
    2   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b20a73b BEngine::AuxProcessThreadProc(int) + 75
    2   ...ery 3.MusicDevice.component          0x7b16bfc2 BEngine::AuxProcessThread::run() + 34
    3   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b20a73b BEngine::AuxProcessThreadProc(int) + 75
    2   ...ery 3.MusicDevice.component          0x7b16bfc2 BEngine::AuxProcessThread::run() + 34
    3   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b20a73b BEngine::AuxProcessThreadProc(int) + 75
    2   ...ery 3.MusicDevice.component          0x7b16bfc2 BEngine::AuxProcessThread::run() + 34
    3   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b1c417e BEngine::SetEngineParThreadProc() + 62
    2   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b214df6 BStreamingEngine::run() + 230
    2   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...ery 3.MusicDevice.component          0x7b568caa BBackgroundLoader::run() + 74
    2   ...ery 3.MusicDevice.component          0x7baff828 NI::GP::Thread::execute(void*) + 72
    3   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    4   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 36:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 39:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 40:
    0   libSystem.B.dylib                       0x90249b36 semaphore_wait_trap + 10
    1   ...akt 5.MusicDevice.component          0x5a5c6dbb BEngine::AuxProcessThreadProc(int) + 75
    2   ...akt 5.MusicDevice.component          0x5a502e22 BEngine::AuxProcessThread::run() + 34
    3   ...akt 5.MusicDevice.component          0x59e403c8 NI::GP::Thread::execute(void*) + 72
    4   libSystem.B.dylib                       0x90277259 _pthread_start + 345
    5   libSystem.B.dylib                       0x902770de thread_start + 34
    Thread 14 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x902b6f39  ecx: 0xb14db40c  edx: 0x902b70ee
      edi: 0x00040410  esi: 0xb14db468  ebp: 0xb14db448  esp: 0xb14db40c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x902b70ee   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x504e2dc0
    Binary Images:
        0x1000 -   0xbbcfff  com.apple.logic.express 9.1.8 (1700.67) <BD6CC535-5E3A-1615-6A98-27296A05B3BD> /Applications/Logic Express.app/Contents/MacOS/Logic Express
      0xe51000 -   0xe51ff7  libgenkit.dylib ??? (???) <123A2721-6111-FFE8-1911-74FABB2712C4> /usr/lib/libgenkit.dylib
      0xe54000 -   0xe72fef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xe81000 -   0xe8dff3  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <1B77FF0E-ABF2-ABC4-5D7E-638D56A24C69> /Applications/Logic Express.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
      0xe95000 -   0xec8fe7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <E8A99468-7726-CCFE-8D26-DDBC9D5E1AC3> /Applications/Logic Express.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudio UnitSupport
      0xed5000 -   0xf06ff3  com.apple.musicaudiodataservices 1.1 (251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Express.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetShar ing
      0xf15000 -   0xf73ff3  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <0075F2D0-7A48-A362-2D49-4FECA5E9DF8E> /Applications/Logic Express.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopMan agement
      0xf89000 -  0x11c1fff  com.apple.prokit 7.0 (1331) <B3DAD7D3-5D87-CBA6-D4C7-74E96928BA77> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12c9000 -  0x1343fff  com.apple.music.apps.MACore 9.1.8 (477.58) <8025A098-49AF-AFF3-4B8E-4C30C06123FF> /Applications/Logic Express.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1363000 -  0x13afffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13d4000 -  0x142aff7  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <448DD823-9EF9-8F88-FFF1-2C7EBD9647B1> /Applications/Logic Express.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1441000 -  0x185bfeb  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <9EBA5689-ECE1-E66B-6A0D-DE3F9C7867E4> /Applications/Logic Express.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a79000 -  0x1b5bfeb  com.apple.music.apps.OMF 9.1.8 (109.7) <65E724BA-01DB-68E1-9661-E9B96DA76300> /Applications/Logic Express.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b6f000 -  0x21c0fe3  com.apple.music.apps.MADSP 9.1.8 (588.98) <93C7306D-07A8-DED0-C59B-B333A475E6DB> /Applications/Logic Express.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28a5000 -  0x28c6ff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <DB122163-0F15-2E23-16AE-3DCAE41D1870> /Applications/Logic Express.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFile Browser
    0x28cf000 -  0x2948ff7  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <AFAED0FE-A81D-8204-3633-B6DEF6455B8A> /Applications/Logic Express.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoop Browser
    0x295c000 -  0x297dff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <B23133C5-90D1-4B22-7421-375F9374C9EA> /Applications/Logic Express.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSu pport
    0x2982000 -  0x2987ff7  com.apple.music.apps.MAResources 9.1.8 (212.66) <EEB8FFEB-61A3-69E2-D6AC-AB5C7B8337E2> /Applications/Logic Express.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x298b000 -  0x29b4fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29c5000 -  0x29d5ff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Express.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistrat ion
    0x29e9000 -  0x2a9ffff  com.apple.music.apps.MAFiles 9.1.8 (144.87) <23D65681-872A-1E6B-91E5-B93643CCB375> /Applications/Logic Express.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2ab8000 -  0x2b30fe3  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6ADDBB03-0D41-4473-AFC3-385EFA574B87> /Applications/Logic Express.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngin e
    0x2b97000 -  0x2ba2ff7  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <FEEF1A62-CB87-8FD2-F724-0BB660D63146> /Applications/Logic Express.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2ba6000 -  0x2bbaff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <FAFE71CD-0FC8-69F4-6FEE-9E873D9F5DD5> /Applications/Logic Express.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2bcd000 -  0x2c82fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x2cc8000 -  0x2d64ffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Express.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2f98000 -  0x2fcdff7  com.apple.prokit.SnowLeopardPanels 7.0 (1331) <BB481932-46DC-8FB1-97CB-67C484A6CBF2> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x420b4000 - 0x420c1ff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x43448000 - 0x4344cff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x43451000 - 0x43457ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x43db0000 - 0x43db8ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Express.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x44020000 - 0x44022ff3  com.apple.music.apps.common.resources 9.1.8 (280.4) <579C1A3C-3636-9A69-185E-819DC01E1083> /Applications/Logic Express.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x44026000 - 0x44028ff3  com.apple.music.apps.efx.resources 9.1.8 (280.4) <FB5BBFF8-DF5E-32BC-4F4C-C5A2DA3FB1A6> /Applications/Logic Express.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x44041000 - 0x441baff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x441ec000 - 0x445fffef  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <257CAA1D-6573-2932-E344-E96F6C9CDA84> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x44631000 - 0x44655fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x44971000 - 0x44973fe3  com.apple.music.apps.midi.device.plugin.CS-32 9.1.8 (198.73) <EA9B28F8-4962-8224-D724-7ECA99692774> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x4498d000 - 0x44990feb  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.8 (198.73) <9A51CFA4-711B-1164-6874-80FBF4411A3B> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x44999000 - 0x4499bff3  com.apple.music.apps.midi.device.plugin.GiO 9.1.8 (198.73) <E2634721-B8D4-03CE-43B5-7C64EED8BFD3> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x449a1000 - 0x449a5ffb  com.apple.music.apps.midi.device.plugin.HUI 9.1.8 (198.73) <838E7E91-15F9-779A-9F34-18003221C5CE> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x449b1000 - 0x449b2fff  com.apple.music.apps.midi.device.plugin.iControl 9.1.8 (198.73) <F67DC4BC-6556-6AB6-F5CA-C07F087EF639> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x45230000 - 0x45232ff3  com.apple.music.apps.egt.resources 9.1.8 (280.4) <11B09E42-9FC4-A372-8738-057CAB888671> /Applications/Logic Express.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x45236000 - 0x45238ff3  com.apple.music.apps.emx.resources 9.1.8 (280.4) <A3C65CFE-2BBF-DB8C-D4C8-5950284E44CF> /Applications/Logic Express.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x4523c000 - 0x4523eff3  com.apple.music.apps.es1.resources 9.1.8 (280.4) <DB1CD8D6-2C8F-32EE-266B-A28C00B2DFB7> /Applications/Logic Express.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x45242000 - 0x45244ff3  com.apple.music.apps.es2.resources 9.1.8 (280.4) <7E91D13E-87CF-0B50-14A7-9B7A1E3D345C> /Applications/Logic Express.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x45248000 - 0x4524aff3  com.apple.music.apps.evb3.resources 9.1.8 (280.4) <068F656F-6CA6-37E9-96F5-1F8E10546A43> /Applications/Logic Express.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x4524e000 - 0x45250ff3  com.apple.music.apps.evd6.resources 9.1.8 (280.4) <B15F044D-60BB-FD36-6A49-685C7DCA7FB4> /Applications/Logic Express.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x45254000 - 0x45256ff3  com.apple.music.apps.evoc.resources 9.1.8 (280.4) <E361301A-56EF-FF6C-67E5-AC3D9F15E190> /Applications/Logic Express.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x4525a000 - 0x4525cff3  com.apple.music.apps.evp88.resources 9.1.8 (280.4) <6E1152B4-E9F3-3F6E-7246-A10456888210> /Applications/Logic Express.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x45260000 - 0x45262ff3  com.apple.music.apps.exs24.resources 9.1.8 (280.4) <DC363BF8-D15A-6049-F148-7804EADF7539> /Applications/Logic Express.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x45266000 - 0x45268ff3  com.apple.music.apps.guitaramp.resources 9.1.8 (280.4) <27F67C33-C9BA-D9CE-DC89-A33A7F674F2C> /Applications/Logic Express.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x4526c000 - 0x4526eff3  com.apple.music.apps.guitarcontrols.resources 9.1.8 (280.4) <DAD1836E-F4DD-EB95-2F48-A8AF8552D087> /Applications/Logic Express.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x45272000 - 0x45274ff3  com.apple.music.apps.mutapdel.resources 9.1.8 (280.4) <555A65F0-E35D-0F5F-76EC-7C83D06C68AB> /Applications/Logic Express.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x45278000 - 0x4527aff3  com.apple.music.apps.pedalboard.resources 9.1.8 (280.4) <9923C7F7-E681-EE64-06CE-A0C8AABF7E65> /Applications/Logic Express.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x4527e000 - 0x45280ff3  com.apple.music.apps.revolver.resources 9.1.8 (280.4) <9AE36A7E-5D8F-681C-ABFD-4BCFE5048FF4> /Applications/Logic Express.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x4a843000 - 0x4a87ffe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1796) <C15BF89F-624F-EED9-4E4E-12D8C088E34D> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x4a88b000 - 0x4a895ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x4e903000 - 0x4e905ff7  com.apple.music.apps.midi.device.plugin.microKONTROL 9.1.8 (198.73) <48E33623-5220-448C-E0D5-6F53B79EC815> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x4f0d1000 - 0x4f0d2ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4f900000 - 0x50bb0fe7 +Guitar Rig 5.MusicDevice.component 5.0.0 (R2354) (5.0.0 (R2354), Copyright © 2011 Native Instruments) <85D6EA46-AAD4-A991-61BB-19ADDBD69894> /Library/Audio/Plug-Ins/Components/Guitar Rig 5.component/Contents/MacOS/Guitar Rig 5
    0x56c11000 - 0x56c45fff +se.propellerheads.rex.library 1.7.0 (1.7.0) <7180964B-2D1C-03CC-E266-51DE3EFBAFA6> /Library/Application Support/Native Instruments/Helper/REX Shared Library.bundle/Contents/MacOS/REX Shared Library
    0x570ed000 - 0x570edff3  com.apple.music.apps.midi.device.plugin.Recording-Light 9.1.8 (198.73) <62130915-EEC9-7EE1-AFB9-737A32AA09AC> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x570f2000 - 0x570f4ff3  com.apple.music.apps.midi.device.plugin.TranzPort 9.1.8 (198.73) <26E0C91B-097C-E77A-5E34-6BD85A8BA365> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x573f1000 - 0x573f3fe7  com.apple.music.apps.midi.device.plugin.US-2400 9.1.8 (198.73) <8D056088-15A4-9FE5-4DDD-14CA2AC746A4> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x577c2000 - 0x577c3ffb  com.apple.music.apps.midi.device.plugin.US-428 9.1.8 (198.73) <A9C8442B-C474-977F-B61C-4C35DF494201> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x578c3000 - 0x578c6fff  com.apple.music.apps.midi.device.plugin.TouchOSC 9.1.8 (198.73) <09337083-973D-480B-C17F-8F68AE3F2FA2> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x580a5000 - 0x580acff3  com.apple.music.apps.midi.device.plugin.Logic-Control 9.1.8 (198.73) <04DC4A0E-2FE2-BE3F-5F5C-686FB712D8F5> /Applications/Logic Express.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x59b00000 - 0x5b3d5fef +Kontakt 5.MusicDevice.component 5.0.0.5133 (5.0.0, Copyright © 2011 Native Instruments) <33AF607C-D590-B595-2ABF-0A31505720BD> /Library/Audio/Plug-Ins/Components/Kontakt 5.component/Contents/MacOS/Kontakt 5
    0x5bbb1000 - 0x5bf55ff7 +de.native-instruments.kconvert.macho.bundle 3.0.0.7 (3.0.0.7) <92504456-EF51-82A6-ABBE-0FA019B40B23> /Library/Application Support/Native Instruments/Kontakt 5/kconvert.bundle/Contents/MacOS/kconvert
    0x7b000000 - 0x7c266ffb +Battery 3.MusicDevice.component 3.2.2. (R633) (3.2.2. (R633), Copyright © 2011 Native Instruments) <3C03A086-A308-ADE1-3E65-8EEBF9E05721> /Library/Audio/Plug-Ins/Components/Battery 3.component/Contents/MacOS/Battery 3
    0x7cb96000 - 0x7cf3aff7 +de.native-instruments.kconvert.macho.bundle 3.0.0.7 (3.0.0.7) <92504456-EF51-82A6-ABBE-0FA019B40B23> /Library/Application Support/Native Instruments/Battery 3/bconvert.bundle/Contents/MacOS/kconvert
    0x81cd0000 - 0x81d27ff7  com.apple.audio.units.CoreAudioAUUI 1.6.1 (1.6.1) <A0B67442-2041-3137-2CC3-609C6044A8FD> /System/Library/Components/CoreAudio.component/Contents/Resources/CoreAudioAUUI .bundle/Contents/MacOS/CoreAudioAUUI
    0x86000000 - 0x860cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x88d00000 - 0x88ee6fef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x9000f000 - 0x90015fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90016000 - 0x900beffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900bf000 - 0x90136ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90137000 - 0x901f0fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x901f1000 - 0x90237ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x90238000 - 0x90248ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90249000 - 0x903f0ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x903f1000 - 0x90455ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x904c6000 - 0x909d8feb  com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a10000 - 0x90b1cfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90b1d000 - 0x90b77fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90b78000 - 0x90c15fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90c16000 - 0x90c2bfff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90c2c000 - 0x90c84fe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90d0e000 - 0x90e90fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x90e91000 - 0x90f11feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90f12000 - 0x90f19ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90f1a000 - 0x90f39ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90f3a000 - 0x90f47ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90f48000 - 0x90f64fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90f65000 - 0x90faaff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90fab000 - 0x90feeff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90fef000 - 0x90ffefe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x90fff000 - 0x911e1fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x911e2000 - 0x91250ff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9125b000 - 0x912edfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x912ee000 - 0x912f9ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x912fa000 - 0x912fbff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x912fc000 - 0x9131efef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9131f000 - 0x91320ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x91321000 - 0x9132bffb  com.apple

    Any input? I really don't understand what happened, as it has always worked perfetctly for me.
    This is getting frustrating...
    Please any help? Thanks

  • Change Output Device Of Report

    I have been given a request to change the output device (laser printer) of a report within our SAP system. All I know is the report name (YAPR9876), current output device (BH9J), and requested new output device (THBQ).
    How can I go about finding this report and updating its output device.
    Thanks in advance.

    Hi
    There is a section in IM customising under outout determination and printer determination where youn can make settings as to what prints where.
    This report must have a setting and when you find it just change the printer
    I hope that this helps

  • Change output device in smartform when using gui_diwnload

    can any one please tell me how to change the output device for gui_download into pdf for a smartform.
    (i want the setting to be done in my report -driver program ,   not in sap application tool bar settings)
    kindly please suggest me,
    thanks in advance,
    koolspy.

    I give you an example
      DATA: ls_control_param      TYPE ssfctrlop.
      DATA: ls_composer_param     TYPE ssfcompop.
        Parametros por defecto para la generación de la orden de spool.
          ls_composer_param-tddataset = 'PDF'.
          ls_composer_param-tdsuffix1 = 'FACT.'.
          ls_composer_param-tdsuffix2 = nast-OBJKY.
          ls_composer_param-TDDEST   = 'LP02'.
        output_options-tdprinter = 'PRINTER'.
          ls_composer_param-tdnewid = 'X'.
          ls_composer_param-tddelete = 'X'.
          ls_composer_param-tdfinal = ' '.
          ls_composer_param-tdlifetime = 8.
          ls_control_param-no_dialog = 'X'.
          ls_control_param-preview = ' '.
          ls_composer_param-tdimmed = ' '.
          ls_control_param-getotf = 'X'.
    call smartform invoice
          CALL FUNCTION lf_fm_name
            EXPORTING
              archive_index        = toa_dara
              archive_parameters   = arc_params
              control_parameters   = ls_control_param
              mail_recipient       = ls_recipient
              mail_sender          = ls_sender
              output_options       = ls_composer_param
              user_settings        = space
              is_bil_invoice       = ls_bil_invoice
              is_nast              = nast
              is_repeat            = repeat
              is_vbdkr             = is_vbdkr
            IMPORTING
              job_output_info      = job_output_info
              document_output_info = document_output_info
              job_output_options   = job_output_options
            TABLES
              gt_vbdpr             = gt_vbdpr
            EXCEPTIONS
              formatting_error     = 1
              internal_error       = 2
              send_error           = 3
              user_canceled        = 4
              OTHERS               = 5.
        Convertimos el fichero OTF a PDF
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            format                      = 'PDF'
            MAX_LINEWIDTH               = 132
            ARCHIVE_INDEX               = ' '
            COPYNUMBER                  = 0
            ASCII_BIDI_VIS2LOG          = ' '
            PDF_DELETE_OTFTAB           = ' '
          IMPORTING
            bin_filesize                = file_size
            BIN_FILE                    =
          TABLES
            otf                         = job_output_info-otfdata
            lines                       = lt_pdf
          EXCEPTIONS
            err_max_linewidth           = 1
            err_format                  = 2
            err_conv_not_possible       = 3
            err_bad_otf                 = 4
            OTHERS                      = 5
    Hope it helps.

  • Change "Output Device" from a bunch of job

    Hi,
    I've deleted a bunch of printers in SPAD and now, there are some errors in the dev_* logs :
    *** ERROR => rspocd: rsporpab failed (0), dest @>DEV:PR645@< [rspopcc.c    2551]
    *** ERROR => rspocd: rsporpab failed (0), dest @>DEV:PR645@< [rspopcc.c    2551]
    PR645 was one of the old printer I've removed. After investigation, most of job use PR645 as default "Output Device". I would like to know if there are a way to update all jobs using PR654 to PR212?
    Thanks by advance,

    Hi ,
    Can you please check these tables.
    TSP03A - Device Description
    TSP03C - Device Description Extension
    TSP03D - Device Description (New Format)
    TSP0A - Device Types
    TSP01 - Assignment of printers to terminals
    The above tables will help you.
    Thanks and regards,
    Venkat.

  • No Sound - Audio Output Device has stopped working

    Hi. 
    I've recently bought a new HP Pavilion 15 Notebook PC Product Number F4T62EA#ABU with Windows 8 64-bit.  The audio device is a Realtek High Definition Audio device.
    All was working fine until a few days ago when the audio device stopped working.  Here is the device status:
    "Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)".
    I've tried to update the driver for the device but it is already up to date.  Can anyone let me know how this can be fixed please?

    Hi mailman1326,
    Welcome to the HP forum!
    Thank you for your inquiry, I am happy to help!
    I understand that you are getting the error "Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. (Code 52)".
    Have you made any changes?   Did you update to Windows 8.1?
    Here is a link to the software and driver page for you computer. HP Pavilion 15-n098sa Notebook PC Drivers.  You can use Windows restore to go back in time to when it was working correctly. Using Microsoft System Restore (Windows Vista). You can do a Performing an HP System Recovery (Windows 8) to restore back to factory. You could also run the  built in troubleshooter to help.
    Follow these steps
    a. Press Windows key + C to open charms
    b. type in troubleshoot sound
    c.  select  troubleshoot sound on computer and follow the  on screen prompts.
    Another suggestion is to run the HP Support Assistant.  Please let me know the results.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Help!  no sound input/output devices

    Help! error message in garageband = Core Audio Selected Driver not found. (-10202) In system profiler, it shows Intel High Definition Audio:
    Device ID: 0x106B00A2
    Audio ID: 0
    I've never used the garageband app before, but went into it and ran updates for the first time. This is around the same time the audio stopped working. It's been a few weeks now and I'm going crazy without my sound!
    macbook air1,1 Mac OS X (10.5.8)

    Maybe check your settings in the following locations:
    • Sound Preference Pane in System Preferences
    • Audio Midi Setup in Utilities folder
    • Garage Band Preferenes (Audio/MIDI)

  • Sound Multi Output Device

    Hello All, I have used Audio MIDI Setup to establish a bluetooth stereo with the internal speakers on my iMac. However the audio output's are out of synch. The iMac speakers are slightly ahead of the bluetooth speaker. Is there a correction?

    Thank for your reply, however it didn't solve my problem.
    I can send surround sound over hdmi to TV, and then TV can send it to the amplifier.
    What I can not do is to send surround sound directly from Mac Mini to TV (via HDMI) + amplifier (via toslink) - so that I can switch off TV and have sound on amplifier.
    I also have the multichannel options options greyed out (as described in this thread: https://discussions.apple.com/message/19584051). But what I am talking about is sending sound as Dolby (which can be done with VLC), not PCM.

  • Macbook Air Audio Output Device Gone

    My sound on my mid 2013 MBA has gone. Under prefeerences, there is nothing under device output.  I have restarted several times; no luck.  I looked under Mac HD, library, prefs, audio,; but could not find any audio files to delete as per one thread.  Under utitlites went to audio midi etc, but could not find any listed audio output device list.  I have repaired disk permissions. Done a shut down and restart. But still audio is greyed out, and no devices show up under system prefs, sounds, for output device.  PLEASE HELP...  I am in Zambia and closest apple dealer is in S.Africa.  Thank you.

    Go step by step and test.
    1. System Preference > Sound > Output > Internal Speakers
        Highlight  Internal Speakers / Headphones
        Make sure that Mute is not enabled.
    2. Remove the headphone.
        If you see red light in the headphone port, plug the headphone
        in and out of the port 5 or 6 times to flip the microswitch inside.
        Sound output may be stuck in the digital mode.
    3. Reset PRAM.  http://support.apple.com/kb/PH4405
    4. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    5. Applications > Utilities > Audio MIDI Setup
        Audio Devices window
        Side Bar
        Click the Built-in Output.
        Under Mute any of the boxes checked? If so, uncheck it.

  • Help, no sound, no sound output devices

    Hi all,
    I tried this over in the Tiger section with little help. About a week ago I told my grand-daughter she could plug her iPod headphones into the headphone jack on the the front of the G4. Now, I have no sound at all except for through the headphones and only the headphones show up as an output device. I have tried trashing the "com.apple.soundpref.plist" and rebooting thinking that the OS would creat a new one during startup but that didnt work (there was TWO of them in there). I also tried trashing "com.apple.audio.AudioMIDISetup.plist" but that didnt help either. I put them both back where I found them later. Those files both belong in library-preferences right? I tried zapping the Pram but having no sound I didnt get a "bong" I just listened for it to rev-up twice, still no change. I also tried the PMU reset switch. I can change the volume level with no effect except for the headphones and the sound is not muted.
    System Profiler does not recognize apple pro speakers that are plugged in, I do have sound sticks to try but they are boxed up in the garage.
    So I am wondering if the phone jack got messed up by the iPod plug, a hardware issue, or does this seem to be software related problem? I did an archive & install today with still no sound so now I am thinking that the plug is messed up inside and still thinks the headphones are plugged in.
    Does anyone out there have any advice to offer?
    I am going to do surgery next to explore the headphone jack and the tiny speaker above it.

    Slimtech,
    I don't have a solution for this, but maybe some comments might help a bit...
    com.apple.soundpref.plist and com.apple.audio.DeviceSettings.plist should be at /Library/Preferences.
    com.apple.audio.AudioMIDISetup.plist should be at ~/Library/Preferences.
    The "Audio (Built In)" section under System Profiler for my QS G4 shows no attached devices, but merely shows information about the sound card itself, with three generic outputs listed as "Internal Speaker, External Speaker, and Headphones".
    Normally, you should get a startup Chime from your internal speaker even with headphones plugged in, unless perhaps the sound setting is on Mute at shutdown, which sometimes will affect/mute the startup chime at the next startup.
    I would think that if the Mac thought that the headphone were still plugged in after removal, your Sound Preference Pane Output window would indicate this. If the Headphones appear in the Output window when plugged in, then disappear when removed (refresh the window by clicking another Tab then going back to the Output Tab), the System obviously recognizes their removal. Apparently, it doesn't recognize the internal speaker that it's supposed to switch back to though, for reasons unknown to me.
    You might try vigorously and repeatedly plugging/unplugging the headphone plug into the headphone jack, which helped clean up the jack and restore the sound on my G3 some time back.
    Sorry I couldn't be of more help.
    Gary

  • Audio icon in upper right menu disappears and there is no sound Went to Apple preferences which says there is no output device. I can't figure out what to do. Help!

    There is a sound icon in the upper right menu which disappears and reappears. When it disappears there is no sound. Went to Apple preferences for sound preferences. When the sound icon is off, this page is not active. Says "mute" is activated and that there is no output device. Cannot fix this problem. How do I retrieve the sound icon and get sound back? 

    Hi Ronnie, anything in particular going on when this happens?
    Long shot, but...
    Next time it happens... Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there, some things will change it for their own use, then not set it back

  • How can I get my audio input and output devices back? I have no sound and cannot see any of the devices in Audio MIDI Setup..??

    Hi, I tried to set up a new output audio device on my mac that would have multiple outputs (iBox Twist speaker and my internal speaker) but when I went to click onto one of the iBox Twist (there were 2 options available: iBox Twist and iBox Twist Stereo), Audio MIDI Setup crashed and when I finally got that back open, I found that there were no audio input or output devices to be found. My sound is working, as when I turn on my iMac, the starting sound still plays, however the volume control in the menu bar is no longer a black colour, but grey and when I try to change the sound on my keyboard it does not change. This already happened to me once, and after 3 hours I managed to fix it very simply (switching off Mac, unplugging power cord, leaving for 15 seconds, plug power cord back in and switch Mac back on, holding Alt, Cmd, P and R keys until you hear the Starting Up sound twice) however this same technique that fixed it once before is not working this time and I am still stuck without sound. I have tried Repair Permissions, rebooting in Safe Mode, Hardware Test and checking for Software Updates. Has anyone else had this problem and managed to fix it?
    Thanks in advance for any help anyone can give me!

    In case anyone has had the same problem as me, I have just managed to fix this by doing the following:
    Switch off Mac
    Switch back on in Safe Mode (Hit power button, then hold Shift key until a loading bar appears at the bottom of the screen).
    Switch off Mac again
    Remove power cord and wait 15 seconds
    Plug power cord back in and hold down the keys alt, cmd, p, r all at the same time until you hear Starting chime for a second time and hopefully your audio will back.

  • No longer able to mute or change playback output device for capture.

    I have no preview button to turn off in my capture window and have instead gone into the FCP preferences to change the playback output device to something other then my Fireface800 IO device, such as the built in output so that what's being captured only comes out the little speaker in the tower.
    Thus I am free to work on other stuff. (8 core mac pro, gobs of ram, multitasking has never been a problem, even while capturing HD.)
    But as of the latest update (I keep all my apps up to date), capture plays through the System default device no mater what the FCP setting. So with out a mute button for the capture, I'm screwed.
    I'm screwed because I have to Mix down an EP while I capture 26 hours of conference footage at the same time. Obviously, I can't mix properly with that chatter playing loudly over it.
    Apple said I have to reinstall because there's no preview button and there should be but I am curious if there's any other way (because it's a huge pain in the *** and tends to screw up other things) and I would like to know if the way I usually do it is broken for other people, so I know if I can upgrade to the latest version again because it was some goofball problem with the framework that reinstalling fixed or if not because that's a bug in 7.0.3
    1. Choose one audio output (say, Built in Line Output or your default sound card) everywhere that matters in the Final Cut preferences for Audio output, including Audio Playback Output which is what I've been using to switch this for, gosh, years probably just out of habit.
    2. Log and Capture, capture some footage from tape. (I happen to be working with a basic HDV firewire profile.) What device do you hear output from?
    3. Stop capturing... and, if you wish, for good measure, close the capture window.
    4. Go back to FCP preferences, now choose a DIFFERENT audio output, say, Built In Speaker Output.
    5. Try to capture some footage. Is the sound coming out of the built in speaker now?
    IS THERE ANY OTHER WAY TO QUICKLY SILENCE THE AUDIO FROM FCP DURING CAPTURE?
    Thank you.

    excuse me, not linksystem, its a verizon FIOS wireless router &amp; modem as part of the package. i was thinking my old setup.
    new system...cant edit my posts....?

Maybe you are looking for

  • How tom take an average of file when i have three different values

    Dear all, I have a file with five column,                                                               A    B                      C    D    E                2    1.23375E+17    30    31    2               2    2.04196E+17    0      32    2         

  • AVI files?

    Hello! I was wondering if one of you can give this novice some advice about Final Cut Pro. I am taking on a project of editing a show that I did and had video taped. The videographer is on a PC and has the files in AVI format. (He was going to put th

  • Certain psd images are saving darker as jpegs

    I use Photoshop CS3. Certain psd images are turning out darker after I save them as jpegs. The shadows are far more predominant and the images are significantly darkened. This only happens with photographs that I have edited over the past two or thre

  • Macbook Pro mouse freezing

    hi everyone, since thursday, my computer has had these odd moments where the mouse'll just freeze. the only thing that seems to work is a hard reset. when i do the hard reset, the fan is pretty loud. why is this happening and how can i prevent it fro

  • New macbook pro doesn't keep wireless devices connected

    I have the brand new 2012 15" Macbook Pro w/o retina display, 2.7ghz, 8gb ram, 750gb @ 7200rpm and 10.7.4. I've already received and returned this setup once in the time that it has been released because wireless devices don't seem to stay connected