Unresponsive automation

I'm currently experiencing an issue where my modulation automation is often unresponsive.  I'm not sure if the problem lies within my keyboard (novation 61SL MkII) or within Logic X itself.  While I'm recording midi and moving the mod wheel, the automation does not input very accurately or sensitively.  When I go into redraw it about 50% of the time any new automation changes are not recognized and remains unresponsive.  The only way to fix it is to delete the region, record it again and hope this time it works!  Completely ridiculous and annoying.  I'm a film composer working 12 hour days 7 days a week and need my gear working 110% of the time and when something this fundamental goes wrong, it slowly eats away at my time efficiency and interferes with a streamlined, fast writing environment.  Any help is much appreciated!

No problems with recording Mod wheel here under LPX using a variety of different midi keyboards and controllers... so I have to assume the issue is with your keyboard in some way....
If you need an urgent workaround you can draw modulation using the step editor and the pencil tool.... which is what I actually find I do most of the time simply because I find I am often playing using both hands.... or use the step editor to tidy up recorded mod wheel data ...
http://help.apple.com/logicpro/mac/10/#lgcp2158a6db

Similar Messages

  • Late Binding Word Automation creates a document with an unresponsive Ribbon

    I have a .NET ActiveX COM object that is calling Word and adding a template for processing. This template will get some data and then add in a layout template which will create the final document with the data and layout.
    When it is all said and done, the Word document has all the data, however, when the user tries to access the ribbon (click on one of the tabs or an item in the visible ribbon), nothing happens (like it is disabled).  You can click into the document
    itself and if the document has bolded text or something like that the ribbon changes to reflect the changes in font. 
    The only way for the ribbon to become responsive is to either minimize and reshow Word or select another application and then back to Word.  This "unlocks" the ribbon and you can interact with it.
    I accidently left in a reference to Word 2010 when I was testing something and then the code I have worked.  I went back to late binding and removed the reference to Office 2010 and it does not work even though none of my code has changed.  The
    Word constants/enums I am using were already locally created and the methods I am using have the either no parameters or the appropriate parameters provided as far as I know.
    In the code snippet below, the line "officeApp.ActiveWindow.Activate()" is what worked with early binding to
    cause the ribbon to be responsive immediately and allow the use to interact with the ribbon with no additional steps.  With late binding nothing seems to work.
    Code snippet :
    Dim reportDocument As Object = Nothing
    Try
    officeApp = GetObject(, "Word.Application")
    usingExistingWord = True
    Catch exp As Exception
    'Not Ideal - would prefer not to rely on Exception handle to catch this
    If officeApp Is Nothing Then
    officeApp = CreateObject("Word.Application")
    End If
    End Try
    Try
    'Open process template
    templateDocument = officeApp.Documents.Add(Template:=ProcessTemplate)
    Catch exp As Exception
    Success = False
    If Not usingExistingWord Then
    officeApp = Nothing
    templateDocument = Nothing
    End If
    Throw exp
    End Try
    If templateDocument Is Nothing Then
    'The process template was not loaded/added properly, abort code
    If Not usingExistingWord Then
    officeApp.Quit()
    officeApp = Nothing
    End If
    Success = False
    Exit Sub
    End If
    'hide Word while the process template runs its code.
    officeApp.Visible = False
    Try
    officeApp.Run("RunReport", _parameters, reportDocument)
    Catch exp As Exception
    Success = False
    If officeApp IsNot Nothing Then
    If templateDocument IsNot Nothing Then
    templateDocument.Close(SaveChanges:=False)
    templateDocument = Nothing
    End If
    If Not usingExistingWord Then
    officeApp.Quit()
    End If
    officeApp = Nothing
    End If
    Throw exp
    End Try
    If Success Then
    Try
    If reportDocument IsNot Nothing Then
    reportDocument.Activate()
    End If
    officeApp.ActiveWindow.Activate()
    officeApp.Activate()
    officeApp.ActiveWindow.ToggleRibbon()
    officeApp.ActiveWindow.ToggleRibbon()
    Catch ex As Exception
    End Try
    End If
    'Done - close the process template
    templateDocument.Close(SaveChanges:=c_wdDoNotSaveChanges)
    End If
    Thanks in advance for any help you are able to provide!

    Hi gardmica,
    Thanks for the detail explaintation. However I still failed to reproduce the issue. Here is the code I tested:
    Public Class Class1
    Sub Main()
    Dim reportDocument As Object = Nothing
    Dim usingExistingWord As Boolean
    Dim officeApp As Object
    Dim templateDocument As Object
    Dim ProcessTemplate As String
    Dim Success As Boolean
    Dim c_wdDoNotSaveChanges As Boolean
    Success = True
    ProcessTemplate = "C:\Users\UserName\Desktop\ProcessAndLayoutTemplates\MailMerge Process XML.dot"
    Try
    officeApp = GetObject(, "Word.Application")
    usingExistingWord = True
    Catch exp As Exception
    'Not Ideal - would prefer not to rely on Exception handle to catch this
    If officeApp Is Nothing Then
    officeApp = CreateObject("Word.Application")
    End If
    End Try
    Try
    'Open process template
    templateDocument = officeApp.Documents.Add(Template:=ProcessTemplate)
    Catch exp As Exception
    Success = False
    If Not usingExistingWord Then
    officeApp = Nothing
    templateDocument = Nothing
    End If
    Throw exp
    End Try
    If templateDocument Is Nothing Then
    'The process template was not loaded/added properly, abort code
    If Not usingExistingWord Then
    officeApp.Quit()
    officeApp = Nothing
    End If
    Success = False
    Exit Sub
    End If
    'hide Word while the process template runs its code.
    officeApp.Visible = True
    Try
    'officeApp.Run("RunReport", _parameters, reportDocument)
    Catch exp As Exception
    Success = False
    If officeApp IsNot Nothing Then
    If templateDocument IsNot Nothing Then
    templateDocument.Close(SaveChanges:=False)
    templateDocument = Nothing
    End If
    If Not usingExistingWord Then
    officeApp.Quit()
    End If
    officeApp = Nothing
    End If
    Throw exp
    End Try
    If Success Then
    Try
    If reportDocument IsNot Nothing Then
    reportDocument.Activate()
    End If
    officeApp.ActiveWindow.Activate()
    officeApp.Activate()
    officeApp.ActiveWindow.ToggleRibbon()
    officeApp.ActiveWindow.ToggleRibbon()
    Catch ex As Exception
    End Try
    End If
    'Done - close the process template
    templateDocument.Close(SaveChanges:=c_wdDoNotSaveChanges)
    End Sub
    End Class
    Did I miss any step? Does the issue exist when you didn't run the "RunReport" macro?
    Also I notich that the template is working in a compatibilty mode, is it helpful that convert it via File->Info->Convert?
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Usb 6501 unresponsive causing BSOD(Blue Screen Error)

    There are a lot posts about the same issue but mine is a little peculiar so i decided to post it.
    I am using two usb DAQ in the same pc(usb-6501, usb-6001), connected to the usb port on the back. The usb-6501 is used to obtain digital inputs from read switches, Sensors through an ssr. The usb-6001 is used to control 2 double valve solenoid, 1 dc motor, 2 indicator lamps. usb-6001 is also used to read analog values of current(using hall effect sensor) and voltage(using potentiometer).
    At first i was facing problems with the usb-6001(the usb-6501 was working fine at this point) resetting during operation accompanied by BSOD. Then i learned it was due to my relay, which requires 30 mA of current to switch so i used the ULN2003a to interface the usb-6001 with the relays and after that the application was running perfectly for 4 days.
    Now the usb-6501 is having the same problem and when i perform "Self Test" from NI MAX it shows "Error Code:50405" and i am able to reset the device from NI MAX only sometimes, other times i would have to unplug the USB device then plug it back in. As the application is used for an automated test rig the customer is frustrated by this problem. Once the card becomes unresponsive(or after the card is reset) BSOD occours.
    I have checked all the device drivers and OS for any errors but they are fine. i have even tried changing the ram to solve the BSOD with no use.
    System Details:
    Windows 7 SP1
    NI MAX 14.0
    power saving is disabled 
    I have attached the latest mini dump files as they might help in finding out the reason behind this problem(File extensions changed for the purpouse of uploading).
    I need to know: Is there any permanent solution for this problem? and what is the reason for this problem.
    Attachments:
    060115-12480-01.txt ‏315 KB
    053015-12324-01.txt ‏315 KB
    052615-17440-01.txt ‏315 KB

    Additional info : i did an analysis of the dump files and this is the result
    0: kd> !analyze -v
    * Bugcheck Analysis *
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: fffff88009fe10b1, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
    Arg4: fffff8800657922e, address which referenced memory
    Debugging Details:
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800032c30e8
    fffff88009fe10b1
    CURRENT_IRQL: 2
    FAULTING_IP:
    nifslk+822e
    fffff880`0657922e 0fb650ff movzx edx,byte ptr [rax-1]
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
    BUGCHECK_STR: 0xD1
    PROCESS_NAME: System
    TRAP_FRAME: fffff80000b9c6b0 -- (.trap 0xfffff80000b9c6b0)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff88009fe10b2 rbx=0000000000000000 rcx=0000000000000000
    rdx=fffff80000b9c8e0 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff8800657922e rsp=fffff80000b9c840 rbp=fffff88009fe10b1
    r8=0000000000000000 r9=0000000000000000 r10=0000000000000000
    r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0 nv up ei ng nz na po nc
    nifslk+0x822e:
    fffff880`0657922e 0fb650ff movzx edx,byte ptr [rax-1] ds:c8e0:fffff880`09fe10b1=??
    Resetting default scope
    LAST_CONTROL_TRANSFER: from fffff80003091be9 to fffff80003092640
    STACK_TEXT:
    fffff800`00b9c568 fffff800`03091be9 : 00000000`0000000a fffff880`09fe10b1 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
    fffff800`00b9c570 fffff800`03090860 : fffffa80`06adc250 fffffa80`05c3a060 fffffa80`06adc250 00000000`0000ffff : nt!KiBugCheckDispatch+0x69
    fffff800`00b9c6b0 fffff880`0657922e : fffff880`05d47468 fffff880`01d91f90 00000000`00000000 fffff880`09fe0770 : nt!KiPageFault+0x260
    fffff800`00b9c840 fffff880`05d47468 : fffff880`01d91f90 00000000`00000000 fffff880`09fe0770 fffff880`09fe17a0 : nifslk+0x822e
    fffff800`00b9c848 fffff880`01d91f90 : 00000000`00000000 fffff880`09fe0770 fffff880`09fe17a0 fffff880`09fe10b1 : 0xfffff880`05d47468
    fffff800`00b9c850 00000000`00000000 : fffff880`09fe0770 fffff880`09fe17a0 fffff880`09fe10b1 fffff800`00b9c8e0 : nipalk+0x75f90
    STACK_COMMAND: kb
    FOLLOWUP_IP:
    nifslk+822e
    fffff880`0657922e 0fb650ff movzx edx,byte ptr [rax-1]
    SYMBOL_STACK_INDEX: 3
    SYMBOL_NAME: nifslk+822e
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: nifslk
    IMAGE_NAME: nifslk.dll
    DEBUG_FLR_IMAGE_TIMESTAMP: 51f2daeb
    FAILURE_BUCKET_ID: X64_0xD1_nifslk+822e
    BUCKET_ID: X64_0xD1_nifslk+822e
    Can anyone help me with what this means?

  • Mavericks desktop unresponsive, missing icons

    My Mavericks desktop has all of a sudden become unresponsive and all the icons are missing though I can see them in Finder. I can't drag any files to the desktop. Can't copy/paste. I can't even right click to bring up the context menu or even drag out a selection box. It's completely blank other than my wallpaper and won't do anything.
    I'm on 10.9.5.
    I don't know if this is related but I recently made an Automator script I found online to show/hide invisible files because I needed it. This is the shell script that runs:
    is_shown=$(defaults read com.apple.finder AppleShowAllFiles)
    if [ $is_shown != "TRUE" ]
    then
    defaults write com.apple.finder AppleShowAllFiles TRUE
    else
    defaults write com.apple.finder AppleShowAllFiles FALSE
    fi
    I did it once to show and once to hide. I did this yesterday but only noticed this issue today. I'm pretty sure it was working fine yesterday after this and this morning.
    I have restarted my computer several times and it still doesn't work. I also found this other solution to run this in Terminal but it didn't work:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    What can i do??

    Do a backup.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.finder.plist and com.apple.desktop.plist. Move the .plists to your desktop.
    Restart and test. If it works okay, delete the plists from the desktop.
    If the same, return the .plists to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Instruments UI Automation not working on Lion

    I have a MBP running Snow Leopard and a MacMini running Lion. Both have Xcode 4.1 and I'm running the same code and scripts for UI Automation. However, Automation doesn't seem to work in Lion. Instrumets locks up and the scripts never start to run. All I see is the simulator waiting to get the commands and Instruments seems unresponsive. If I switch back and forth from simulator to Instruments; eventually I see an error on Instrument and my script all fail. Any ideas? Anyone having the same problem?
    Thanks,
    Ricardo

    Take a look here: http://sealedabstract.com/code/instruments-ui-locking-up-on-lion-xcode-4-1/
    Bacisally, if you cmd-tab to toggle between Instruments and the iOS Simulator a bunch of times it starts working. No clue why, but it's enough to get things working.

  • Downloading podcasts in the background causes iTunes to become unresponsive

    This problem with iTunes downloading podcasts in the background is causing me fits in my well-behaved, rock-solid iMac environment.
    Inevitably, while iTunes is automatically downloading one of my subscribed podcasts, iTunes will become unresponsive and freeze. This requires me to Force Quit iTunes, causing file system errors that need to be repaired with Disk Utility. The file system errors usually consist of these:
    "Missing thread record"
    "Incorrect number of thread records"
    "Invalid volume file count"
    "Missing directory record ID"
    Luckily, Disk Utility can recover the damage without me losing any data. But it chaffs me to no end that I have to shut down my iMac, reboot with my SL DVD, dig up my wireless Mighty Mouse (since the SL DVD doesn't load drivers for my Magic Trackpad), repair my boot disk, reboot, then endure several minutes of "Checking the iTunes library" when I start up iTunes again. Not including the significant time it takes for me to re-establish my working environment.
    The reason why I know it's a podcast that's causing the problem is that as soon as iTunes starts up, the podcast resumes downloading. I've never had iTunes freeze on me while downloading a podcast while I had iTunes in focus. This problem only occurs when iTunes is downloading a podcast in the background. I've checked the log, and the only messages I'm getting is from Automator saying that some actions are not compatible with my current version of iTunes.
    This problem occurs with iTunes 10.0.1, but I've had it happen with iTunes 9.x . My iTunes library is on a Netgear ReadyNAS NV+, accessed by my iMac via 802.11n on my Airport Extreme.
    Is anyone else experiencing freezes or beachballs when downloading podcasts? I'm about ready to shut off auto-download and just do it manually (in fact, I'm surprised that I haven't done this already ).

    iTunes froze again while an podcast was being downloaded (in the Dock, the iTunes icon says "Force Quit"). I waited 10 minutes for iTunes to become responsive again, but it didn't. I tried Cmd-tab to the iTunes window, but it wouldn't come up. I was ready to Force Quit and repair my HD again, when I decided to try one more thing.
    I used Expose to show all the open windows, then picked the frozen iTunes window. Doing this showed the window (why Cmd-tab wouldn't, I don't know), where it listed the partially downloaded podcast in the activity bar. I then went to get my SL DVD. When I got back, iTunes was unfrozen and the podcast download had completed!
    I have no idea why the podcast wouldn't download while iTunes was hidden, and why Cmd-tab wouldn't restore the iTunes session to activity. But now I know that Expose can wake iTunes from the dead, preventing me from killing iTunes with the inevitable HD corruption.

  • System unresponsive, slow, or simply not working (parts)

    Hi, I'm having big troubles recently. I just updated to the latest software updates, but some of the symptoms were there before the update.
    First of all, the menu bars doesn't show a lot of my previous icons. Including time, date, and pretty much everything else you have by default (Spotlight is there).
    Next, plenty of my applications will simply hang (mostly applications that deals with hardware stuff):
    Disk Utility (please take note, even the terminal diskutil will hang, this is important, I'll get back to it later), Image Capture (I plugged in a canon all-in-one I hadn't used for a while, one that I got with the mac) hangs totally, Finder is way too often unresponsive, *exiting a session is impossible, as well as shutting down the mac (no message, simply nothing happens)*, internet access is definetly unusable (way too long lag, too often my browser disconnects or times out note that I use Safari and Firefox).
    I tried rebooting the system so it might solve thing, but shutting it down in any way won't work, even for quitting sessions, as stated above.
    I then though about starting a whole new system (I was planning this because I wanted to clean up this one too), like the system on a drive, my files on another, backup on another, archives, etc; but Disk Utility hangs (no gui is seen, hangs before it loads).
    I also wanted to repairs permissions and fix anything like that, but.. can't use Disk Util. (both GUI and CLI)
    Source of problem I think:
    Not enough disk space - although I have been using the system with a lower disk space recently, I am now a 4GB free on a 500GB which is WAY below the recommended 15% free space at all time
    Fonts - Yes, I have lots of issue with fonts, so using Linotype Fontexplorer X I de-activated all the fonts not listed under "System Fonts" (otherwise I had too much at the same time) but I now see a lot of website using standard fonts with replacement fonts, this sounds bad.
    Possible bad updates?
    I am thinking of booting up another spare system I have (of course to prevent such problems from turning worse (everyone should have another spare system)) and then start over a whole new system.
    Any ideas on how to import files and program (and settings, if possible) in a smart way?
    I would appreciate any help because I am currently experiencing a lot of small problem rendering the whole thing useless, if you have any ideas or suggestions this would be really appreciated, thank you!
    Edit: I can't even post this a the time of writing. The lag I have restrain me from uploading anything to anyone, and permits very low downloading. I had to save this text somewhere until it finally worked posting.
    Edit: I tried adding Menu items in the Core Services folder, manually. Nothing happenned.
    Edit: iTunes awfully long to load too. I dare checking any other apps.

    First step to a cleaner system:
    Make way!
    OS X needs at least 15% of your startup disk to work proprely.
    A lot of experts even in these forum has confirmed this, and this should be a general rule with no exception.
    As my startup has 500GB, I'd need to have at least 75GB more or less (more more than less) space free.
    Using GrandPerspective , I was able to find out who were the culprits using huge disk space, often without good reason. These including gigantic duplicate backup of older system (old win/unix laptop lying around), copy of DVDs (WHOLE copy, god, oh god why?) which were blottering up all the space.
    Other utility of the same genre as GrandPerspective available are: Disk Inventory X (slower than GrandPerspective in my opinion) and TreeSizeMacOSX (a lil awkward to use, not so nice GUI).
    These are program that will show off a graphical display of file depending on their size. Huge one are big nice easy to spot blocks, while smaller files are simply smaller square (as for GrandPerspective and Disk Inventory X). I suggest you try out both.
    Once you've found the culprit, decide what would be his fate.
    As for my DVDs, I am encoding them (high tech quality and encoding, yo!) using Handbrake. If you don't know about Handbrake and need to have some DVDs converted, I highly suggest you try it out at once.
    +Remember to only use DVD encoding and copying for your own and personnal use.+
    Results?
    I have compressed a 70GB disk image to a 45GB using Disk Utility and changing the image type. Oh but since I already had the compressed one, I just made 70GB. Then I am saving at the moment 7,2GB of each DVD, as my final size is 900MB over a 8GB film.
    As for my pictures, which are consuming 100GB of my disks, I am currently building (or trying to) an automator action to resize and compress all the picture I feel less confident about keeping, but that I can't get rid off (I'm sure a lot of people gets the same feeling towards picture). This will help reduce by a lot the number of high quality picture really available, as I don't really need a super RAW quality for each shots.
    One last note: I recommend always have a spare workable drive, perhaps even with a partition with a system on it. In that case, if you ever need to move huge amount of data, or even your whole system, but your system won't move because of lack of space, a spare disk can come in handy in these moments.
    That's pretty much it for disk space cleaning!

  • Mac becomes unresponsive every so often

    Hi, every so often my Mac will become unresponsive, This happens about once or twice a day. When it hangs it's usually for about 7 seconds. Clicking Dashboard won't bring it up, Clicking on Expose won't bring it up, clicking on Safari won't maximize it. When it becomes unresponsive nothing is clickable. this doesn't happen often. I've repaired permissions and restarted my computer. Any help is greatly appreciated.

    Without any information about what is going on specifically when these "pauses" occur, it's nearly impossible to tell you much more. If you note down the time when a pause does occur, then you can check the logs with the Console application to see what was going on at the time.
    If you have automated or scheduled backups the pauses could be due to a backup in progress. You can watch Activity Monitor to see if CPU usage increases dramatically when a pause occurs.
    You can also perform some basic maintenance:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.1 or higher are Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. Versions 1.5.1 or later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep. Dependence upon third-party utilities to run the periodic maintenance scripts had been significantly reduced in Tiger and Leopard. These utilities have limited or no functionality with Snow Leopard and should not be installed.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc. Other utilities are also available such as Onyx, Leopard Cache Cleaner, CockTail, and Xupport, for example.
    For emergency repairs install the freeware utility Applejack (not compatible with Snow Leopard.) If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline. Note that AppleJack 1.5 is required for Leopard. AppleJack is not compatible with Snow Leopard.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. Carbon Copy Cloner (Donationware)
    6. SuperDuper! (Commercial)
    7. Intego Personal Backup (Commercial)
    8. Data Backup (Commercial)
    9. SilverKeeper 2.0 (Freeware)
    10. MimMac (Commercial)
    11. Tri-Backup (Commercial)
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.

  • Unresponsive Mail Application

    Occasionally my mail application becomes unresponsive to mouse commands. I have two accounts, a POP and an IMAP. I feel like its a finder problem of some sort but I'm not sure. I rebuild the mail boxes and archive old mail so that the mail boxes are not too big.

    Mail is a real pain in the butt. Without any reason to point at it could freeze up and stop working. Sometimes it works when you download Mail Vacuum and run it via the automator. In many cases the problems disappear, but there are situations in which nothing helps except for removing the plist and rebuilding your email accounts.
    When you have just two accounts remove the plist from the "preferences" in the library and add them again, in almost all cases the problem is solved. Another reason can be Mobile me, another pain in the neck never working Apple solution. Remove the Sync files in the system folder and if not necessary stop synchronizing Mail, Mail rules and keychain. As an alternative you could upload the plist to mobile me and manually download the files. That way the system does not mess up the sort order either, although with two accounts that is not a real concern I suppose.

  • Scheduler and windows update unavailable / unresponsive,

    Issue:
    Windows Update & Task Scheduler stop working, RDP then fails and a day later the system eventually becomes completely unresponsive and require a reboots to resolve, servers are needing to be rebooted every week on average.
    Environment:
    Server 2012: all receive same windows updates and have the same running services and applications installed,
    all mirror images of DB01
    DB01*Displaying Symptoms mentioned below
    DB02*fine
    DB03*fine
    Non Microsoft Services running:
    EMC Backup Agent
    AVG Antivirus
    Enterprise Recon Node - Ground labs
    GFI LanGuard 11
    BMC Server Automation Agent
    WMware Tools Service
    Link to Warnings Link to Errors
    Symptoms:
    Windows Update is not working
    (stuck in stopping state, accessing via control panel is unresponsive)
    Task Scheduler not working
    it shows a stop sign / busy sign (Service is running, cannot see or create scheduled tasks)
    RDP eventually stops working.
    Above 3 services are started by the same instance (PID) of svchost.exe , killing the svchost.exe instance that started scheduler and windows update services also kills RDP and is not a solution.
    Event Logs:
    Warnings - https://drive.google.com/file/d/0B4FtPRuE-MzqdFExQi1EdFpQdEk/edit?usp=sharing
    Errors - https://drive.google.com/file/d/0B4FtPRuE-MzqMGZzckRwMnFNWGc/edit?usp=sharing

    Hi Fraser,
    Thank you for your update and patience.
    After going through the logs you provided, please check my findings below.
    ===============================================
    Log Name:      Microsoft-Windows-DeviceSetupManager/Admin
    Source:        Microsoft-Windows-DeviceSetupManager
    Date:          9/3/2014 6:55:47 AM
    Event ID:      201
    Level:         Warning
    User:          SYSTEM
    Description:
    A connection to the Windows Metadata and Internet Services (WMIS) could not be established.
    Log Name:      Microsoft-Windows-DeviceSetupManager/Admin
    Source:        Microsoft-Windows-DeviceSetupManager
    Date:          8/31/2014 11:37:33 PM
    Event ID:      200
    Level:         Warning
    User:          SYSTEM
    Description:
    A connection to the Windows Update service could not be established.
    Log Name:      Microsoft-Windows-DeviceSetupManager/Admin
    Source:        Microsoft-Windows-DeviceSetupManager
    Date:          15/08/2013 1:51:01 p.m.
    Event ID:      202
    Level:         Warning  
    User:          SYSTEM
    Description:
    The Network List Manager reports no connectivity to the internet.
    Log Name:      System
    Source:        DistributedCOM
    Date:          9/3/2014 3:10:41 AM
    Event ID:      10029
    Level:         Error  
    User:          SYSTEM
    Description:
    The activation of the CLSID {E60687F7-01A1-40AA-86AC-DB1CBF673334} timed out waiting for the service wuauserv to stop.
    Log Name:      Microsoft-Windows-DeviceSetupManager/Admin
    Source:        DeviceSetupManager
    Date:          9/1/2014 7:26:06 AM
    Event ID:      121
    Level:         Error  
    User:          SYSTEM
    Description:
    Driver install failed, result=0x80072EE2 for devnode 'TERMINPUT_BUS\UMB\2&2C22BCC9&0&SESSION1MOUSE0'
    ===========
    As per my research, those events which related to Device Setup Manager generated because Device Setup Manager just goes out and pings windows update
    every night to see if any devices that are installed and set up to use Windows Update to update the corresponding drivers.
    Currently, I suggest we make sure the drivers on your server are all up to date via Device Manager. Meanwhile, please try setting up the Windows Update settings from
    installing update automatically to manually installing updates. Then restart the server to monitor the issue.
    After all the above, if the issue persists, could you please help collect the following information?
    =====================================
    1. Run the following command and upload the system information.
    msinfo32 /nfo      C:\SYSSUM.NFO /categories +systemsummary
    2. Does the issue still occur in Clean Boot mode?
    If you have any questions or additional information, feel free to let me know.
    Thanks for your time.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Early 2011 Mac Book Pro (MBP) problem with sporadic AMD GPU automated switching system

    I have an early 2011 Mac Book Pro (MBP) - specs are listed below. I have read online about other 2011s having an automatic shutdown problem & sporadic failure re the graphics AMD Radeon HD 6490M GPU automated switching system (among other problems with this "innovation" by Apple). I am having this problem: Shuts down by itself. Restarts - in the middle of the restart shuts down again. Fans are operating just fine. The problem has occurred if a video is playing, if I try to edit a video. It has occurred while using Skype (if the other party puts on their video camera), Firefox & Safari & Google Chrome. It has occurred even if I was working in Word if I was connected to the internet. I am working in a developing country and I have done a PRAM SMC Disk Utility Repair disk had a diagnostic run which showed no problems, etc.There is no temporary fix. Apple now hear this: This is going to morph into a logic board problem and you still haven't done anything about it??? This is an APPLE defect and I am very disappointed in Apple not acknowledging this defect and fixing the problem or issuing notification of a recall. I am outside of Apple Care and I have never had a mac give trouble until the 5 year mark. A 2GB RAM white iMac I gave my Mom is still operating perfectly! I am in the middle of a  climate change mitigation project and a I cannot finish my work due to this problem and I cannot afford to pay for another MBP $2400 doorstop. What is going on here? Steve dies so there is no one to put the fear of God in anyone at Apple anymore and now no one cares  about customer service? Where is the product recall? I have been a loyal Apple customer since 1983. Yes, 1983. DO SOMETHING NOW APPLE & NOTIFY US OF IT - We all registered our computers on YOUR website so you know who we are. Has anyone filed a class action yet?
    Hardware Overview:
      Model Name:    MacBook Pro
      Model Identifier:    MacBookPro8,2
      Processor Name:    Intel Core i7
      Processor Speed:    2 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):    256 KB
      L3 Cache:    6 MB
      Memory:    4 GB
      Boot ROM Version:    MBP81.0047.B27
      SMC Version (system):    1.69f4
      Hardware UUID:    9DCDDE07-1E9D-5E1B-81EF-DDAC9000FF
    Storage Capacity: 500 GB

    I had a 13" mid-2012 that had three logic boards fail in less than a year of purchase. My symptoms were it would freeze while using it or after it was put to sleep. When it froze while being used, it would flash pixels in groups in different colors and would become unresponsive to everything but forcing it to shut down. If it froze while sleeping, it wouldn't wake up and it would get extremely hot to the touch. Apple covered the repairs every time but they sent me receipts and each time, it was a $480 logic board plus labor so it would cost about $530 overall. It sounds to me it's your hard drive because I also experienced two hard drive failures. First time was from an accidental drop. I would get a loading bar on startup and once it finished, it would shut down. I couldn't boot into recovery mode at or do anything. But before that would happen, I would get an error in disk utility after performing a disk repair saying it couldn't repair the disk and to back up as much data as I could. Luckily I have the Time Capsule so my data was always safe.

  • Unable to capture startup and shutdown event of Photoshop in automation Plugin.

    Hi,
    I am creating an automation plugin and I want to register some events. I have seen listener plugin sample to register event in startup and unregister event in shutdown. I have used same code in my plugin but I am unable to capture the startup nad shutdown event of Photoshop. On clicking the menu item of my plugin the calls come inside the AutoPluginMain but during the startup or shutdown of plugin, the calls does not come inside the AutoPluginMain.
    I am unable to detect the cause of the problem. Can someone please giude me??
    Thanks in advance.

    Hi Tom,
    Thanks for the suggestion.
    Yes, I am working on Windows. As you suggested, I compiled .rc file but the compile option for .r file was disabled. After compiling the .rc file, I again rebuild the complete project and tested my build. But still I was not able to achive the desired result.
    Any other thing that I need to do to make it work?
    Thanks

  • When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of it.

    When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of this message. When I login to my husband's account, this message does not appear.

    Hey sunnyday7!
    Here is an article that can help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Additional Information
    OS X automatically relaunches the Finder when it is quit. If the Finder is unresponsive, use Force Quit to relaunch it. Select Finder in the Force Quit Window or Dock, then click Relaunch.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How to resize and change the resolution of a batch of photos using Automator

    I searched for a long time tonight looking for the answer to this (seemingly) simple question:
    How do I use Automator to scale and change the resolution of a batch of images?
    It was not so simple.
    Links to this question:
    https://discussions.apple.com/message/12341246#12341246
    https://discussions.apple.com/message/12342026#12342026
    https://discussions.apple.com/message/5785047#5785047
    https://discussions.apple.com/message/1173358#1173358
    https://discussions.apple.com/message/5641853#5641853
    https://discussions.apple.com/message/3207516#3207516
    These are just the links on this site - I found them all over the place at MacRumors, Apple Tips, Mac Help, etc.
    You can actually manage this in Automator.
    Here are the steps that worked for me:
    Create an Automator APPLICATION - not a workflow (this is due to the way that I'm batch converting images - workflows might be ok for some cases)
    Step 1 is Copy Finder Items
    My flow inserts an SD card, opens the DCIM folder that my Nikon creates, selecting the images that I click (command + click to multi-select) and once I have the photos highlighted, I drag them onto this Automator App we're creating.
    <==  You'll have this guy soon!
    As a result - I want to copy the originals to my computer as step 1.  I don't touch the originals on the SD card (and cards are cheap so I tend to leave them on the cards as well)
    Step 2 is the Scale Images action - you can search the library for this and find it quickly.  For my part, I found that scaling images to about 38.8 percent of their size on the SD card is good for uploading to a blog.  Change this value to whatever you wish.
    Step 3 is Run Shell Script - and here is where we marry the brilliance found at this link with our script.If you have a hard time reading the text in the image, it is as follows:
    #bin/bash
    for f in "$@"
    do
         /usr/bin/sips -s dpiHeight 72.0 -s dpiWidth 72.0 $f
    done
    Save this application (I named mine "Format Photos")
    Place the application inside the target folder where you want the images to end up.  I do this because when I have the SD card window open, I can also open my "Photos" window and see my App sitting there.  I select my images as I mentioned and drag them on top of this app.  The app copies the originals and the conversions into the folder.
    NOTES: When you open a converted pic in Preview, you will see Resolution = 300 dpi if you go to Tools --> Adjust Size...  This reading is explained by another brilliant discussion as sips only touches the JFIF properties inside the file's MetaData.  However, if you look at the bottom of the Adjust Size... window, you'll see the image size is probably around 500 kb (give or take depending on the original).  My goal was to get the images down from the 3.0 MB I shoot at to around 500 kb.  Therefore even though the MetaData still thinks that it is 300 DPI according to Preview, it has been changed to 72 (open it in some other applications mentioned at the links and you'll find different readings - it all depends on what the application reads from the Meta).
    This does not rename the files, so you'll get DSC_1000.jpg and DSC_1000 copy.jpg in all likelihood.  If that annoys you, add a step into the Automator Application that renames the file after the "Run Shell Script" action has run, and you can have each file renamed according to some convention that you like.
    This took a heck of a lot longer than I expected - so I decided to put in the effort to share this with the community and save others the hassle. 

    PPI is pixels per inch of the image.  It is difficult to increase resolution as you are trying to add data that is not there.
    But for printing purposes what you want is dpi or dots per inch.
    The image processor either accessed from Bridge (tools/photoshp) or PS is a good way to change a batch of images.

  • A tree-view in HTML page with nodes generated with java script in run time is not visible in the UI Automation Tree. Need Help

    I have a HTML page with an IFrame. Inside the Iframe there is a table with a tree view
    <iframe>
    <table>
    <tr>
    <td>
    <treeview id="tv1"></treeview>
    </td>
    </tr>
    </table>
    </iframe>
    In UIA, i am able to traverse till the tree view but not able to see it.
    I have used the TreeWalker.RawViewWalker Field to traverse the node from the desktop Automation.RootElement. 
    I tried to use AutomationElement.FromPoint method to check whether i am able to get that element. Fortunately i was able to get the automation element. 
    i tried to get the path to root element from the node element using the TreeWalker.RawViewWalker. I was able to get the parent path to the root element.
    But trying the reverse way like navigating from root element to tree node, was not getting the element for me. 
    Please help me with suggestions or inputs to resolve this issue. 

    Thanks Bernard,
    It works fine with JInitiator but not working with
    the JPI. For JPI what settings I need to do ??hi TKARIM and Bernard, i am having similar problem even with the Bernard's recommended setup. could you post the webutiljini.htm (i presume you are using config=test) ?
    i am actually using jinitiator 1.3.1.28 with Oracle HTTP Server of OAS 10gR2) calling Forms Server 6i (f60cgi). After setting up according to Bernard's recommended setup steps, the java console showed that it loaded the icon jar file when it could not read the form, but it skipped the loading of the icon jar file once it read and started the form. How do we specify in the form to pick up the icon from the jar file instead from a directory ? Or do we need to specify ? Any ideas ?
    Thx and Regards
    dkklau

Maybe you are looking for