Sattelite 1410-801 stops loading Windows - corrupted files

Since several month I have problems to start up my Laptop: it will reboot several times, stop to run will loading windows; sometimes I get message start files (registry) are corrupt etc. In most cases it will start after several trials properly. I have reinstalled already everything (clean disk) done several memory and disc-checks without any error message. What can be the reason for this problem??
I plan to replace the memory board and/or HDD BUT should that solve the problem. Can any one give some hints or tips ?

He,
Thanks for your reply.
Yes, the HDD could be the source of my problems, but I'm not convinced realy.
I have re-installed everything with a clean disk and could work for about 1 week without any problems.
I have installed a HDD Health utility to monitor my HDD.
Just now I needed again about 10 re-starts to get windows startet. (error message C000021 UNKNOW HARD ERROR and other messages)
All hardware components are original and without upgrades.
I have strong "feeling" that somthing else is causing the problems.
BUT .........

Similar Messages

  • Failed to load window nib file

    I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
    2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
    The compiler sais No Issues. In the Application, there is a button, in the main window, that opens the second Window. At first, I tried, to create an empty XIB and add an NSPanel. After that I tried to use a XIB with a window, but it doesn't really matter. The problem is the same. I tried several things, that might cause this problem. File`s owner is set to an Window Controller, that was made for this window and the name of the window in the code seems to be correct. A Controller, that is responsible for sereval other things (such as  table view or all the other buttons) has this method if the button, which should open the Window is pushed:
    - (IBAction)addVocabulary:(id)sender {
        if (!addVocabularyController) {
            addVocabularyController = [[AddVocabularyController alloc] init];
        NSLog(@"addVocabularyController: %@", addVocabularyController);
        [addVocabularyController showWindow:self];
    I also added an outlet of the window (or panel) to the controller. While hunting this bug, I was looking in Aaron Hillegass "Cocoa programming for Mac OS X" for help. I followed every step how to add an additional window, but it didn't worked in my project. Hillegass example project worked, when I was building it. I did everything like it was done in the example project, but it somehow doesn`t work.
    It would be really great if you could help me, thanks, Elefantosque

    Elefantosque wrote:
    I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
    2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
    - (IBAction)addVocabulary:(id)sender {
        if (!addVocabularyController) {
            addVocabularyController = [[AddVocabularyController alloc] init];
        NSLog(@"addVocabularyController: %@", addVocabularyController);
        [addVocabularyController showWindow:self];
    The error says 'Add Vocabulary' (with a space) - you seem to be using (?) an XIB named 'AddVocabulary' ...?
    What is the name of your XIB, exactly?

  • How do i stop loading a swf file which is still in progress.

    //I have three buttons on the stage (btn1, btn2, btn3)
    when i click the first button swf starts loading
    while the swf is loading if i press the 2nd button
    the first swf wont stop loading and both the swfs start playing
    but if the first swf is fully loaded then every thing workes fine.
    so please let me know how do i stop loading a file which is still in progress.
    var _contentSWF:ContentSWF
    var _content
    btn1.addEventListener(MouseEvent.CLICK, handleClick)
    btn2.addEventListener(MouseEvent.CLICK, handleClick)
    btn3.addEventListener(MouseEvent.CLICK, handleClick)
    function handleClick(){
        if(_content!=undefined){
            _contentSWF.removeContent()
            removeChild(_contentSWF);
            _contentSWF =null;
        _contentSWF = new ContentSWF()
        _content = addChild(contentSWF);
        _contentSWF.init(some path.swf)
    //ContentSWF.as
    private var _path:String
    private var swfLoader:Loader
    private var _content
    public class ContentSWF extends Sprite{
        public function init(path){
            if(_content!=null){
                _content.content.removeEventListener(Event.COMPLETE, completeHandler)
                _content.removeChild(mymc)
                _content=null
            swfLoader=new Loader();
            _path = path
            swfLoader.load(new URLRequest(path));
            swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, swfLoaded);
        public function removeContent(){
            swfLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, swfLoaded);
            swfLoader.unloadAndStop()
        private function swfLoaded(e:Event){
            _content = addChild(mymc)

    Thanks Kglad, it all worked fine but can you help me in this.
    I have 4 movieclips (_a,_b,_c,_d) when i click each of the movieclip they load a SWF(my_mc)
    now when the swf file loades it starts loading a Sound(mp3)
    Now when i press another button  (_b) while this mp3 is loading
    all the methords like  Loader.close and loader.unloadAndStop() workes fine  but i dont know how dose the MP3 loades and start playing
    I also used the below script in  my_mc.swf , but it wont work
    this.addEventListener(Event.unload, myfun)
    function myfun(e:Event){
    \     if(_sound.bytesLoaded<_sound.bytesTotal){
              _sound.close()
         if (_chanel){
              _chanel.stop()

  • Office on Windows corrupting file rights on XSAN

    MS Office running on my Windows Server 2003 Termserver is corrupting the Posix and ACL rights on my XSAN.  This also happens with Office 2007 loaded on an XP Pro machine.  We were using Office 2007 and I upgraded the Termserver to Office 2010.  The problems got slightly worse.
    I have a file named ray.xls for testing.  If I give that file Domain Admin, Full Control rights I can open it as a Domain Admin but access is denied when I try and write.  So I changed the Posix Group to Domain Admins and that allows me to save.  The following screen shots show what is happening.
    These are the rights before I open the file.
    I open the file as jfuller (a domain admin), change one cell and then save and close the file.  The rights change to this.
    I open the file a second tme, make another change, save and close the file.  This is the new rights.
    From this point on, every time I save the spreadsheet it will add another ACL for John Fuller with Custom rights.
    I have files with rights that have 30 or 40 ACL entries.  What the heck is going on?
    Any thoughts would be greatly appreciated.
    John

    This turned out to be an issue with Microsoft Office (Windows version) and SMB.  We have found others with similar issue on Linux shares using SMB.  We have implemented some changes to the smb.config file that are reported to correct the issue.
    We waiting for feed back from users but it is working so far.
    If anyone is interested, I can post some additional details.
    John

  • How can I stop i photo corrupting files on import

    When I import photos from a card reader some import and some are not imported and I get the unrecognised file type rubbish and invalid data mesage. Of the files that are imported some are corrupted and the image is partially split i.e it looks as though it has been cut in two and the two halves displaced relative to each other. Now if I try and open these directly into photoshop from the card reader they generally open fine.
    If I plug the camera directly into the firewire slot they import fine either RAW or jpegs.
    I have changed the card reader but this has not solved the problem
    I have done the permissions repair process ad nauseum and deleted the com.apple iphoto plist file without success.
    The card rwader will work fine on a pc running windows. I cannot believe that windows does something bhetter than my mac
    System is G5 Powermac with OSx Tiger, 1 gb RAM and iphoto 5 with the latest updates
    Any help would be gratefully recieved as I am becoming demented.
    Steve

    Steve,
    What card readers are you using? I have read here on the discussions of problems with some card readers. If you post the name of the readers maybe someone with the same reader will post to help you or give you more info.
    Lori

  • Loading external swf file in a new window

    Hi,
    I've got a few .swf files with video tutorials I've created using Captivate 4.
    I wanted to link them so I've created a main screen with menu with buttons in Flash.
    I've added AS to load the external swf files but they load in the same window. How can I load these .swf files in seperate window so that you could get back to the main window after you've finished watching?
    Here's my code:
    stop();
    var myLoader:Loader = new Loader();
    button1_btn.addEventListener(MouseEvent.CLICK, movie1_1);
    function movie1_1(e:MouseEvent):void
        var myURL:URLRequest = new URLRequest("01_01_Welcome.swf");
        myLoader.load(myURL);
        addChild(myLoader);
    I'm also attaching screenshot with menu in flash

    I've deleted the line and now the code lookes like that:
    stop();
    var myLoader:Loader = new Loader();
    button1_btn.addEventListener(MouseEvent.CLICK, movie1_1);
    function movie1_1(e:MouseEvent):void
        var myURL:URLRequest = new URLRequest("01_01_Welcome.swf");
        addChild(myLoader);
    Unfortunately, it doesn't load the .swf file when you click on the button...

  • Keypad scrolling stops in previous tabs when new tab loads a pdf file

    Firefox 4, HP laptop, W7. I have several tabs open with html pages loaded. Laptop keypad scrolling works correctly in all of them until I load a pdf file into a new tab. The keypad scrolling works correctly for the new tab containing the pdf but stops working in the previously opened tabs containing html files.
    My other HP laptop also runs Firefox 4 but has Windows XP as its operating system and does NOT have ths problem. Could be a W7 problem?
    Thanks, Barry

    You get that problem if you select the Firefox program to handle a file if you get an "open with" dialog.
    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Embeded Flash files stop loading part way through after update to 10.2

    Hello, I am currently having an issue with Flash. After the last update to 10.2, flash files, both audio and video, stop loading part way through them and do not start up again. For instance, on youtube, about 2 minutes worth of video will load but load slowly and then stop completely. The only way to get it to advance is to click past the section that has loaded and it will load the next 2 minutes. On Myspace Music, a song plays about 40 seconds each time and stops completely and will not load anymore, even if I try to skip to another part of the song. I am running Windows 7 Ultimate 64bit edition with Firefox 4.0 Beta 12 64 bit edition as well. Also I have tried clearing my cache, cookings, temp files, removing and installing Flash countless times, including older versions, as well as tried Google Chrome and IE. All give me the exact same issue no matter what I do. It is really frustrating because I cannot watch or listen to anything embeded in Flash online without having to keep clicking the next section every little bit. If anyone can help, please do and I thank you.

    Hi, Since your OS is a 64bit, are you using the 32bit browser for IE? I see you have the FF beta. Have they come out with a 64bit browser? I don't follow the FF beta so if that's true, it's news to me.
    Let me know,
    Thanks,
    eidnolb

  • T40 missing or corrupted \windows\system file after recovery process

    My T40 Thinkpad had a corrupt drive so I secured the recovery disks from IBM to rebuild the hard disk.  The recovery process seemed to work well, but when completed and prompted to remove all disks and reboot, the system booted and failed before Windows XP loaded with an error message that the windows\system file was corrupt or missing.  Any recommendations on how to succesfully recover?  Thanks.

    boot off the WinXP Disc and run a repair.  Did it mention the boot.ini file being corrupt, or something else?
    T61 15.4" T9300 (2.5GHz 6MB L2) Windows 7 Professional x64 4GB Memory, NVidia Quadro NVS 140M

  • A movie I purchased stopped downloading and said it was a corrupt file

    I was downloading a movie but it stopped and an error message came up.  It said that it was a "corrupt file" and that I could try downloading it again which I have tried countless times but I keep getting the same error message.

    Hi morgangang,
    Although that message is not listed in the following article, I would still go through it for help.  Things like installing in safe mode may help.
    QuickTime: Windows troubleshooting tips
    Troubleshooting Tips
    Make sure your computer meets the system requirements.
    Try running ScanDisk to verify that the directory is OK. This is an important step to take before installing any software.
    Try running the stand-alone version of the QuickTime installer in "Safe Mode." It is available here. This can help to isolate issues with background applications, and some driver conflicts.
    Make certain you have installed the most recent drivers for your sound and video cards. Even if you have a "brand new" computer, it is not guaranteed to have the most recent software installed. Contact the manufacturer of your sound and video cards for additional information.
    Make certain you have installed a recent version of DirectX.
    Errors are usually related to software conflicts, unusable files, or incompatibilities. They can also be related to specific hardware combinations, and sometimes the way in which the hardware is configured. Keep in mind that an error message does not necessarily point to a particular cause or solution. Since there can be many different causes for a particular symptom, some suggestions may not work, and you may need to discover a solution on your own.
    Note: Please contact Microsoft Corporation or your computer vendor for help configuring Microsoft Windows.
    Thank you for visiting Apple Support Communities.
    Nubz

  • PDF files stop loading and won't open until I click scroll bar?

    I’ve tried this on 5 different computers running XP and Windows 7 and it does the same thing every time.  I click on Page 3-7 or 15-17 and it starts to load and then stops.  As you can see on the first screen below it stopped loading at 37kb of a 615kb file.  On the second picture below, I clicked the mouse on the vertical scroll bar and the page appeared.
    Any ideas to the mystery?

    When you uninstall firefox, do you go to the control panel and in C:/ProgramFiles/(delete mozilla firefox)? Or only one of the two options?Try.

  • Toshiba M45-s269 Windows won't start-miss​ing or corrupt file

    Toshiba M45-s269 Windows xp sp3
    Recently got the message upon a restart that "Windows cannot start because a file is missing or corrupt" then names the file "<Windows root>\system32\ntoskrnl.exe."
    Screen show options to restart windows normally, in last known good config, safe mode, safe mode with command prompt or with networking.  All options only have the result of a 2-minute freeze-up and returning to the same screen after showing the Toshiba splash screen.
    I was able to F12 at splash screen which gives the option of what to reboot from: Multiple discs, single disc, floppy or networked.  Otherwise all options have same looped result notifying cannot start due to missing/corrupt file.....
    Having the factory recovery disc, I was able to select the single disc option with F12 at splash and try running a recovery from D:/.
    The disc, however, says it will reload Windows 98 (the computer came with  XP Home) and wants to re-format which will blow out EVERYTHING I have on the hard drive which is NOT an option for me!
    A while ago I was given a disc from a friend that has XP Professional. I have been trying to restore from that with less than expected results. Have gotten to a DOS promt and tried to COPY the file from XP Pro disc but being told cannot find the file. I'm most likely not doing something right. Don't know what destination to send it IF I'm able to copy the file anyway.
    Tried to load XP Pro on hard drive but computer sees the Home version and gives the message that loading 2 OS's is not recommended. Was hoping that XP Pro would simply over-write Home.
    Any help appreciated.  Thanks in advance,
    Rob

    Hi
    Setup CD is not delivered with your notebook, just recovery CD and recovery CD does not offer repair option.
    Try to obtain Microsoft Installations CD. Talk with your friends. I am pretty sure someone has this WXP installations CD. Check if you can do something using R option.
    Check also what Microsoft wrote about this issue:
    http://support.microsoft.com/?kbid=307545
    http://support.microsoft.com/kb/269075/en-us
    Good luck!

  • Problem with loading a Sequence File - Limited Windows Account

    Dear Sirs,
    I have a problem and a very less time to fix it; so I'm asking for your kind help.
    I have a production PC, with a Debug Deploy License of TS 3.1 and LV 7.1; the operating system is Win XP SP2.
    No problem when I login the session with my Administrator Windows Account; on the contrary, when I try to login with a Limited Windows Account, I'm not able to load my Sequence File, and the text appearing is attached to this message.
    Someone can advise me a solution to quickly solve my problem?
    Thank you very much and Best Regards.
    Stefano 
    Attachments:
    TS_error_winXP_login_limited_account.jpg ‏224 KB

    Stefano,
    if you open files in TestStand, TestStand tracks this in different configuration files (for example for the "most recently used" list). Therefore, TestStand tries to save these changes in the ini-files. It seems to me, that the installationdirectory of TestStand is not permitted to be used for writing for your user login in Windows.
    So you have different solutions here, the simpliest being:
    Give your user the right to write files into the < TestStand >\-folder.
    hope this helps,
    Norbert B.Message Edited by Norbert B on 11-16-2006 07:28 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Can't down load firefox to new puter, MS says corrupted file

    Bought a new puter and tried to down load Firfox. Wouldn't let me run it due to 'corrupted file'.

    Select the mp3 file in a Finder window.
    Control Click and Get Info.
    Change Open With to iTunes.
    Regards,
    Colin R.

  • T400: System Update = Corrupt windows system files

    I have tried to make a fresh Windows 7 installation, but after installing updates via Lenovo System Update the system gets corrupt.
    I replaced the hard drive on an T400 and loaded a image that I had on to the drive.
    After a installing a few updates and program I noticed strange system beaver. So I did a system file check and it came back that files was corrupt and cold not be repaired.
    So I did a new fresh Windows install. But it to became corrupt after just running Windows Update and Lenovo System Update.
    So I ran some hard drive and memory diagnostic without find and problems.
    Then I did a new Windows 7 install again. After I installed all recommended updates from Windows Update I did a system file check, all OK. The I installed Lenovo System Update and all its recommended updates and did a new system file check, Windows system files corrupt.
    Any one exercising similar problem or have any Ideas what Lenovo update is destroying the system?
    Solved!
    Go to Solution.

    Boldtaar wrote:
    Then I did a new Windows 7 install again. After I installed all recommended updates from Windows Update I did a system file check, all OK. The I installed Lenovo System Update and all its recommended updates and did a new system file check, Windows system files corrupt.
    Any one exercising similar problem or have any Ideas what Lenovo update is destroying the system?
    Are you sure you have a sound/healthy installation media?
    I have Win7 Ultimate in three T400, a T400s, (plus three T500, two W500 and two X200s, just to name the Thinkpads of the same generation). Never had a problem with Lenovo System Update.
    But in my case I first install PowerManagement only, then run Windows Update until Windows is fully updated and as a final step I run Lenovo System update. Worked as a charm so far...
    /L40SX/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E/A20p/A22p
    A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T4x0x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/10*X2xx/2*X200T/4*X30x/Z60m/3*Z61x
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество

Maybe you are looking for