[workaround] xdotool broken with last update?

Hi all,
I'm using the following script bound to a key via openbox to have a tilda-like dropdown terminal with urxvt:
#!/bin/bash
wid=$(xdotool search --name urxvtq | grep -m 1 '' )
if [ -z "$wid" ]; then
/home/seiichiro/.bin/urxvtc -name urxvtq -geometry 110x40
wid=$(xdotool search --name urxvtq)
xdotool windowfocus $wid
xdotool key Control_L+l
else
if [ -z "$(xdotool search --onlyvisible --name urxvtq 2>/dev/null)" ]; then
xdotool windowmap $wid
xdotool windowfocus $wid
else
xdotool windowunmap $wid
fi
fi
unfortunalety after the upgrade to the newest xdotool-version (1.20100302.2713-1) it is not working anymore. Problem seems to be that the xdotool search with --onlyvisible now returns the windowids regardless of visibility, and so the script always "thinks" the terminal is already visible. Does anyone have this problem too and maybe a fix for it?
TIA
seiichiro
Update: friend of mine did find the following workaround:
#!/bin/bash
wid=$(xdotool search --name urxvtq | grep -m 1 '')
if [ -z "$wid" ]; then
/home/seiichiro/.bin/urxvtc -name urxvtq -geometry 110x40
wid=$(xdotool search --name urxvtq)
xdotool windowfocus $wid
xdotool key Control_L+l
else
# if [ -z "$(xdotool search --onlyvisible --maxdepth 1 --name urxvtq 2>/dev/null)" ]; then
if [ -z "$(xprop -id $wid | grep 'window state: Normal')" ]; then
xdotool windowmap $wid
xdotool windowfocus $wid
else
xdotool windowunmap $wid
fi
fi
still fact remains that xdotool seems to be broken
Last edited by seiichiro0185 (2010-03-05 08:21:09)

v43 wrote:
i'm sorry to bring up this old thread, but i'm really curious on how this works.
what's the purpose of the line:
xdotool key Control_L+l
and what about the other file?
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi
should i use this even if i'm already running the urxvtd daemon?
First: don't hijack threads.
Second: don't ask questions without doing your own research. Read the man page, and the urxvt homepage/wiki.

