Leftovers?

I have never been able to click the curly arrow next to messages I replied to or the straight arrow next to messages I forwarded without getting an error like
"Mail was unable to find your response to the message “XXXX”. You may have deleted the message."
I started researching this today and ran across various discussions about "leftover files." This gave me something to be concerned about. I am a VERY early mac adopter. Some of my oldest mail messages were imported from Claris Emailer. I am worried that my entire mailbox structure is suspect at this point.
So, I went for a hunt for those leftover files. I found mbox files within ".mbox" folders, but some of those were modified very recently (within the last month or so). Should I still delete those or only ones that haven't been modified in a while? I haven't done anything yet....
I have other files in some of my ".mbox" folders that are very old but are not mentioned in the Knowledge Base article on leftovers, like one called "IncomingTable_ofContents" created and modified in 5/05. Should I delete those?
I have some empty folders. Are these the ones that are truly empty in Mail (I deleted messages I no longer need)?
After I do this cleanup, have others been successful with deleting that Envelope Index file and forcing it to rebuild? Does that bring back the functions that I have been missing all this time?

Getting rid of the old Mail 1.x files isn’t going to fix the problem you’re concerned with, and re-creating Envelope Index (with or without the old files) probably won’t fix it either. Yours is a problem for which no proven solution exists. Sometimes restarting the computer is all that’s needed to fix it, sometimes it cannot be fixed no matter what.
That said, the only items within an *.mbox or an *.imapmbox folder used by Mail 2.x are Info.plist and the Messages folder. Any other files you may see there are almost certainly Mail 1.x files that Mail 2.x leaves there after the conversion. This is poorly explained in Mac OS X 10.4 Mail: Some mailbox files used by Mac OS X 10.3 are not deleted after importing. The article only talks about mailboxes in ~/Library/Mail/Mailboxes/, but the same could also be said about mailboxes in any of the “POP-”, “IMAP-”, or “Mac-” account folders.
As long as you keep a backup copy of the old files for a while (at least, until you’re sure everything was converted properly), they can safely be removed from the Mail folder. OnyX has a Cleaning > Misc Options > Temporary and obsolete items option for getting rid of all those files.
Note that if you see strangely-named Messages-T0x... folders, these aren’t old files from previous versions of Mail, but rather an indication that there is something amiss. More specifically, these are temporary folders created by Mail 2.x during an import or a reindexing process (e.g. rebuilding a mailbox) that Mail should have deleted when done. Their presence is a clear indication that something didn’t work as expected.
I found mbox files within ".mbox" folders, but some of those
were modified very recently (within the last month or so)
This doesn’t make sense. Could you please elaborate on this?

