Help with State Machines

I am implementing my application using state machines, and I have the following problem.
1. I have an initialized state that will initialize my controls.
2. Next I want the next state to check for user input.(boolean button will be pressed to determine which state is next).
3. In one of the states, I want the user to be able to change the initialized values, and afterwards go back to the user input state, to determine which state is next
I have implemented the initialize state as well as the user input  state(use event structure for that state), but I do not know how to let the user be able to change the values of my control , then the user acknowledges the change, and the state goes back to the user input state waiting for the next state.
Thanks for any help
Solved!
Go to Solution.

Thank you Ravens Fan, I did not really understand your message. I have a simplified version of what I am trying to accomplish.
1. I have 3 controls and one indicator
2. When the Vi is run , the controls should initialize to the values in the intialize state. The next state will now be the user input state.
3. When at the user input, the user can either press the "analyze button" and the result will be displayed in the indicator. or the the stop button to stop the simulation, or
4. The user can change the values of the control, after all the controls have been changed to his desired values, he can then press "accept values" and the state goes back to the "user input".
Thank you for any help
Attachments:
example.vi ‏26 KB
example control.ctl ‏5 KB

Similar Messages

  • New to Mac, Help with Time Machine! Partition External HDD or not?

    Hey Guys I'm a new mac user
    I need help with  time machine
    I wanted to know how time machine works and what all does it back up?
    I have 2 hard drives one is of 1TB and one is of 320gb
    In the 1TB hard drive i store all my music videos and work stuff it is windows formatted
    The 320gb hard drive is mac formatted and I was thinking of making a partition on it one with 250gb for time machine and the remaining 70 gb for mac softwares and files. The ssd of my mac has a capacity of 256gb. I have read for time machine you need at least 2x the space of your ssd on your external hard drive but i don't understand if my ssd is only 256 and can store files worth 256gb why do i need double the space? Secondly if I choose to use the complete 320 gb for time machine will that be okay or even if i choose to partition it to 250gb for time machine will that be fine too? Or will I need to format my 1TB hard disk out of which currently only 300 gb is empty and partition that to 500 gb for time machine?
    I'm really confused every tells me to use time machine but do I need it? And what does it exactly do?
    Your input will be really appreciate thanks

    The reason that you want a partition (or drive) of 2-3 times the size of your boot drive for Time Machine is so that you can keep backups further back than just the current boot drive state - for that you'd need to make a clone of the drive rather than using Time Machine (see -> http://pondini.org/TM/Clones.html).
    For more information for backups in general, see -> Most commonly used backup methods.
    Note that you can't use Time Machine to backup a Windows partition.
    Good luck,
    Clinton
    MacBook Pro (15” Late 2011), OS X 10.??, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • Need help created state machine with timed digital output

    Hello everyone I'm new in LabView especially about how to make a state machine. I want to make simulation about state machine with digital output. In Front Panel there are volt_in as an input slider (0-10 V), two numeric control (upper limit and bottom limit), a waveform chart to plot those 3 value, and three boolean (P0.0, P0.1, P0.2) as an indicator. Boolean indicator will on if input from slider exceed the limit in certain situation. This simulation will work as follow:
    1. Define the upper & bottom limit (ex. 8 & 4V)
    2. Make an input from slider (0-10V)
    3. If input (2) exceed the upper limit but less than 10 second (ex. you have 9V input for 8 second, but after 8 second you change the slider back to normal between 4-8V) then the boolean indicator P0.0 & P0.2 will stay off
    4. If input (2) exceed the upper limit more than 10 second (ex. you have 9V input for 4 second, change to 8.5 V for 3 second, and then change to 10V for 3 second) then the boolean indicator P0.0 will turn on for 5 second, turn off, then follow by indicator P0.2 for 5 second, and turn off
    5. Wait 15 second, then repeat process from (2)
    Same process for input that exceed the bottom limit (P0.1 and P0.2 as indicator).
    Can you help me make the block diagram of this process? I will appreciate any of your help.
    Best Regards
    juventom 
    Attachments:
    State Machine Digital Output.vi ‏28 KB

    I would highly recommend you to open the template in LabVIEW to design state machines. You can the Standard State Machine template if you go to File -> New.. and Browse to VI -> From Template -> Frameworks -> Design Patterns.
    Also, here is a good explanation of one:
    https://decibel.ni.com/content/groups/northeast-oh-labview-users/blog/2009/09/08/state-machines
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • How to use elapsed time function with state machine in Lab VIEW

    Hello
    I've been trying to use state machine with elapsed time function in order to sequentially start and stop my code. The arrangement is to start the code for 1 minute then stop for 5 minutes. I've attached the code, the problem is when I place the elapsed time function out of the while loop it doesn't work, on the other hand when I place it inside the loop it does work but it doesn't give the true  signal to move to the next state. 
    Could you please have a look to my code and help me to solve this issue.
    Regards 
    Rajab
    Solved!
    Go to Solution.
    Attachments:
    daq assistance thermocouple(sate machine raj).vi ‏436 KB

    Rajab84 wrote:
    Thanks apok for your help
    even with pressing start it keeps running on wait case 
    could you please explain the code for me, the use of Boolean crossing, increment , and equal functions 
    Best Regards 
    Rajab 
    OK..I modded the example to stop after 2 cycles. Also recommend taking the free online LabVIEW tutorials.
    run vi. case statement goes to "initialize", shift registers are initialized to their constants. goto "wait"
    "start"= false, stay in current state. If true, transition to "1 min" case
    reset elapsed timer with True from shift register(counter starts at zero)."time has elapsed"=false, stay in current state(1 min). If true, goto "5min" case
    reset elapsed timer with True from shift register of previous case(counter starts at zero)."time has elapsed"=false, stay in current state(5 min). If true, goto "1min" case. Also, bool crossing is looking for "true-false" from "5 min" compare function to add cycle count.
    Once cycle count reaches 2, stop while loop.... 
    Attachments:
    Untitled%202[1].vi ‏42 KB

  • Relay Testing with State Machine

    Hi,
    Yesterday I very kindly had some help from "crossrulz" in setting out the following procedure.  Today, the National Instruments representative called and said I should implement my programme as a "State Machine", which I have attempted in the programme attached.  I was wondering how I might now implement the procedures 3 to 5 in this State Machine format as it seemed very complecated in the brief time we had. 
    What I am trying to do is test relays, using an automated test procedure.
    The procedure takes the following steps:
    1.       A NI9472  DO card and transistor drive turns the relay on/off via energising the coil (needs the time period to be variable).
    2.       Counts how may cycles the relay contacts have operated, this will easily be in excess of 100,000 cycles.
    3.       Every 100 cycles (again variable), the contacts are held closed, the load circuit (the current the relay is switching, which will be 15A at 30V) is disconnected, via another relay and a measurement is taken via a separate four wire method.  This consists of a 6V supply being placed across the contacts (switched in again via a relay) with a 1A current flowing through the contacts, the voltage drop across the contacts is then inputted into the NI AI NI9219 card (this is in the region of 10’s of mA) and is directly proportional to the contact resistance, which is what I want to measure.
    4.       The measurement is taken and stored and the measurement circuit disengaged, the load circuit re-engaged, and another 100 cycles is counted before the process goes back to stage 3.
    5.       This process goes on until the relay fails and hopefully a large set of contact resistance data is gathered.
    I have no real experience with NI Labview.  
    I have looked at the basic academic tutorials and have come up with the following programme for stage 1, however I can't get the DAQ Assistant to output every cycle
    Would this be a very difficult programme to implement for the novice?  The academic tutorials seem straight forward but when I try to do someting it seems very difficult.
    Hoping someone may be able to help, thanks
    Andy
    Solved!
    Go to Solution.
    Attachments:
    Relay Test State Machine.vi ‏207 KB
    Relay Test State Machine.vi ‏207 KB

    Hi James,
    I've tried to implement some logic as suggested.  I can now get the 1A coil to engauge after the nth cycle and I think it's taking a measurement, but can't seem to get the 15 A coil to disengauge at the same moment, which is crucial else the measurement will be across 16 A rather than just the 1 A.  Any ideas?  I just want to get it working so we can get started with testing.
    I'm going to get my supervisor to book me on a course at Newbury for future projects, it's very difficult to pick up of your own back.
    Kind regards,
    Andy
    (Helps if I attach it)
    Attachments:
    Relay Test State Machine.vi ‏209 KB

  • Need help created state machine that is time based

    I need help with my labview program. My goal is to write a program that allows the user to turn a toggle button on/off. When they do this it will start a loop witch turns on a digital switch for 45 minutes then off for 30 seconds and on and on till the user toggles the switch off. The timing does not have to be precise. I am using the NI 9476 digital output card.
    I have written the code to turn the switch on/off. I know need to add the looped fuction for on 45 minutes/off 30 seconds. I assume the most efficient method would be using a state machine, but I was having trouble figuring it out.
    Attached is the program I have written thus far without the loops.
    Thanks,
    Barrett
    Solved!
    Go to Solution.
    Attachments:
    Test Setup X01.vi ‏16 KB

    I cannot see your code since I don't have 2010 installed. A state machine would be good approach but in order to allow the user to cancel and possibly abort the process at any time your state machine should have a state such as "Check for timeout". In teh loop containing the state machine use a shift register to pass the desired delay value and the start time time for that particular delay. Once the user starts the process set the delay time to your desired time (45 minutes expressed as seconds) and have another shift register that contains the next state to go to after the delay completes. Use a small delay (100ms to 500ms depending on how accurate you want your times to be) to prevent your state machine from free running and then check the delay again. Use the current time and compare it to the start time. If the desired time has passed then go to the next state. You can store the next state in a shift register. No do the same thing for your Off Time state.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot
    Attachments:
    Simple Delay in State Machine.vi ‏14 KB

  • Help with Time Machine Backups not working..

    Let me preface this by saying I have spent the last day scouring the internet for solutions to my problem. I have tried every option that I have run across and have had no luck in resolving my problem. As a last resort, I'm turning here in hopes that you can be of help.
    I have a 2012 Macbook Pro running Moutain Lion.  I use an external HD for my time machine backups.  I am having an issue with Time Machine not functioning.  The initial error message I receive when I attempt to use TM to backup is:  "Time machine couldn't coplete the backup to Rick's backup disk". "Unable to complete backup. an error occurred while creating the backup folder".
    I searched the forums and net and found several things to do to try and resolve this issue.  My computer will freeze out and not let me erase, or re-partition the the hard drive, so I switched it over to an older macbook of my girlfriends and am successfully able to erase, and re-partition the drive (using disk utility) as suggested by several forum postings I have read.  I am able to run disk verify and disk repair and both say the disk is "ok" with no issues.  The moment the erase and partition is done, her computer prompts a message : "Would you like to use this disk for Time Machine Backups" which tells me it is working properly.  When I move it back to my macbook pro and attempt to run TM backup, it will now work and copy about 10g of my 120g before shutting down with this error message:
    "Time Machine couldn't complete the backup to "Rick's Backup Disk".  An error occurred while copying files. The problem may be temporary. If the problem persists, use disk utility to repair your backup disk."
    If i attempt to re-run TM at that point, I get the original error message:
    "Time machine couldn't coplete the backup to Rick's backup disk". "Unable to complete backup. an error occurred while creating the backup folder".
    If I move the TM back to my Girlfriends computer and attempt to run TM, it will function properly and backup her entire harddrive.  When I erase and try again on mine, I always end up back with the same issues.  It's clearly something in my macbook that is screwing it up.  Can anyone please offer some help! I'd be much appreciative. 

    rcury4 wrote:
    "Time machine couldn't coplete the backup to Rick's backup disk". "Unable to complete backup. an error occurred while creating the backup folder".
    See #C10 in Time Machine - Troubleshooting
    "Time Machine couldn't complete the backup to "Rick's Backup Disk".  An error occurred while copying files. The problem may be temporary. If the problem persists, use disk utility to repair your backup disk."
    Not one of Apple's more informative messages. 
    There's a problem with a file on your system.  See #C3 in the above link. It will show you how to locate the message(s) that describe the problem, then help you fix it.    If that doesn't help, post back with details, including all the messages, what you've done, and the results.

  • Running SubVIs with state machines in parallel

    Hi,
    I'm new to labview, working on it for a couple of weeks.
    I'm building an application where there are a number of identical elements atht each is controlled by an identical state machine which is independent from all others.
    My problem is how to place each state machine in a subvi and running them in parallel.
    Each of the subvi has a while loop for the state machine, and the program gets stuck inside never entering another subvi.
    Is there an elegant way to run a couple of SubVIs each holding a state mchine in parallel?
    I come from the VLSI world so there is no problem implementing this kind of logic in hardware description language but the labview way to do it eludes me...
    thanks you very much for any help,
    Eyal.

    braxat2000 wrote:
    Hi,
    Thank you everybody for your kind help.
    The problem was solved and my application is OK now.
    For future reference,
    I used the execution reenter subvi to allow multiple instances of it in parallel, and added a global variable that the subvis can change, and the main can read from.
    Used semaphores to make sure correct parallel write to common sources.
    Cheers,
    Eyal.
    Great solution- but how to avoid race conditions in the global variable?  Globals are notorious for causing headaches, nightmares and nausea so if there is a way to avoid them and enforce a bit of cause- effect its highly desirable.  In this case you have clones of a re-entrant vi running in parallel so you CAN'T use a functional global (the most common solution see Ben's famous Action Engine nugget)
    Since we can't enforce data dependence we need something else as a cause-effect team..... Change event dependency would be a good substitute.  Two methods for getting this type of dependence would be a dynamic event or my favorite the "Named Queue"  set the data type of the named queue as a cluster of instance of source and data from your global and the main loop will be able to see EVERY write to the queue AND the source.  Moreover the queues datatype can be expanded to offer any information the main vi needs to be a good executive. In fact a new sub vi that "monitors status" of the clones would make the application highly scalable and robust. 
    Jeff

  • Problem with state machine

    Hi! I've got a VI intended to control a storage tank. I've tried to do that by creating a simple state machine that changes the value(on/off) of some valves basing on 2 conditions:
    -when a certain temperature reaches a pre-set value AND its derivative is <0, the state must change from on to off,
    -when some time passes the state must change from off to on.
    Unfortunately I can't get this work as it never changes state (e.g if I start with on always remain on "on" and viceversa).
    Could you please tell me what I'm doing wrong? I'm attaching the screenshots of the 2 states.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    screenshot1.jpg ‏302 KB
    screenshot2.jpg ‏300 KB

    It looks like your shift regsiter might not be wired correctly.
    Attachments:
    screenshot1.jpg ‏303 KB

  • Help with time machine back up

    hey guys im having a serious issue with my logic pro. ive only noticed it since ive started a new project and wanted to use some factory instruments in the exs.
    basically it cause logic to just crash when i try to open them and gives me this message, i.....the only thing i can think is that i did a time machine back up onto my new mac and its since ive done that im having problems so i assume time machine didnt put all the files where the should be..  i dont really want to have to delete all my logic files and redownload it incase i mess it up worse lol
    any ways heres the report
    Process:         Logic Pro [221]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~2
    App Item ID:     459578486
    App External ID: 10394291
    Code Type:       X86 (Native)
    Parent Process:  launchd [154]
    User ID:         502
    Date/Time:       2013-05-14 14:20:41.701 +1000
    OS Version:      Mac OS X 10.8.2 (12C3103)
    Report Version:  10
    Interval Since Last Report:          104420 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  43021 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      612A18CF-E4FB-4801-E3B9-9E3F9E18F369
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGABRT)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** CFEqual() called with NULL first argument ***
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x90d48a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x99197acf pthread_kill + 101
    2   libsystem_c.dylib                       0x991ce5ff __abort + 199
    3   libsystem_c.dylib                       0x991ce538 abort + 232
    4   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    5   libsystem_c.dylib                       0x9918286b _sigtramp + 43
    6   com.apple.CoreFoundation                0x99aa481d CFEqual + 45
    7   com.apple.music.apps.MAFiles            0x02a496e5 CFileUtilGetSpotlightStatus(CFileRef const&) + 213
    8   com.apple.logic.pro                     0x001b6af7 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1550199
    9   com.apple.logic.pro                     0x001b8aad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1558317
    10  com.apple.music.apps.MAAudioEngine          0x02b56ee9 CSamplerInst::LoadFile(CSamplerZone*, CSamplerFile*, int*, std::list<std::string, std::allocator<std::string> >&, CProgressBar*) + 329
    11  com.apple.music.apps.MAAudioEngine          0x02b574e1 CSamplerInst::LoadFiles(int*, std::list<std::string, std::allocator<std::string> >&, int) + 657
    12  com.apple.music.apps.MAAudioEngine          0x02b576c2 CSamplerInst::IncRefCount(int) + 210
    13  com.apple.music.apps.MAAudioEngine          0x02b67f46 MDSampler::SetControlValueSub(int, long, CSamplerView*) + 1798
    14  com.apple.music.apps.MAAudioEngine          0x02b6930a MDSampler::SetControlValue(short, long) + 42
    15  com.apple.logic.pro                     0x001bd57f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1577471
    16  com.apple.logic.pro                     0x001145a0 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 885280
    17  com.apple.logic.pro                     0x0011507c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 888060
    18  com.apple.logic.pro                     0x001bb3a9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1568809
    19  com.apple.music.apps.MAAudioEngine          0x02b6bd3f MDSampler::RecallDefaultParam(int) + 1567
    20  com.apple.music.apps.MADSP              0x01d7156d CSamplerFilter::CSamplerFilter(long, double, bool&) + 22813
    21  com.apple.music.apps.MADSP              0x01bbec81 0x1b81000 + 253057
    22  com.apple.music.apps.MAPlugInGUI          0x01619956 GSender::Broadcast(GMessage const&) + 86
    23  com.apple.music.apps.MAPlugInGUI          0x014c01f6 GControl::BroadcastValue(bool, int) + 182
    24  com.apple.music.apps.MAPlugInGUI          0x014bfa88 GControl::SetControlPos(int, bool, bool, bool, int, int) + 328
    25  com.apple.music.apps.MAPlugInGUI          0x014b9008 GButton::OnBeginAction(GControl::GHotSpot const&) + 136
    26  com.apple.music.apps.MAPlugInGUI          0x014c134d GControl::HandleBeginAction(GControl::GHotSpot const&) + 61
    27  com.apple.music.apps.MAPlugInGUI          0x014bfef4 GControl::OnMouseDown(GMouseDownEvent const&) + 644
    28  com.apple.music.apps.MAPlugInGUI          0x01631696 GView::HandleMouseDown(GMouseDownEvent const&) + 374
    29  com.apple.music.apps.MAPlugInGUI          0x0161ef43 GBaseView::EventMouseDown(GMouseDownEvent const&) + 771
    30  com.apple.music.apps.MAPlugInGUI          0x0161e63a GBaseView::HandleCbEventMouseDown(GMouseDownEvent const&) + 250
    31  com.apple.music.apps.MAPlugInGUI          0x017842ae GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 17838
    32  com.apple.music.apps.MAPlugInGUI          0x01782b11 GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11793
    33  com.apple.music.apps.MAPlugInGUI          0x01782a3c GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11580
    34  com.apple.AppKit                        0x9789fa21 -[NSWindow sendEvent:] + 6968
    35  com.apple.prokit                        0x00fcb518 -[NSProPanel sendEvent:] + 257
    36  com.apple.logic.pro                     0x007c9f93 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7920659
    37  com.apple.logic.pro                     0x0091a181 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 24513
    38  com.apple.AppKit                        0x9789aa0f -[NSApplication sendEvent:] + 4278
    39  com.apple.prokit                        0x00fa8d33 -[NSProApplication sendEvent:] + 2046
    40  com.apple.logic.pro                     0x0061503d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130877
    41  com.apple.logic.pro                     0x00619cd1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6150481
    42  com.apple.logic.pro                     0x0061506f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130927
    43  com.apple.AppKit                        0x977b472c -[NSApplication run] + 951
    44  com.apple.prokit                        0x00fa9651 NSProApplicationMain + 424
    45  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x90d499ae kevent + 10
    1   libdispatch.dylib                       0x928e9c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x928e97a9 _dispatch_mgr_thread + 53
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x90d467d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90d45cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x99ac7599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x99accf7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x99acc63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x99acc4ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x91f2f13a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x91f931d8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x91f9315b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    10  libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x90d48be6 __select + 10
    1   com.apple.CoreFoundation                0x99b10c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    3   libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x90d488e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9919b220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x992210a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b363a9 MDFileIOThread_IsBusy + 3593
    4   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    5   libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x90d467d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x90d45cb0 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0137922d XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
    3   com.apple.audio.midi.CoreMIDI           0x01396ae0 MIDIProcess::RunMIDIInThread() + 144
    4   com.apple.audio.midi.CoreMIDI           0x0139cc48 MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x0137a805 XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x0137a2ee CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    8   libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x90d488e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9919b289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9919b512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x95aec6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x95aec184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x95aec40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x95ad21a3 TimerThread + 324
    7   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    8   libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x90d490ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9919904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99198e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99180cca start_wqthread + 30
    Thread 8:
    0   libsystem_kernel.dylib                  0x90d490ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9919904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99198e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99180cca start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x90d490ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9919904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99198e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99180cca start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x90d490ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9919904c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99198e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99180cca start_wqthread + 30
    Thread 11:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x90d48c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99220a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9922092a usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x979a3d4d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x91f931d8 -[NSThread main] + 45
    5   com.apple.Foundation                    0x91f9315b __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x99196557 _pthread_start + 344
    7   libsystem_c.dylib                       0x99180cee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0xbfffdeac  edx: 0x90d48a6a
      edi: 0xacacca28  esi: 0x00000006  ebp: 0xbfffdec8  esp: 0xbfffdeac
       ss: 0x00000023  efl: 0x00000206  eip: 0x90d48a6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x09bfc000
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro (9.1.8 - 1700.67) <D8F173FC-C08A-5AF3-A7DD-ECFFDB6A8877> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe85000 -   0xeb8fe7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <4A75EC0F-CD9B-99B7-187C-FAD6560734D7> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xec7000 -   0xef8ff3  com.apple.musicaudiodataservices (1.1 - 251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf08000 -   0xf0afff  com.apple.ExceptionHandling (1.5 - 10) <D565F065-B45F-37FF-BA46-C675F95BBC00> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf10000 -   0xf6eff3  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <A1CB744D-B391-438C-28DE-2CABB594E4A9> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xf86000 -  0x11b7ff3  com.apple.prokit (7.3.1 - 1943) <FB023C34-D236-3B48-B87F-1D54EEBF32B3> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12cf000 -  0x1349fff  com.apple.music.apps.MACore (9.1.8 - 477.58) <53D4EB61-BFD7-ADA1-217C-BBEA1F38DA80> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x136b000 -  0x13b3ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <CE34882B-8B96-3376-9451-592BE9A0D04F> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13d8000 -  0x142eff7  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <D93A5C62-91A1-2D04-A715-5805EBEF693B> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1447000 -  0x1861feb  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <D98859D6-BA99-5073-49B7-44B57F4FE211> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1a88000 -  0x1b6afeb  com.apple.music.apps.OMF (9.1.8 - 109.7) <869B8C49-7726-C45F-E301-A21EAE7A3B3B> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b81000 -  0x21d2fe3  com.apple.music.apps.MADSP (9.1.8 - 588.98) <7BEB4983-28A6-8808-2B8D-A48F0A3F0111> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28c9000 -  0x28eaff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <FEEA3128-4A7E-7FDD-0E7E-BFC9554CA78B> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28f4000 -  0x296dff7  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <3396D969-32DF-0446-8E3D-F2FE82B23CD8> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2983000 -  0x29a4ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <D058F550-BB20-ABD6-51E8-3001AE32A6E1> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x29ab000 -  0x29b0ff7  com.apple.music.apps.MAResources (9.1.8 - 212.66) <985579E4-F9E5-F7C6-39C8-FC294A330A2A> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29b5000 -  0x29e2ff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <65464AA8-31B1-3301-9342-2991D79432BB> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29f5000 -  0x2a05ff7  com.apple.AERegistration (1.2 - 401) <4FEFA52A-BF2E-2BCC-0124-4E3653B88D95> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a1b000 -  0x2a27ff3  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <FB0DE08A-CFEB-7039-796A-F05E8FE0DA11> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a31000 -  0x2ae7fff  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <FF7A5441-B41F-B937-9269-29C589FE6BFF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2b02000 -  0x2b7afe3  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <77E17BDE-E079-7A68-621C-2947475D0402> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2be3000 -  0x2beeff7  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <77A2C3F7-3530-3D65-4247-D520A1C1F487> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2bf4000 -  0x2c08ff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <74AD8812-DB1B-1845-B389-ACB0FC255ECB> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c1c000 -  0x2d3aff3  com.apple.WebKit (8536 - 8536.26.14) <C7BAC2E5-03F0-3516-86F1-49C4076A090F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2deb000 -  0x2f37fff  com.apple.syncservices (7.0 - 713) <5DEDF14F-B123-362E-9461-47F55C7452CD> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x2fb3000 -  0x304fffc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x30af000 -  0x315afff  libcrypto.0.9.7.dylib (106) <B96063DD-DBFC-320E-97C7-9ED5099051AC> /usr/lib/libcrypto.0.9.7.dylib
    0x319e000 -  0x31b4ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x31bd000 -  0x3e4cff3  com.apple.WebCore (8536 - 8536.26.14) <D8DCE3AB-556A-3C2F-8249-A38A0E3595E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4727000 -  0x474cffe  com.apple.prokit.LionPanels (7.3.1 - 1943) <56A7D10D-3AF6-3AAB-BFC9-18938735E108> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
    0x47c3000 -  0x47d0ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5700000 -  0x577fff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <24A0A118-874B-3C7C-B50C-C80BED03A15F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x6f62000 -  0x6f70fff  com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <47437095-1433-3148-87F6-DEBD33DBFBD9> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x6fc6000 -  0x6fcbfff  com.apple.audio.AppleHDAHALPlugIn (2.3.5 - 2.3.5fc12) <1EABA0EA-1AA2-3EDB-A3AD-EE8FE2CC9AA4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x9abd000 -  0x9abeff5 +cl_kernels (???) <97579674-DC25-486F-A43F-9F13F4C9EFC2> cl_kernels
    0x9ace000 -  0x9ad6ff7  com.apple.proapps.mrcheckpro (1.4 - 397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x9d00000 -  0x9dbeff3  ColorSyncDeprecated.dylib (400) <A959DD25-E448-3563-B74E-E58C69961C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9e84000 -  0x9e92fff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9eef000 -  0x9f18ff7  com.apple.datadetectors (4.0 - 199.0) <51A6E8D8-7918-35F3-86F8-B7E198260F7D> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x9fa4000 -  0x9fb0ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x9fb7000 -  0x9fe3ffa  GLRendererFloat (8.6.1) <72E3DBC7-4175-3D0C-A5AF-A0E6D6CB9CAA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x9fec000 -  0x9ff4ffc  libcldcpuengine.dylib (2.1.19) <17C33F7F-C359-313B-8044-F0E9CAC750FB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x1315e000 - 0x13160fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x13190000 - 0x13192ff3  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <232E095C-4B63-5F35-5A7A-0CF691EB1101> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x13197000 - 0x13199ff3  com.apple.music.apps.common.resources (9.1.8 - 280.4) <1D975834-BD71-B0D0-D8CF-1BA760AA9488> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x1319e000 - 0x131a0ff3  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <191CB44E-25E3-0BAA-6E45-E4FC625432A0> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x131a5000 - 0x131a7ff3  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <2EEB43AB-D405-62D0-140B-0B887CE18A70> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x131ac000 - 0x131aeff3  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <2E91FDD0-709D-AF8A-02C1-169C401D9A9D> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x131b3000 - 0x131b5ff3  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <CFDBF0D9-083A-F0A9-DA2E-7D5F6A6D249A> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x131ba000 - 0x131bcff3  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <3257B0C1-B4F6-E276-56E4-E226736A1371> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x131c1000 - 0x131c3ff3  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <53480C20-F2F1-A2D5-BDA6-E70F6B281A5F> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x131c8000 - 0x131caff3  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <8F63A05D-3A14-004C-246F-3D6B5EBEEA7E> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x131cf000 - 0x131d1ff3  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <BE781A59-67E2-FB1E-3F4E-B99D0D30C61C> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x131d6000 - 0x131d8ff3  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <D80EB53C-5AFC-7AC6-44E8-7A23AEF023C3> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x131dd000 - 0x131dfff3  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <80760949-9342-4C9F-CF3D-4C6333D024FE> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x131e4000 - 0x131e6ff3  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <F5393D5E-8BF1-6C37-ED93-5FACFD419DEB> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x131eb000 - 0x131edff3  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <AE07C5E6-1D57-D2BB-4942-80AACD51CD44> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x131f2000 - 0x131f4ff3  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <40F8A885-63FA-D784-78D9-9958EF4EEBF3> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x131f9000 - 0x131fbff3  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <C6EB6C33-138E-C992-14D1-B03D9EFEFB49> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x13565000 - 0x13567ff3  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <BCF98464-A2C8-D71F-87D5-FEFF35404932> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x1356c000 - 0x1356eff3  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <199A76D9-1086-BC6C-68D0-B74431FAF415> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x13573000 - 0x13575ff3  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <2C6B75C7-E32A-B021-7119-E830E7F2E853> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x1357a000 - 0x1357cff3  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <E8D4E3E6-8C6F-5D10-57DA-B7C0F71C35F9> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x137f0000 - 0x137f3fff  com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1592d000 - 0x15ab9ff8  GLEngine (8.6.1) <4AF75262-A6C2-3745-AE61-1C3BC7559D31> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x15af0000 - 0x15c41ff7  libGLProgrammability.dylib (8.6.1) <369AA0A8-E925-378C-8D07-71157E6FBDBD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x16800000 - 0x16c55ff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.6.22 - 8.0.6) <D8A77BAE-53BE-3AE1-BAFC-B8F8810ADAAF> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x16df0000 - 0x16df5ff7  com.apple.DesktopVideoOut (1.2.4 - 1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x184ea000 - 0x184f6ff7  com.apple.DVCPROHDVideoOutput (1.3 - 1.3) /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x18eea000 - 0x18ef3fff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <A4F09F97-11B7-3AB1-A1CC-026CBB0EE901> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1d772000 - 0x1d7d7fde  com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1d86f000 - 0x1d8b9fec  com.apple.DVCPROHDMuxer (1.3 - 1.3) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1d8d7000 - 0x1d90fffb  com.apple.audio.SoundManager.Components (4.0 - 4.0) <1B1175B1-9D3D-3079-9371-939B2A63B01C> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1d916000 - 0x1d950fff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.13) <5FB303B9-3672-39AA-8CD6-E323CC0E41A8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x23005000 - 0x23006ff1 +cl_kernels (???) <9D9E4528-AABA-4ACB-8A30-49D9D522B32D> cl_kernels
    0x230c7000 - 0x230c8ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x256e6000 - 0x256e6ff7 +cl_kernels (???) <AD924A8D-6DA9-4CEF-A98D-E3CFF4D745B2> cl_kernels
    0x256e8000 - 0x2577aff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x2578f000 - 0x25790ffd +cl_kernels (???) <184287C8-7052-462A-A7AF-84B8ACFD6829> cl_kernels
    0x28900000 - 0x28992ff7  unorm8_argb.dylib (2.1.19) <1B67DB26-5B5D-3600-8049-D744F133BEB1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x2b970000 - 0x2c52efe3 +Massive.MusicDevice.component (1.3.1 [R129] - 1.3.1 [R129], Copyright © 2011 Native Instruments) <00015578-479D-36E0-8C58-A36AA5104A8D> /Library/Audio/Plug-Ins/Components/Massive.component/Contents/MacOS/Massive
    0x3373a000 - 0x338b2ff3 +com.LennarDigital.Sylenth1 (2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x34800000 - 0x36c4bfef +Maschine.MusicDevice.component (1.8.2 [R247] - 1.8.2 [R247], Copyright © 2012 Native Instruments) <508BBA91-6F98-39C5-A8A8-E8A6EEAD0FA1> /Library/Audio/Plug-Ins/Components/Maschine.component/Contents/MacOS/Maschine
    0x8e41d000 - 0x8ed41ff3  com.apple.GeForceGLDriver (8.6.22 - 8.0.6) <B7B9239F-4563-39DB-B60B-0688A4B7283C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fefa000 - 0x8ff2ce57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90009000 - 0x90009fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9000a000 - 0x9000cfff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9000d000 - 0x90044ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <4654A24A-C2B1-3591-9694-2DF2480A46AB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90045000 - 0x90103ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <B534DE6A-3AF0-307C-B274-A4FCFC5BC696> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90104000 - 0x90121ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x90122000 - 0x903aeffb  com.apple.RawCamera.bundle (4.04 - 680) <DD1D3CFC-1710-3186-A6C4-89B42F100117> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x903af000 - 0x904baff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x904bb000 - 0x904eeff3  com.apple.GSS (3.0 - 2.0) <7D3FD0A3-C9E9-3A8A-BD59-1730750114CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x904ef000 - 0x90534ff7  com.apple.NavigationServices (3.7 - 200) <6AB1A00C-BC94-3889-BA95-40A454B720CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90541000 - 0x907daff3  com.apple.AddressBook.framework (7.1 - 1167) <4592F610-8C93-3E24-9E61-999A5667879D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x907e0000 - 0x90815fff  libTrueTypeScaler.dylib (84.5) <4F94F0B2-F3D4-35B5-9026-D9FF0BFC1D89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90816000 - 0x90866ff7  com.apple.CoreMediaIO (306.0 - 4151.1) <5F85D6A6-7F01-333B-91B4-9FB7D4D3752A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x90867000 - 0x90868fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x90869000 - 0x90869fff  com.apple.Carbon (154 - 155) <C0A26E7B-28F1-3C7E-879E-A3CF3ED5111C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9086a000 - 0x90951ff7  libxml2.2.dylib (22.3) <56E973D6-6B55-3E67-8282-6BC982816488> /usr/lib/libxml2.2.dylib
    0x90952000 - 0x9097bff7  libRIP.A.dylib (328.0.4) <00D3148A-C70D-3D5A-B60B-C23F2ACE99FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9097c000 - 0x9097dffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9097e000 - 0x90a76ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x90a77000 - 0x90a7efff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x90a7f000 - 0x90a7ffff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90a80000 - 0x90ae4fff  com.apple.datadetectorscore (4.0 - 269.1) <F918B85D-C93F-3178-97EA-5B33F38DD913> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aef000 - 0x90af3fff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90af4000 - 0x90b04ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C6076983-A02E-389E-BFC6-008EECC4C896> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90ba3000 - 0x90ba9fff  libGFXShared.dylib (8.6.1) <84569E94-268E-370A-8E59-141340AF8B84> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90baa000 - 0x90d33ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90d34000 - 0x90d4effc  libsystem_kernel.dylib (2050.20.9) <561E35E5-E32E-3BFB-9E8B-C977BA6C4F85> /usr/lib/system/libsystem_kernel.dylib
    0x90d4f000 - 0x90e4dff7  libFontParser.dylib (84.5) <822EAEC7-5FFC-3C39-BF12-660214EC7522> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90e4e000 - 0x90ea5ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90ea6000 - 0x90ff3ffb  com.apple.CFNetwork (596.2.3 - 596.2.3) <B6D93473-7CFA-3B9F-AE76-7BCB0C5CF73C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x90ff4000 - 0x9100dffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <E4288CB7-BA78-3611-8AA5-6CF98E649272> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x9100e000 - 0x91015ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <48407521-A4A3-3D28-8784-29E36AA04804> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91016000 - 0x91132ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <FEDC49FB-DA51-3897-8A8B-7710A8E4982A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91133000 - 0x914ebffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x914ec000 - 0x9153affb  libFontRegistry.dylib (100) <97D8F15F-F072-3AF0-8EF8-50C41781951C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9153b000 - 0x9153bfff  libSystem.B.dylib (169.3) <B81FAD7E-8808-3F49-807F-0AD68D0D7359> /usr/lib/libSystem.B.dylib
    0x9153c000 - 0x91543ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x91544000 - 0x9165cff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <D871D730-1D5C-34E7-98C7-0FF09964E618> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x916a2000 - 0x91727ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E947DC1-7985-3111-A864-58EDD6D955DC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91728000 - 0x91774fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x91775000 - 0x91ef4ff7  libclh.dylib (4.0.3 - 4.0.3) <C641CDCB-2FD0-3AD5-9F90-E61B633DF0DD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x91ef5000 - 0x92212ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92213000 - 0x92214ffd  libunc.dylib (25) <5E1EEE9E-3423-33D7-95B2-E4D17DD08C18> /usr/lib/system/libunc.dylib
    0x92215000 - 0x9225cff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9225d000 - 0x9227afff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x9227b000 - 0x9234ffff  com.apple.backup.framework (1.4.1 - 1.4.1) <7F9C8663-C0FA-35F5-A5D6-294FAA9F259B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92350000 - 0x9263bff7  com.apple.AOSKit (1.05 - 151) <F470C45E-620C-3FF2-AB1C-2D57FCD215E7> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x9263c000 - 0x92646fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <774CDB2F-34A1-347A-B302-4746D256E921> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92647000 - 0x92651fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x92652000 - 0x926f2ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x926f3000 - 0x927e7ff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <F22B0BD4-A8F6-328B-A672-73FBDE03D210> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x927e8000 - 0x9280cfff  com.apple.PerformanceAnalysis (1.16 - 16) <7B7EAA0B-5208-32DB-B083-D4B62F37EC46> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9280d000 - 0x92822fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92823000 - 0x92898ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <1D81B09C-98DB-3CDB-990B-459FAE3D8D7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92899000 - 0x92899fff  com.apple.ApplicationServices (45 - 45) <B23FD836-ECA1-3DF8-B043-9CA9779BE9DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9289a000 - 0x928e4ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.12) <E253608A-C40B-311E-86D7-460078FC4C89> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x928e5000 - 0x928f7ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x928f8000 - 0x92980fff  com.apple.PDFKit (2.7.2 - 2.7.2) <B0E008B3-6CFE-36A2-9EE7-ABD745C19CCB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92981000 - 0x92988ff3  com.apple.NetFS (5.0 - 4.0) <FD429432-6DA7-3B41-9889-0E8B4ECB8A4F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92989000 - 0x92989fff  com.apple.CoreServices (57 - 57) <83B793A6-720D-31F6-A76A-89EBB2644346> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9298a000 - 0x93016feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <DFAEA7AB-260C-3AF8-A740-085F86DF230C> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x93017000 - 0x93047ff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
    0x93048000 - 0x9304cff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9304d000 - 0x93d85ff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.13) <80EEE1DA-01A4-340E-8798-BEF11C008810> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93d86000 - 0x93d8afff  com.apple.OpenDirectory (10.8 - 151.10) <E3D2E1A4-6E55-3C23-BCB4-7B9D31EFD605> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93e26000 - 0x93e29ff9  libCGXType.A.dylib (328.0.4) <9BC4856B-B92A-3D46-AABD-F5E3E80A8748> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93e2a000 - 0x93e54ff9  com.apple.framework.Apple80211 (8.3 - 830.18) <079DF575-394F-346B-B172-004266206D56> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x93e55000 - 0x93e60fff  libcommonCrypto.dylib (60027) <D9337AF4-C094-370E-858C-059AB6560719> /usr/lib/system/libcommonCrypto.dylib
    0x93e61000 - 0x93e6eff7  com.apple.HelpData (2.1.4 - 85) <487CCA0C-BC34-332A-964E-68173DA1EF10> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93e73000 - 0x93f91ff7  com.apple.MediaControlSender (1.4.5 - 145.3) <18D0E735-21E5-3013-8235-C2275C1875F6> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x93f92000 - 0x93fc7ff7  com.apple.framework.internetaccounts (2.1 - 210) <714B7B1A-D7F5-374B-A368-252A354B9499> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x94845000 - 0x94861ff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94862000 - 0x94943fff  libcrypto.0.9.8.dylib (47) <219227B4-75D2-3CCC-B241-4BE8F8E1D4AB> /usr/lib/libcrypto.0.9.8.dylib
    0x94944000 - 0x949a6fff  libc++.1.dylib (65.1) <35EE57E1-2705-3C76-A75A-75655D720268> /usr/lib/libc++.1.dylib
    0x949a7000 - 0x94a5bfff  com.apple.coreui (2.0 - 181.1) <6BEEE83E-C878-3FE6-B521-8B32B3A35409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94a5c000 - 0x94a8fff5  libssl.0.9.8.dylib (47) <84896B24-4941-3149-A4CF-2BAD0F621002> /usr/lib/libssl.0.9.8.dylib
    0x94a9f000 - 0x94aa3ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x94aa4000 - 0x94cd4fff  com.apple.QuartzComposer (5.1 - 284) <640BD4D4-3551-3DB1-A9F2-004257EE5DED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x94cd5000 - 0x94cebfff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94cee000 - 0x94ceefff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94d20000 - 0x94db7ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94dbb000 - 0x94e55fff  com.apple.CoreSymbolication (3.0 - 87) <33C10269-1D45-3A7C-A41F-E4D3DFB87E48> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94e56000 - 0x950d2ff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x950d3000 - 0x954cffeb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x954d0000 - 0x95549ff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9554a000 - 0x9554dfff  com.apple.help (1.3.2 - 42) <2B727B38-0E18-3108-9735-F65958924A91> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9554e000 - 0x9554ffff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x95550000 - 0x95592ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x95593000 - 0x9562bfff  com.apple.CoreServices.OSServices (557.4 - 557.4) <6D735EAC-335E-34E7-82F4-414F8EF62A59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9562c000 - 0x95643fff  com.apple.GenerationalStorage (1.1 - 132.2) <E6B7F156-813B-3D1C-928C-9C93BAD7853B> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x95644000 - 0x9566dfff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x95674000 - 0x9567efff  libCSync.A.dylib (328.0.4) <A875CE4A-EB89-309F-B160-F3CC8BBF0A11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9567f000 - 0x956acffe  libsystem_m.dylib (3022.6) <93CEEC8C-FAB5-313C-B0BB-0F4E91E6B878> /usr/lib/system/libsystem_m.dylib
    0x956ad000 - 0x956c4ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <8D71DE7D-7F53-3052-9FAF-132CB61BA9F5> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x956c5000 - 0x95700fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95701000 - 0x95859ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <DD823065-E61B-38B8-9C13-7AA3FAB4700C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9585a000 - 0x95957ff7  com.apple.DiskImagesFramework (10.8 - 344) <0F190A93-F843-37AE-879B-D9E933BE072B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x95958000 - 0x95a07ff7  com.apple.CoreText (260.0 - 275.16) <7716C57B-E059-3B30-BBA8-AD7FF6EE3D35> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95a08000 - 0x95a28ffd  com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x95a29000 - 0x95d2eff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95d2f000 - 0x95d7eff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95d7f000 - 0x95d85fff  com.apple.phonenumbers (1.1 - 47) <0D9B4A12-C1D3-374C-B320-11806C0CCF2A> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x95d86000 - 0x95f42ffd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x95f43000 - 0x95f5cfff  com.apple.Kerberos (2.0 - 1) <8413EDD3-7E01-3D47-83FD-C14A5235DCD2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95f5d000 - 0x95f82ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <BBB53E4F-BCBA-3461-875F-8FA8E9157261> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95f83000 - 0x961f0fff  com.apple.imageKit (2.2 - 667) <4267BB9C-1D7E-37C1-9473-A0073E3B3F52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x961f1000 - 0x96584ffb  com.apple.MediaToolbox (1.0 - 926.62) <6B61AAF9-3775-3E71-81BF-DC4556AEDF73> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x96585000 - 0x965feffb  libType1Scaler.dylib (101.1) <C12C5169-4E91-3148-934F-8A9CAB8546C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x966b7000 - 0x96a9aff3  com.apple.HIToolbox (2.0 - 625) <E4430F7F-CCC2-3F62-A7A1-5B25F024C7D0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96a9b000 - 0x96cb2fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96cb3000 - 0x96dc0057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x96dc1000 - 0x96de0ff3  com.apple.Ubiquity (1.2 - 243.10) <548817EA-66C8-3F00-AEA9-DBB22263649C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x96de1000 - 0x96ed2ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x96f10000 - 0x96fe6fff  com.apple.DiscRecording (7.0 - 7000.2.4) <528052A0-FCFB-3867-BCDF-EE0F8A998C1C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x96fe7000 - 0x96ff4fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96ff5000 - 0x97003ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x97006000 - 0x97007fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x97008000 - 0x9702afff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x9702b000 - 0x9702dfff  libCVMSPluginSupport.dylib (8.6.1) <A90DA4A7-78D9-3E5B-8D3A-09F73E3F5A69> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9702e000 - 0x971a6ff5  com.apple.QuartzCore (1.8 - 304.0) <9AF64ECF-1237-32B7-B465-375B61B17DE0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x971a7000 - 0x971b1fff  com.apple.DisplayServicesFW (2.7.2 - 357) <7BE2A846-E716-3685-B93E-57832540EC10> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x971b5000 - 0x971faff5  com.apple.opencl (2.1.21 - 2.1.21) <8B48DA40-593C-36D1-8E1B-6739448F38F7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x971fb000 - 0x9763dff7  com.apple.CoreGraphics (1.600.0 - 328.0.4) <E1D5CF68-B1CB-370E-A326-DA4292C0C096> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9763e000 - 0x9764eff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x9764f000 - 0x9765affb  com.apple.DirectoryService.Framework (10.8 - 151.10) <ABC37C4F-4B9E-327D-90C0-1682526371F4> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9765b000 - 0x98217ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98218000 - 0x98273ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <56888C48-8437-3107-A4AC-CB252968E154> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x98274000 - 0x9827cfff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x9827d000 - 0x982e3ffc  com.apple.ISSupport (1.9.8 - 56) <B9F397ED-4F1F-3264-869E-F055EB87C3B8> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x98311000 - 0x9831ffff  libxar.1.dylib (105) <6498A359-2DBA-3EDA-8F00-EEB989DD0A93> /usr/lib/libxar.1.dylib
    0x98320000 - 0x98323ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x98324000 - 0x9837dfff  com.apple.AE (645.3 - 645.3) <FA4E3819-AB7B-3226-B86D-049EAC115071> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x98380000 - 0x983d7ff7  com.apple.ScalableUserInterface (1.0 - 1) <4B538E02-4F41-37FF-81F6-ED43DE0E78CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x983d8000 - 0x983e4ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x983e5000 - 0x983e8ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x983f4000 - 0x983f5fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x983f6000 - 0x983f6fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x983fa000 - 0x9843efff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9843f000 - 0x98498ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <A885F8DE-3BEC-332E-BB78-CEAB5F2C1806> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x98499000 - 0x984a5ffa  com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x984a6000 - 0x984b4fff  com.apple.opengl (1.8.6 - 1.8.6) <7C832F41-1D1F-32AF-96B8-E78C2CB29C6C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 13
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 228
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=295.2M resident=184.4M(62%) swapped_out_or_unallocated=110.8M(38%)
    Writable regions: Total=460.6M written=199.9M(43%) resident=276.6M(60%) swapped_out=0K(0%) unallocated=184.0M(40%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.9M
    CG backing stores                  7976K
    CG image                            556K
    CG raster data                     4872K
    CG shared images                   1184K
    CoreServices                       1792K
    IOKit                                12K
    MALLOC                            369.4M
    MALLOC guard page                    48K
    MALLOC_LARGE (reserved)            9768K        reserved VM address space (unallocated)
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=249                      192K
    Memory tag=35                      1448K
    OpenCL                               44K
    SQLite page cache                   192K
    Stack                              69.1M
    VM_ALLOCATE                        18.3M
    __DATA                             37.4M
    __DATA/__OBJC                       348K
    __IMAGE                             528K
    __IMPORT                             28K
    __LINKEDIT                         61.1M
    __OBJC                             4096K
    __OBJC/__DATA                       184K
    __PAGEZERO                            4K
    __TEXT        

    There are different reasons for that problem. Follow the steps of this page > http://pondini.org/TM/C17.html

  • SELECT * FROM table WHERE id NOT IN?  Help with statement.

    Hi,
    Two tables. Orders (orderID = PK) and Paid Orders (orderID =
    FK)
    I want to display a recordset of orders from the Orders table
    where the
    order ID doesn't appear in the Paid Orders table.
    I have tried something like this:
    SELECT *
    FROM dbo.tblOrders
    WHERE orderID NOT IN ( SELECT TOP 100 PERCENT
    tblPaidOrders.orderID FROM
    dbo.tblPaidOrders )
    ...no joy with that though. Would appreciate some guidance.
    Thank you.
    Regards
    Nath.

    Hi Nancy,
    Before I begin that, can I ask if there is an issue with the
    OR?
    I need it to be:
    (orderID IN (SELECT qryPaidOrders.orderID FROM qryPaidOrders)
    ORDER BY
    orderdate ASC) AND ((customerid = MMColParam1) OR (vanopID =
    MMColParam2))
    MMColParam1 is exactly the same as MMColParam but, for some
    reason
    unbeknowns to me, DW8.0.2 won't allow me to use it twice.
    That's neither
    here nor there though, as creating a 2nd variable
    (MMColParam2) solves that
    particular issue.
    Do I need additional ( ) anywhere considering it is an OR
    though?
    Thanks.
    nath.
    "Nancy *Adobe Community Expert*" <[email protected]>
    wrote in message
    news:[email protected]...
    >I would think so .. now that you have the core statement
    working .. try
    >adding the other portions. Put the main statement in ( )
    and add the
    >others. Like this:
    >
    > SELECT *
    > FROM dbo.qryOrders
    > WHERE (orderID IN (SELECT qryPaidOrders.orderID FROM
    qryPaidOrders)
    > ORDER BY orderdate ASC) AND (customerid = MMColParam1)
    AND (vanopID =
    > MMColParam2)
    >
    > See what that gives you and fiddle with those till you
    get what you want.
    >
    >
    > --
    > Nancy Gill
    > Adobe Community Expert
    > BLOG:
    http://www.dmxwishes.com/blog.asp
    > Author: Dreamweaver 8 e-book for the DMX Zone
    > Co-Author: Dreamweaver MX: Instant Troubleshooter
    (August, 2003)
    > Technical Editor: DMX 2004: The Complete Reference, DMX
    2004: A
    > Beginner's
    > Guide, Mastering Macromedia Contribute
    > Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced
    PHP Web
    > Development
    >
    >
    >
    >
    > "tradmusic.com" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> Hi,
    >>
    >> After a bit of twiddling, I changed the statement to
    this:
    >>
    >> SELECT *
    >> FROM dbo.qryOrders
    >> WHERE orderID IN (SELECT qryPaidOrders.orderID FROM
    qryPaidOrders)
    >> ORDER BY orderdate ASC
    >>
    >> ...and it displays only those records who appear in
    the Paid Orders
    >> table. If I change this to NOT IN, it displays only
    the orders in the
    >> Orders table.
    >>
    >> Ideal, but I need to apply the customerID and
    vanopID variables....is
    >> that possible within this one statement?
    >>
    >> Really appreciate the help,
    >> Regards
    >> Nath.
    >>
    >> "Nancy *Adobe Community Expert*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> You've added to it since the first post. Take
    out the customerID and
    >>> vanopID parts and try focusing on just the
    orderID part. Get that
    >>> working first.
    >>>
    >>> I would try seeing if you can select those
    orderID's that are IN the
    >>> subquery first .. that would see whether or not
    the problem is the NOT
    >>> .. which should work .. but let's see first
    whether the culprit is the
    >>> query structure or not. See if you can select
    the orderID's that are in
    >>> the paid orders table from the main query.
    >>>
    >>>
    >>> --
    >>> Nancy Gill
    >>> Adobe Community Expert
    >>> BLOG:
    http://www.dmxwishes.com/blog.asp
    >>> Author: Dreamweaver 8 e-book for the DMX Zone
    >>> Co-Author: Dreamweaver MX: Instant
    Troubleshooter (August, 2003)
    >>> Technical Editor: DMX 2004: The Complete
    Reference, DMX 2004: A
    >>> Beginner's
    >>> Guide, Mastering Macromedia Contribute
    >>> Technical Reviewer: Dynamic Dreamweaver MX/DMX:
    Advanced PHP Web
    >>> Development
    >>>
    >>>
    >>> "tradmusic.com"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> Hi Nancy,
    >>>>
    >>>> Have just tried that, but it is still
    displaying records whose orderID
    >>>> is also in a record in the Paid Orders
    table?
    >>>>
    >>>> I've got:
    >>>>
    >>>> SELECT *
    >>>> FROM dbo.qryOrders
    >>>> WHERE customerID = MMColParam OR vanopID =
    MMColParam1 AND orderID NOT
    >>>> IN (SELECT qryPaidOrders.orderID FROM
    qryPaidOrders)
    >>>> ORDER BY orderdate ASC
    >>>>
    >>>> Hope you can help.
    >>>> Thanks. :o)
    >>>> Nath.
    >>>>
    >>>>
    >>>> "Nancy *Adobe Community Expert*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Why couldn't your inner query just be
    SELECT orderID from
    >>>>> dbo.tblPaidOrders? Wouldn't the top 100%
    be all of them?
    >>>>>
    >>>>>
    >>>>> --
    >>>>> Nancy Gill
    >>>>> Adobe Community Expert
    >>>>> BLOG:
    http://www.dmxwishes.com/blog.asp
    >>>>> Author: Dreamweaver 8 e-book for the DMX
    Zone
    >>>>> Co-Author: Dreamweaver MX: Instant
    Troubleshooter (August, 2003)
    >>>>> Technical Editor: DMX 2004: The Complete
    Reference, DMX 2004: A
    >>>>> Beginner's
    >>>>> Guide, Mastering Macromedia Contribute
    >>>>> Technical Reviewer: Dynamic Dreamweaver
    MX/DMX: Advanced PHP Web
    >>>>> Development
    >>>>>
    >>>>>
    >>>>> "tradmusic.com"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Hi,
    >>>>>>
    >>>>>> Two tables. Orders (orderID = PK)
    and Paid Orders (orderID = FK)
    >>>>>> I want to display a recordset of
    orders from the Orders table where
    >>>>>> the order ID doesn't appear in the
    Paid Orders table.
    >>>>>>
    >>>>>> I have tried something like this:
    >>>>>>
    >>>>>> SELECT *
    >>>>>> FROM dbo.tblOrders
    >>>>>> WHERE orderID NOT IN ( SELECT TOP
    100 PERCENT tblPaidOrders.orderID
    >>>>>> FROM dbo.tblPaidOrders )
    >>>>>>
    >>>>>> ...no joy with that though. Would
    appreciate some guidance. Thank
    >>>>>> you.
    >>>>>>
    >>>>>> Regards
    >>>>>> Nath.
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • I need help with Time Machine - Won't back up properly

    I'm new to Macs, my MBP is barely a month old, so bare with me.  I do understand computers pretty well and I've been trying like **** to read up and fix this on my own, but it's starting to tick me off.
    Okay so I got a "WD My Passport" external HD for Xmas and my goal is to have Time Machine back everything up on it.  The problem started after a backup was halfway through and froze.  I thought wiping the Passport clean and starting over would do the trick, but it was tricky figuring out how to erase "Backup In Progess Files"
    I read up on the "Disk Utility" stuff and partioned the Passport, which set it back to normal it seemed like.  So I tried the backup one more time, but again it froze a little less than half way through.
    So now "Disk Utility" won't even let me erase the Passport or Partition it - it tries for about 10 minutes and eventually says it can't "unmount".  Yet when I enter Time Machine it shows that some files have been backed up in "Star Wars Mode", but it seems like that's only saved to the MBP itself?
    Please correct me if I'm wrong with my logic, and any help is much appreciated.  I'll provide further input if it helps too, just let me know.

    Sounds like a bad Passport may be the culprit. If Disk Utility can't erase or properly mount the drive, it may have serious problems.
    I've used Passports for Time Machine with great success, but I've also had to replace 2 of them as they eventually went bad. Try another external hard drive and I'll bet it works.

  • Help with Time Machine OSX.8.2

    In the last few days I've lost the ability to use Time machine. Time Machine get stuck
    I have this issue which may be causing the problem: https://www.evernote.com/shard/s134/sh/57080cce-43f4-4582-a7ba-e3ef4706f32b/ffec 3524a24a6a841dd12aafa30d5816/deep/0/Screenshot%203/10/13%206:14%20PM.jpghttps://www.evernote.com/shard/s134/sh/57080cce-43f4-4582-a7ba-e3ef4706f32b/ffec 3524a24a6a841dd12aafa30d5816/deep/0/Screenshot%203/10/13%206:14%20PM.jpghttps://www.evernote.com/shard/s134/sh/57080cce-43f4-4582-a7ba-e3ef4706f32b/ffec 3524a24a6a841dd12aafa30d5816/deep/0/Screenshot%203/10/13%206:14%20PM.jpghttps://www.evernote.com/shard/s134/sh/57080cce-43f4-4582-a7ba-e3ef4706f32b/ffec 3524a24a6a841dd12aafa30d5816/deep/0/Screenshot%203/10/13%206:14%20PM.jpg
    I bought a New Seagate GoFlex Home Drive that attcheds to wireless modem it took 24 hour to back up 256 GB finally finish then 30 minutes later It attempted an update it go hung up at 18GB. I've had to just stop it.

    Look folks I am seriously desperate. I've progressed from hanging up to Time machine remebering that a backup was created on March 10th but not remebering that it has backed up afterewards.  This is the first time since I purchased my First Mac a SE/30 I am Rady to throw my Computer as far as I can throw it. And Jump on it.
    One time it will get through and remember the last update. and next time. But then the next time it may update normally or may forget and go back to square one again.  I can't find anymore USB2 Drives and the last USP 3 Drive I had burnt the cable or the drive out. I need a FireWire or thunderbolt Drive. I feel the problem with the GoFlex Drive is because it depends up wifi.   Frankly My Comcast Cable connection is not dependable.
    I thought this Forum people knew how time machine works.
    Is there anywhere I can Go

  • New Mac-user need help with time machine

    Hi. I have jut got rid of everything that reminds me of a pc, and installed an Imac + one macbook and a macbook pro in the house. I have also installed an airport extreme and connected an external 500gb drive + a printer to it. The idea was to use this network drive as a network backup disk for the different machines.
    My question is: Can Time machine use this networkdisk to backup the different machines connected to the network? If so, how do I set it up. Right now this disk is not listed when I try to configure time machine.
    Hope somebody have time to answer.
    Thanks.
    terjem

    Unfortunately even though Apple had touted the AEBS USB2 HD use with TimeMachine (TM) they pulled it from the Leopard TM feature list about 1 week before releasing Leopard GNBuild 9A581.
    At this time Apple does not support use of the AEBS USB HD for use TM.
    I strongly suspect we will see this feature return in one of the next two updates Apple releases for Leopard.
    In the meantime be patient and I don't recommend you use a hack to circumvent the current TM limitation.

  • New user needs help with time machine and mac server.

    I am a new mac user and got a new mac mini running server.  I have time machine enabled on the server and a back up folder created.  My macbook will not see the server when trying to set up time machine from the macbook.  What am I missing?  Thanks.

    Unfortunately even though Apple had touted the AEBS USB2 HD use with TimeMachine (TM) they pulled it from the Leopard TM feature list about 1 week before releasing Leopard GNBuild 9A581.
    At this time Apple does not support use of the AEBS USB HD for use TM.
    I strongly suspect we will see this feature return in one of the next two updates Apple releases for Leopard.
    In the meantime be patient and I don't recommend you use a hack to circumvent the current TM limitation.

