Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. CRC Error

CRC Error

Scheduled Pinned Locked Moved The Lounge
c++csharpcomtoolsarchitecture
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nish Nishant
    wrote on last edited by
    #1

    I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


    My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

    R A D V A 6 Replies Last reply
    0
    • N Nish Nishant

      I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


      My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #2

      That's one possible cause. But if it isn't happenning to other files it's more likely that the file has been corrupted in some way. I'd do a quick backup of the drive, then wait and see if it gets worse before investing in a new drive. "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

      1 Reply Last reply
      0
      • N Nish Nishant

        I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


        My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

        A Offline
        A Offline
        Alexander Kent
        wrote on last edited by
        #3

        A longshot but: If youre running Win98-ish try: fdisk \mbr under dos. If youre running XP boot into the Recovery Console and after the Console has finished loading type in the following: fixmbr /device/harddisk0 harddisk0 would be your first disk, harddisk1 your second etc.. Yesterday i got an CRC error related to Compressed Files, like bad Winzip, Winace file.. etc... simply using a different compression utility helps (winrar, winace, winzip) ~Alexander Kent

        1 Reply Last reply
        0
        • N Nish Nishant

          I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


          My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

          D Offline
          D Offline
          Daniel Turini
          wrote on last edited by
          #4

          It could be either your hard disk or your memory (I suppose you don't use ECC memory chips). Yes, even I am blogging now!

          1 Reply Last reply
          0
          • N Nish Nishant

            I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


            My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

            V Offline
            V Offline
            V 0
            wrote on last edited by
            #5

            CRC: Cyclic Redundancy Check I should look it up again to now the details, but if I'm not mistaken it's a check done on compressed files like zips, rars, but also jpg, ... Mostly this error occurs when downloading from I-net. it could be that your HD is broken, but it is not likely (to make sure backup your files :-)) Most likely your file is corrupt. If you tried to unpack from winzip or something you can recover a part of the file I think: Open winzip and drag the file to explorer, when the error occurs do not close the error message, but open a new explorer window, go to the folder and you'll see the file. Copy this file to another destination. Now close the error message. If you're very lucky you've recovered a part of the file. (PS: I now this works with some errors, but I'm not sure about the CRC) good luck "If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix

            1 Reply Last reply
            0
            • N Nish Nishant

              I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


              My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

              A Offline
              A Offline
              Arjan Einbu
              wrote on last edited by
              #6

              Nishant S wrote: Does this mean that my laptop's harddisk is gone? No, it should still be there... ;P

              R 1 Reply Last reply
              0
              • A Arjan Einbu

                Nishant S wrote: Does this mean that my laptop's harddisk is gone? No, it should still be there... ;P

                R Offline
                R Offline
                Roger Wright
                wrote on last edited by
                #7

                :laugh::laugh: "If it's Snowbird season, why can't we shoot them?" - Overheard in a bar in Bullhead City

                1 Reply Last reply
                0
                • N Nish Nishant

                  I am getting a CRC error on one file on my laptop. Does this mean that my laptop's harddisk is gone? :-( http://www.codeproject.com/script/profile/upload/20248/error.JPG[^]


                  My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

                  S Offline
                  S Offline
                  Steve McLenithan
                  wrote on last edited by
                  #8

                  I had this problem once with a computer that no matter what file I downloaded from the net it was always corrupt like this... I think I ended up formatting :)

                  This demographic will quite happily click on shiny things however:laugh:

                  Found on Bash.org [erno] hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups