Approved Podcast is not the full uploaded version

Hello All!
I submitted my podcast to be reviewed last Friday, January 4th, and it was just approved yesterday, January 6th. The submitted podcast was approximately 32 minutes. When I found my podcast in iTunes, the podcast is only 31 seconds. I thought this was just a preview of my podcast so I even searched it on my podcast app and it still was the same. Does anyone know what the issue is or how I can resolve this? Will I need to re-submit my podcast?
Here is the link to my podcast on itunes:
https://itunes.apple.com/us/podcast/krome-radio-volume-11/id791896544?mt=2
The cover art also didn't work, but I think I may have found the answer to that on the forum
Thanks for your help in advance!

Your feed is at
http://www.podcasts.com/rss_feed/db81023343eaa4d8dc48082da14b2688#sthash.FVxO97R t.dpuf
The culprit is here:
<itunes:duration>31</itunes:duration>
i.e. 31 seconds... the Store is believing what you have told it and playing only the first 31 seconds. (When subscribing you get the entire episode).
You need to enter the correct duration in the form h:mm:ss e.g. o.32.15 or whatever the duration actually is.
Incidentally, though it doesn't seem to be causing a problem, strictly you should have this as the very first line of your feed:
<?xml version="1.0" encoding="UTF-8"?>

Similar Messages

  • When exporting files to web pages Aperture keeping losing files, so for instance, if I choose to export 600 images to a new web page, it might do 524 images but not the full 600. I've tried resetting Aperture, it's the latest version etc etc. Help please!

    If anyone can help me with this I would be seriously grateful.
    When exporting mutliple files to web pages Aperture keeping losing files, so for instance, if I choose to export 600 images to a new web page, it might make 524 pages but not the full 600. I've tried resetting Aperture and its persmission and am using the latest version of 3.
    I have 3600 images which I need to upload as sublfolders, each with their own URL and at the moment Aperture is dropping of anything from 1 to 90 images.
    This is critical as people need to see each and every on of these images online. So if a file has 600 photos in it, Aperture should make a URL with 600 full image pages. And this is what it's not doing. On small files, say 30 or so it seems to work well, it's when it gets to more than that the problem starts.
    I've used Aperture in the past under previous versions and not had this problem.
    Any help would be great.
    Thanks.
    Bob.

    Hi Jack,
    Thanks for responding (as it seems as though no one else has been able to provide any insight as of yet)! Not sure if you saw my recent post, but the version of Aperture on the 2008 MacBook has been upgraded to 3.1.2 (not sure how; I bought it in 2009, but only have OS X 10.5.8... which apparently can't house 3.1.2 of Aperture, but hey, like many other anomalies i'm encountering, I'm no longer surprised!). I am unable to upgrade it any further, as it warns me that my OS X does not fit the requirements. I exported the projects as libraries; however, like I posted before, apparently these are from too old of a version for the new Aperture (3.3.1) to handle and import.
    It's getting to the point where I'd almost pay to upgrade the OS X on my previous MacBook (10.5.8) to something newer in order to THEN update Aperture to a newer version; however, my previous MacBook simply cannot handle this (the specs are awful -- hence my decision to save up and upgrade to the newest MBP with Retina).
    I've spent hours upon hours transferring files, libraries as projects, previews, versions, even masters (though, apparently some of them aren't accessible?) with no luck. I've rebuilt the library and reprocessed everything. And this is all after having to return one MBP already since Aperture 3.3.1 is glitch-y as it is, and froze everything for having a "managed library". So, now that I know that I have to deal with a referenced library in Aperture... I just need to actually transfer my previous library to my new one (hopefully WITH adjustments since these are years worth of photos and work).
    Again, any help is appreciated. I've lost enough sleep, time, and vision health over this at this point.
    Also, I know Migration Assistant is an option, I was told that it wouldn't work properly anyway because of the different operating systems, and the potential for problems.

  • I recieve the following error when running an executable ("This VI is not Executable. The full development version of Labview is required to fix the errors"

    I recieve the following error when trying to build and run a labview executable. I am able to build the executable but when trying to run the executable, a pop up window comes up asking the user to select a dll. (please see screen shot attached). Once the DLL is selected, I get the error that This VI is not Executable. The full development version of Labview is required to fix the errors. (please see screen shot attached). I have also attached a snapshot of the project window.
    I have the professional development system
    I can run the main VI
    all the required DLL's are in the dependencies section of the project window.
    I am trying to find the root cause of this error but to no avail. can anyone give me a clue to what i am missing here. Any suggestions on where i should look to find the problem ?
    Thanks in advance to all labview users for your help
    Attachments:
    project window.PNG ‏36 KB

    other PNG
    Attachments:
    Broken Arrow on EXE.PNG ‏179 KB

  • The VI is not executable. The full development version...

    "The VI is not executable. The full development version of LabVIEW is required to fix the errors." That is the error I've been dealing with all day. Actually it is repeated 3 to 4 times in the error message, seen when first launching the EXE. Also of note is that the run-arrow is broken. This is in an EXE that was developed well before version 2013, but I recently upgraded it to 2013 to hopefully fix some random LVRT crashes. There is obviously no issue running the code on my development machine, only once it's deployed.
    The good news is I've been able to solve the problem (mostly). My EXE now runs without the errors. I found that the problem wasn't actually in the EXE.
    We have a separate project with no files, but in the build specification we have the LabVIEW 2013 Run-Time Engine, as well as NI-VISA for serial support. We then bundle the deployment in a self-extracting RAR and it does its business. In the past this has worked just fine, but with LV2013, it seems that there is a component missing from the deployment.
    I found that if I download the Run-Time Engine directly from NI.com and run it, the only things I need to install are the Run-Time Engine, and the DEPLOYABLE LICENSE. If I do this, my EXE runs great, but with the custom installer, it is not included for some reason!
    Putting aside the fact that I don't know why the Deployable License package is needed (we aren't connecting to remote panels), I can't seem to modify my custom installer to install the Deployable License. There are versions for LabVIEW 2009 and 2011 SP1 in the Additional Installers list, but I don't see 2013.
    Can anyone explain why this is??? For now I will just distribute the 257MB Run-Time Engine and the NI-VISA installers separately I guess. But I'd really like to get back to a single, simple package to install all the prerequisites we need. HELP!

    iannicholson wrote:
    Yes, but then every installer I build will contain the runtime engine. That gets very large very quick. So I have an installer for JUST the runtime engine and VISA runtime.
    Just remove them from the "Additional Installers" tab of the Installer dialog.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Please help suggestions for solving built-only compiler error: 'The VI is not executable. The full development version of LabView is required tofix this error.'

    We have develoepd a software tool and build it on regular basis. It currently runs error free when compiled in the editor, but when we built it and run the executable stand alone we get the error.
    'The VI is not executable. The full development version of LabView is required tofix this error.' plus a broeken error.
    This menas an compiler error that is not present in the editor but in the stand alone version. We tried to identify errors as suggested in several posts in this forum, but so far unsuccesfull.
    As the editor and its compiler do not see the error  and are running fine and the stand alone version just syas 'find the error in the editor' in this case LabView is of no help.
    Can anyone suggest a sensible or 'good practice ' way of searching for the source of this error?
    Our project  comprises hundreds of Vis over several libraries.
    Thanks,
    Chris

    Thanks Craig for all your suggestions.
    We seem to have located the problem in a new vi just added to the package causing conflicts by using the same vi names as other vis already present in the package. Excluding this vi removed the error.
    It seems related to a conflict by having two vis with the same name, which was mentioned by LabView and interactively resolved when running the main vi from the editor. When successfully building the main vi the builder did not mention this conflict and reported a successful build, but when trying to run the executable it gave the cryptic error. The error caused us problems because there was no hint for the cause, just the suggestion to solve this in the editor, while at the same time in the editor the VI was running fine.
    We will post about this in detail after we have positively proven that this actually was the case.
    The .net version issue was already checked.
    Performance was the same on all machines we tested on including the dev machine.
    Debugging was tried nut did not help as the vi could not run (broken arrow). We assumed that debugging only helps in running faulty functioning vi''s. We did not check for broken arrows in sub-vis (after connecting), that could have helped, although our application has hundreds of our own vis.
    In relation to your remark: 
    'Are you using many classes? Have you verified that the proper access scopes are set for functions calling those vis?'
    Could you elaborate on setting access scopes. We were not aware of this option in LabView, although we realize this is a basic element of the underlying c code.
    Ragrds,
    Chris

  • There is a problem with the photo with the filename "null". The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your book.

    Absolutely INFURIATING.
    I have spent absolute hours building a photo album for the first year or my sons life. Sorting through quite literally thousands and thousands of images. Got a brilliant looking album using 177 of them.
    Now everytime I try to check out it won't get past page 1 of building the book.
    It says the following "There is a problem with the photo with the filename "null". The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your book.".
    The images all look perfect. I have even tried taking them out and re adding the first page images from the library.
    Same problem.
    This is so annoying. So far I have NOT been happy with this iphoto application having nothing but problems with missing thumbnails. Corrupted images. Things that have never happened to me using a windows machine.

    Do the filenames contain special characters, like "ä,ü,..." or white space or are the vry long? Is there anything special about the image format? Try to export the edited versions in that case and reimport it with a different, shorter filename.
    For testing, create a new book with only the images you want to check.
    If this does not fix it, try rebuilding. Depress the option and command keys, launch iPhoto and rebuild the library.

  • "VI has error of type 1002288.The full development version of LabVIEW is required to fix the errors"

    Hi,
    I had created an executable in LabVIEW 8.6 on a windows XP 32 bit PC. The application uses some Vision VIs. The executable runs in most of the PCs except one. the PC is a windows 7 64bit. Initially i got the error "Labview Load error code 3: could not load front panel". I fixed this by changing the source file settings in the application builder. Now i am getting the error "VI has error of type 1002288.The full development version of LabVIEW is required to fix the errors" and the exe shows a broken run button.
    But if i build the exe in the same PC i get no errors and it works fine. Moreover i have tested this exe in a different PC with the same configuration, it works there. I have tried reinstalling labview in the PC the problem still persists.
    Solved!
    Go to Solution.

    Hi Rajshekar.
    > Which version of LabVIEW are you using on PC with Win7 64bit? would like to check if there are any issues with LV2009 32bit on 64bit OS..
          - The version of Labview on the win7 64bit PC is also lv8.6 full development system.
    > Do you get the same error on the other PC with same config(Win7) when running the .exe generated using LV 8.6 on WinXP 32bit? just to make sure the problem is with OS or LV..
          - the same problem occured at one more PC with the same configuration. but when i tested in an another PC of the same config it worked i am not able to isolate and decide that the error is based on one particular PC config.
    I have listed the environments in which application ran and how the application was put in to the PC.
    I would also like you to know that i have created an installer for the exe. I am also using NI vision in my application and this is the error "An error occured loading VI 'IMAQ GetImagePixelPtr'. LabVIEW load error code 3: could not load front panel"....and rest is what i said in my previous post
    1. Use the installer to install the application.
    2. just copy the exe created in LV 8.6 into a PC that already has LV development system installed in it
    3. The PCs might either be a blank one with no history of LV installed in them
    4. The PCs might have diffrent versions of LV development systems installed in them (8.2,8.5,8.6,2009)
    All PCs that have LV development system(s) installed in them, was able to run the application except the one with win7 64, where i have tried uninstalling all NI software and use only the installer to install, install LV 8.6 full development system and try runnning the exe, nothing works.
    Thanks

  • How can I print just a part of the page and not the full page with Adobe Reader v 10.1.2?

    how can I print just a part of the page and not the full page with Adobe Reader v 10.1.2? I need to print a engineering print with lot of information but information is too small in letter size and I don't have a plotter.

    Two ways to print a portion of a page: zooming or using the Snapshot Tool.
    ZOOMING:
    Zoom into the area you want to print.
    Click the Print icon.
    Under "Pages to Print", make sure "Current view" is selected under "More options" (you may need to click "More options" to open it).
    If you aren't satisfied with the preview, try clicking "Fit" under the Size button.
    SNAPSHOT
    Choose Edit > Take A Snapshot.
    Drag a rectangle around the area you want to print. 
    Click the Print icon.
    Under "Pages to Print", make sure that "Selected Graphic" is selected under "More options".
    To enlarge the snapshot to fit the sheet of paper, choose "Fit" under the Size button.
    Hope this helps!

  • After upgrading to Yosemite, I had to upgrade my iPhoto, now the full res versions of my images cannot be found.

    After upgrading to Yosemite, I had to upgrade my iPhoto, now the full res versions of my images cannot be found.  I had created a book to print (before upgrade) but, after the upgrade the book can't be created as I get the message that images can't be found. However, if I search for the filename I can find the image. I tried repairing library as per support instructions but it hasn't helped. Any advice gratefully received. Thanks.

    Do the following:
    1 - launch iPhoto with the Command+Option keys held down to open the First Aid window. Be sure to follow the circled recommendation in the screenshot.
    2 - apply Option #4, Rebuild Database.

  • Get only the filename not the full path of the file.

    hi to all..
    how can i get only the filename of the file not the full path and to be placed on a textinput.?
    example:
    when i'browse the file and select sample.txt
    "C:\Users\user\Desktop\folders\sample.txt" this will be inputted on the textinput.
    however, what i want to have is when i'browse and select a file..
    textinput should only contain "sample".
    does anyone knows how to do it?

    Hi cyrus@adobe,
    How are you getting the full path of the file when you browse, I dont think for security reasons the Flash Player will aloow to do so. You can only get the file name not the full path of the file when you browse.
    Are you using Flex4..?? I am not sure whether this is possible in Flex4..However if you are getting full path and if you wanted to show only the filename then you can just use theString class split function to acehive this..
    var fullPath:String = "C:\Users\user\Desktop\folders\sample.txt";
        var splitPath:Array = fullPath.split("\");
        textInput.text = splitPath[splitPath.length-1];
    Thanks,
    Bhasker

  • I dowloard a book sample to iBook. I then deleted it and bought the book and downloaded it. The search engine will only search the 45-page sample and not the full book. How do I get iBook to search the full book?

    I downloaded a book sample to iBook. I deleted it and then bought the full book and downloaded it. The search engine keeps only searching the sample, about 50 pages, and not the full book. How do I get the search engine to search the full book?

    I am having this exact issue. I just downloaded a book and went to open it and got this exact problem.
    I purchased he book through indigo/kobo edition and paid for it and immediately went to open it and am getting the same error
    Error getting License. License Server Communication Problem only mine says  Bad Device key after.
    Not sure why someone has not answered this question yet...i am using windows 7 and this is how i always do it. Never had this problem before when purchasing a book.
    i hope someone answers this soon.

  • Client getting an IP lease on the 64-bit LiteTouch boot image, but not the 32-bit version.

    MDT 2012 U1.  No problem with PXE booting so WDS is not the issue.
    The NIC in question is the Intel I217-LM, which resides on both the new Dell Optiplex 9020 and the Latitude E7440.  I downloaded the Dell drivers and then the Intel drivers and imported them into the WindowsPE drivers folder in the workbench.  Updated
    the boot images to make sure the new drivers were injected.  Both yielded the same result.  I can do everything I need to do when booting to the 64-bit LiteTouchPE_x64.wim boot image,  but not the 32-bit version.  When booting to the 32-bit
    version, I get no IP configuration info at all.  
    When looking at the drivers in MDT, I see only one difference:  the supported OS versions.  The 64-bit driver supports 6.1, 6.1.1, and 6.2.  The 32-bit driver supports only 6.1.1 and 6.2.  Not sure if that's the issue.
    Tried using drvload within 32-bit WinPE to manually inject the NIC driver.  Still no luck.  Ipconfig yields no configuration at all.
    If I can't get these machines to boot to the 32-bit boot images, I can't deploy 32-bit images, unless there's a way of which I'm unaware.
    EDIT:  A little extra background.  My WindowsPE folder has two subfolders called x86 and x64.  Obviously, 32-bit drivers go into the x86 folder and 64-bit drivers go into the x64 folder.  Then in the properties of the deployment share a
    selection profile is selected which points to the architecture-specific folders.

    Specifically what do you see when you are in WinPE, press the F8 button, and run ipconfig.
    1. ipconfig shows no network adapters (see:
    http://myitforum.com/cs2/blogs/rpedersen/clip_image002_53DA17D4.jpg ). This means you still have not loaded the correct device drivers, check the c:\windows\system32\wpeinit.log file.
    2. ipconfig shows an "autoconfiguration IPv4 Address" with a netmastk of 255.255.0.0. This means that the client did not get an IP address from the DHCP server. Double check the connection between the client and the DHCP server.
    3. ipconfig shows a correct address. There is no problem. :^)
    Keith Garner - keithga.wordpress.com
    I get the first result.  Absolutely no network adapters, which I assumed indicated no appropriate device driver.
    This is the result of the wpeinit.log from the machine booting to the 32-bit boot image:
    Info      WPEINIT is processing the unattend file [X:\unattend.xml]
    Info      Spent 1747ms initializing removable media before unattend search
    Info      ==== Initializing Display Settings ====
    Info      Setting display resolution 1024x768x32@60: 0x00000000
    Info      STATUS: SUCCESS (0x00000000)
    Info      ==== Initializing Computer Name ====
    Info      Generating a random computer name
    Info      No computer name specified, generating a random name.
    Info      Renaming computer to MININT-TFRU2BT.
    Info      Acquired profiling mutex
    Info      Service winmgmt disable: 0x00000000
    Info      Service winmgmt stop: 0x00000000
    Info      Service winmgmt enable: 0x00000000
    Info      Released profiling mutex
    Info      STATUS: SUCCESS (0x00000000)
    Info      ==== Initializing Virtual Memory Paging File ====
    Info      No WinPE page file setting specified
    Info      STATUS: SUCCESS (0x00000001)
    Info      ==== Initializing Optional Components ====
    Info      WinPE optional component 'Microsoft-WinPE-HTA' is present
    Info      WinPE optional component 'Microsoft-WinPE-MDAC' is present
    Info      WinPE optional component 'Microsoft-WinPE-WMI' is present
    Info      WinPE optional component 'Microsoft-WinPE-WSH' is present
    Info      STATUS: SUCCESS (0x00000000)
    Info      ==== Initializing Network Access and Applying Configuration ====
    Info      No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
    Info      Acquired profiling mutex
    Info      Install MS_MSCLIENT: 0x0004a020
    Info      Install MS_NETBIOS: 0x0004a020
    Info      Install MS_SMB: 0x0004a020
    Info      Install MS_TCPIP6: 0x0004a020
    Info      Install MS_TCPIP: 0x0004a020
    Info      Service dhcp start: 0x00000000
    Info      Service lmhosts start: 0x00000000
    Info      Service ikeext start: 0x00000000
    Info      Service mpssvc start: 0x00000000
    Info      Released profiling mutex
    Info      Spent 749ms installing network components
    Info      Spent 1669ms installing network drivers
    Error     QueryAdapterStatus: no adapters found.
    Info      Spent 0ms confirming network initialization; status 0x80004005
    Info      WaitForNetworkToInitialize failed; ignoring error
    Info      STATUS: SUCCESS (0x003d0001)
    Info      ==== Applying Firewall Settings ====
    Info      STATUS: SUCCESS (0x00000001)
    Info      ==== Executing Synchronous User-Provided Commands ====
    Info      Parsing RunSynchronousCommand: 1 entries
    Info        Command 0: 0x00000000
    Info      Successfully executed command 'wscript.exe X:\Deploy\Scripts\LiteTouch.wsf' (exit code 0x00000000)
    Info      STATUS: SUCCESS (0x00000000)
    Info      ==== Executing Asynchronous User-Provided Commands ====
    Info      STATUS: SUCCESS (0x00000001)
    Info      ==== Applying Shutdown Settings ====
    Info      No shutdown setting was specified
    Info      STATUS: SUCCESS (0x00000001)
    At first I thought the first bolded section might be relevant, but when I booted to the x64 boot image, which works fine, I get the same message in its wpeinit.log file.  The only difference between the two log files is that the x64 boot image actually
    shows successful installation of a driver where the second bolded section is.

  • Error : The version of Adobe Flash you are attempting to install is not the most current version

    1. I was upgrading from Adobe CS5 and based on Adobe's own recommendations I uninstalled all Adobe products prior to installing Adobe Creative Suite. This included not only Adobe CS5 but ALSO FLASH v16.
    2. After uninstalling all Adobe products (including Flash 16) I rebooted the computer and installed the latest build generated for Adobe Create Suite.
    3. After installing Adobe Create Suite I attempted to reinstall Flash but it will not let me install it.
    4. The error received is "The version of Adobe Flash you are attempting to install is not the most current version".
    5. Flash is NOT installed and when running the "Is Flash Present" test from Adobe's site the answer is NO.
    Windows 7 64-Bit w/ All Updates
    Internet Explorer 11 w/ all Updates

    C:\Windows\SysWOW64\Macromed\Flash Log:
    2014-11-26+14-35-11.636 [error] 1226 1062
    =O====== M/15.0.0.239 2014-11-26+14-35-02.485 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.239 2014-11-26+14-35-13.136 ========
    2014-12-10+3-35-7.947 [error] 1226 1062
    =O====== M/15.0.0.246 2014-12-10+03-35-02.191 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.246 2014-12-10+03-35-09.677 ========
    2015-1-14+14-35-16.393 [error] 1226 1062
    =O====== M/16.0.0.257 2015-01-14+14-35-02.812 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/16.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013
    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.dll
    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/16.0.0.257 2015-01-14+14-35-19.445 ========
    2015-1-22+21-35-9.384 [error] 1226 1062
    =O====== M/16.0.0.287 2015-01-22+21-35-01.909 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.287 2015-01-22+21-35-11.163 ========
    2015-1-25+0-35-8.129 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+00-35-02.174 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+00-35-10.149 ========
    2015-1-25+1-55-45.645 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+01-55-39.406 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe" -maintain activex
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0007 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0010 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0011 [W] 00001021
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0024 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0025 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0026 [I] 00000011 1
    0027 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+01-55-47.803 ========
    =O====== M/16.0.0.287 2015-01-25+05-04-35.407 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.edf1fd364fd4b82615d676685eca8f584008c398\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-04-35.980 ========
    =O====== M/16.0.0.287 2015-01-25+05-06-21.632 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.e7d5cbfdc262e3fcfab3a71ab1741dda1aa693e9\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-06-22.242 ========
    =O====== M/16.0.0.287 2015-01-25+05-08-20.242 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.98273375f65da58d26a77f12b066b1d98eb9cd18\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-08-20.751 ========
    =O====== M/16.0.0.287 2015-01-25+05-11-21.222 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-13-21.916 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-06.796 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    0002 [E] 00001039
    =X====== M/16.0.0.287 2015-01-25+05-18-25.584 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-51.721 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.8b2a45eba0ce2309fa48abf974fec31cd3ca6a17\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-18-52.261 ========
    =O====== M/16.0.0.287 2015-01-25+05-20-02.033 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.cf48578f48ef193540acbc092464e89e73df5f41\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-20-02.568 ========
    =O====== M/16.0.0.287 2015-01-25+05-21-34.710 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-21-45.540 ========
    =O====== M/16.0.0.287 2015-01-25+05-22-00.248 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-22-00.778 ========
    =O====== M/16.0.0.287 2015-01-25+05-28-58.363 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-30-38.253 ========
    =O====== M/16.0.0.287 2015-01-25+05-32-31.563 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5SOP3FDB\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-33-40.378 ========
    =O====== M/16.0.0.287 2015-01-25+05-34-13.862 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-34-16.524 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-51.435 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+14-59-51.867 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-22.273 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+15-14-52.033 ========

  • How do I get the full blown version of Mavericks download?

    Some of my best software has been made obsolete and I need to make a partitioned drive with Yosemite on one partition and Mavericks on the other. I can't find the full blown version anywhere. The downloads I have got require the version before...no good for me...I need the complete version of 10.9 so that I can then update to 10.9.5...from what I understand. Please help. Where can I find this software...I have exhausted my searches with no results. Anyone know a source? PLEASE? Thank YOU!

    Assuming you originally got Mavericks through your App Store account, open that and click on the Purchases tab. Mavericks will be listed there. Click the Download button. You will get the full 10.9.5 installer.

  • Everytime i try to update my iphone 3gs it downloads but then cancels halfway but not the full file

    Everytime i try to update my iphone 3gs it downloads but then cancels halfway but not the full file. When i download 6.1.3 from various sites i receive an error (3194). I've been trying to troubleshoot it now for weeks. Also i can't copy songs music photo's or anything on it as well. Help would be highly appreciated please and thank you.

    http://support.apple.com/kb/TS4451
    This article should be able to explain what is going on and how to resolve it.
    Good luck!

Maybe you are looking for

  • Data view in Query

    Hi, My Data flow has 4 dso's and 1 cube. There are some common fields in 4 dso's. It was a 3.5 flow and I have migrated to BI7.0. SOme of the mapping were proposed by itself but some are not. Now my question is How the data would be viewed at query l

  • Upgraded to new MobileMe Calendar and now very slow updates

    System: iPhone 3G, iOS 4.1 Mac: 10.6.4 "Upgraded" to the new MobileMe Calendar. Now BusyCal, iCal, MobileMe and iPhone do not sync quickly (sometimes takes 30 minutes for iPhone or more). Sometimes I need to launch iCal to get MobileMe to update. On

  • Saving data into PDF

    I am new bee, I appreciate if some one can guide me how to save data from grid to PDF using FLEX. Thanks.

  • My html files don't display in local view.

    I'm not sure if I disabled something, but all of a sudden I can't see 650 files for my website. They appear in the remote view and they are also still in my root folder. Thanks in advance.

  • From 7.7.1 to 9.2?

    Software update informs me of the iTunes 9.2.1 update. I am currently running 7.7.1. Do I need a "paid for" version in between - like with iLife - or is it free regardless? Also, any advice on making this upgrade? I'm happy with 7.7.1, I don't have a