Maybe you are looking for

  • Error when creating a bundle or policy

    Hi We are running ZCM 10.3 on SLES10 and when we try to create a bundle or policy we get an error after pressing the finish button. The wizard cannot continue for the following reason(s): Unable to complete your request for the following reason: com.

  • Not able to register DCOM 32 bit component on Windows 7 64 bit machine

    Hi, I need to register a 32 bit delphi component on windows 7 64 bit machine as part of migration of my aplication from windows XP to win 7. After i register the necesary dll's and then run the DCOM exe or try reistering it from running DCOMexe\regse

  • Sending data from flat file or oracle table view to a IBM MQ

    Hi, We need a help in developing solution. We have a scenario, where data(multiple records) in source (table/file) needs to populated into a queue(JMS IBM MQ) as a single message. To achieve this we are trying a two step process. 1)     We created a

  • 1099 MISC configuration and processing

    Hello, Can someone please explain ( step by step) the configuration needed in order to: 1) first set up vendors as a "1099 vendor: 2) Configuration needed in order to create the electronic file to the IRS 3) Any transactions, programs, and tables inv

  • Toolbar Height Not Resizing in RH8

    I've poured through Rick's "Skinny on Skins" and found lots of great things to use.  I'm having trouble with the "Alter WebHelp Toolbar height" Topic though. I followed the instructions and made the following change in my .skn file: <frameset rows="5