Similar Messages

  • Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers.

    Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers. Is there an efficient way to this?
    I'm thinking I can convert the files with Compressor and place them in a new folder with their original file names (not sure how to get compressor to do this yet) and then do a major "Reconnect Clip" afterwards.
    Not sure if there's a more efficient way to get all the clips in the timeline to compressor. I want the full files, not a sequence export. I can go through one clip and a time and add the master file. I'd rather not.
    The more automated processes the better.
    Thank you. I'm currently working so I don't have the time to scour the forums. Help or links to help would be greatly appreciated.
    B

    yeah Media reconnect can be an issue.
    Will Media Manager convert files? Another thing I was thinking was to Media Manage the sequence out, copying all the used files to a new folder, and then running that through compressor. But it still leads to a massive reconnect. Fine tuning all those edits would be less involved than re-editing the whole thing, I hope.

  • How to erase  leftovers of an old AcrobatPro Demo?

    I downloaded the trial version of Adobe AcrobatPro9. Unfortunately it refuses to install giving a message that there is
    Adobe AcrobatPro trial already installed!
    This is false but I was advised that remains of an old AcrobatPro demo, erased long time ago are causing this message because the uninstallation did not really remove the old demo and bits and pieces are left all over the hard drive.
    Tried to find way to clean my HD from these  old files but without success.
    Got tips to get some  tools  like these below:
    ADOBE_REGISTRY_RESET_TOOL.5427502.TPB.torrent
    ADOBE_CLEAN_INSTALL_UNINSTALL___LICENCE_RESET_TOOLKIT.5323279.TPBtorrent
    Long story short - they don’t work actually.
    Tried  different uninstallers like Revo, FreeUninstall and CleanseUninstallPro bu they can detect programs only , not bits and pieces.
    Registry cleaner did not help either- there are many files but the ones I’m after can not be identified.
    The question:
    Can someone, please,  tell me how to identify these contaminating old AcrobatPro Demo leftovers
    and install latest  AcrobatPro9 Demo?
    Thanks for any advise that works!

    Sign out of that account on your ipad/iphone and sgn into the right one.
    This is covered in the settings section of the manual.
    Any apps purchased using the old account will always be tied to that account and will always hve to be updated using that account.

  • `pacstrap -i /mnt base` fails because of linux 'leftovers' [SOLVED]

    Hi,
    In the process of trying to install Arch (on Acer Aspire V3, UEFI Bios, dual-boot with win 8.1) I accidentally skipped the step of manually creating a configuration file to add an entry for Arch Linux to the gummiboot manager. As a result I could not boot into arch and also failed chrooting into it. I then tried to wipe out the linux partitions (root and home) and reinstall the base system, but after wiping them out and loading again arch from the live USB and running
    pacstrap -i /mnt base base-devel
    I got the following error:
    error: failed to commit transaction (conflicting files)
    linux: mnt/boot/vmlinuz-linux exists in filesystem
    I tried looking it up online but the only similar thing I could find was the Beginners guide entry saying I should run:
    pacman-key --init && pacman-key --populate archlinux
    I ran it but it didn't help me.
    I also ran
    efibootmgr -B -b <number>
    to delete the linux entry but that did not help either (i.e. the linux entry is gone, but I still get that error message).
    I'd like to wipe out any remaining 'leftovers' of the old linux installation and make a new one, without damaging my windows installation (which I assume should mean without wiping out the EFI partition).
    How can I achieve that?
    Last edited by rangel (2014-02-25 09:45:31)

    I have root and home on two separate partitions. I wiped them by deleting the partitions and making new ones using cgdisk. According to this I mounted the EFI system (which is on a separate partition, which came with the win installation) on /mnt/boot using:
    mkdir -p /mnt/boot
    mount /dev/sdXY /mnt/boot
    I assume (but not entirely sure) that I should delete whatever's left in the EFI partition, but I'd like to do it 'surgically' and not wipe it out (so as not to damage the win installation).

  • [solved] Help me removing some daemon leftovers

    Since i removed a daemon (ioniced) from my system, i get the following error on shutdown:
    /etc/rc.shutdown: line 40: /etc/rc.d/ioniced: no such file or directory
    I already tried to delete /var/run/daemons/ioniced and it works for the next shutdown, but when i shutdown the machine again (the second time) the error is back again...
    Maybe it has something to do with the rc-script for ioniced, check it out here
    So, how can i remove this stuff completely?
    Thanks
    Last edited by funkyou (2007-11-20 13:06:51)

    My guess is that you have a file named ioniced left in /var/run/daemons/. Try to remove it and check if the problem disappears.
    Edit: I saw that you already tried it. Maybe it is started by another script. Anyway, it seems really strange that it reappears. Do you still have the ioniced script file in rc.d? You could try to rename it or move it somewhere else and see if that solves the problem.
    Last edited by PJ (2007-11-20 12:04:04)

  • Image/Text Leftovers

    We're trying to create a little slideshow with links:
    http://www.collarcover.com/flash.html
    If you watch the slideshow, after "Goldenrod" appears a transition is made to "Blue Camo". The word "Goldenrod" remains on-screen just a little bit too long, leaving a remnant visible. Simply running through the timeline works fine, but the fade effect vanishes once the .fla is exported to .swf. It happens with a couple of the transitions in the slideshow.
    Anybody have an idea what we're doing wrong?

    Thank you for responding. The .fla file can be found here:
    http://www.collarcover.com/flash.fla

  • Cleaning up ANE Android leftovers?

    After seeing the duplication of resources in assets/META-INF folders, I investigated this further to find that there's a huge amount of unneeded leftover files left here that can *and should* be deleted for a release build.
    For us, this is 11.5MB of a 42.5MB apk, down to 31MB after this clearout.
    Basically, after deleting all files that match the regex,
    assets/META-INF/AIR/extensions/[^/]+/META-INF/ANE/Android-ARM/(?!library.swf)
    Leaves the apk in a perfect state, but a much more manageable / palatable size.  This cleanout can be achieved after the building of the apk with aapt, from android-apktool -  A tool for reverse engineering Android apk files - Google Project Hosting, with commands like,
    aapt remove mygame.apk assets/META-INF/AIR/extensions/com.google.api.game/META-INF/ANE/Android-ARM/android-suppo rt-v4.jar
    aapt remove mygame.apk assets/META-INF/AIR/extensions/com.google.api.game/META-INF/ANE/Android-ARM/appcompat_v7- res/abc_ic_voice_search_api_holo_light.png
    This should *absolutely* be done automatically by the build process, because as I said this contributed to our app growing by a third of it's proper size.

    Seriously Adobe, how can you not at least give this a reply?  Leaving 10MB of unnecessary files on a mobile app is nearly an abominable crime and has to be fixed, and as I've explained (and am operating with now), it's easy-ish for me to fix post-packaging.  For you guys to fix it pre that should be an absolute synch.  Please do something about it.

  • Getting rid of leftovers in /var/abs/local/yaourtbuild

    I built kdevelop-git using yaourt and decided not to go through with the install, and now I have two folders under /var/abs/local/yaourtbuild called kdevelop-git and kdevplatform-git containing the targets.
    So the question is how do I get rid of this without breaking anything?
    Can I just delete the folders?
    Last edited by drobole (2012-10-25 22:35:04)

    Mr.Elendig wrote:I strongly suggest building in $HOME instead of /var/abs. You can configure yaourt to do so, the manual says how.
    I just figured out that yaourt uses /tmp to build software by default so I guess I'm good.
    I also think I will pick you up on that. Keeping the sources and binaries under control makes more sense anyway

  • This is a test of the Edit button

    I am using Harm's original guide posts to see what's happening with the edit button
    How do you set up your editing machine in terms of disks for maximum performance and reliability? (SSD's are left out here.)
    This is a question that often arises and all too often one sees that initial settings are really suboptimal. These rules are intended to help you decide how to setup your disks to get the best response times. Of course the only disks in an editing machine must be 7200 RPM types or faster. No GREEN disks at all.
    Rule 1: NEVER partition a disk. You may ask why? First of all, it does not increase disk space, it just allocates the space differently. However, the major drawback is that for a partitioned disk the OS must first access a partition table at the beginning of the disk for all accesses to the disk, thus requiring the heads to move to the beginning of the disk, then when it has gotten the partition info move to the designated area on the disk and perform the requested action. This means much more wear-and-tear on the mechanics of the disk, slower speeds and more overhead for the OS, all reducing efficiency.
    Rule 2: Avoid using USB drives, since they are the slowest on the market. Do not be tricked by the alleged bandwidth of USB 2.0 advertisements, because is just is not true and remember that the alleged bandwidth is shared by all USB devices, so if you have a USB mouse, keyboard, printer, card reader or whatever, they all share the bandwidth. Stick to SCSI or SATA disks or e-SATA. If needed, you can use Firewire-800 or even Firewire-400 disks, but they are really more suited for backups than for editing.
    Rule 3: Use at least 3 different physical disks on an editing machine, one for OS/programs, one for media and one for pagefile/scratch/renders. Even on a notebook with one internal drive it is easy to accomplish this by using a dual e-SATA to Express card connector. That gives you an additional two e-SATA connections for external disks.
    Rule 4: Spread disk access across as many disks as you have. If you have OS & programs on disk C:, set your pagefile on another disk. Also set your pagefile to a fixed size, preferably somewhere around 1.5 times your physical memory.
    Rule 5: Turn off index search and compression. Both will cause severe performance hits if you leave them on.
    Rule 6: If the fill rate on any of your SATA disks goes over 60-70% it is time to get a larger or an additional disk.
    Rule 7: Perform regular defrags on all of your disks. For instance, you can schedule this daily during your lunch break.
    Rule 8: Keep your disks cool by using adequate airflow by means of additional fans if needed. You can use SMART to monitor disk temperatures, which should be under 35 degrees C at all times and normally hover around 20-24 C, at least in a properly cooled system.
    Rule 9: If people want raid, the cheapest way is to use the on-board IHCR or Marvell chip, but it places a relatively high burden on the CPU. The best way is a hardware controller card, preferably based on the IOP348 chip. Areca ARC and ADAPTEC come to mind. 3Ware uses it's own chipset and though not bad, they are not in the same league as the other two. Promise and the like in the budget range are no good and a complete waste of money. Expect to spend around $ 800 plus for a good controller with 12 connectors internally and 4 e-SATA connectors. Important to consider in a purchasing decision is whether the on-board cache memory can be expanded from the regular 256/512 MB to 2 or even 4 GB. Be aware that 2 GB cache can be relatively cheap, but the 4 GB version extremely costly ($ 30 versus $ 300). For safety reasons it is advisable to include a battery backup module (BBM).
    Rule 10: If you can easily replace the data in case of disk failure (like rendered files), go ahead and use raid0, but if you want any protection against data loss, use raid 3/5/6/10/30/50. For further protection you can use hot spares, diminishing downtime and performance degradation.
    In general when you get a new disk, pay close attention to any rattling noise, do perform regular disk checks, and in case of doubt about reliability, exchange the disk under guarantee. Often a new disk will fail in the first three months. If they survive that period, most of the disks will survive for the next couple of years. If you use a lot of internal disks like I do (17), set staggered spin-up to around 1 second to lessen the burden on the PSU and improve stability.
    Hope this helps to answer some basic questions. If not, let me know. Further enhancements and suggestions are welcome
    ==============================================================================
    For AMD setups, disregard the mentions of sockets and the like but the general recommendations still hold.
    When you need a new PC for editing purposes, you basically have three choices:
    1. Buy an off the shelf system from companies like HP or Dell.
    2. Buy a custom built PC from a specialist company, like http://www.guygraphics.com/
    3. Build it yourself.
    Solution 1 can offer good prices if you stick to their standard configurations and it is easy. But remember that these companies make their profit not on the base system, but on all the options they offer. If you follow their recommendations and upgrade memory, hard disks, or choose a better video card or a faster processor, they steal you blind.
    I have nothing against HP or Dell, I have bought systems from them, but usually that was because of a great offer with all the features I needed at the time and applied to notebooks, desktops and servers.
    Solution 2 is usually costly, but you get what you pay for. You get the expertise of the seller/builder in selecting the right components, he builds it, installs the software and tests it before delivery. The downside is that often these specialists have their own favorite hardware, like Matrox or Canopus and try to get that into the deal, which increases the price.
    Solution 3 is usually the most cost effective and the most flexible, but the largest drawback is that you need to choose all the right components, to be aware of potential incompatibilities and build it yourself. Many see that as a major stumbling block, but really it is not difficult. Another drawback is support. You have to do it yourself.
    The first steps to take are twofold:
    1. What material do you want to edit and how do you want to deliver the results?
    To put it bluntly, if you want to edit material, recorded with a mobile phone, a digital still camera, recorded off the internet from YouTube or similar, recorded from TV, grabbed from the screen, encoded with any unsuitable codec like DivX, XVid, or the like, or ripped from DVD, and that is your major purpose, no need to read this further, just use a consumer application like Windows Movie Maker or Magix for your editing.
    This guide is for people who use a VIDEO camera and want to edit that.
    So for people with video cameras, what is the main format you use? DV, HDV, DVCPROHD, AVCHD, XDCAMHD, other?
    Do you deliver for the web, on BR or DVD or all of those?
    2. What is your budget?
    Once you have answered these two basic questions for yourself can you start the selection process.
    It will require you to read quite a lot about PC's. Good general sources of information are:
    http://www.tomshardware.com and http://anandtech.com
    As a general rule of thumb you can say that the minimum requirements in terms of CPU, despite what Adobe mentions as minimum requirements, are:
    1. For DV: Core 2 Duo
    2. For AVCHD: i7 with HT or dual Xeon's 55xx
    3. For other HD formats: Core 2 Quad
    It generally does not pay to get the fastest CPU, unless you have an unlimited budget. Their price/performance is usually not the best and you will find a step down gives you nearly the same performance at a much lower price. And there is always overclocking, but I'll come back to that later. To give an example, the Core 2 Extreme QX6850 is currently more than 4 times as expensive as the Core 2 Quad Q9550, but does not deliver any noteworthy performance improvement. And both are quad cores.
    To help you narrow down your choices, it is worthwhile to have a look at these charts:
    http://www.tomshardware.com/charts/desptop-cpu-charts-q3-2008/Cinema-4D-Release- 10,835.html
    Likely a new version for Q1-2009 will come out shortly.
    In deciding on your shortlist, keep in mind that for video editing FSB speed and cache size are very important. First look at FSB speed (the higher the better, so if you have the choice between 1066 or 1333 FSB, always choose the higher one if it fits your budget). Next narrow down your choices by selecting the CPU with the largest cache. 6 MB L3 cache is better than 3 MB.
    Let's assume that after studying all these sites and reading a lot about CPU's, you have made a shortlist of possible candidates, that fit the minimum requirements indicated above, you have to identify what socket the CPU uses. Is it a 775 pin socket (Core2), a 1366 pin (i7 or Xeon 55xx) or a 771 Xeon 54xx or lower (old generation) socket. This will largely determine your choice of motherboard and memory type you need and as a consequence the case and cooling you need.
    In general the chipset on a 775 mobo uses DDR2, dual channel memory, which is widely available and relatively cheap. On a 771 mobo the memory used is FBDIMM (fully buffered DDR2) with ECC (error correction) which is much harder to get and significantly more expensive. On a 1366 mobo the memory is triple channel DDR3 which is faster than DDR2 but also more expensive. For Xeon 55xx based boards memory used is FBDIMM's triple channel with ECC, which is hard to find and costly.
    The main difference between DDR2 and DDR3 is that dual channel requires two populated memory banks for dual channel operation, whereas triple channel DDR3 requires three banks populated. That is the reason that mobo's with DDR2 usually come with 4 or 8 GB RAM and DDR3 mobo's with 6 or 12 GB RAM. DDR3 is faster (at the same specs) than DDR2. To complicate matters further, most 775 mobo's offer 4 memory slots, 1366 mobo's usually offer 6 memory slots and 1366 dual socket Xeon boards usually offer 12 memory slots.
    I see you are losing interest, this is getting way too complicated. Well, I'm sorry but if you want to make an informed decision on what your next system should be, you need to understand these basics or buy a Dell or HP or even Alienware (a Dell subsidiary). And I continue to bore you with these technicalities in order to help you make a good purchasing decision.
    When selecting a mobo for the CPU you have selected, read tests on TomsHardware or AnandTech to help you find the good performers that have the right set of features for your job. Good brands are ASUS, Abit, Gigabyte and MSI for single socket use, for dual socket the best one to check out is SuperMicro or possibly Tyan.
    Pay attention to the features a board offers, like dual NIC's (network interface controller), dual firewire, number of SATA ports, chipset used for the SATA controller, IHCR and/or Marvell raid capability, on board sound, etcetera. Pay special attention to the board layout, where the PCI-e slots are located in relation to PCI slots. I have once built a machine where I knew I had to use a PCI firewire board and due to the location of the PCI-e slot and the size of the video card (dual slot size) the PCI slot was no longer accessible. It caused me quite some headaches to find a PCI-x firewire replacement board, because I had forgotten to have a close look at the mobo layout. Just a warning, so you don't fall into the same trap I did.
    Ok, we have now decided on the CPU and the mobo. Let's have a look at memory.
    General rule: Get as much as you can and don't spend it on higher clock capable versions! You will gain more from slower memory in large quantities, than from faster but less memory, even with 32 bit apps like CS4. One of the side effects of more memory is less use of a pagefile, which is far slower than RAM, so even if the application can not access more than 4 GB, your pagefile use will be much lower with more memory installed.
    Memory is offered with various ratings. Often in marketing jargon these are dubbed as PC3-8500 or PC3-10600 or PC3-12800 up to 16000. This is all hype. The price tag increases significantly with higher numbers but the performance gain is negligent, in the order of 1 or 2 %. Your best bet is to get memory that is suitable for the FSB speed you have. If you have a FSB of 1333, use memory for 1333 FSB (10600), if you have a FSB of 1066, get 1066 capable memory (8500), it is a complete waste of money to get 1600 capable memory if your FSB does not support it. What is important however is to get the best timings you can find.
    The lower the CAS latency, the better. Also look at tRAS (ROW-ACTIVE-TIME) results. These timing figures may give you better performance than spending money on higher clocked memory. On my system I have 6-6-6-18 timings for memory (even when overclocked by 35% and without increasing the voltage), which gives far better results than 9-9-9-27 timings. BTW, timings are usually measured in CAS, RAS-to-CAS, tRP and tRAS sequence. The lower these numbers, the better it is.
    In general get at least 4 GB on a 775 or 6 GB on a 1366 mobo, but you may benefit from doubling these figures if you are multitasking, for instance having PR, AE and EN open for dynamic linking, or changing to PS for text or still manipulation.
    Next: Storage. I point you to a previous guide I made which gives you the basics about disk setup:
    http://forums.adobe.com/thread/427772
    Next cases. I suggest to only look at big towers or server towers, depending on the mobo of your choice. For dual CPU sockets a server tower is almost always a must, decause of the use of e-ATX size mobo's and the requirement for specialized cooling, often using an air duct, which is only available in server cases. SuperMicro is a prime supplier and my personal favorite in terms of build quality, expansion capabilities and reliability. Be aware however that the power supply in those cases are pretty noisy. For single CPU solutions there are many choices, often based on looks. What is much more important however is the expansion room and the airflow in those cases. You don't want to pimp your editing machine with LED illuminated fans, transparent sides and the like. It needs to be functional. Antec, CoolerMaster, Lian Li and ThermalTake are common brands and worth having a look at. Looking at smaller cases with a sexy look will often lead to disappointment in the future, since they often lack the capability to add additional disk drives or burners internally or get so full with equipment, that cooling is going to be a real problem. Do take into consideration that you may need 1 or 2 5.25" slots for burners.
    Warning: COOLING is essential for reliability and longevity of your system. We'll get to that in a minute.
    If you work long form projects, have a multitude of projects or other situations that may require a large number of disks in use or for backup, it is worth to have a look at cases that offer SAS backplanes and (hot-)swappable disk cages. Often on various sites you may find entries to case modding, where you can find other disk cages that allow you to use four 3.5" disks in the space for two 5.25" slots. In my case I had 6 3.5" slots as is was delivered. I have modded my case to now contain 14 3.5" disks just on the front with room for another disk. To avoid disappointment in the future and a lot of work of rebuilding your PC into a new chassis, plan ahead for the storage requirements you may have in the next years. If you start out with 4
    disks now, but expect to use 8 next year, be sure that they fit in, even if it requires different disk cages. Make sure that there is adequate cooling for the disks in the disk cages, preferably with 80 or 120 mm fans in front of the disks and use a replacable dust filter.
    By this stage we have found the CPU, mobo, memory, hard disks and case. Time to have a look at video cards.
    General: CS4 will not significantly benefit from a high end video card. The marketing hype wants us to believe that the nVidia
    Quadro CX will give enormous benefits for encoding H.264, but that is just what it is: "Hype".
    For general NLE work you are better served with more CPU power, more memory and more hard disks and possibly a better raid controller with more cache than with a video card that costs you at least $ 1 K extra in comparison to very good cards. Better spend the money where you benefit from it. SLI or CrossFire is a complete waste of money and only applies to gamers. Everybody serious about video editing will NEVER install a game on his machine so forget about those things.
    If you make sure that you have at least 512 MB on a decent modern video card, you will be hard pressed to see significant differences in performance. ATI Radeon 4xxx and nVidia GT 2xx series are all well up to the task for editing. If you use GPU intensive plug-ins like Colorista or Magic Bullet you may be wise to choose for the more powerful versions of these cards, since these plug-ins are very demanding when rendering.
    These video cards get very hot in practice and especially under load. If your case is very full or you have another card in the next PCI-e slot, reducing airflow to the video card, you may consider exchanging the stock cooler on the video card by a special cooler like the Accelero Twin Turbo from Arctic Cooling to keep temperatures in hand.
    Now go to http://extreme.outervision.com/psucalculatorlite.jsp and use the PSU calculator to roughly decide what your power supply needs to deliver in terms of Wattage. I strongly suggest to get the PRO version (it is cheap!) but it saves you from fatal mistakes. A PSU (power supply unit) is one of the most overlooked and neglected components in a PC and very often the cause for all kinds of mysterious faults, hangs, BSOD's, restarts etcetera. Let me tell what nearly happened to me when building a new PC. I had checked the power supply requirements, checked reviews online and found one PSU that appealed to me, based on the reviews. It was a Zalman 1000 W. Great, looks good and in stock at an attractive price. I then got the pro version and rechecked, with the extra info on the various rails. The Zalman did not have enough power on the 5V rails that I needed. So I had to change the PSU, otherwise I would have been in for a lot of strange, unexplainable and foreall unexpected hangs, restarts and the like, apart from the reduced life expectancy of the PSU.
    Now, we're finally getting somewhere. Only cooling is left, then all the hardware components have been chosen.
    CPU cooling: Again check sites like AnandTech. They regularly perform extensive tests on CPU coolers. Be aware that test results differ widely from site to site, but some of the names to consider are Noctua, Scythe and Thermaltake. It is best to choose a vertical heatsink cooler with 'push-pull' configuration, meaning one fan in front to push the cooling air in to the heatsink and the other fan at the rear to pull out the air. That generally delivers the best cooling performance. These things can be quite heavy so they are not suggested for LAN parties. Install it and leave your PC where it is, otherwise the weight may damage your mobo. When installing the heatsink be very sparing in applying cooling paste (Arctic silver is a good
    suggestion).
    If you have followed my advise in getting a big tower you have room for additional fans in the case. There may not always be holes to attach screws for mounting, but what also works quite effectively is using heavy duty double sided tape to attach fans to a side, on the PSU (if it is mounted at the bottom of the case). Scythe has some very good fans that give a large airflow at reasonable RPM's and low sound levels.
    Once you have built your system you need to decide what OS to use. 32 or 64 bit? The point seems moot now. 64 bit Vista is your best option currently. No driver problems anymore, somewhat decent stability and the use of all your installed memory. Windows 7 is only a RC currently, so I would not advise that on a production machine, but on another machine I would definitely try it. It is as stable as Vista is now, but drivers are still somewhat lacking. XP is out, despite the best stability on a clean and mean system, due to the 32 bit nature.
    After installing the OS, first check your device manager. Make sure that all your devices are working and there are no warnings. Then update Windows, drivers and other system utilities. Then check your hardware, using CPU-Z and HWMonitor, check the cooling and voltages. Your disks should be below 35 C at all times. Then tune your Bios. Once you have completed these steps, proceed with installing your software. Start with essential system tools like Process Explorer, Beyond Compare, etc. and then continue with tuning Windows, removing sh*t you never use on an editing machine, like MSN or Games, setting unneeded services to manual, disabling Windows Defender and installing Symantec Endpoint protection if you have it, and only then start installing CS4 and related programs.
    When all is well, you may consider to start overclocking. TomsHardware and AnandTech have published several articles on how to do that. If you do it right you will not lose stability and may get significant performance gains. It does require more attention to the temperatures in your case.
    When I recently built a new system, my first PassMark (a common benchmark testing program) score was around 3600. After finetuning the system, optimizing Windows and overclocking, I got a PassMark score of 4733.8, which even after a month is still number two in the worldwide ranking.
    For my system specs, look below, maybe you can derive some ideas from it for your next configuration:
    http://www.millcon.nl/Harm/PCResults.jpg
    I hope this has been informative and that you can profit from my remarks.
    I'm sorry this was so long and taxed your patience to the extreme.
    Further suggestions and enhancements are welcome.
    ================================================================================
    Yes, I'm going to tax your patience again. This is a guide to setup Vista 64 for NLE work, well it actually applies to any kind of work, but NLE machines may profit more than an Office/MSN machine. One caveat: What I suggest here is a lean and mean machine that is mainly dedicated to NLE work.
    First: It is always best to start with a clean install and a complete reformat of the disk. That will ensure that your registry is clean and leaves no leftovers from a previous install. Do not partition the drive, format the whole disk as one.
    After installation has completed, first select Control Panel and Personalize. Select Change Desktop icons and ensure that at least Computer is selected. You can choose other icons as well if you want to. I have all 5 selected.
    Next check Device Manager (right click This Computer, select Properties and then Device Manager) that you have no problems with drivers for any of your hardware. If there are any yellow exclamation symbols, solve these issues first by having Vista search for drivers and if it comes back with the message that no drivers could be found, get the latest 64 bit driver from the internet for this device.
    Once Device Manager has no more problems, go to Windows update and install all critical updates. Nothing more at this moment. After installation and rebooting, again check Device Manager for problems. There should be none. Otherwise get on the internet again and reinstall the latest Vista 64 drivers. Next right chick This Computer and select Manage and go to Event Viewer. Open the Windows Logs and click on System. Scroll through the events and check out any errors or warnings you see. Search the Microsoft Technet for solutions. This is the link to the very informative Technet site to help you solve any issues you may have: Microsoft Technet
    Next go to Control Panel, select Programs and Features and select turn Windows features on or off. You may not need anymore than these Windows Features and possibly less, for instance if you don't use a network printer. Also this may be a good moment to turn off User Account Control via Control Panel/Security Settings.
    Next go to Vista Services and use the instructions and the table shown to modify the services, so only those are started that are needed in your situation. Anything not needed will only increase boot time and will consume resources, placing a higher overhead on the system than needed.
    After rebooting, update all your drivers if you have not already done so. For instance, if you have an ATI card, download the latest drivers, but remember you can do without the Catalyst Control Center. Their drivers are typically denoted by y.m (year, month) so currently the latest is version 9.5
    Now go to Control Panel, System and select Advanced system settings, select Visual Effects and select Adjust for best performance, apply and then select the Advanced tab, click on Performance settings, select the Advanced tab, Select Adjust for best performance of programs and then change the Virtual memory. Setup your pagefile with a custom size with equal numbers for Initial and Maximum size on another drive than your C disk and set the C drive to No paging file. If you have read my Storage rules for an editing rig guide, you know you need a fixed size of around 1 to 1.5 times installed memory, unless you have lots of RAM, then you can easily go lower.
    Reboot and right click on This Computer, select Manage and select Disk Management. Select drive C, right click Properties and make sure that Index this drive for faster searching and Compress this drive to save disk space are both turned off. Click Disk Cleanup and clean what can be deleted. Repeat these steps for all of your drives. Next go to the Tools tab and select Defragment Now and defrag all drives. While you are at the Disk Defragment window, setup a daily defragging schedule, for instance during your lunch break. That will keep your disks optimized.
    This will make sure that the space previously occupied by the pagefile on the C drive is reclaimed and that the new pagefile on another drive is not fragmented and at the very beginning of the drive in the fastest location (at least if the disk was newly formatted and not used).
    If you haven't done so yet, completely turn off the Sidebar and do not have it autostart.
    No application has been installed yet, so it is time to start with some essential utilities.
    The first thing I do is turning off Windows Defender and install Symantec Endpoint Protection.
    Next I install Ccleaner. A very handy freeware tool to keep your system and the registry clean and to remove or disable registry based auto startup programs.
    The next one to install is the Sysinternals Suite and most notably Process Explorer, Process Monitor and Autoruns. Depending on your use, other utilities in the Suite may be nice to install as well. Installation is done by extracting the relevant files to the C:\Windows directory. Run Process Explorer once and in the Options menu select Replace Task Manager.
    Other utilities I install (but of course you may have different favorites) are Beyond Compare, HWMonitor, SpeedFan, SnagIt and 1ClickPCFix
    You are now ready to install your regular software. After installation, registration and activation of all your software use Ccleaner, Tools to check for unnecessary Startup entries in the registry. Disable or remove them. Next check your registry by scanning for issues and fix selected issues. Defragment all your disks again and make a restore point.
    If you want to get rid of the ridiculously large shortcut arrow at this moment, go to this site: Remove Shortcut Arrow and follow Method 1.
    Reboot and you are ready to go with a hopefully much faster and efficient Vista machine.
    If you encounter difficulties and have problems that want to ask about on the forum, be prepared to include a screenshot from Process Explorer and either HWMonitor or Speedfan and a link to DXDIAG.txt
    Thanks for your patience and I hope you have found some tips and tricks to improve performance.

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • IPhoto '09 can't "locate" a recent set of imported images

    ISSUE
    NOTE: This is for a MANAGED iPhoto library NOT a Referenced one, and the original image files DO exist and are located in both the source location and the iPhoto Library.
    Late last friday (11/6) suddenly started getting the following error messages on a specific set of images imported into iPhoto from an external Hard Drive:
    • The photo “classes.nib” could not be opened, because the original item cannot be found.
    The quoted filename varies, but are all like the above, NOT the actual image filename.
    I've had the message before, (rarely and not for years) but normally the filename in quotes is the name of the selected image i.e. "IMG_2251.jpg, etc. and has always been due to the actual file no longer existing for one reason or another (usually some thing I did)
    The error message only appears during Preview of the image set in the Library >"Photos" index section.
    I am currently ignoring the warning, since:
    • the images DO appear to exist (in iPhoto Library> Originals > [the year] > [the date]
    • are obviously being managed by iPhoto,
    • can be edited by iPhoto (see more info below)
    But this obviously makes me nervous about the integrity of my photo library (i do have time machine and some disc media backups of many (not all, yet) albums, but still ...
    CONFOUNDING FACTORS
    1. Despite the error message:
    • the image preview appears (not an "!" or "?") before and after dismissal of the message
    • I can continue on to edit the image from the preview step.
    • I can right click on the preview, select "Show Original File" and iPhoto locates the original image in the iPhoto Library Package file.
    2. It does not appear if:
    • I ignore the message and continue on to to edit the image
    • I preview the image in the "Library > Events" index section.
    • I preview the image in the "Recent > Last Import" index section.
    3. Trashing, and emptying trash (from any index view) then re-importing them hasn't helped.
    4. All offending photos can be opened, viewed and edited in various image viewers, editors (Preview.app, the Finder Quickview, Photoshop CS 3, Graphic Converter
    5. Subsequent imports don't appear to have the problem.
    SUGGESTS:
    • A database problem?
    RESOLUTION STEPS:
    Attempted with no corrective results.
    1. Trashed problem photos and emptied iPhoto Trash, reimported images from Ext. HD via drag-n-drop to library index
    2. Above, re-imported via File > Import to Library ...
    3. Above 1 and 2 import steps with files copied to Local HD
    4. Step 3 above with duplicated files (via File > Duplicate)
    5. Opened a photo file in Preview, did save as ..., imported into iPhoto
    6. Step 5 above with Photoshop CS3, slightly cropped image, saved as, imported into iphoto.
    7. Ran "Disk Utility > Verify and Repair Disk" from Snow Leopard Install Disc (there were file and folder count mismatch issues)
    8. Re-ran Verify afterwards with clean bill of health.
    RECREATION STEPS:
    Unknown on how to initially trigger but the last and only iPhoto Console logs appear to be from around the time the issue began:
    11/6/09 9:07:39 AM [0x0-0x1e51e5].com.apple.iPhoto[3976] Fri Nov 6 09:07:39 Trebor-4.local iPhoto[3976] <Error>: kCGErrorIllegalArgument: CGSShapeWindow
    11/6/09 9:07:39 AM [0x0-0x1e51e5].com.apple.iPhoto[3976] Fri Nov 6 09:07:39 Trebor-4.local iPhoto[3976] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    11/6/09 3:05:24 PM ScreenSaverEngine[6784] ILLogger ILMediaBrowserPathWatcher: ** Error in ILMediaBrowserPathWatcher startFSEventStream failed to start for paths: (
    "/Users/Lyle/Pictures/iPhoto Library"
    11/6/09 10:18:36 PM [0x0-0x2d62d6].com.apple.iPhoto[6959] Fri Nov 6 22:18:36 Trebor-4.local iPhoto[6959] <Error>: CGImageDestinationAddImageFromSource image 0 of source is nil
    11/6/09 10:18:36 PM [0x0-0x2d62d6].com.apple.iPhoto[6959] Fri Nov 6 22:18:36 Trebor-4.local iPhoto[6959] <Error>: CGImageDestinationFinalize image destination does not have enough images
    11/6/09 10:25:50 PM iPhoto[345] ILLogger ILMediaBrowserPathWatcher: ** Error in ILMediaBrowserPathWatcher startFSEventStream failed to start for paths: (
    "/Users/Lyle/Library/Preferences"
    Any thoughts or insights would be appreciated.
    Thx
    Message edited for typos and format errors by Lyle Turner

    RESOLVED (if not altogether answered)
    Performed the iPhoto database rebuild cha-cha again - this time selecting ALL checkboxes (previously only selected "Rebuild from backup)
    After rebuild, some photos appeared to be fixed, but photos that still showed the the error were all within specific Photo Rolls and DID NOT allow me to "show original file" on right click.
    On inspection within the iPhoto Library package, the remaining problem photo files were all ALIASES, not actual image files.
    Although the error dialog allowed me to to try and find the missing original, browsing for it didn't work. All image files listed in the browser were grayed out and not selectable.
    SO, not sure if this was kosher, but the following seemed to clear things up:
    * found real images for the aliased files on archived media
    * copied the real files over the aliases of the same file name
    * accepted finders warning that I was replacing files of the same name
    * returned to the iPhoto rolls and previewed the previously error prone images
    NOTE: I DID NOT close iPhoto while I was doing this. Not sure how dangerous that was.
    iPhoto seemed none the wiser, and the error message was gone. (oddly, initially the first photo in each affected roll still threw up the error, but when I moved on the the next one and came back, all seemed well and the message was gone)
    Did not appear to be a rhyme or reason to which rolls contained aliases and which didn't - photo/file date stamps weren't contiguous (so it wasn't a problem of a series of event imports from the camera/card.)
    Best I can figure is somehow some sets were imported as referenced files although my iPhoto is set to use a managed library.
    I'm in the process of consolidating some older manually managed image archives, so I don't know when this happened, or if it's the result of some accidental duplication, aborted import or what. I DO know that I had not encountered this error before, and I know I reviewed the affected rolls some time in the past, long after I had imported them.
    Well, all seems to be on the mend. So life is good.
    Except for those crufty leftovers. May still want to do something about that.
    Thanks to Terence for leading me to look in the right places.
    Message was edited by: Lyle Turner

  • Installing Adobe Photoshop Elements Causes My Computer to Cut Out on Booting UP!

    I have installed Adobe Photoshop Elements 10 on my new computer running windows 7 64 bit. I did not appreciate the problems. The first time that I installed it the computer shut down as soon as it was loaded and from then onwards it shut down within seconds of the computer booting up into windows. I used system restore to take the computer back to before Elements 10 was installed. The computer kept on switching off after windows had booted up. Took it into the technician who thought the PSU was at fault and he put in a new unit. The computer then worked fine until I installed Elements 10 and again the computer switches off as soon as windows as booted up. I have again used system restore to take the computer back to before Elements 10 was installed, still it switches off shortly after booting into windows. What can I do to get things to work properly?  I have a brand new computer that I am unable to use as a result of installing Elements 10. I am typing this on my old computer running Vista 34 bit with Elements 10 installed and all working well. Any help or advice would be appreciated.

    I have had a similar experience - Elements organizer crashed and even when not running, my computer froze after a few minutes.  My PC had never crashed before this installation.
    I found a solution though...
    After a little sleuthing using task manager, I found that all the memory in my system (4GB) gets suddenly hogged (within seconds) by the "Elements Organizer" process (3GB) ... I found the service correspponding to this process, "Adobe Active File Monitor v10", stopped it and set autostart to manual.  My PC no longer crashes.
    I think Adobe needs to look into this one - it has all the hallmarks of a nasty memory leak. 
    A couple of possible clues as to why certain systems don't take well to this service:
    - I have a few very large video clips (2hours+) on my PC
    - I installed trial products like light room, CS5 before settling on Photoshop+Premiere Elements - could leftovers after uninstalling cause conflicts?
    - I have other video editors on my system that I don't use, like Corel VideoStudio and Sony Vegas.
    Thoughts?

  • Error updating Dreamweaver and Extension Manager CS6 (Creative Cloud)

    Hello,
    I'm having troubles updating Dreamweaver and Extension Manager CS6 (Creative Cloud) on Macbook Pro with OS version 10.8.2. I get this error codes for both updates U44M1P7.
    The log files are generated.
    Here is an extract (last lines) of the dreamweaver log file (Adobe Dreamweaver CS6 12.2.0 04-16-2013.log):
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Session {A9861095-6F8C-11E2-B313-84E4FE4B0A47} modify request for AdobeCode: {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:024 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Effective AdobeCode for: {CB894C92-6F8C-11E2-B313-9980D700C45F} is {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:070 | [INFO] |  | OOBE | DE |  |  |  | 118619 | PDB install manipulation failed
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Payload Operation :{CB894C92-6F8C-11E2-B313-9980D700C45F}] took 101 milliseconds (0.101 seconds) DTR = 39.604 KBPS (0.0386757 MBPS)
    04/16/13 10:17:40:099 | [INFO] |  | OOBE | DE |  |  |  | 118086 | User specified overrideFile:
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | The csu inventory was not updated for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}, value of local var is -1
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:143 | [INFO] |  | OOBE | DE |  |  |  | 118086 | No operation.  We're done:
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components installed: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components repaired: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components removed: 0
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050: The following payload errors were found during install:
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12-mul: Patch already installed
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack: Install failed
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Call PostSession Custom Hook
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | ::START TIMER:: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}]
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | In ReinstallSessionCloseProc
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Custom action return code: 0
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}] took 0 milliseconds (0 seconds)
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Total Timer] took 17239 milliseconds (17.239 seconds) DTR = 1.16016 KBPS (0.00113297 MBPS)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | OSX version: 10.8.3 
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------------------------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | END - Installer Session
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Here is an extract (last lines) of the extension manager log file (Adobe Extension Manager CS6 6.0.5 04-16-2013.log):
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Session {7E13F325-CE11-42B3-BFD8-C15A8296EACB} modify request for AdobeCode: {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:316 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Effective AdobeCode for: {7E13F325-CE11-42B3-BFD8-C15A8296EACB} is {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:364 | [INFO] |  | OOBE | DE |  |  |  | 117458 | PDB install manipulation failed
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Payload Operation :{7E13F325-CE11-42B3-BFD8-C15A8296EACB}] took 102 milliseconds (0.102 seconds)
    04/16/13 10:17:17:389 | [INFO] |  | OOBE | DE |  |  |  | 117373 | User specified overrideFile:
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | The csu inventory was not updated for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}, value of local var is -1
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:433 | [INFO] |  | OOBE | DE |  |  |  | 117373 | No operation.  We're done:
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components installed: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components repaired: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components removed: 0
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050: The following payload errors were found during install:
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050:  - Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All: Install failed
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Call PostSession Custom Hook
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Total Timer] took 3213 milliseconds (3.213 seconds) DTR = 4.97977 KBPS (0.00486306 MBPS)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | OSX version: 10.8.3 
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------------------------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | END - Installer Session
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Regards
    Jan

    In this log file I can see you are getting Error : U44M1P7 while updating the software
    This Error comes where language packs for software are not installed properly on the machine.
    I would suggest to update Adobe Application manager from
    Windows : http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    MAC: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    then try to install the update if still you are not able to update software and getting same error then uninstall all the Adobe software selecting remove prefernces.
    After uninstalling the software run the Adobe Cleaner tool(http://www.adobe.com/support/contact/cscleanertool.html) and remove the leftovers.
    Regards,
    Jatin Dembla

  • How to get voice memo to computer, without sync u Iphone with pc library

    okay, what i want to find is how ( and there better be a way, couse i am ****** ), how can i get my voice memo from iphone to computer. I have a very important lecture recorded, the issue is that now i am using a different laptop and my iphone is not sync with my new laptop's itunes library.
    I was using itunes 9.1 or smth, and when i first connected my iphone, after recording memo ( to my new laptop ) it wrote a new voice memo is detected or something do you want to copy it, i pressed yes, and it copied the voice memo, i listened to it and then i deleted it, because i thought that the sound quality was better listening on iphone through the headphones then on laptop, but now i need to mail, that voice memo to my friend. That lecture is an hour long so i can't mail through iphone or mms, and when i connect my iphone to itunes the lecture does not appear as new and it doesn't offer to copy it to pc. So is there anyway to get the voice memo to my pc. ( i tried deleting itunes and reinstalling, because i thought, that maybe the reinstalled itunes would detect the voice memo as new, but it didn;t ( **** you apple with your leftovers ... )
    Anyway, i really need help with this, hope apple technical staff will be able to answer it, though i doubt they will ...
    Anyway, any help is appreciated, thank you in advance guys.
    p.s. i can't sync my iphone with new laptop's itunes library because voice memo would be deleted then.
    Please help
    Message was edited by: Kipras
    Message was edited by: Kipras

    You'll need to use third party software to extract the voice memo from your phone. You are correct in that since you deleted the memo from your itunes library, it will be deleted from your phone if you do sync:
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Hard drive completely full computer not responding well What to do

    My daughters MBPro has been problematic.
    Recently it was misbehaving, and I was able to get about 10GB below capacity. Which really helped. Now however she comes to me and says email is not working and weird stuff is happening. So I certainly a novice at best look it over and the hard drive is completely full, zero space. She I am sure has not add much data, if any over the past few weeks that would have taken up 10GB. I noted thaat she did a recent software update, which may have pushed it over the edge.
    Anyway, I launched a Carbon copy clone of the HD in order to hopefully prevent total catastrophe. This is running now.
    We could not seem to even delete photos, etc. itunes stuff to help a bit. Kept getting error that it could not save itunes library or iphoto library.
    Tomorrow I'll bring the computer to Apple Store for help. Is there anything I can do in the mean time??
    Regards,
    Jim Svarz

    OK, it's me, talking about what I would do...
    I would delete both "folders" FULL STOP.
    There's an article in Apple's KB suggesting to trash anything in the /volumes/ apart from ANY mounted discs or images.
    So, o fcourse, it's your call, but my advise would be to trash them.
    Considering the number 1 after the name, the files are leftovers from "Free Agent Drive" (some backup software - I guess), therefore safe to trash - there's your HD space!
    As to CCC, if you are cloning (as opposed to backing up just a few folders) your clone would have those files on it as well, which is bad and good at the same time...
    If you have a recent-ish clone, delete the files from the HD and if everything runs just fine, delete them from the clone as well. If anything refuses to run or crashes (VERY unlikely in relation to those two folders) you can always restore them from the clone.
    Please keep us posted, it's worth learning stuff, innit?
    PS. Does PS make any sense in electronic writing? I could just edit the text... hmmm...
    PPS. Back on the topic. Is "Free Agent Drive" the name of your backup volume? If so, I am 99.9% certain it's a CCC leftover - safe to delete.
    Apple KB article (which I can't find at the moment) says that it does happen under Leopard that stuff can get left over in volumes and it's not a fault of any third party software. You will forgive me if I don't spend my night trawling for that article, but you could have a look for it here: http://support.apple.com/kb/index?page=search
    Message was edited by: i.3d

  • 285 GTX Mac and Windows XP booting with Boot Camp - Black Screen

    I decided to update my 8800GT to the newer 285 GTX. Loaded the drivers, a must first, then installed the card. Booted the Mac and wow what an inprovement.
    Here's where the problems start. I used Boot Camp to boot to my Windows XP 32 install in Bay 2. Got the Windows Start Up screen then nothing but black.
    I reinstalled my 8800 GT and restarted the computer. I installed the latest nVidia drivers (190.38) in XP.
    I reinstalled the 285 GTX and tries again. Mac worked fine when I restarted in XP got the Windows startup screen then nothing but black.
    I could use some answers to solve this problem. I believe the 285 is supposed to work booting Windows from Boot Camp but I can't figure out how to make it work.
    Thanks in Advance

    I know I saw, and tried to help, someone else with the same questions. At that time I think tried to get them to use Driver Sweeper 2.0 and really uninstall drivers and any leftovers.
    So there should be another thread here, but maybe also on eVGA forum.
    And it doesn't make sense, unless XP or even Apple's leftover Boot Camp drivers. So look for Driver Sweeper 2.0, works better; and there is a thread on evga for removing graphic driver and upgrade.

Maybe you are looking for

  • How to set a default value in MARA field 'Old material number'

    Hello everyone, I have a requirement to fill automatically the field MARA-BISMT (Old material number), when creating a new material (using for example MM01). What is the best way to do it? My idea is to have somewhere a field exit (?) with some ABAP

  • Getting general error when saving site using "create PDF from"

    I'm using Adobe Acrobat Professional 8.0.0 for Mac, trying to save websites. This started working fine, but I had to shut down in the middle of a site being saved. Now when I try to save a site  using Web Capture/create PDF from I get a "general erro

  • Unable to Clear File Browse

    Hi , In one of my page I have File Browse item and storage type is WWV_FLOW_FILES. by using page process Clear Cache for all items on pages I am clearing all items on this pages. I assign this process to Clear button. my requirement is After I chose

  • Problem with Nodemanager Configuration

    Any one please help me to resolve, I m struggling with these isssue around 3 days. I tried to configure with different document , but i couldn't able to create, Please find the error log from nodemanager, This is the error occuring, when i m trying t

  • IN Clause issue in oracle -- not accepting more than 1000 expressions

    update table_name set col1='Y' where col2 in ('a','b',.......1500 expressions) Please suggest me the best method to replace the above sql statement..