Xcoding (1st attempt):Can someone please tell me why this isn't working?

Hi Folks,
Please forgive me if this is the wrong forum/area,  I am new here/first post.
I recently have been trying out XCODE and learning Objective-C.  Coming from a background
of Microsoft Basic 2.0, it's been a challenge to say the least!
Here's what I wrote so far,  it's a basic 'wager/dice' game.  I basically want the game
to keep repeating until the player runs out of money (I know I still have to program
that into the 'while' function, so I defaulted it for 10 times in the interim). 
Here's what I need to figure out:
- The "While" loop is working, yet the 'cash' constantly resets to 1000 each time it starts again. I tried
{bracketing} the functions, but whether I win/lose the dice rolls, it always resets to 1000
There's a bunch more things I need to figure out, but if someone can tell me why the 'cash'
keeps reseting to '1000' each time,  I'd greatly appreciate it!
- CF
/* dice wager game */
#include <stdio.h>
#include <Foundation/Foundation.h>
int main(int argc, const char * argv[])
    int r = arc4random() % 6+1;
    int bet;
    int dice;
    int cash=1000;
    int total;
    int loop=1;
    while (loop<10){
    printf("\n");
    printf ("You have %i dollars, How much do you want to bet? \n", cash);
    scanf ("%d",&bet);
    printf ("What is the number you want to bet on (1 out of 6)? \n");
    scanf ("%d",&dice);
    if ( dice == r )
        printf("You guessed it right %i \n",r);
        total=bet+cash;
        printf("You now have %i \n",total);
    else if (r!=dice)
        printf("Your number %i was, the number is %i \n", dice,r);
        total=bet-cash;
        printf("You now have %i \n",total);
        if (total==0)
            printf("You have no more money, game over \n");
            break;
loop++;

Thank you!!!
I know it seems silly to you, but it now suddenly all makes sense to me!
Thanks!
Here's the revised code:
/* dice wager game */
#include <stdio.h>
#include <Foundation/Foundation.h>
int main(int argc, const char * argv[])
    int r = arc4random() % 6+1;
    int bet;
    int dice;
    int cash=1000;
    int total;
    int loop=1;
    total=cash;
    while (loop<10){
    printf("\n");
    printf ("You have %i dollars, How much do you want to bet? \n", cash);
    scanf ("%d",&bet);
    printf ("What is the number you want to bet on (1 out of 6)? \n");
    scanf ("%d",&dice);
    if ( dice == r )
        printf("You guessed it right %i \n",r);
        cash=bet+cash;
        printf("You now have %i \n",cash);
    else if (r!=dice)
        printf("Your number %i was, the number is %i \n", dice,r);
        cash=cash-bet;
        printf("You now have %i \n",cash);
        if (cash<=0)
            printf("You have no more money, game over \n");
            break;
        loop++;

Similar Messages

  • When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud.

    When I create an event on my mac ical then sync to my iphone, I cannot later edit the event via my iphone. I used to be able to do this before. Can someone please tell me why this option does not exist anymore? I have iphone 3Gs and can't use iCloud due to older running system on my macbook pro.

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

  • Can someone please tell me why when I order an Itunes app. , do I always get charged twice for the same thing.  It has happened on two different occasions.  Does it have anything to do with having 2 different ipods linked to the same account?

    Can someone please tell me why when  i order an app on my sons ipod, do I get charged twice for it?   When I tried do report a problem with the charge, it said that I can not get a refund on that item.   This is the second time this has happened to me.   Does it have anything to do with having more then one ipod linked to the same account?   Thanks for any help you can give me!!!

    It has nothing to do with have more than one device using that account.
    After you purchase it once, you redownload it on other devices by the following, not like purchasing a new app.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    If you really got charged twice for purchases the same app twice with the same account contact iTunes again by:
    Apple - Support - iTunes - Contact Us
    Make sure that they are really the same app first.

  • Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Inspector > Text > More > Language
    Only applies to selected text, like making it a particular font.
    It is not a setting that sticks. If you continue to paste in text from elsewhere particularly the Internet it will have a different or None language set to it. You need to select it and make it B.E.
    Peter

  • When I plug in my iPad 2 to my laptop to sync, it says "the file iTunes library itl" cannot be read because it was created by a newer version of iTunes. Can someone please tell me what this means? How do I correct it? Thanks!

    When I plug in my iPad 2 to my laptop to sync, it says "the file iTunes library itl" cannot be read because it was created by a newer version of iTunes. Can someone please tell me what this means? How do I correct it? Thanks!

    The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".
    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • Can someone please tell me why Final Cut Pro keep crashing?

    Can someone please tell me why Final Cut Pro keep crashing from this log?
    It's been crashing all day.
    Date/Time: 2011-04-05 04:49:09 +0700
    OS Version: 10.6.7 (Build 10J869)
    Architecture: x86_64
    Report Version: 7
    Command: Final Cut Pro
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Version: 7.0.3 (7.0.3)
    Build Version: 8
    Project Name: FCPApp
    Source Version: 1008261348
    Parent: launchd [435]
    PID: 9300
    Event: hang
    Duration: 4.99s (sampling started after 2 seconds)
    Steps: 9 (100ms sampling interval)
    Pageins: 0
    Pageouts: 0
    Process: Final Cut Pro [9300]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    UID: 501
    Thread 74a1a8
    User stack:
    9 start + 41 (in Final Cut Pro) [0x2c89]
    9 _start + 209 (in Final Cut Pro) [0x2d5b]
    9 main + 54 (in Final Cut Pro) [0x2c1278]
    9 KGMainEvent(void*) + 51 (in Final Cut Pro) [0x1539d1]
    9 RunApplicationEventLoop + 243 (in HIToolbox) [0x91b2dd4f]
    9 ToolboxEventDispatcher + 86 (in HIToolbox) [0x91b2dc17]
    9 SendEventToEventTarget + 52 (in HIToolbox) [0x919a47f3]
    9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411 (in HIToolbox) [0x91981ef6]
    9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672 (in HIToolbox) [0x91983080]
    9 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1957 (in HIToolbox) [0x919b660b]
    9 SendEventToEventTargetWithOptions + 58 (in HIToolbox) [0x91981d55]
    9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411 (in HIToolbox) [0x91981ef6]
    9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567 (in HIToolbox) [0x91982c2f]
    9 Events(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 67 (in Final Cut Pro) [0x414501]
    9 DoEvent(OpaqueEventRef*, KGDictInt*) + 3117 (in Final Cut Pro) [0x1587a1]
    9 HandleKeyDown(OpaqueEventRef*, KGDictInt*, KGWindowRec*) + 1404 (in Final Cut Pro) [0x15695a]
    9 HandleCommand(long, unsigned char, unsigned char, unsigned char) + 263 (in Final Cut Pro) [0x150b11]
    9 HandleMenuCommand(long, unsigned char, unsigned char, unsigned char, KGErrorCode (*)(long, long, KGDictInt*, void*), void*) + 417 (in Final Cut Pro) [0x15099b]
    9 pKGSendWindowMessage(KGWindowRec*, long, long, KGDictInt*) + 91 (in Final Cut Pro) [0x2bd5a3]
    9 pKGPanelWindowProc(long, long, KGDictInt*, void*) + 53 (in Final Cut Pro) [0x2a7781]
    9 TimelineMessageProc(long, long, KGDictInt*, KGPanelRecord*) + 110 (in Final Cut Pro) [0x25fd1c]
    9 ServicesPanelsMessageProc(long, long, KGDictInt*, KGPanelRecord*) + 120 (in Final Cut Pro) [0x25e872]
    9 pKGPanelMessage(long, long, KGDictInt*, KGViewRecord*) + 2103 (in Final Cut Pro) [0x2b1ae1]
    9 TLTimeRemapGetChangeType(KGDictInt*, KGItemSpec*, double, KTPartKind, long) + 102226 (in Timeline Editor) [0xd0aaf70]
    9 pKGClipDefaultMessage(long, long, KGDictInt*, KGDictInt*, long) + 872 (in Final Cut Pro) [0x1d7204]
    9 pKGClipHandleDefaultMenu(KGDictInt*, long, unsigned char) + 19417 (in Final Cut Pro) [0xad207]
    9 KGEditCopy(KGDictInt*) + 1438 (in Final Cut Pro) [0x9b4d4]
    9 pKGUndoEndCommand + 171 (in Final Cut Pro) [0x27c69d]
    9 DropActions + 93 (in Final Cut Pro) [0x27be1d]
    9 DictUndoResponder(KGUndoSelector, void*, KGDictInt*, KGUndoResponderRec*) + 470 (in Final Cut Pro) [0x1147d6]
    9 DispatchHashDict(KGDictSelector, KGDictInt*, KGDictParams*) + 6985 (in Final Cut Pro) [0x215e9]
    9 KGTypeReleaseValue + 58 (in Final Cut Pro) [0x12dcb0]
    9 RefPtr(void*, unsigned char) + 41 (in Final Cut Pro) [0x12a19f]
    9 KGMemoryPtrRelease + 125 (in KGCore) [0xc308cf]
    9 FreeHashDict(void*) + 17 (in Final Cut Pro) [0x21747]
    9 FreeAll(HashDict*) + 161 (in Final Cut Pro) [0x1ecd1]
    9 KGTypeReleaseValue + 58 (in Final Cut Pro) [0x12dcb0]
    9 RefPtr(void*, unsigned char) + 41 (in Final Cut Pro) [0x12a19f]
    9 KGMemoryPtrRelease + 125 (in KGCore) [0xc308cf]
    9 FreeArrayDict(void*) + 65 (in Final Cut Pro) [0x5f67]
    9 FreeArrayContents(ArrayDict*, unsigned char) + 552 (in Final Cut Pro) [0x39be]
    9 KGTypeReleasePtr + 44 (in Final Cut Pro) [0x12dcf4]
    9 RefPtr(void*, unsigned char) + 41 (in Final Cut Pro) [0x12a19f]
    9 KGMemoryPtrRelease + 125 (in KGCore) [0xc308cf]
    9 FreeHashDict(void*) + 17 (in Final Cut Pro) [0x21747]
    9 FreeAll(HashDict*) + 161 (in Final Cut Pro) [0x1ecd1]
    9 KGTypeReleaseValue + 58 (in Final Cut Pro) [0x12dcb0]
    9 RefPtr(void*, unsigned char) + 41 (in Final Cut Pro) [0x12a19f]
    9 KGMemoryPtrRelease + 125 (in KGCore) [0xc308cf]
    9 FreeHashDict(void*) + 17 (in Final Cut Pro) [0x21747]
    9 FreeAll(HashDict*) + 161 (in Final Cut Pro) [0x1ecd1]
    9 KGTypeReleaseValue + 58 (in Final Cut Pro) [0x12dcb0]
    9 RefObject(void*, unsigned char) + 58 (in Final Cut Pro) [0x12a702]
    9 KGMemoryPtrRelease + 125 (in KGCore) [0xc308cf]
    9 CAutoDestructObject::DestructHelper(void*) + 16 (in Final Cut Pro) [0x930a0]
    9 CMulticlip::~CMulticlip() + 17 (in Final Cut Pro) [0x3fa607]
    9 CMulticlip::~CMulticlip() + 65 (in Final Cut Pro) [0x3fa59f]
    9 CMulticlipSharedInfo::RemoveSharedInfoClient(void**) + 429 (in Final Cut Pro) [0x3fa311]
    9 pKGProjectItemRemove(KGDictInt*, KGDictInt*) + 185 (in Final Cut Pro) [0x5291bb]
    9 ProjectItemRemoveHelper(KGDictInt*, KGDictInt*) + 753 (in Final Cut Pro) [0x5290a7]
    9 pKGMasterClipRemoveMasterClipness(KGDictInt*, KGDictInt*, unsigned char) + 663 (in Final Cut Pro) [0x3bb325]
    7 MasterClipRemoveRelations(KGDictInt*, KGDictInt*, unsigned char, unsigned char, unsigned char) + 767 (in Final Cut Pro) [0x3b173d]
    7 pKGFindArrayItem(KGListRecord*, void*) + 34 (in Final Cut Pro) [0x185302]
    7 FindArrayIndex(KGListRecord*, void*, long) + 114 (in Final Cut Pro) [0x1847aa]
    3 MinionClipsByClipPtrsSortProc(void const*, void const*, void*) + 123 (in Final Cut Pro) [0x3b6249]
    3 pKGDictGet(KGDictInt*, void*, long, ...) + 46 (in Final Cut Pro) [0x114bc6]
    2 KGDictGetC(KGDictInt*, void*, long, Path*) + 68 (in Final Cut Pro) [0x114b66]
    1 WalkPathNew(KGDictInt*, KGDictInt**, char**, unsigned char, unsigned char, unsigned char, Path*, unsigned char) + 84 (in Final Cut Pro) [0x11491c]
    1 WalkPathNew(KGDictInt*, KGDictInt**, char**, unsigned char, unsigned char, unsigned char, Path*, unsigned char) + 188 (in Final Cut Pro) [0x114984]
    1 KGDictGetC(KGDictInt*, void*, long, Path*) + 106 (in Final Cut Pro) [0x114b8c]
    1 HashDictGet(KGDictInt*, char*, void*, long, unsigned char) + 98 (in Final Cut Pro) [0x1fa92]
    1 KGTypeGetValue + 94 (in Final Cut Pro) [0x12d9f8]
    1 RefPtr(void*, unsigned char) + 31 (in Final Cut Pro) [0x12a195]
    1 KGMemoryPtrUse + 54 (in KGCore) [0xc2fbd0]
    1 IncrementAtomic + 16 (in CarbonCore) [0x91f6c179]
    2 MinionClipsByClipPtrsSortProc(void const*, void const*, void*) + 337 (in Final Cut Pro) [0x3b631f]
    1 KGMemoryPtrRelease + 60 (in KGCore) [0xc3088e]
    1 OSAtomicCompareAndSwapPtrBarrier + 4 (in libSystem.B.dylib) [0x92cd58cc]
    1 KGMemoryPtrRelease + 20 (in KGCore) [0xc30866]
    1 MinionClipsByClipPtrsSortProc(void const*, void const*, void*) + 261 (in Final Cut Pro) [0x3b62d3]
    1 pKGDictGet(KGDictInt*, void*, long, ...) + 46 (in Final Cut Pro) [0x114bc6]
    1 KGDictGetC(KGDictInt*, void*, long, Path*) + 68 (in Final Cut Pro) [0x114b66]
    1 WalkPathNew(KGDictInt*, KGDictInt**, char**, unsigned char, unsigned char, unsigned char, Path*, unsigned char) + 132 (in Final Cut Pro) [0x11494c]
    1 MinionClipsByClipPtrsSortProc(void const*, void const*, void*) + 87 (in Final Cut Pro) [0x3b6225]
    1 pKGDictGet(KGDictInt*, void*, long, ...) + 46 (in Final Cut Pro) [0x114bc6]
    1 KGDictGetC(KGDictInt*, void*, long, Path*) + 68 (in Final Cut Pro) [0x114b66]
    1 WalkPathNew(KGDictInt*, KGDictInt**, char**, unsigned char, unsigned char, unsigned char, Path*, unsigned char) + 61 (in Final Cut Pro) [0x114905]
    2 MasterClipRemoveRelations(KGDictInt*, KGDictInt*, unsigned char, unsigned char, unsigned char) + 747 (in Final Cut Pro) [0x3b1729]
    2 pKGDictRemove(KGDictInt*, KGDictRemoveMethod, ...) + 39 (in Final Cut Pro) [0x115217]
    2 KGDictRemoveC(KGDictInt*, KGDictRemoveMethod, Path*) + 281 (in Final Cut Pro) [0x1151d3]
    2 DispatchArrayDict(KGDictSelector, KGDictInt*, KGDictParams*) + 764 (in Final Cut Pro) [0x4a7e]
    2 ArrayRemoveItem(ArrayDict*, long, unsigned char, unsigned char, void*, long) + 147 (in Final Cut Pro) [0x3ca5]
    1 AddUndoRecord + 30 (in Final Cut Pro) [0x113764]
    1 AddUndoRecord + 175 (in Final Cut Pro) [0x1137f5]
    1 pKGUndoAddRecord + 82 (in Final Cut Pro) [0x27cef8]
    1 DataSize + 24 (in Final Cut Pro) [0x27ce4c]
    Kernel stack:
    9 hndl_allintrs + 242 [0xffffff80002e2262]
    9 interrupt + 153 [0xffffff80002cf259]
    9 lapic_interrupt + 180 [0xffffff80002d5c30]
    9 mpkdpexit + 740 [0xffffff80002d6878]
    9 synciss_toiks + 192 [0xffffff80002cefc0]
    Thread 74a38c DispatchQueue -1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a393 DispatchQueue -1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39a DispatchQueue -1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a3 DispatchQueue -1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1e2 DispatchQueue 255
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a391 DispatchQueue 1496474689
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1b2
    User stack:
    9 start_wqthread + 30 (in libSystem.B.dylib) [0x92cf5b66]
    9 pthreadwqthread + 390 (in libSystem.B.dylib) [0x92cf5d21]
    9 dispatch_workerthread2 + 240 (in libSystem.B.dylib) [0x92cf629e]
    9 dispatch_queueinvoke + 163 (in libSystem.B.dylib) [0x92cf64f9]
    9 kevent + 10 (in libSystem.B.dylib) [0x92cf6922]
    Kernel stack:
    9 kevent + 62 [0xffffff8000475bfc]
    Thread 74a1c5
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 DisplayQueue::Run() + 681 (in Final Cut Pro) [0x42911f]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1dd
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1de
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1df
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1e0
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1e1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a1e3
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 Thread::RunHelper(void*) + 20 (in Final Cut Pro) [0x46b49a]
    9 WorkUnitPerformer::Run() + 55 (in Final Cut Pro) [0x4e67c3]
    9 Synchronizable::Wait() + 53 (in Final Cut Pro) [0x43f42b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a209
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317 (in DVCPROHDMuxer) [0xfbc798f]
    9 CFRunLoopRun + 84 (in CoreFoundation) [0x976313a4]
    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x9762b464]
    9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9762c37f]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x92cd009a]
    Kernel stack:
    9 ipcmqueue_receivecontinue + 0 [0xffffff800026ea92]
    Thread 74a20a
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 CAPThread::Entry(CAPThread*) + 96 (in CoreMediaIOServicesPrivate) [0x10e881c]
    9 MIO::DAL::RunLoop::OwnThread(void*) + 157 (in CoreMediaIOServicesPrivate) [0x10e69ab]
    9 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x9762b291]
    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x9762b464]
    9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9762c37f]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x92cd009a]
    Kernel stack:
    9 ipcmqueue_receivecontinue + 0 [0xffffff800026ea92]
    Thread 74a21a
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 threadProc(void*) + 17 (in AECore) [0x34117fb9]
    9 aecore::CThread::runThread() + 34 (in AECore) [0x3411a022]
    9 swamp::CRAdReceiver2::ReceivingThread::runOnce() + 234 (in DistributedObjects) [0x31436460]
    9 CFRunLoopRun + 84 (in CoreFoundation) [0x976313a4]
    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x9762b464]
    9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9762c37f]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x92cd009a]
    Kernel stack:
    9 ipcmqueue_receivecontinue + 0 [0xffffff800026ea92]
    Thread 74a21c
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 threadProc(void*) + 17 (in AECore) [0x34117fb9]
    9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x92cef066]
    Kernel stack:
    9 sleep + 20 [0xffffff800048620e]
    Thread 74a21d
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x92cef066]
    Kernel stack:
    9 sleep + 20 [0xffffff800048620e]
    Thread 74a225
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 ReadSchedulerThreadEntryPoint + 4698 (in QuickTimeComponents) [0x962d1591]
    9 TSWaitOnSemaphoreCommon + 511 (in CarbonCore) [0x91f8db7b]
    9 TSWaitOnConditionTimedRelative + 242 (in CarbonCore) [0x91f8de3d]
    9 pthreadcond_timedwait_relativenp + 47 (in libSystem.B.dylib) [0x92d2caa8]
    9 semaphoretimedwait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00fa]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a24a
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643 (in DesktopServicesPriv) [0x9460fc7d]
    9 CFRunLoopRun + 84 (in CoreFoundation) [0x976313a4]
    9 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x9762b464]
    9 __CFRunLoopRun + 2079 (in CoreFoundation) [0x9762c37f]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x92cd009a]
    Kernel stack:
    9 ipcmqueue_receivecontinue + 0 [0xffffff800026ea92]
    Thread 74a27f
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 AIOFileThread(void*) + 1127 (in CarbonCore) [0x91fe86ee]
    9 TSWaitOnSemaphoreCommon + 511 (in CarbonCore) [0x91f8db7b]
    9 TSWaitOnConditionTimedRelative + 242 (in CarbonCore) [0x91f8de3d]
    9 pthreadcond_timedwait_relativenp + 47 (in libSystem.B.dylib) [0x92d2caa8]
    9 semaphoretimedwait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00fa]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a389
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a38a
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a38b
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a38d
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a38e
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a38f
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a390
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a392
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a394
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a395
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a396
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a397
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a398
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 IcpDecompressorComponentDispatch + 1771 (in AppleProResCodec) [0xe11540b]
    9 pthreadcondwait + 48 (in libSystem.B.dylib) [0x92d4645f]
    9 semaphorewait_signaltrap + 10 (in libSystem.B.dylib) [0x92cd00e2]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39b
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39c
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39d
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39e
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a39f
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a0
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a2
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a4
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a5
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a6
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a7
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a9
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3aa
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3ab
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3ac
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3ad
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3ae
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3af
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b0
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b1
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b2
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b3
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b4
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b5
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3b6
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    9 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    9 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    9 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3cd
    User stack:
    9 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    9 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    9 DVOClockGetTime + 984 (in DesktopVideoOut) [0xfdf8903]
    9 usleep$UNIX2003 + 61 (in libSystem.B.dylib) [0x92d29e03]
    9 _semwaitsignal + 10 (in libSystem.B.dylib) [0x92cfe046]
    Kernel stack:
    8 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    1 hndlunixscall + 289 [0xffffff80002e25c1]
    1 unix_syscall + 557 [0xffffff80004e52e7]
    1 _semwait_signalnocancel + 179 [0xffffff8000484956]
    1 semaphoretimedwait_trapinternal + 138 [0xffffff8000281153]
    1 semaphore_destroy + 696 [0xffffff8000280e80]
    1 threadblockreason + 264 [0xffffff800020992f]
    1 thread_go + 2145 [0xffffff8000208e69]
    1 thread_setrun + 1344 [0xffffff8000208221]
    1 machine_idle + 210 [0xffffff800022dc17]
    Thread 74a449
    User stack:
    9 start_wqthread + 30 (in libSystem.B.dylib) [0x92cf5b66]
    9 _workqkernreturn + 10 (in libSystem.B.dylib) [0x92cf59b2]
    Kernel stack:
    9 fill_procworkqueue + 154 [0xffffff80004c44eb]
    Thread 74a44b
    User stack:
    9 start_wqthread + 30 (in libSystem.B.dylib) [0x92cf5b66]
    9 _workqkernreturn + 10 (in libSystem.B.dylib) [0x92cf59b2]
    Kernel stack:
    9 fill_procworkqueue + 154 [0xffffff80004c44eb]
    Thread 74a3a8 DispatchQueue -1
    User stack:
    7 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    7 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    7 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    7 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    7 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    7 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a8 DispatchQueue -1448511293
    User stack:
    1 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    1 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    1 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    1 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    1 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    1 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Thread 74a3a8
    User stack:
    1 thread_start + 34 (in libSystem.B.dylib) [0x92cfd682]
    1 pthreadstart + 345 (in libSystem.B.dylib) [0x92cfd7fd]
    1 PrivateMPEntryPoint + 68 (in CarbonCore) [0x91f6d7ca]
    1 ??? (in DVCPROHDCodec + 6051) [0xd76b7a3]
    1 semaphoretimedwaittrap + 10 (in libSystem.B.dylib) [0x92cd00ee]
    Kernel stack:
    1 semaphorewaitcontinue + 0 [0xffffff8000280b2b]
    Binary Images:
    0x1000 - 0x870ffc com.apple.FinalCutPro 7.0.3 (7.0.3) <41B8A263-80F3-BCC3-FE28-82DE571687A1> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    0xc2e000 - 0xc31ff7 KGCore ??? (???) <BE035D60-C68F-AC07-2A60-2F6214D48820> /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/KGCore.framework/Versions/A/KGCore
    0x10d9000 - 0x1113ffb com.apple.CoreMediaIOServicesPrivate 34.0 (1360) <8F44EB7A-C722-55D2-AF12-838553442BEE> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0xd05f000 - 0xd0f8ff2 com.apple.FinalCutPro.Plugins.Timeline Editor 7.0.3 (7.0.3) <1870750B-B6C6-9132-E680-CA9338AE23D6> /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0xd76a000 - 0xd7a1fe7 com.apple.DVCPROHDCodec 1.5 (237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xe10b000 - 0xe178fe7 com.apple.AppleProResCodec 2.0 (224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xfbb0000 - 0xfc15fe0 com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <483DD62C-46C4-36AA-6A1C-2DEA6F062863> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0xfdf3000 - 0xfeb0fe2 com.apple.DesktopVideoOut 1.2.7 (1.2.7) <7959538F-2A96-F2BB-EEC3-0718A326C152> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x31423000 - 0x31497ff8 com.apple.qmaster.do 3.5.3 (3.5.3) <4CE7B752-D141-5B9D-6248-8A6A6E0240F9> /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/DistributedObjects. framework/Versions/A/DistributedObjects
    0x34100000 - 0x3425aff7 com.apple.AECore 3.5.3 (3.5.3) <2BAD733C-D2F3-F9FD-C5CD-22C23820EE15> /Library/Frameworks/AECore.framework/Versions/A/AECore
    0x9197b000 - 0x91c9ffef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91f47000 - 0x92267ff3 com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92ccf000 - 0x92e76ff7 libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x9460e000 - 0x946e8ffb com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95d19000 - 0x96c6cfe3 com.apple.QuickTimeComponents.component 7.6.6 (1756.15) <00010203-0405-0607-0809-0A0B0C0D0E0F> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x975ef000 - 0x9776afe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process: 1PasswordAgent [663]
    Path: /Users/net/Library/Application Support/1Password/Agent/1PasswordAgent.app/Contents/MacOS/1PasswordAgent
    UID: 501
    Process: Activity Monitor [540]
    Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    UID: 501
    Thread b33
    User stack:
    9 ??? (in Activity Monitor + 6996) [0x100001b54]
    9 NSApplicationMain + 364 (in AppKit) [0x7fff876881a8]
    9 -[NSApplication run] + 395 (in AppKit) [0x7fff8768f48b]
    9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff876c97a9]
    9 _DPSNextEvent + 718 (in AppKit) [0x7fff876c9e64]
    9 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff83f424ac]
    9 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff83f425f3]
    9 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff83f427ee]
    9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff801e8dbf]
    9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff801e9932]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x7fff818b929a]
    Kernel stack:
    9 ipcmqueue_receivecontinue + 0 [0xffffff800026ea92]
    Thread b41 DispatchQueue -1895824816
    User stack:
    9 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff818d2fc5]
    9 pthreadwqthread + 353 (in libSystem.B.dylib) [0x7fff818d3128]
    9 dispatch_workerthread2 + 252 (in libSystem.B.dylib) [0x7fff818d37fe]
    9 dispatch_queueinvoke + 185 (in libSystem.B.dylib) [0x7fff818d3cd4]
    9 kevent + 10 (in libSystem.B.dylib) [0x7fff818d212a]
    Kernel stack:
    9 kevent + 62 [0xffffff8000475bfc]
    Binary Images:
    0x100000000 - 0x10002dff7 com.apple.ActivityMonitor 10.6 (212) <3695EF1D-2370-2826-2219-8B0F81F7F900> /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    0x7fff8019d000 - 0x7fff80314fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff818b8000 - 0x7fff81a79fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff83f14000 - 0x7fff84212fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff87686000 - 0x7fff8807cfff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process: activitymonitord [551]
    Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/activitymonitord
    UID: 0
    Process: AirPort Base Station Agent [523]
    Path: /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID: 501
    Thread acc DispatchQueue 1
    User stack:
    9 ??? (in AirPort Base Station Agent + 5692) [0x10000163c]
    9 NSApplicationMain + 364 (in AppKit) [0x7fff876881a8]
    9 -[NSApplication run] + 395 (in AppKit) [0x7fff8768f48b]
    9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff876c97a9]
    9 _DPSNextEvent + 718 (in AppKit) [0x7fff876c9e64]
    9 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff83f424ac]
    9 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff83f425f3]
    9 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff83f427ee]
    9 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff801e8dbf]
    9 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff801e9932]
    9 machmsgtrap + 10 (in libSystem.B.dylib) [0x7fff818b929a]

    There were many things I did that caused FCP to crash.
    FCP crashed like 5 times in 6 hours. I'm now heavily relied on autosave.
    I was copying a multi-cam clip that was marked IN and OUT in timeline. As soon as I press CMD+C, beachball appeared, then FCP crashed.
    Sometimes I would just making an edit and it would just crash.
    Other times it would crash while I was creating a multicam-clip.
    I'm editing a feature length movie and I have tons of ProRess422 footage. I also have some h.264 from Canon 5D Mark II and DVCPROHD imported into bins. All multicam clips are in ProRes422.

  • HT2905 can someone please tell me why I do not get the delete from disk option when trying to delete duplicate items

    can someone please tell me why I do not get the delete from disk option when trying to delete duplicate items

    The content must be in the iTunes directory structure for that option to appear.

  • Can Someone PLEASE Tell Me Why My Muse Site Will Not Work Upon HTML Export?

    Sorry for the long title!
    I've had a few threads going regarding troubles with my Muse site. These issues have been on-going, and once I was no longer able to upload to Fetch—and had to export to html via FileZilla—it just seems the problems continue to snowball.
    I have a web site. I will disclose the URL here now: www.jamescdarling.com
    When this site was html-based (its original form), using my yahoo small business web host and Fetch, it worked like a charm. All Flash files functioned at 100%, embedded videos/players all played great, etc. Then, I switched over to Muse 1.) because I was excited by the potential, and 2.) I wanted to re-design my site, anyway.
    So, I created my site in Muse, and uploaded it all into Fetch. I soon found that some of my Flash files and videos were not working. This was the case for a long time. I finally gave up after trying everything and asking lots of questions here.
    Just recently, I set out to fix these issues as I was afraid this half-assed site would appear to make me look unprofessional and like I had no idea how to use Flash. I had some problems with the new Muse Update (had to ditch Fetch and use "export with html" using FileZlilla). Changes made to my Muse file were not taking... and each time I viewed my updated site, the updates were not there—it still looked like the previous incarnation of the site. However, with some help from some of the good folks here, I was able to make my site not only update, but work nearly perfectly—or so I thought!
    I just clicked on my personal web site URL link in my LinkedIn page, and I see the old-looking site! The bookmark I have of my site is near-perfect—only the videos still will not load. However, it would seem that my site only functions as well as it does on MY computer only—that is, URL's I have been sending out probably are of the old non-functioning site? The changes I make are not being recognized.
    If you will, click on my above URL (in bold)..... If you click on "Resume", you should see light blue rules separating each section. But I bet you will see heavier gray bars with headers inside them. Also, if you view my Flash work, go to the "Epiphone Casino Mini Site".... the "Finshes" and "Features" pages' interactive elements will not function as they should (never mind the video page!)—but they work perfectly when accessing my site from my bookmark on my computer.
    Can someone please tell me how to make my site update web-wide, and how to get my Flash files to function?
    Thanks!!!
    Message was edited by: darling67

    It seams a lot of folks are haveing issues with FTP upload. Try these areas to look at. Maybe the right answer. I dont use Flash on my sites for a long time now. Anyhow, check these out.
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-publishing-and-managing-your-site/
    http://www.adobekb.com/using_3rdparty_ftp.html#usingftp-understandinghowftpworks

  • At startup my chose application box pops with a question What is null? can someone please tell me what this is?

    at start up my  choose application box appears with the question "what is null?" can someone enlighten me on what this is?

    The third-party system modification "GoFlex" may be contributing to your problem. I suggest you back up all data, then uninstall it according to the developer's instructions. Reboot and see whether there's any improvement.
    Back up all data before making any changes.

  • Someone please tell me why this happens!

    I am using a 2 dimensional array to store some values:
    for (int k = 0; k < 50; k++) {
    desiredInput = trialData[k][10] * trialData[k][11];
    System.out.println(desiredInput);
    Can anyone tell me why this won't cycle through my trialData array? Everytime I run it I get the same value for each time I output the desiredInput variable. The arrays contain unique values and this has been checked .. I assumed that this piece of code would cycle through the 50 elements of the array and pull the 10th and 11th element and mulitply each.

    hi,
    Well i dont see how you could get the same output if the data present is unique.. Are you sure that you have initialized the array properly..
    i am just putting a code snippet which does a very rudimentary initialization of the array with some data. for eg
    int desiredInput = 0;
            int trialData[][] = new int[50][50];
            for (int i=0;i < 50; i++)
                 for (int j=0; j < 50; j++)
                         trialData[i][j] = i+j;
            for (int k = 0; k < 50; k++)
                      desiredInput = trialData[k][10] * trialData[k][11];
                      System.out.println(desiredInput);
            }Check the way you have initialized the array and put in the data into the array..
    hope that helpz
    cheerz
    ynkrish

  • Can someone please tell me why when I tried installing an update on my iPhone 5 from my computer it "failed" and now my phone has a picture of a plug connecting to an itunes icon and there's nothing I can do to remove it?

    My screen is frozen with a picure of a plug trying to connect to an iTunes icon. I can't reboot my phone or sign on to iTunes. When I callmy cell phone number the call goes straight to voice mail! What happened? How do I get rid of the screen on my iPhone? Help please.
    Thanks for any advice.

    There are multiple reasons why the update failed, unless you can provide an error message/code that came up then nodbody will know.
    Now your iPhone is in recovery mode and will now need to be connected to a computer with iTunes and restored to factory settings. This will install the update at the same time.
    If you have a back up of the iPhone before the issue occurred then after the restore to fqactory settings you can restore the back up to the iPhone. If there was no back up then I'm sorry your data is gone.

  • Can someone please tell me why my flex swf isnt appearing in firefox?

    Like the title says, could someone possibly explain to me what im doing wrong with embedding this swf? **My code works fine in chrome**...But doesn't appear in FireFox, and it look compacted in IE, like its only set to a 5% height or something.
    All I want to do is have the swf scale  to 80% width(then i use the margin:0 auto; to center it), then 75% height. Theres a header, small ad at the top, and a footer at the bottom. All while being compatable with Chrome, FF, IE.
    Incase possibly this matters..in my Flex Project I set the swf height and width to 100%. I figured since it's being embeded inside the `.mainContainer` div, the swf would then assume its parent(mainContainer)'s width and height wich is set to width:80% and height:75%. **And it does it chrome just fine** but like i said above the swf doesn't appear in FF. I thought maybe i should note this incase it's necessary information to solve this bug.
    I didn't think this would be too hard but I can't seem to get the swf to load in FF. I'm seeing the swf making connects to some netConnections and stuff like its there, i just cant see anything.
    -What am i doing wrong?
    -Is there a better way I should be implementing the swf?
    -How can i figure out whats wrong on my own in the future?
    (im so used to working in Flash builder on flash projects, the debugging is so simple, informative, and easy to use. With only having access to "inspector" in chrome which never spits out any useful information I feel like im coding in the dark compared to using eclipse)
    **EDIT:**
    1 more thing I should mention. Pretty much the entire "embed" code provided here was auto generated by Flash Builder. I created .mainContainer around the "embed" code and all the extra  divs around it... my header, footer,ect. Without any of my extra content, the swf appears just fine like you would expect it in firefox. SO my point in saying this is i do not think its **literally** the embed code. Because that embed code works in FF. It's just how im implemented my header, and div around this flash content that seems to break the code in FF for some reason.
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
            <head>
                         <title>TestApp</title>
                            <meta name="google" value="notranslate" />
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <link href="assets/css.css" rel="stylesheet" type="text/css" />
                <link rel="stylesheet" type="text/css" href="history/history.css" />
                <?php
                            if(!isset ($_GET["chan"]))
                            {$chan="random";}
                            else
                            {$chan = preg_replace('/[^a-z]/', "", strtolower($_GET["chan"]));}
                            ?>
                <script type="text/javascript" src="history/history.js"></script>
                <script type="text/javascript" src="swfobject.js"></script>
                <script type="text/javascript">
                    var swfVersionStr = "10.2.0";
                    var xiSwfUrlStr = "playerProductInstall.swf";
                    var flashvars = {chan: "<?php echo $chan ?>"};
                    var params = {};
                    params.quality = "high";
                    params.bgcolor = "#ffffff";
                    params.allowscriptaccess = "sameDomain";
                    params.allowfullscreen = "true";
                                      params.wmode="transparent";
                    var attributes = {};
                    attributes.id = "TestApp";
                    attributes.name = "TestApp";
                    attributes.align = "middle";
                    swfobject.embedSWF(
                        "TestApp.swf", "flashContent",
                        "100%", "100%",
                        swfVersionStr, xiSwfUrlStr,
                        flashvars, params, attributes);
                    swfobject.createCSS("#flashContent", "display:block;text-align:left;");
                </script>
            </head>
            <body>
            <div class="wrapper">
                      <div class="TopBar">
                          <div class="homeBarBtnsHolder">
                                </div>
                      </div>
        <div class="topad">
        <!-- google ad-->
        </div>
        <div class="mainContainer">
            <!--embed -->
                <div id="flashContent">
                    <p>
                        To view this page ensure that Adobe Flash Player version
                        10.2.0 or greater is installed.
                    </p>
                    <script type="text/javascript">
                        var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                        document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                        + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
                    </script>
                </div><!--flashContent -->
                <noscript>
                    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="TestApp">
                        <param name="movie" value="TestApp.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                        <param name="wmode" value="transparent" />
                                            <param name="FlashVars" value="chan=<?php echo $chan ?>" />
                        <!--[if !IE]>-->
                        <object type="application/x-shockwave-flash" data="TestApp.swf" width="100%" height="100%">
                            <param name="quality" value="high" />
                            <param name="bgcolor" value="#ffffff" />
                            <param name="allowScriptAccess" value="sameDomain" />
                            <param name="allowFullScreen" value="true" />
                            <param name="wmode" value="transparent" />
                                                      <param name="FlashVars" value="chan=<?php echo $chan ?>" />
                        <!--<![endif]-->
                        <!--[if gte IE 6]>-->
                            <p>
                                Either scripts and active content are not permitted to run or Adobe Flash Player version
                                10.2.0 or greater is not installed.
                            </p>
                        <!--<![endif]-->
                            <a href="http://www.adobe.com/go/getflashplayer">
                                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                            </a>
                        <!--[if !IE]>-->
                        </object>
                        <!--<![endif]-->
                    </object>
                </noscript>  
                <!--embed -->
                </div><!--mainContainer end -->
                  <div class="push"></div><!--this is the push to make my footer stick to the bottom-->
               </div> <!--wrapper --> 
               <div class="footer">
               <p>Top part of footer infoHere</p>
               <p>Lower part of footer infoHere</p>
               </div>
           </body>
        </html>
    css.css
            html, body {
                  height:100%;
                  width:100%;
        body {
                  margin:0;
                  padding:0;
                  overflow:auto;
                  text-align:center;
                  background: url('../../assets/images/homeBG.png') repeat-x;
                  font-family: Helvetica, Arial, sans-serif;
                  font-size: 14px;
        object:focus {
                  outline:none;
        #flashContent {
                  display:none;
        .mainContainer {
                  min-width:340px;
                  min-height:500px;
                  height: 75%;
                  width:80%;
                  margin:0 auto;
                  padding:0;
        .wrapper {
        min-height: 100%;
        height: 100%;
        width:100%;
        height: auto !important;
        margin: 0 auto -200px;
        .TopBar {
                  background: url('../../assets/images/TopBarBG.png') repeat-x;
                  text-align: left;
                  height:50px;
                  width:100%;
                  box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.65);
                  -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.65);
                  -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.65);
                  margin-bottom:15px;
        .footer, .push {
        height: 200px;
        text-align:center;
        clear: both;
        width:100%;

    Thanks to those of you who have responded. It is just frustrating because I absolutely love this phone. I just was shocked to see these ever changing colored vertical lines and sometimes just light grayish stripes throughout my screen. They come and go. Constantly changing, sometimes disappearing and then showing up again in a different app or simply when I pick up my phone after leaving it sit. The problem is where to start? I'm thinking straight to the nearest Apple Store on Monday morning.

  • Can someone please tell me what this is?

    Sorry about the poor quality picture. But i've been wondering what that thing
    is for ages. It seems to be hooked onto the inside of the front grill. Any thoughts?
    Cheers
    Phil
    G5   Mac OS X (10.4.9)  

    Philip Dexter-
    It doesn't appear that you do, but i really can't tell through the fuzz. This document has an illustration of where the card should go.
    My guess is that you have neither. If you bought this computer new you should have the information on the invoice.
    Luck-
    -DaddyPaycheck

  • Can someone please tell me why I am getting an error when using my Liquify tool?

    I am receiving an "error"window when using my Liquify tool in Filters. I receive a "delayed write failed" window also...I heard a loud honking sound and then my ability to use the tool is frozen. A little help please?

    You're not alone. There have been several threads about this issue:
    http://forums.adobe.com/thread/1408767?tstart=60
    http://forums.adobe.com/thread/1358619?tstart=120
    http://forums.adobe.com/thread/1407847?tstart=150
    http://forums.adobe.com/thread/1404674?tstart=420
    They're all informative, but I think the last one might be what you want.

  • Can someone please tell me what this error means?

    I keep trying to use iMovie '06 and it keeps crashing and giving me the following error message.  It just recently started happening.
    Process: iMovie HD [505]
    Path: /Applications/iMovie HD.app/Contents/MacOS/iMovie HD
    Identifier: com.apple.iMovie
    Version:         6.0.4 (6.0.4)
    Build Info: iMovieApp-2670400~7
    Code Type:       X86 (Native)
    Parent Process: launchd [175]
    User ID:         501
    Date/Time: 2013-03-13 17:17:32.838 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          80655 sec
    Crashes Since Last Report:           36
    Per-App Interval Since Last Report:  16713 sec
    Per-App Crashes Since Last Report:   30
    Anonymous UUID: D0A2E25A-FA52-2F71-DA2C-DCDEB3BDE738
    Crashed Thread:  9
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib             0x96e137d2 mach_msg_trap + 10
    1 libsystem_kernel.dylib             0x96e12cb0 mach_msg + 68
    2 com.apple.CoreFoundation                   0x902a2599 __CFRunLoopServiceMachPort + 185
    3 com.apple.CoreFoundation                   0x902a7f7f __CFRunLoopRun + 1247
    4 com.apple.CoreFoundation                   0x902a763a CFRunLoopRunSpecific + 378
    5 com.apple.CoreFoundation                   0x902a74ab CFRunLoopRunInMode + 123
    6 com.apple.HIToolbox               0x96f4515a RunCurrentEventLoopInMode + 242
    7 com.apple.HIToolbox               0x96f44ec9 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox               0x96f44d44 BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit                      0x95839a3a _DPSNextEvent + 724
    10 com.apple.AppKit                     0x9583926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11 com.apple.AppKit                     0x9582f6cc -[NSApplication run] + 855
    12 com.apple.AppKit                     0x957d26f6 NSApplicationMain + 1053
    13 com.apple.iMovie                     0x00040d71 0x1000 + 261489
    14 com.apple.iMovie                     0x0000af3a 0x1000 + 40762
    15 com.apple.iMovie                     0x0000ae55 0x1000 + 40533
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager

    Process:         iMovie HD [285]
    Path:            /Applications/iMovie HD.app/Contents/MacOS/iMovie HD
    Identifier:      com.apple.iMovie
    Version:         6.0.4 (6.0.4)
    Build Info:      iMovieApp-2670400~7
    Code Type:       X86 (Native)
    Parent Process:  launchd [175]
    User ID:         501
    Date/Time:       2013-03-13 07:39:54.930 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          76112 sec
    Crashes Since Last Report:           35
    Per-App Interval Since Last Report:  16383 sec
    Per-App Crashes Since Last Report:   29
    Anonymous UUID:                      D0A2E25A-FA52-2F71-DA2C-DCDEB3BDE738
    Crashed Thread:  9
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902a74ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox           0x96f4515a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox           0x96f44ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox           0x96f44d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit              0x95839a3a _DPSNextEvent + 724
    10  com.apple.AppKit              0x9583926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit              0x9582f6cc -[NSApplication run] + 855
    12  com.apple.AppKit              0x957d26f6 NSApplicationMain + 1053
    13  com.apple.iMovie              0x00040d71 0x1000 + 261489
    14  com.apple.iMovie              0x0000af3a 0x1000 + 40762
    15  com.apple.iMovie              0x0000ae55 0x1000 + 40533
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x96e169ae kevent + 10
    1   libdispatch.dylib             0x9347dc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib             0x9347d7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902b7061 CFRunLoopRun + 129
    6   com.apple.AVCVideoServices    0x6848f319 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 149
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore      0x987143d8 ***::ThreadCondition::timedWait(***::Mutex&, double) + 120
    4   com.apple.JavaScriptCore      0x9892af43 JSC::BlockAllocator::blockFreeingThreadMain() + 115
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da289 _pthread_cond_wait + 938
    2   libsystem_c.dylib             0x962da512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x98e816ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore 0x98e81184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore 0x98e8140d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x9222d5ac 0x91c37000 + 6251948
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 8:: QTKit: QTSurfaceRendererScheduledDisplayThread
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902b7061 CFRunLoopRun + 129
    6   com.apple.QTKit               0x900d6685 QTSurfaceRendererScheduledDisplayThread + 173
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 9 Crashed:
    0   com.apple.CoreFoundation      0x903ac947 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib               0x94a1052e objc_exception_throw + 230
    2   com.apple.Foundation          0x9473e804 _NSOutOfMemoryErrorHandler + 72
    3   com.apple.CoreFoundation      0x9027901d __CFStringChangeSizeMultiple + 1645
    4   com.apple.CoreFoundation      0x90278872 __CFStringAppendBytes + 850
    5   com.apple.CoreFoundation      0x9027733d __CFStringAppendFormatCore + 13309
    6   com.apple.CoreFoundation      0x90335ebd _CFStringAppendFormatAndArgumentsAux + 61
    7   com.apple.CoreFoundation      0x90335e78 -[__NSCFString appendFormat:] + 88
    8   com.apple.Foundation          0x945eb40c -[_NSCallStackArray descriptionWithLocale:indent:] + 290
    9   com.apple.CoreFoundation      0x9039bfc0 -[NSArray descriptionWithLocale:] + 48
    10  com.apple.Foundation          0x9463af04 _NSDescriptionWithLocaleFunc + 94
    11  com.apple.CoreFoundation      0x90277f00 __CFStringAppendFormatCore + 16320
    12  com.apple.CoreFoundation      0x902c474c _CFStringCreateWithFormatAndArgumentsAux + 108
    13  com.apple.CoreFoundation      0x90339a96 _CFLogvEx + 118
    14  com.apple.Foundation          0x94675cc8 NSLogv + 137
    15  com.apple.Foundation          0x94675c3a NSLog + 27
    16  com.apple.AppKit              0x95741f85 -[NSApplication reportException:] + 84
    17  com.apple.AppKit              0x95ec1b81 _NSDefaultTopLevelErrorHandler + 115
    18  com.apple.AppKit              0x95a8a9f1 uncaughtErrorProc + 99
    19  com.apple.CoreFoundation      0x903ac1d6 __raiseError + 390
    20  libobjc.A.dylib               0x94a1052e objc_exception_throw + 230
    21  com.apple.CoreFoundation      0x9030bbbb +[NSException raise:format:] + 139
    22  com.apple.Foundation          0x94625fc4 NSAllocateObject + 160
    23  com.apple.Foundation          0x94628a64 +[NSPathStore2 pathStoreWithCharacters:length:] + 88
    24  com.apple.Foundation          0x9462d20e -[NSPathStore2 stringByAppendingPathComponent:] + 670
    25  com.apple.MediaBrowser        0x67e04061 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 272
    26  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    27  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    28  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    29  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    30  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    31  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    32  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    33  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    34  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    35  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    36  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    37  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    38  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    39  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    40  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    41  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    42  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    43  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    44  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    45  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    46  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    47  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    48  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    49  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    50  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    51  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    52  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    53  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    54  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    55  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    56  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    57  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    58  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    59  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    60  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    61  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    62  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    63  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    64  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    65  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    66  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    67  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    68  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    69  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    70  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    71  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    72  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    73  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    74  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073

Maybe you are looking for

  • Can an iMovie project be restored once it's missing?

    I've seen a bunch of discussions along these lines, but sadly no solid answers. I have an iMovie project that I've put probably 35 hours into. A very complicated piece with clips, music, pictures, lots of stuff. I had experienced a few recent iMovie

  • How to handle user idle time in portal?

    Hi Gurus, We want to make the portal and its content area use the same session time-out on client side. When it reaches the maximal user idle time, let's take 30 minutes for example, it will automatically log out the portal. There is already a wonder

  • How do I get rid of N80 start up tune?

    I want to disable the start up tune on my N80. Anyone know how to do this?

  • Authorisation of Purchased music

    I just got my powerbook back from Apple service center, where my display has been resolved. When I try to play some of the purchased music I bought on iTunes, a pop up window 'Authorise Computer' for authorisation comes up. On entering my password, a

  • Permissions issue after Mavericks upgrade

    I have just updated an early 2008 IMac with OSX Mavericks. All software running fine, but I noticed occassionally I was getting an authentication prompt on some files, didn't follow, but simply authenticated as and when I need to, I assumed it was wh