Suddenly error in fb and appworld

Z10STL100-1/10.2.1.3247 suddenly in the morning I tried to open Facebook app it didn't logged in(Sorry an unexpected error occurred please try again later) error appear after several hours I tried again the same error
I decided to uninstall the FB app and reinstall it when I touched uninstall error appeared also (failed to uninstall facebook)
So I tried to download any other app error appeared (an error has occurred processing your request)
So I can't install and uninstall what is the problem?
I didn't install any leak running smoothly
Any ideas
Z10STL100-1/10.2.1.3247

Hi
Check these out...
http://www.adobeforums.com/cgi-bin/webx?128@@.3bbd9fd9
http://www.adobeforums.com/cgi-bin/webx/.3bbd3104/5
The example illustrated here uses a slightly different mechanism, but may also be useful...
http://www.avoka.com/betaqpacs/The%20Folder%20Watch%20Pattern.pdf
Howard
http://www.avoka.com

Similar Messages

  • My  suddenly no longer works and dosn't show any sign and when i try to make restore for it iTunes shows me error 4005 and my iPhone does not respond to iTunes

    my  suddenly no longer works and dosn't show any sign and when i try to make restore for it, iTunes shows me error 4005 and my iPhone does not respond to iTunes

    OK, and when you searched for information on iPhone error 4005 what did you find?

  • Sudden error I can't find and StageWebView (AIR for iOS)

    Hey all,
    In my app I allow a user to download files from a list and then typically use StageWebViews to display them (videos mostly). Recently my app started to misbehave.
    I'm using Flash Builder 4.6 with AIR 3.2 on Win7 Pro 64.
    I test on-device. I choose fast export (quick packaging) and debug right from Flash Builder so I can see traces/errors/etc from the iPad.
    After downloading a ~40MB MP4, I save it to the applicationStorageDirectory (and mark it 'do not back up'). I then wait 3 seconds just to be sure the write has a few seconds to complete. Then I black out the screen with a black sprite, stick a close button on the screen and load the video into a new StageWebView.
    The problem is the first time these larger 40MB videos are saved and attempted, TONS of code isn't firing off or affecting the display. The video plays just fine, centered on the screen. However all the code to remove tons of things from memory during video playback which has tons of trace statements sprinkled in is simply not affecting the iPads display. This ONLY happens on iPad1 (OS 5.1). iPad2 and iPad3 work just fine.
    I presumed I was being too aggressive with the iPad1 and added more and more time between downloading, saving and setting the bit on the file so the iPad1 wasn't innundated with doing to much at once. I can add 25 minutes worth of setTimeout between playing this video for the first time and it will fail every time though. So it's not being innundated.
    If the video is already downloaded and a user selects it, it works perfectly fine. All views/classes are disposing properly to free up as much ram as possible for the video playback.
    Now, I'm getting this error randomly:
    Error #2044: Unhandled ErrorEvent:. text=Plug-in handled load
    I can't find where this is coming from. Has anyone seen this before? I don't know if it has anything to do with what I'm seeing fail here. I doubt it because I get it a very short time (few seconds) after the video starts playing back. I only get this video the first time a file is downloaded and played but then never again.
    I have an UncaughtErrorEvent that isn't even catching this. Everything to do with the class that displays the video has try {} catch() {} blocks over every line of code. So doesn't the small file downloader class. Nothing is throwing an ErrorEvent.
    Is there any easy way to find where this error is being generated? Something I might not know about the Flash Builder Debugger? Other errors show up and tell me where they occured, but this brand new error does not cause the app to fail and the debugger doesn't even flinch at it.
    On the first part, has anyone recently seen their apps exhibit something like this? I have a list of files that I destroy before I show the video and it continues to exist even though I literally trace() all over the code that should destroy it and I see the traces. Everything is nulled. Objects no longer exist. The background isn't visible that I'm tracing as I build and it exists on the display list. It's very odd.
    It'd just like suddenly StageWebView has an issue loading a freshly downloaded and saved file. It nukes the display list, nothing I do to it matters. But if the file already exists it all works fine.

    Yes I use ie.jampot.nativeExtensions.MobileBackup. Worked perfectly fine before and continues to return a true Boolean value for success and Apple has never rejected the app. They initially did because I did not set the backup bit. I presume that means it's working just fine.
    This app crashes after that code happens, during trying to load the content into a SWV. But hey, why not, I'll disable that and we'll see what happens. I'll report back. I get no errors at all when the app crashes (when I fast build for debugging and test on device). No errors at all. It just crashes. That's.. not good.
    edit:
    Nope sorry, didn't change a thing. The second time I use URLLoader after properly disposing of it each time it fails on any large files and the app crashes with no info back to Flash Builder. Even with MobileBackup disabled completely. Sucks.. Flash Builder profiler is showing me the reference counts on objects and I can see I'm cleanly disposing of everything properly.Something won't leave memory even though all reference counts are 0. This does NOT happen on iPad2 or iPad3, just iPad1 past OS 5.1. Ugh...
    re-edit:
    After profiling like crazy, tracing like crazy, crossing all my T's and dotting my....... lowercase j's...... I can only conclude there is now an intolerance for MP4s being played in a StageWebView of a certain filesize. YMMV but just making a quick demo app, downloading a 44MB MP4 and playing it works fine the first time. I then dispose of everything and verify it in profiler. I even run garbage collection manually on the profiler and it still curiously has a lot more memory in use than what it had at app launch. All instance (reference) counts are 0. Curiously memory is still pretty close to the same amount as the video I just played regardless that I disposed of the SWV instance completely. It's like the dispose isn't working. My method of dereffing the class level private variable is:
    _swv.stage = null;
    _swv.viewPort = null;
    _swv.dispose();
    _swv = null;
    This doesn't seem to release the memory as fast as I'd like to see. Perhaps there's something lingering but that should properly dispose of that SWV instance.
    Upon downloading the second video, the very second it's finished downloading (via binary mode URLLoader) the app crashes. It doesn't even fire off a complete event or error in any way, the app literally just quits. Perhaps the previous 40MB video is somehow still lingering and once I have that 44MB video in mem and try to load a different 40MB video it's 40+44=84MB ram trying to be allocated. I can't see why because as above, I'm disposing of the SWV. Reference counts of _swv is 0 after the first video is played and closed.
    Really strange but be careful, something new is going on here. It used to work perfectly fine. It appears to be an issue since 5.1. Perhaps Apple caching the SWVs contents when it's not desirable to do so. I may have to go back and use StageVideo and draw up my own video controls. I only use SWV because both it comes with nice controls and a fullscreen built in that runs very smoothly. If it isn't broke, don't fix it.. Well.. it's broken.
    I have verified that 20MB videos download and work fine. 40MB is giving me issues. Not sure where the line is here.

  • Suddenly when I try and log in to the store I enter Apple ID and password and it just says "Unknown Error". If I try again it locks the account and I have to reset the password. Then the same thing happens again. Help!

    Suddenly when I try and log in to the store I enter Apple ID and password and it just says "Unknown Error". If I try again it locks the account and I have to reset the password. Then the same thing happens again. Now reset password several times. Help!

    Launch iTunes. From the menu bar click Store / View My Account
    Click: Edit Payment Information
    Make sure you have the correct Security Code.
    Then click: Done
    And try resetting your Apple ID password.  https://iforgot.apple.com/cgi-bin/WebObjects/DSiForgot.woa/wa

  • Fatal Error has occured and the application is being terminated

    It seems that Captivate is eating my projects.  I've started my second project (after completing my first without any errors) and I'm constintly getting corrupted files.  It set me back at least a few hours worth of work.  So I started creating backup files every 10mins, regardless of how much work i've done.  Everything was going fine, until I took an hour break and went to resume my work.
    When I try to open my file I get the following pop up message when trying to open my file: "Adobe Captivate - A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folder as .cpbackup files.  Please restart Adobe Captivate."
    I can click on the program workspace and not click ok on the error message to keep the file open.  I see my slides and objects, but all the text is missing.
    I'm using Captivate 5.5 and windows 7 64.  Within Captivate, I'm using standard objects with importing MP3 audio files and some Photoshop images.  I have a total of 4 slides with 1 being 3.5mins long and the rest are less than 1min.
    When I first started having this problem, I thought maybe the variable files were corrupte so I deleted the Users/name/appdata/local/adobe/Captivate5.5 directory to see if that was the issue.  That was before this last stint of errors.
    I tried opening a backup that was like 10 saves ago, but it displays the same message.
    I'm not sure what to do next.

    Failed to back up the data. A fatal error has occured and the application is being terminated.
    This question is Not Answered.(Mark as assumed answered)
    hi,
    I am working on a content development using captivate 5.5. all of sudden I am not able slide view I am not able to view the text captions in slide view but i am able to see the text caption in Filmstrip. and when I am selecting another side it throwing below error and application ends.
    Adobe Captivate
    A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folders as ".cpbackup" files.
    Please restart Adobe Captivate.
    OK 
    I have a deliverable by this weekend if some can help to resolve this issue will be appreciated.
    Note: when first time it crashed, I re-created the course again from scratch and its crashed again. I have multiple attempt to finish this course but no luck.
    Please help me out to deliver my work.
    Thanks
    CD

  • Failed to back up the data. A fatal error has occured and the application is being terminated.

    hi,
    I am working on a content development using captivate 5.5. all of sudden I am not able slide view I am not able to view the text captions in slide view but i am able to see the text caption in Filmstrip. and when I am selecting another side it throwing below error and application ends.
    Adobe Captivate
    A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folders as ".cpbackup" files.
    Please restart Adobe Captivate.
    OK  
    I have a deliverable by this weekend if some can help to resolve this issue will be appreciated.
    Note: when first time it crashed, I re-created the course again from scratch and its crashed again. I have multiple attempt to finish this course but no luck.
    Please help me out to deliver my work.
    Thanks
    CD

    We have the exact same problem.Renaming the backup file per this post http://forums.adobe.com/message/4055726 didn't work. I can open the file and see the text boxes even though they're now showing as empty. Is there any way to recover the file?
    Yes, we were using a network drive but now we've switched to locally stored content.

  • Suddenly never ending pinwheel and slower than usual

    My macbook pro suddenly started to get slow and gave me a never ending pinwheel while only having Safari running. The mouse was working but no response when clicking. Only way to restart computer was by holding down the Start button. Restarted and this time the computer hang up when I tried to Log in (while writing Login and password). I mangaged to Log in two more times but I got the pinwheel again when browsing internet. Finally I managed to make it to Support/Community.. any idea what's wrong?
    Thanks in advance (: !

    Print out these instructions and info at the links provided as most require you to be offline.
    Do a SMC and PRAM reset first, then a Hardware Test
    https://support.apple.com/kb/ht3964
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/26871.html
    https://support.apple.com/kb/ht1509
    If the hardware test gives any errors, note them here.
    Check the time and date on your computer to make sure it's correct.
    If your still having slowdowns, pull the power plug on both the router and the modem, connect the modem and wait a bit then connect the router. Reboot your computer and it should connect automatically to your wifi. See if your slowdowns only occur if connecteted to the WiFI or not, that way it can be determined if it's a internet issue or not.
    (If your still having slowdowns, it might be because you have a Open Network on your router and someone is leaching off of it. WPA 2 with AES is the only secure wifi standard))
    You can test your internet connection speed here, see if it matches what your paying for.
    http://www.speedtest.net/
    IF your computer still has issues then:
    Fish out the 10.6.x disks that came with your computer (grey) or the 10.6.3 Snow Leopard retail disk, stick it in the computer and reboot holding the c key.
    (Make sure the disks are clean on the bottom, wipe with a very soft cloth and a tiny bit of rubbing alcohol to clean and don't place the disk on a harsh surface that can damage the bottom.)
    Second screen in, under the Utilities menu is Disk Utility, select your drive on the left and click First Aid, Repair Disk (please write down any errors this gives and tell us) and Repair Permissions (the results there you can ignore)
    Do not erase or reformat the drive.
    Reboot and see if your computer works, if not repeat the c boot off the installer disk again and this time skip Disk Utility and install OS X.
    It will install on top of your 10.6.8 installed version (only, not your programs or files), which when finished you reboot and immediately Software Update to 10.6.8
    This should take care of anything wrong with OS X itself.
    Now to clean the caches of the user and other checks.
    Download the free OnyX for 10.6 and run ALL the maintenance and cleaning aspects and reboot at the end of the tasks (you can cancel in between reboots) but reboot at the end of using Onyx)
    Do all the checks it asks when it starts up and note any errors here they report.
    Also under the Verify Tab is a Preference (plist) check, check the "show only corrupt files" and run that, make a note of all and any corrupt plist files.
    http://www.titanium.free.fr/
    Plist files are preference settings files that sometimes get corrupted and may be the cause of your problems.
    If you have some, then you can look in your Users/Library/Preferences folder for them and Trash them and reboot the machine and load the program responsible, the plist file gets rebuilt without your preferences which you reset.
    The next thing to check would be your web browser plug-ins here
    https://www.mozilla.org/en-US/plugincheck/
    For Flash in Safari check here again as it's more accurate
    http://flashbuilder.eu/flash-player-version.html
    Download Flash and install if it's not this version (latest)
    http://get.adobe.com/flashplayer/
    Silverlight here
    https://www.microsoft.com/getsilverlight/get-started/install/default.aspx
    Finally install and run ClamXAv on your drive, this will look for known malware that might have gotten accidentally installed.
    http://www.clamxav.com/
    Since OS X was reinstalled, along with bundled programs like Safari, this should only leave applications and users as a source of any infection.
    If your stil having issues, then create a new user and transfer your files over and when up on the new user, delete it.

  • Help with "Error syncing Audio and Midi" message. How to fix?

    Hi,
    I'm running Logic Pro 7.1 on a G5 Dual 2.5 PowerMac. My audio interface is a Digidisign Digi002R, and my MIDI interface is a MOTU Fastlane. Up until a few days ago everything was working fine. I didn't install any new software or anything.
    All of a sudden in any Logic session I open (new or saved) I get all kinds of artifacts that sound like they're associated with sample rate problems.
    True to form, on playback after 4 or 5 seconds a message comes up telling me that there is an error syncing audio and midi. It tells me that a sample rate of 88209, or 88213, or 88207 (each time it's different) was detected, and that there is a conflict between Logic and my external device.
    My Digi002R is set to 44.1, and Logic is set to 44.1 as well. I have no idea where this problem came from.
    The only thing I do know is that I've been using the Peachtree Press Apple Pro Training Series to study for my Level 1 Logic certification. it comes with a CD with Logic sessions to use with the text. The CD comes with a Logic Epress Demo but I didn't download that as I've already got Logic Pro. I dragged those session files to my desktop, and the problem occured for the first time when iopened up that first session from the CD. After that, every single session has this problem and I have no idea how to fix it.
    Sorry for the incredibly long message, but can anybody help?
    Thanks
    PowerBook G4 15", PowerMac G5 Dual 2.5   Mac OS X (10.4.7)  

    Hey,
    Thanks. I appreciate the help, but I've tried all of that. I just don't get it. I've unplugged everything, I've shut down, powered down, relaunched everything a dozen times and the problem doesn't go away. I know that the problem is with Logic because the interface works perfectly fnie with everything else, from Pro Tools to iTunes.
    I'm having Logic Pro 7.2 shipped to me so I'm hoping that installing that will reset everything, but until then I can't do anything in Logic.
    Anybody ever encounter anything like this?

  • I have purchase the Batman trilogy in HD but when I try to download them an error comes out and stops the downloads, and when I hit resume it starts all over again. How can I fix this problem?

    I was downloading the trilogy as we speak and out of the sudden the download stops and it says there is an error. I try and resume the download but it starts all over again.

    Hi tella7,
    If you are having issues downloading purchased content from the iTunes Store, you may find the following article helpful:
    Apple Support: Resolve issues between iTunes and security software
    http://support.apple.com/kb/TS3125
    Regards,
    - Brenden

  • Error : WWWLSNR32.exe and F50WEB32.exe

    I have installed Web Server on Windows NT 4 ,Service Pack 4 with
    Oracle 8 RDBMS in a same machine. All the OAS Services are up
    manually.At first I can access the server through Internet
    Browser but suddenly I get this error when I try to access the
    server,
    An Application error has occured
    and an application error log is being generated
    WWWLSNR32.exe
    Exception (0xc0000025),Address:.....
    and then my Oracle Listener 'www' is DOWN by itself.
    and I also get this error:
    An Application error has occured
    and an application error log is being generated
    F50WEB32.exe
    Exception (0xc0000025),Address:.....
    and now I still can't implement these Oracle solution to my
    customer which they have paid.
    Please Oracle Experts,give me solution.
    Thanks for any help and I really appreciate.
    null

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates
    Under normal circumstances, an uninstall/reinstall doesn't touch your content. (That being said, it's still always a good idea to maintain a current backup at all times in case of disasters of any sort.)

  • Superdrive suddenly stopped recognizing DVDs and DVD-Rs

    Okay, I just spend 2 whole days trying to find any situation like this. Trouble shooting and experimenting.
    Whilst burning a CD with Toast the process suddenly stopped during verification and an error was given. The CD spit out. It was just some music and I had work to do, so.. I went on to burning some data onto a DVD-R.
    The Disk went in. Spun. Made a noise like the when a reader is trying to figure out what the media is. A Grrrrr. It spins some more. A long pause of about a minute.
    Then the disk is spit out. No error. The disk is never recognized. Toast asks for blank media again. Keep in mind, just before this I was burning DVD-Rs. Same Media. Same process. Just stopped to burn the music CD.
    So, I figure its bad media. I get about 1 or 2 on a spindle of disks. Usually at the bottom or the first disk. So, I put another disk in and try again.
    Same thing. So, I try from Finder. Disk is never recognized. It is spit out the same way. (Thought that maybe something on Toast was corrupt)
    Pretty freaked out, I put a burned DVD-R in. Nothing. Then a comercially pressed DVD. Spit out as well. (It was Elf. Which I would have spit out too) I then put a pressed CD in. (Madonna) It is recognized and iTunes starts up. The CD even plays.
    I try to burn a CD-R. The process starts and when it is buring the Write out at the end it stops and gives me:
    The drive reported an error:
    Sense Key = BLANK CHECK
    Sense Code = 0x00
    NO ADDITIONAL SENSE INFORMATION
    Then the disk is spit out after I hit Okay. Eeep.
    Someone gives me a Maxell lense cleaner disk. Nothing to lose. I played it. Because it is a CD format. The drive recognizes it and I am able to run the clean process.
    Then I got the same results. One attempt I get another error:
    The drive reported an error:
    Sense Key = HARDWARE ERROR
    Sense Code = 0x44, 0x8E
    INTERNAL TARGET FAILURE
    Now all this is strange because... this is a 9 month old G5 dual with the superdrive that Apple put in it. Pioneer DVR-109 dual layer DVD-RW. There have been no unusual behavior leading up to this failure. The drive is not over used. I have not changed media.
    I tested the drive with DVD-Rs from other spindles. And different brands. Including some old 1X DVD-Rs that I had forgotten in my hutch. (still sealed in there crystal cases) Same results.
    So...has anyone ever experienced this with the 109? or even other drives. I can't believe it is a hardware issue because there hasn't been any previous signs of impending failure. (I have seen the deaths of several drives over the years) I am convinced that it is some obscure control files somewhere.
    I ran Tech Tool Pro 4.1.1 on it and did a surface scan of a CD. The only way I could get it to recognize the drive. It reported the drive as unwritable, even though it identified it correctly. (as did System Profiler)
    Sorry for the long explaination. But, I don't want to waste anyones time with avenues I have already explored.
    Thanks to anyone who has some light to shed on this.
    Gord
    G5 Dual 2.3Ghz Power PC 3GB RAM, 2x120HDD, Superdrive DVD-RW dual layer   Mac OS X (10.4.6)  

    Thanks Drew,
    I have avoided the external drive option because I thought that they would be slower, or less reliable. However, we have been using those Maxtor Firewire external HDD around here and they are great. So, maybe an external DVD-R might be a good solution now.
    (They used to be fairly poor options a few years ago.)
    We have an Apple Store 2 blocks from my office here in San Francisco. Shiny new and it looks like a Titanium Cube. My experiences with the Genius Bar and before that Applecare have been the feeling that they spend a good deal of time trying to see how this could be my fault and not their responsibility.
    Also, because I am a bit of a geek, by the time I resort to getting help from them, I have exhausted the usual "in the book" solutions. Usually, they are ill prepared for something unusual, that isn't caused by not having the power plugged in, etc.
    I do customer service here for the more technical issues our customers have with Video on Demand and DVD issues. People can be really hostile when they call. So, I go out of my way to be pleasant and upbeat when I am dealing with my problems. Apple Care/Genius Bar people aren't rude or anything. I just get the feeling that they are pressured to not spend too much money making customers satisfied with their hardware. (a matter of policy is my bet)
    I use my Macs because their software is unparalled in its ease of use and professional application. When I have to deal with duplication houses and their techs. I often hear a sign of relief when I tell them that I am using DVD Studio Pro to author my masters. Because this means that the DVD-Rs I send them are correct and compliant in everyway.
    Apple software rocks. I am encouraged by their move to Intel chips recently for their hardware.
    Thanks again Drew. I am working on the permissions today and if it looks like a hardware issue, I am off to look at an external. Great suggestion.
    Gord
    G5 Dual 2.3Ghz Power PC 3GB RAM, 2x120HDD, & 15" Powerbook   Mac OS X (10.4.6)  

  • HT201444 Error  message 4013 and 4005

    How can i solve problem with error message 4013 and 4005 in my itunes while connecting my iPhone 4s? I iPhone suddenly shutdown during normal use and could not trun on after this and tried to restore with itunes but didnot worked. I tried with support tips from apple but useless. Can anyone help me to solve this problem. Please...

    the posts you write this froum stated that you should
    Resolution
    Try these steps to resolve the issue:
    Install the latest version of iTunes.
    Restart your computer.
    Make sure your computer is up to date. If an update requires a restart, check for updates again after you restart.
    Learn more about updating OS X.
    Learn more about updating Windows.
    Restore using another USB cable.
    Restore your device on another computer.
    did you ?

  • Error Code 0xc0000001 and 0xc000021a

    I'm currently using my laptop for 2 months and today when I shut down my Dell Inspiron 15 a while ago and open it again after an hour I continuously get this blue error
    Your PC ran into Problem and it needs to restart. We're just collecting some error info, and then we'll restart for you.
    If you'd like to know more you can search online later for this error. 0xc000021a
    After it automatically restart it says
    RECOVERY
    Your PC couldn't start properly
    After multiple tries, the operating system on your pc failed to start, so it needs to be repaired
    Error code: 0xc0000001
    You'll need to use the recovery tools on your installation media. If you don't have an installation media (like a disc or USB devices), contact your system administrator or PC manufacturer.
    I read a lot of problem the same problem as what I have but they're system are just upgraded unlike mine. I don't know what causes it and I'm using windows 8 ever since i got this laptop.
    Whats should I do I encounter this problem about 3 hours ago help me please!!!
    Thank you!!

    Hi,
    I get frequent notifications from Microsoft right after turning on, after I encounter that BSOD
    It says Your PC ran into a problem, then it always shows 3 files that are going to send to Microsoft and a lot of details
    and
    ahmm I notice something a day ago
    that the FILES that are going to be sent to Microsoft are different somehow
    here's some screenshots but it's just 3 coz I notice it too late already
    and I also remember that my laptop suddenly go into "backup and recovery mode" a day before I encounter this problem
    but I don't have any DISC or USB plug in to my laptop that time
    do you think that's the problem???
    Thank You so much!!!

  • 2TB Ext. Hard Drive is corrupted?, error code -50 and then error code -35 when i try to empty out my trash

    okay so a few days ago i received and email for one of my colleagues to do some final editing to a music video. the folder contained 2 videos a rough chops and the main which was about 2-3GB which i dragged on to my external hard drive . and at the time i was trying to install a trial version of parallel lines and me being a newbie to the software i didn't know i need windows installments for it to run lol but yeah... so i was just getting frustrated with the software i kept installing it uninstalling it and then i was thinking my the problem might be because my MacHD space is low (less then 40GBs on my MacHD), so.. i installed it on my hard drive where all my important files are (I'm a graphic designer and do light video editing) video projects and many photoshop projects form 2007 and logs and just a bunch of important files in my hard drive. so because i was so frustrated with the software i wasn't thinking and i installed it on my external 2TB hard drive. and when i realized parallel wasn't working i gave up, uninstalled the program form the hard drive and for some reason when i did that and i tried opening the video my friend had email to me and for some reason it did load up but a few seconds maybe about 10sec in the video is froze and closed my media app (VLC) and when i tried opening other video files it would freeze every few minutes but those specific files i had drag in last were not playing after at least 5 secs and eventually didn't open at all so i restart my computer login and now i get scared i see that my MacBook Pro isn't reading my external hard drive so i search threw forums... i unplug from the wall plug my external hard drive back in my computer and it loaded up but when i opened my external hard drive all my files had that plank white paper icon on my folders (because i have everything organized but subject when you open then drive folder. so... i go in to my projects and nothing, i open my edited photos and nothing... my hart feels like its about to drop and i keep opening files and there is nothing in them, but in "get info" of my drive it shows that there is filled so i go to "disk utility"... i "verify disk" passes ..."repair disk" doesn't past.... i look it up in forums... so i reboot my computer and go to the safe recovery menu. go threw the same ting "disk utility"... verify, pass... repair, pass... so now i feel relieved. i login files in the ext. hard drive load up i tried again to open the files and same thing happens... so now I'm thinking its the files i drag the files to the trash and try to empty and its gone i reboot the computer and my drive didn't load up so i tried unplugin it and back in... drive comes up i notice theres trash.. i tried emptying it and i get the error code -50. and no files are popping up on my external drive and i try to repair/unmount disk and the verify disk doesn't pass and when i click repair disk it doesn't past and another error code pops up -35.... so i felt my drive alone for a few days and yesterday i go the files deleted from the trash and now I'm not getting any codes but when i try to unmount.verify/repair the disk. keeps letting my tits need to be repaired so i click the repair button another error unable to unmount volume to repair...
    what do i do? my files still don't show up. and I'm very sorry for the long paragraph but i have to be detailed for you to understand my situation

    Read this.

  • Test-OutlookConnectivity WARNING: An unexpected error has occurred and a Watson dump is being generated: Object reference not set to an instance of an object.

    Hi All,
    When we do a test-outlookconnectivity -protocol:http the result is a success but then we get the following:
    ClientAccessServer   ServiceEndpoint                               Scenario                           
    Result  Latency
    (MS)
    xxxxxxxxxxxx... xxxxxxxxxxxxxx                 Autodiscover: Web service request.  Success   46.80
    WARNING: An unexpected error has occurred and a Watson dump is being generated: Object reference not set to an instance
     of an object.
    Object reference not set to an instance of an object.
        + CategoryInfo          : NotSpecified: (:) [Test-OutlookConnectivity], NullReferenceException
        + FullyQualifiedErrorId : System.NullReferenceException,Microsoft.Exchange.Monitoring.TestOutlookConnectivityTask
    So it looks like it's not completing successfully.
    I can't find anything on this in particular, and don't really know how to go about solving it - We are fully up to date, Exchange 2010 Sp2 with Rollup 5-v2
    Any help appreciated!

    hi,
    I have the same issue also on Exchange 2010 SP2 RU5v2
    I ran your command and get the below
    [PS] C:\Installs\report\Activesync>Test-OutlookConnectivity -Protocol:http |FL
    RunspaceId                  : ebd2c626-1634-40ad-a17e-c9a713d1a62b
    ServiceEndpoint             : autodiscover.domain.com
    Id                          : Autodiscover
    ClientAccessServer          : CAS01.domain.com
    Scenario                    : Autodiscover: Web service request.
    ScenarioDescription         :
    PerformanceCounterName      :
    Result                      : Success
    Error                       :
    UserName                    : Gazpromuk.intra\extest_645e41faa55f4
    StartTime                   : 8/21/2013 4:08:50 PM
    Latency                     : 00:00:00.1250048
    EventType                   : Success
    LatencyInMillisecondsString : 125.00
    Identity                    :
    IsValid                     : True
    WARNING: An unexpected error has occurred and a Watson dump is being generated: Object reference not set to an instance of an object.
    Object reference not set to an instance of an object.
        + CategoryInfo          : NotSpecified: (:) [Test-OutlookConnectivity], NullReferenceException
        + FullyQualifiedErrorId : System.NullReferenceException,Microsoft.Exchange.Monitoring.TestOutlookConnectivityTask
     Any help would be greatly appreciated, I also get random failures of OWA, EAS and web services, very frustrating
    I have no errors in the app event log
    thanks
    Faisal Saleem Windows Systems Analyst 07595781867

Maybe you are looking for

  • Can no longer burn CDs in iTunes

    I have successfully been burning CDs in iTunes until recently. I can now no longer burn an audio CD. The CDs I am using are the same as before (CD-R, same make etc) and I am trying to burn albums purchased through iTunes. No error message comes up, i

  • 2nd. gen. shuffle volume (on wheel) will increase but not decrease

    My 2nd. gen shuffle will increase the volume using the wheel but it will not turn back down using the wheel. to reduce volume you must reset by turning off- then on. I have turned the max vol (using windows computer) both on and off and this does not

  • Calling function in another button?

    I have 2 Movie Clips which create a menu system. When you hover the mouse over the 2nd button (will be adding more as soon as I figure this road block out) it drops down a menu. [Home][Forums] In the movie clip of "Forums", I created 2 labels. 1 is f

  • Spotlight icon flashing

    After installing 10.6 all the icons in the menu bar that would normally be shown disappear, these are the one that you select from system preferences and also the spotlight icon flashes and i'm unable to use spotlight.

  • Native Extensions + FDT 5

    I am using FDT 5 and trying to use IOS native extensions. I am pulling my hair out because every time I try running the application locally I get the following error: "Not supported native extensions profile" So I've tried scouring the web to find so