Similar Messages

  • Imovies keeps crashing when I try to import video from my sony handy cam. only started with last update. anyone know a solution?

    Imovies keeps crashing when I try to import video from my sony handy cam. only started with last update. anyone know a solution?

    Sorry. I thought I copied everything when I hit select all.
    Process:         iMovie [3255]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         9.0.8 (1778)
    Build Info:      iMovieApp-1778000000000000~2
    App Item ID:     408981434
    App External ID: 10440451
    Code Type:       X86 (Native)
    Parent Process:  launchd [134]
    Date/Time:       2013-01-03 10:15:20.966 -0700
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Crashed Thread:  27  com.apple.bdplayback-DDPTask
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000004121532b
    VM Regions Near 0x4121532b:
        MALLOC_LARGE (reused)  000000000e728000-000000000e929000 [ 2052K] rw-/rwx SM=PRV 
    -->
        __TEXT                 0000000070000000-0000000070142000 [ 1288K] r-x/rwx SM=COW  /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    Application Specific Information:
    objc[3255]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cb8c8 WinPort::DoMessage(long, long) + 248
    3   com.apple.AVCHDPlugin                   0x0b47ce33 _ZL10OpenPlayerP3VDRRK12DiskItemNamebRP17CDDiskPlayerClassP11DDPDiskInfo + 675
    4   com.apple.AVCHDPlugin                   0x0b47d17d DDP_OpenPlayerWithPath + 77
    5   com.apple.AVCHDPlugin                   0x0b59262d CDVDManager::OpenPlayer(CDVDContentFormat, unsigned char) + 429
    6   com.apple.AVCHDPlugin                   0x0b59ae10 CMediaManager::OpenMediaFileWithURL(__CFURL const*) + 530
    7   com.apple.AVCHDPlugin                   0x0b4e26e6 DVDOpenMediaFile + 198
    8   com.apple.AVCHDPlugin                   0x0b4d3393 AVCHDOpenMedia + 99
    9   com.apple.AVCHDPlugin                   0x0b417d29 -[AVCHD openMedia:] + 408
    10  com.apple.AVCHDPlugin                   0x0b418346 -[AVCHD pathIsValidVolumeMainThread:] + 122
    11  com.apple.CoreFoundation                0x97bcdd11 -[NSObject performSelector:withObject:] + 65
    12  com.apple.Foundation                    0x95837e0c __NSThreadPerformPerform + 503
    13  com.apple.CoreFoundation                0x97b4513f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    14  com.apple.CoreFoundation                0x97b44af6 __CFRunLoopDoSources0 + 246
    15  com.apple.CoreFoundation                0x97b6e9c8 __CFRunLoopRun + 1112
    16  com.apple.CoreFoundation                0x97b6e1dc CFRunLoopRunSpecific + 332
    17  com.apple.CoreFoundation                0x97b6e088 CFRunLoopRunInMode + 120
    18  com.apple.HIToolbox                     0x97714543 RunCurrentEventLoopInMode + 318
    19  com.apple.HIToolbox                     0x9771b7d6 ReceiveNextEventCommon + 168
    20  com.apple.HIToolbox                     0x9771b71a BlockUntilNextEventMatchingListInMode + 88
    21  com.apple.AppKit                        0x95b3eee8 _DPSNextEvent + 678
    22  com.apple.AppKit                        0x95b3e752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    23  com.apple.iMovieApp                     0x0007cf3e 0x2d000 + 327486
    24  com.apple.AppKit                        0x95b3aac1 -[NSApplication run] + 911
    25  com.apple.AppKit                        0x95dcbac5 NSApplicationMain + 1054
    26  com.apple.iMovieApp                     0x0002f35a 0x2d000 + 9050
    27  com.apple.iMovieApp                     0x0002eec5 0x2d000 + 7877
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x90a0db5e __select_nocancel + 10
    1   libdispatch.dylib                       0x9391acbd _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x93919853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 11:
    0   libsystem_kernel.dylib                  0x90a0e02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x94e83ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x94e856fe start_wqthread + 30
    Thread 12:
    0   libsystem_kernel.dylib                  0x90a0bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90a0b1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x97b659da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x97b6eb04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x97b6e1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x97b7ef01 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate                  0x0200d763 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254
    7   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 13:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x90a0db42 __select + 10
    1   com.apple.CoreFoundation                0x97bbce15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e85f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9431b3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9431b11d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x9431af2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9c3a016a 0x9bdb3000 + 6213994
    7   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 15:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x90a0bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90a0b1f6 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x9973b9d6 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122
    3   com.apple.audio.CoreAudio               0x9973ba42 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60
    4   com.apple.audio.CoreAudio               0x99733e37 HALC_ProxyIOContext::IOWorkLoop() + 1145
    5   com.apple.audio.CoreAudio               0x997338fe HALC_ProxyIOContext::IOThreadEntry(void*) + 136
    6   com.apple.audio.CoreAudio               0x99733870 __HALC_ProxyIOContext_block_invoke_6 + 20
    7   com.apple.audio.CoreAudio               0x997337f5 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component          0x9c87bee4 0x9bdb3000 + 11308772
    2   com.apple.QuickTimeComponents.component          0x9c410345 0x9bdb3000 + 6673221
    3   com.apple.QuickTimeComponents.component          0x9c87be17 0x9bdb3000 + 11308567
    4   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e85f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9431b3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9431b11d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x9431af2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9434de53 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 18:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e2d82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9c4c2467 0x9bdb3000 + 7402599
    4   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 19:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e2d82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9c4c2467 0x9bdb3000 + 7402599
    4   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 20:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e2d82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x9c4c2467 0x9bdb3000 + 7402599
    4   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x94e3642c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x95844be8 -[NSCondition wait] + 304
    4   com.apple.Foundation                    0x958377f0 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236
    5   com.apple.Foundation                    0x95837286 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160
    6   com.apple.AVCHDPlugin                   0x0b4182af -[AVCHD pathIsValidVolume:] + 159
    7   com.apple.proapps.MIO                   0x0abb1642 -[PluginLockPair mountPath:] + 290
    8   com.apple.proapps.MIO                   0x0abb13d6 -[PluginLockPair scanPaths] + 363
    9   com.apple.Foundation                    0x95842e25 -[NSThread main] + 45
    10  com.apple.Foundation                    0x95842dd5 __NSThread__main__ + 1582
    11  libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    12  libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x94e85f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x958753c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9583b7d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9583b6a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proapps.MIO                   0x0abb1487 -[PluginLockPair scanPaths] + 540
    7   com.apple.Foundation                    0x95842e25 -[NSThread main] + 45
    8   com.apple.Foundation                    0x95842dd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x90a0bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90a0b1f6 mach_msg + 70
    2   com.apple.framework.IOKit               0x9048f23d io_connect_method + 465
    3   com.apple.framework.IOKit               0x9043fa9d IOConnectCallMethod + 559
    4   com.apple.framework.IOKit               0x9043fd97 IOConnectCallStructMethod + 84
    5   com.apple.iokit.SCSITaskLib             0x0bd533a5 MMCDeviceUserClientClass::ModeSense10(unsigned char, unsigned char, unsigned char, unsigned char, void*, unsigned short, SCSITaskStatus*, SCSI_Sense_Data*) + 235
    6   com.apple.iokit.SCSITaskLib             0x0bd529eb MMCDeviceUserClientClass::sModeSense10(void*, unsigned char, unsigned char, unsigned char, unsigned char, void*, unsigned short, SCSITaskStatus*, SCSI_Sense_Data*) + 81
    7   com.apple.DiscRecording                 0x9a9b2aae DRDevicePlugIn::ExecuteMMCDeviceTask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 876
    8   com.apple.DiscRecording                 0x9a9b264a DRDevicePlugIn::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 68
    9   com.apple.DiscRecording                 0x9a9b24aa DROpticalDevice::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 252
    10  com.apple.DiscRecording                 0x9a9b2163 DROpticalDevice::ModeSense10(unsigned char, void*, unsigned short*) + 351
    11  com.apple.DiscRecording                 0x9a9b1fc4 DROpticalDevice::GetCDCapabilitiesPage(__CDCapabilitiesPage*) + 102
    12  com.apple.DiscRecording                 0x9a9b0d98 DROpticalDevice::InitializeState() + 1048
    13  com.apple.DiscRecording                 0x9a9ab7dd DROpticalDevice::Initialize(void*, __CFData const*, __CFString const*) + 225
    14  com.apple.DiscRecording                 0x9a9ab3ff _DRDeviceCreate(void*, __CFData const*, __CFString const*, __CFDictionary const*) + 185
    15  com.apple.DiscRecording                 0x9a9ab321 -[DRDevice(InternalBridgeMethods) initWithRegistryPath:forGUID:usingProfile:] + 46
    16  com.apple.DiscRecording                 0x9a9ab2ee -[DRDevice(InternalBridgeMethods) initWithRegistryPath:forGUID:] + 55
    17  com.apple.DiscRecording                 0x9a9f2733 _DRDeviceCreate + 218
    18  com.apple.DiscRecording                 0x9a9aab50 DROpticalDevice::Create(__CFData const*, __CFString const*) + 24
    19  com.apple.DiscRecording                 0x9a9aaa8f DRDeviceManager::RegisterAuthoringDevice(__CFData const*, __CFString const*) + 57
    20  com.apple.DiscRecording                 0x9a9aa9d1 DRDeviceManager::IOCDDeviceMatched(DRDeviceManager*, unsigned int) + 205
    21  com.apple.DiscRecording                 0x9a9aa63e DRDeviceManager::DRDeviceManager() + 376
    22  com.apple.DiscRecording                 0x9a9aa4ac DRDeviceManager::Create() + 30
    23  com.apple.DiscRecording                 0x9a9a8f9d DRAutoInit::Initialize() + 739
    24  com.apple.DiscRecording                 0x9a9a8ad5 DRDeviceCopyDeviceForBSDName + 173
    25  com.apple.MPEG2PSRADPlugin              0x0ad6567d FenwayIsFolderSupported + 613
    26  com.apple.MPEG2PSRADPlugin              0x0ad58c71 -[FenRAD pathIsValidVolume:] + 120
    27  com.apple.proapps.MIO                   0x0abb1642 -[PluginLockPair mountPath:] + 290
    28  com.apple.proapps.MIO                   0x0abb13d6 -[PluginLockPair scanPaths] + 363
    29  com.apple.Foundation                    0x95842e25 -[NSThread main] + 45
    30  com.apple.Foundation                    0x95842dd5 __NSThread__main__ + 1582
    31  libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    32  libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 24:: com.apple.bdplayback-DVDEventCallbackThread
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cc2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 25:: com.apple.bdplayback-TFThread
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x94e3642c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.AVCHDPlugin                   0x0b5dc58c WindowsEvent::Wait(int) + 86
    4   com.apple.AVCHDPlugin                   0x0b60c4e1 _ZL14IdleFiberEntryPv + 305
    5   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    6   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 26:: com.apple.bdplayback-OSXMessageThread
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cc2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 27 Crashed:: com.apple.bdplayback-DDPTask
    0   com.apple.AVCHDPlugin                   0x0b573160 CCPI::fromMEM(unsigned char const*) + 26
    1   com.apple.AVCHDPlugin                   0x0b576979 CClipInformationFile::fromMEM(unsigned char const*) + 551
    2   com.apple.AVCHDPlugin                   0x0b540296 CPlaybackControlEngine::InitClipObject(CClipObject&, unsigned short, unsigned short, CPlayItem&) + 1032
    3   com.apple.AVCHDPlugin                   0x0b541c1c CPlaybackControlEngine::GenerateClipObjects() + 4036
    4   com.apple.AVCHDPlugin                   0x0b4ee596 BDMVDiskPlayerClass::Init(WinPortServer*, GenericProfile*, DVDDiskType, BDMVFileSystem*, unsigned char) + 562
    5   com.apple.AVCHDPlugin                   0x0b42a7ed BDMVDiskPlayerFactory::CreateDiskPlayer(WinPortServer*, VDR*, GenericProfile*, DVDDiskType, BDMVFileSystem*, unsigned char, CDDiskPlayerClass*&) + 113
    6   com.apple.AVCHDPlugin                   0x0b477e51 DDPScheduler::Message(long, long) + 511
    7   com.apple.AVCHDPlugin                   0x0b4cb0c2 WinPort::ServeNow(WinPortMessage*, int, unsigned int, long, long, long) + 136
    8   com.apple.AVCHDPlugin                   0x0b4cbfe5 WinPortMessage::ServeNow() + 77
    9   com.apple.AVCHDPlugin                   0x0b4cc3b2 WinPortServer::ProcessMessages() + 378
    10  com.apple.AVCHDPlugin                   0x0b479bc1 ScheduleRoutine + 81
    11  com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    12  libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 28:
    0   libsystem_kernel.dylib                  0x90a0d876 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x94e806af pthread_mutex_lock + 633
    2   com.apple.DiscRecording                 0x9a9a8cf3 DRAutoInit::Initialize() + 57
    3   com.apple.DiscRecording                 0x9a9aa86e DRDiskArbitor::DiskAppearedCallback(__DADisk*, void*) + 30
    4   com.apple.DiskArbitration               0x966a0cf2 _DADispatchCallback + 221
    5   com.apple.DiskArbitration               0x966a0960 _DASessionCallback + 328
    6   com.apple.CoreFoundation                0x97b35d0a __CFMachPortPerform + 346
    7   com.apple.CoreFoundation                0x97b35b91 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 49
    8   com.apple.CoreFoundation                0x97b357bb __CFRunLoopDoSource1 + 155
    9   com.apple.CoreFoundation                0x97b6ee01 __CFRunLoopRun + 2193
    10  com.apple.CoreFoundation                0x97b6e1dc CFRunLoopRunSpecific + 332
    11  com.apple.CoreFoundation                0x97b7ef01 CFRunLoopRun + 129
    12  com.apple.DiscRecording                 0x9a9aa0be DRWorkLoop::WorkLoop() + 274
    13  com.apple.DiscRecording                 0x9a9a9f95 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    14  com.apple.DiscRecording                 0x9a9a9d04 DRThreadObject::StartRoutine(DRThreadObject*) + 142
    15  com.apple.DiscRecording                 0x9a9a9c75 DRThreadObject::SymbolRoutine(DRThreadObject*) + 17
    16  libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    17  libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib                  0x90a0bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90a0b1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x97b659da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x97b6eb04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x97b6e1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x97b6e088 CFRunLoopRunInMode + 120
    6   com.apple.CoreMediaIO                   0x9a697ba2 CMIO::DAL::RunLoop::OwnThread(void*) + 160
    7   com.apple.CoreMediaIO                   0x9a68d70d CAPThread::Entry(CAPThread*) + 123
    8   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x90a0bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90a0b1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x97b659da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x97b6eb04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x97b6e1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x97b6e088 CFRunLoopRunInMode + 120
    6   com.apple.CoreMediaIOServices           0x0acc18fa CMIO::DAL::RunLoop::OwnThread(void*) + 160
    7   com.apple.CoreMediaIOServices           0x0acb7b39 CAPThread::Entry(CAPThread*) + 123
    8   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib                  0x90a0d83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94e85e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x94e3642c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x95844be8 -[NSCondition wait] + 304
    4   com.apple.Foundation                    0x958377f0 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236
    5   com.apple.Foundation                    0x95837286 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160
    6   com.apple.iMovieApp                     0x0003f0a1 0x2d000 + 73889
    7   com.apple.Foundation                    0x95842e25 -[NSThread main] + 45
    8   com.apple.Foundation                    0x95842dd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x94e81ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x94e856de thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cc2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 33:
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cc2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 34:: com.apple.bdplayback-CPresentationEngine
    0   libsystem_kernel.dylib                  0x90a0bc5e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0b4bec9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin                   0x0b4cc2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin                   0x0b4be300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib                       0x94e83f05 _pthread_body + 72
    Thread 27 crashed with X86 Thread State (32-bit):
      eax: 0x85cdcd0c  ebx: 0x85cdccfc  ecx: 0xbb53e32b  edx: 0xbb53e32b
      edi: 0x85cd7000  esi: 0xbb53e32c  ebp: 0xb0bfeb88  esp: 0xb0bfeb70
       ss: 0x00000023  efl: 0x00010286  eip: 0x0b573160   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x4121532b
    Logical CPU: 1
    Binary Images:
       0x2d000 -   0x4b3fef  com.apple.iMovieApp (9.0.8 - 1778) <8B088F1A-C83A-3009-BCDA-03F2292C7A8F> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x574000 -   0x58aff3  com.apple.iLifeFaceRecognition (1.0 - 21.1) <B06AF65E-3188-3361-BD75-3EE9B2DF4A68> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
      0x598000 -   0x599ff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x5a0000 -   0x5cefe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x606000 -   0x607ff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x610000 -   0x611fff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
      0x615000 -   0x63aff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
      0x642000 -   0x676fe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
      0x67f000 -   0x7e6fff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
      0x7ec000 -   0x9effeb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0xa45000 -   0xac6fe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
      0xdfe000 -   0xfbbfeb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x2009000 -  0x2039ff7  com.apple.FWAVCPrivate (52.47 - 47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x2138000 -  0x213afff  com.apple.AddressBook.LocalSourceBundle (1.5 - 1091) <7A218EB1-111E-3E5C-8FC0-3300D232D7F6> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x213f000 -  0x2142ffe  com.apple.DirectoryServicesSource (1.5 - 1091) <2DB6EF39-C50C-318D-9F7A-7A9EE37C1FE2> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x3670000 -  0x36cbfff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 200) <B5CA94A3-383B-371A-BB8C-F7142EB4FF6B> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x36e9000 -  0x3728fff  com.apple.ExchangeSource (1.5 - 1091) <64F057B1-B86E-353E-B4C7-705B5EA0A8D2> /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/MacOS/Exchange
    0x6b10000 -  0x6c98ff9  GLEngine (??? - ???) <84549EEF-900F-397A-AABC-47DD261F40BE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6ccf000 -  0x6e39ffb  libGLProgrammability.dylib (??? - ???) <169ED314-B937-3877-A7D7-4AFB96D8C561> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x6e68000 -  0x7104ff3  com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) <86BEF6D7-D130-36AB-8939-5AB20C0681FE> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x7139000 -  0x7145ffb  libGPUSupport.dylib (??? - ???) <A4467427-9E43-3F03-96E7-B09BBD5F0A6D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x714c000 -  0x7179ff0  GLRendererFloat (??? - ???) <B72FCE8D-7A5E-35F3-8A9F-0D139F8921AB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x7182000 -  0x718bff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x7192000 -  0x7194fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x721d000 -  0x7373ff9  com.apple.iLMBAperture31Plugin (2.6.4 - 288.4.6) <DADA8260-5B52-3809-AA1A-F65C2ED80250> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x73bb000 -  0x73c2ff4  com.apple.iLMBAperturePlugin (2.6.4 - 288.4.6) <FF4D4456-FE0D-38EB-9BB2-6BE4147B646D> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x73c9000 -  0x756dff5  com.apple.iLMBAperturePlugin2012 (2.6.4 - 288.4.6) <A06DA00C-9F21-3855-B043-16E18F0057CD> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x75c7000 -  0x75c7fff  com.apple.iLMBAppDefPlugin (2.6.4 - 288.4.6) <72B8DECB-9CB6-345E-8739-BC65FF59FFE3> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x75cc000 -  0x75d5ffb  com.apple.iLMBFinalCutPlugin (2.6.4 - 288.4.6) <903BA9A1-BCDB-392F-90EE-D9FDD775891E> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x75db000 -  0x75dcfff  com.apple.iLMBFolderPlugin (2.6.4 - 288.4.6) <FD20A467-5D44-3073-80B8-71508DC08B4F> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x75e1000 -  0x75e4fff  com.apple.iLMBGarageBandPlugin (2.6.4 - 288.4.6) <3B8CBDAF-6359-38E8-B2DF-CC7307F04F19> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x75ea000 -  0x75f5ff2  com.apple.iLMBiMoviePlugin (2.6.4 - 288.4.6) <C9D4201A-DDD4-3C7B-9E01-510A2C7396EA> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x75fe000 -  0x7611ff7  com.apple.iLMBiPhoto8Plugin (2.6.4 - 288.4.6) <F14BF337-D4DA-356C-82EE-2BBD6ABE138D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x7619000 -  0x7772ff9  com.apple.iLMBiPhoto9Plugin (2.6.4 - 288.4.6) <55261E40-5CB1-360D-920C-ED95258C46E6> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x77ba000 -  0x77c2ff2  com.apple.iLMBiPhotoPlugin (2.6.4 - 288.4.6) <668E3D87-6E61-3596-B875-327501C31889> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x77c9000 -  0x796effd  com.apple.iLMBiPhotoPlugin2012 (2.6.4 - 288.4.6) <66709B75-6C03-3AAC-8CB3-0BA57AB7B32D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x79c9000 -  0x79d1ff2  com.apple.iLMBiTunesPlugin (2.6.4 - 288.4.6) <3BC0F592-8A14-3738-B959-10E108BAB976> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x79d8000 -  0x7a87ffb  com.apple.iTunesAccess (11.0.1 - 11.0.1) <6E9ECDC0-2344-36A0-BFCB-554E88F8F177> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x7ab2000 -  0x7ab3ff7  com.apple.iLMBMoviesFolderPlugin (2.6.4 - 288.4.6) <990BAADB-8895-3F53-8041-7C6663714235> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x7ab9000 -  0x7abbff7  com.apple.iLMBPhotoBooth2Plugin (2.6.4 - 288.4.6) <C906DB2A-CAD2-3C96-8A11-EA843B9ADB2A> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0x7ac0000 -  0x7ac1ff6  com.apple.iLMBPhotoBoothPlugin (2.6.4 - 288.4.6) <AA072C1D-BDA8-3DA2-9C62-288520683D56> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0x88f7000 -  0x88fbffb  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <D4092467-5BBE-3ED6-A493-7DB1EE8E6686> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x8900000 -  0x8905fff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x9140000 -  0x9140ff7 +cl_kernels (??? - ???) <1A318CF9-6861-4F67-9B2C-05E1E7B247B8> cl_kernels
    0x9142000 -  0x91eaff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x9200000 -  0x9201ffd +cl_kernels (??? - ???) <A29448A4-A0F2-4ECD-B8FA-A0A1CC5764E4> cl_kernels
    0x93cf000 -  0x93f0fe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <1999D33E-4FF4-3282-B357-D68A30427FB7> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x93ff000 -  0x9406ffe  com.apple.AppleGVAHW.component (1.1 - 1) <0C8846FD-355D-37C9-96D3-42C8BC591073> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x9433000 -  0x9440ff7 +net.telestream.license (1.0.8.2-GC - 1.0.8.2-GC) <1323CE63-89A3-968F-F3D6-DE830D9C720B> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x9449000 -  0x944effb  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <A9023E7A-7A60-3EB9-9AB1-AAFC8C87B2C1> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x9593000 -  0x95abff2  com.apple.applepixletvideo (1.2.30 - 1.2d30) <72A0B4BD-DB7A-3C7F-ADB9-6D059F7ABA2B> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x9764000 -  0x97faffa  com.apple.mobiledevice (555.40 - 555.40) <40C9AB96-15C5-3D69-BA35-A73BB9380856> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x9a77000 -  0x9c6cff2 +net.telestream.wmv.import (2.4.1.4 - 2.4.1.4) <72CC344A-FDF2-6ABD-1906-8169D0377295> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x9ca1000 -  0x9d4eff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x9def000 -  0x9fb1ff2 +net.telestream.wmv.advanced (2.4.1.4 - 2.4.1.4) <669FFFED-A768-B9CB-082D-ED1BCE1A86EB> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x9ff5000 -  0xa05bfff  com.apple.AppleProResDecoder (3.0 - 542.6) <262D3868-74C4-38E6-8448-3BEB84721650> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0xa0ff000 -  0xa13eff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <FCD9379D-F303-3600-BF2C-A09BC8C8C87B> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xa201000 -  0xa347fe7  com.apple.AppleGVAFramework (3.1.9 - 3.1.9) <79ADC1B2-7DB2-3071-B2C5-7F46D8C1A29F> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0xa363000 -  0xa39cff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2339) <E1BA3A31-33E0-3E1B-A064-BA92C5A6A4EF> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xa887000 -  0xa887ff1 +cl_kernels (??? - ???) <9A923291-B39E-436F-A64C-74B90C3DDA09> cl_kernels
    0xaadb000 -  0xab80ff7  unorm8_rgba.dylib (2.0.19 - compatibility 1.0.0) <58EF82E1-2227-38BD-B298-47BC1D149789> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0xab92000 -  0xabeeff3  com.apple.proapps.MIO (1.0.6 - 511) <BABE1BBA-6E4E-391F-A173-EAFF2ACCEEB6> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0xac26000 -  0xac60ff7  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311) <D88F358F-5971-3D0F-996F-B384501DA11E> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0xac7b000 -  0xaca2ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <60E70C01-09F2-3096-B361-83FD4D27BF86> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0xacb5000 -  0xacffffb  com.apple.CoreMediaIOServices (151.0 - 3232) <AE0FAE4D-CF41-3345-9930-9B0CD92141F6> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0xad3d000 -  0xad4cff7  com.apple.MP4RADPlugin (1.1 - 512) <9B08D2D8-A010-30F1-844D-8DF7BFB0A674> /Applications/iMovie.app/Contents/RADPlugins/MP4.RADPlug/Contents/MacOS/MP4
    0xad57000 -  0xaff2fe3  com.apple.MPEG2PSRADPlugin (1.2 - 512) <14CFF7E9-255F-337B-B87E-997B04C00228> /Applications/iMovie.app/Contents/RADPlugins/MPEG2PS.RADPlug/Contents/MacOS/MPE G2PS
    0xb415000 -  0xba9cfff  com.apple.AVCHDPlugin (1.0.5 - 423) <2A90888E-8C25-341F-8099-EF13F627CC2A> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
    0xbcbf000 -  0xbd11ff3  com.apple.AppleVADriver (5.0.16 - 5.0.16) <7BACF806-EECA-3D59-9E1B-39C55D2F0FA2> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0xbd52000 -  0xbd57ff7  com.apple.iokit.SCSITaskLib (3.2.1 - 3.2.1) <F28998F7-998E-3C52-BECB-165084686E8C> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0xbd61000 -  0xbd8affb  com.apple.cmio.DAL.VDC_4 (216.0 - 3199.8) <1C09E3FC-F72B-39EC-89E2-55B8441F5C18> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
    0xbd94000 -  0xbd97ffa  com.apple.ATIRadeonX3000GA (7.32.12 - 7.3.2) <74178AB2-617A-3E7B-BCD6-E496F9D654CF> /System/Library/Extensions/ATIRadeonX3000GA.plugin/Contents/MacOS/ATIRadeonX300 0GA
    0xbdc7000 -  0xbe27ff7  com.apple.CMIOQTUnits (216.0 - 3199.8) <C32DF8A6-8EEF-3199-9364-69FF9FEAD119> /System/Library/Frameworks/CoreMediaIO.framework/Resources/QuickTimeUnits/CMIOQ TUnits.bundle/Contents/MacOS/CMIOQTUnits
    0xbe37000 -  0xbe67ff7  com.apple.FWAVC (201.47 - 47) <4C309BA5-820C-3C83-BA9F-ECDF9B0003E6> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0xbe7b000 -  0xbe85fff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <C4851ECD-38AF-3974-8321-0342C89DE691> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0xbe90000 -  0xbeb8ff3  com.apple.QuickTimeIIDCDigitizer (7.7.1 - 2339) <BBB3F816-442B-3BAB-854B-31E98E9063AD> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0xbec0000 -  0xbf13ffb  com.apple.QuickTimeUSBVDCDigitizer (2.7.6 - 2.7.6) <46CA66E1-57E9-37F7-9E10-B0FC901E13A0> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0xbf1d000 -  0xbf46ffb  com.apple.mio.DAL.VDC_4 (151.0 - 3232) <A5E2338B-EEF5-37AF-89D8-9A42408278DA> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.3 - 1.7.3) <288826E4-A704-3FDB-8DF6-AFD50A73142B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe2c000 - 0x8fe5eaa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x900edfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x900ee000 - 0x901beffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x901bf000 - 0x90321ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90363000 - 0x903c5ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x903d9000 - 0x903f5ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x903f6000 - 0x9043afff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9043b000 - 0x9049ffff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x904c8000 - 0x904ccfff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x904cd000 - 0x90548ffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90549000 - 0x906acfff  com.apple.QTKit (7.7.1 - 2339) <163FBDDD-0458-378F-84DD-CB0F603A259E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90706000 - 0x9070cfff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9071a000 - 0x909e9ffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x909ea000 - 0x909f4ffe  com.apple.NSServerNotificationCenter (4.1 - 4.1) <A70B231A-6680-353B-8C96-AAA17F74EFC5> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x909f5000 - 0x90a13ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x90a14000 - 0x90a88fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x90b06000 - 0x90b11ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90b12000 - 0x90b5efff  com.apple.ExchangeWebServices (2.2 - 127) <BBDE2E97-8DD2-3EBC-9D59-ED422ECCBB8F> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x90b60000 - 0x90b66ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90b73000 - 0x9104fff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91050000 - 0x91065fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91066000 - 0x91148fff  com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91149000 - 0x9118cffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x9119e000 - 0x911aefff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x911af000 - 0x91211ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x91212000 - 0x91323ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91324000 - 0x91376ff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91377000 - 0x9137aff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9137c000 - 0x91598ff7  com.apple.imageKit (2.1.2 - 1.0) <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91599000 - 0x9159afff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x915e0000 - 0x915ebffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x915ec000 - 0x9170afec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9171b000 - 0x91741ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91808000 - 0x9180fff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x91906000 - 0x91985ff7  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <5C10CC72-586E-3497-9873-A0ACFB6156C3> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91993000 - 0x91a49ff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2339) <58956AB8-6C17-3E93-B8E5-5393B2A31C5B> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x91b82000 - 0x91b8aff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x91b8b000 - 0x91bb9fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x91bba000 - 0x91bbaffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x91bbb000 - 0x91bc1ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x91f37000 - 0x91f39ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91f3a000 - 0x91f8bff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x91f8c000 - 0x91f9aff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x92890000 - 0x92b3dfff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92b3e000 - 0x92b45ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92b46000 - 0x931d2ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F

  • Why does itunes get locked with last update after clicking on search button ?

    Why does itunes get locked with last update after clicking on search button ?

    Why does itunes get locked with last update after clicking on search button ?

  • Lost pictures and contacts with last update of iPhone 6 to 8.1.2

    Lost pictures and contacts with last update of iPhone 6

    MMy iPhone was synced with my computer and the cloud. After re syncing, pics and contacts remain in cloud and computer but won't sync to my iPhone. Even my IT guy at work is stumped! I would love to have all my pics and contacts back on my phone. I have not yet updated my iPad d air because I'm afraid the same thing will happen.

  • I love new updates; I read the information, but missed that Dashland, as with last update, does not work. Can't live without it. I've updated. Now, what to do?

    Last update clearly informed me that Dashlane did not work with the update. I read the information this morning before downloading and did not see that once again, Dashlane will not work. I must have access to my passwords. Do I have any recourse other than re-installing the last version of Firefox? Or, using Safari in the interim so I can use iCloud to reveal passwords?

    See this Dashlane support page - http://support.dashlane.com/customer/portal/articles/390903

  • T510 ThinkVanta​ge button and updates software broken after last update 12/1/2010

    After last updates I ran on Dec 1, 2010, the ThinkVantage button does nothing.  Running the updates and drivers from the control panel flashes the GUI splash screen then closes.
    Lenovo really screwed this one up!  Now you can't even get the updates to work to fix other issues.
    In the event logs I show PC-Doctor errors
    The description for Event ID 1 from source PC-Doctor 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:
    (1972) Asapi: (13:00:09:5300)(1972) DEFECT.LOCALIZATION - Error -- Missing String: scriptlets : button1 locale: PCDLocale: language = en, customer = lenovo, variant = ltt
    Log Name:      Application
    Source:        ThinkVantage Registry Monitor Service
    Date:          12/1/2010 12:29:40 PM
    Event ID:      0
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      jmw-77
    Description:
    The description for Event ID 0 from source ThinkVantage Registry Monitor Service 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:
    Service started
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/ev​ent">
      <System>
        <Provider Name="ThinkVantage Registry Monitor Service" />
        <EventID Qualifiers="0">0</EventID>
        <Level>4</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-12-01T17:29:40.000000000Z" />
        <EventRecordID>42737</EventRecordID>
        <Channel>Application</Channel>
        <Computer>jmw-77</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Service started</Data>
      </EventData>
    </Event>

    Hi and welcome to the forum!
    Try uninstalling the PC-Doctor / Lenovo ThinkVantage Toolbox and System Update from Add/Remove programs, do a mandatory restart, thereafter download and run CCleaner, scan for registry issues with it and fix them. Subsequently, manually install both Toolbox and System Update.
    Keep us posted with the results.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Conflict with last update of tiger

    I have recently updated my os with the combined intel update 10.4.11 and somehow my roxio product has stopped working. I am running toast titanium 8 and up until the last update everything has worked fine no I can not even reinstall it. Can anyone help with this issue, is it possible to uninstall an update? thanks everyone

    I have seen elsewhere that Roxio has issued an update for Toast 8 which might solve your problem.
    Check their website!

  • Why with last update of mevericks usb ports and xcode not works ?

    yesterday i install the last update of maverick and now i cant use the time machine, usb key and xcode
    do you have a solution for that ?

    Just waking this thread up again in case anyone has had any other ideas.
    Since last posting, usb became functional again, (came back on a couple of hours after a restart) and as long as I kept the machine alive, usb would stay alive. Bluetooth came back on briefly, but for most of the time was unavailable. System profiler shows no problems and Console does not report any usb related errors as far as I can see.
    After a recent restart, usb disappeared again, and despite numerous restarts and being left on for a couple of days (and subsequently left off for several days) it has not come back. When usb is not working, examining the system profiler (through screen sharing from my macbook) usb shows no errors, but also shows no connected devices. I can charge my ipod nano with any of the usb ports (front or back), so power does not seem to be the issue.
    I can't reset pRAM (because the keyboard is not available at boot), but have reset SMC numerous times. Have tried other keyboards, and mice. No joy.
    I seem to have run out of ideas. Any suggestions?

  • Firefox is broken since last update...any plans on fixing it, or do I go back to using Internet Explorer!!!

    Since the last update, firefox is failing to operate correctly. For example javascript embeded inside of tables fails completely, also more and more web sites are now, no longer accessable with Firefox!

    The details aside suggest you are using Firefox3.6.12 if so that is not secure, it should be Firefox 3.6.27.
    There is a possibility some sites will still expect Firerfox 3.6 but that will not be supported for much longer, the current Release is Firefox 10.0.2
    More Information
    ...All I can say is that it is a Government web site that involves money!!!
    If you are using a Government financial site why not consult their IT department for advice on what browsers are secure and supported. If problems persist please post back once you have upgraded to a secure version of Firefox, and say what problems you get on publicly available sites.

  • Audio Problem with last Update

    ENG Audio playback does not work properly on Windows 8.1.
    The same file heard on windows media player is faithfully reproduced. I think that the reason of this problem is the last update.
    How can I resolve the problem?
    ITA Non funziona correttamente la riproduzione audio su Windows 8.1. Lo stesso file ascoltato su windows media player viene riprodotto fedelmente. Credo sia a causa dell'ultimo aggiornamento.
    Come posso risolvere il problema

    There is an alternative downloader for 64-bit editions of Windows here:
    iTunes 12.1 for Windows (64-bit — for older video cards)
    that seems to address the playback issues that some users have been reporting with the full 64-bit version (the alternative installer here is the same architecture as most previous "64-bit" versions of iTunes, i.e., a 32-bit application with a 64-bit installer).  The "for older video cards" label appears to be something of a misnomer as some people have reported that this corrects problems found on current / high-spec systems.
    Some users have reported that after installing this alternative version it is necessary to adjust the "Play audio using:" selection (normally to "Direct Sound" rather than "Windows Audio Session", though this may vary based on your audio hardware/drivers) in Edit > Preferences > Playback to restore glitch-free audio.

  • With last update to aperture  photos only show in photos and not in folders. Any idea?

    With latest update my photos are only showing in photos and not individual projects. Though when I mouse over project it gives me number of photos? Any ideas?

    Do you have a filter enabled? Anything other than Showing All in the search field?

  • Photo file names in ipad changed with last update, how can I change them ?

    When I transfered photos from my SD card to the ipad, it created an event naming it after the date pictures were taken, after last ipad OS update SOME of the events names changed to 126IMPRT, xxxIMPRT, etc not even in order of date taken, and the others remained with the date. Can someone tell me how to fix this and put them back with the date, and keep naming them with the date when transfering from the SD card?. This is strictly for the ones transfered to the ipad directly, has nothing to do with the photos transfered using iphoto. These are ok.

    Thanks Applematt9812, that works great. I never saw that before. It lets you group pictures under the Albums tab nicely.
    But, unfortunately, it doesn't fix the names of the groups that get created under the Events tab when you load pictures from a camera card. If that was editable it would help.

  • Airport broken on last update

    On the last "security update" to OSX 10.3.9 my airport stopped working. When I try to connect nothing happens, and a process "SystemUIServer" is hung in the monitor.
    I have tried resetting the connection point and changing the WEP password. I have no problem accessing the router with the wired connection as normal.
    If I use "Assist me..." I can select the network, but it tells me the password is wrong, even though I can copy it straight of the router's WEP settings.
    Wireless card firmware version is 404.2
    The router is a Netgear DG834G, firmware version V1.05.00
    Anyone have the same problem or have any idea what might be the problem?

    Update:
    It now connects, but drops out after a while. I changed nothing, the only discernable difference is that there are no other networks detected now (I live in an apartment and can frequently pick up several).
    Maybe the re-authrntication with lots of interference was what did it.

  • Firefox or Adobe will not allow downloading useable PDF files anymore. Started with last update of Adobe/Firefox.

    For the last few days, I think it was after an update in Firefox or an update in Adobe reader, I cannot save a PDF file from the web and then open it with either Adobe Reader or PDFlite.
    The file opens and I can read it just fine within Firefox using Adobe Reader, I guess as a plug in.
    But if I save the file as a PDF it saves just fine, with a PDF extension, but when I try to read the PDF file with Adobe or PDFlite it gives an error message - "Adobe Reader could not open <filename> because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."
    I download a lot of datasheets so this is suddenly a major problem for me.
    Thanks - Don

    Hi Don, there might not be an advantage for you if Adobe works well for you. There are some articles on the motivation for developing a non-proprietary PDF reader -- which is definitely a work-in-progress -- but I don't have the references handy.
    Let me tackle some of those individual items:
    (1) Unknown publisher warning. This is odd, do you notice that with any other downloads?
    It might be a feature of Windows download security. By default, Firefox marks downloads as having come from the internet. You can turn that off by turning off Firefox's antivirus integration. Your real-time AV software still will check files once they are downloaded; this feature is really for people who do not have full-time AV, only on-demand AV.
    To toggle that setting:
    (i) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful. This is Firefox's about:config preferences editor.
    (ii) In the filter box, type or paste '''scan''' and pause while the list is filtered
    (iii) Double-click '''browser.download.manager.scanWhenDone''' to switch it from true to false. You're done with about:config.
    Does that affect the warning?
    (2) Where do you see "Save as PDF"?
    I have "Save Page As" on the menu. That worked when I tried a simple PDF. By worked I mean it opened without complaint in Adobe Reader. I suspect it's doing the same thing as the download button.

  • Firefox froze with last update, I have PowerPC with Leopard on it, is there a download for older version

    My tech told me to delete it and download a new Firefox and its 7.0.1 and it has a white circle with line through it. I noticed it says you have to have a Intel Processor, I don't, mine is PowerPC. Can I get a link to download the older version that will work on my Mac with Leopard OS. It was working fine until 9/16 when I got caught in a loop after the update and only way out was force quit. Each time I'd open, it would do same thing.

    http://mac.oldapps.com/firefox.php?old_firefox=108
    I tried 6.0, 6.01, one of the 3.6's, 4.0 and a 5.0 and they all come up with the white circle and bar thru it. Someone told me to go to:
    Firefox 3.6.x is the last version from Mozilla for PPC Macs.
    http://www.mozilla.com/en-US/firefox/all-older.html
    For older Macs that aren't supported in Firefox 4 / 5 / 6 /7, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8 .
    http://www.floodgap.com/software/tenfourfox/
    http://code.google.com/p/tenfourfox/downloads/list
    and the tenfourfox will download but you can't get it out of the download folder to put in apps.
    I'm fully confused. Some of them even though it says its a lower verson, when it finishes it says its 7.0.1. You would think that there would be something in there that would check, if there wasn't an intel processor, it wouldn't have downloaded and mess up my Firefox software so I can't use it.

Maybe you are looking for

  • After upgrading to iOS 6, my text tone disappeared

    Ringer, voice memo, alarm work but no text tone.  Ringer volume icon comes up but no bars appear when adjusting volume buttons. any ideas?

  • Can I stream the sound from a video running on my apple tv to my wireless speakers using airplay?

    I have living room speakers connected to an airport express and available via airplay from my computer, ipad2 and iphone which is great for playing music. My question is, can I use those speakers to play sound from videos running on my apple tv? For

  • Changing source system reference

    Hi,      When I transport from dev to Q, how can I change the source system assignments to Q system? I guess I have to change the assignments as they are referencing dev source system in development and should reference Q when they come to Q. Thanks.

  • Getting the top & left of a textbox placed inside a table

    hai brainees i need a sampel code to get the top & left of a textbox placed inside a table so that i can display a dropdownlistbox ih that place.its very important. Thanks anieshuk

  • Jdbc to multi idocs

    After a message is sent to xi through sender jdbc adapter, I need to map this message to several idocs according to the key value of the rows in message. For example, the following message should be mapped to two idocs as we have two different key va