• Login
Community
  • Login

Fix corrupted txt file (NULL)

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
corruptedfixtextnullfile
116 Posts 39 Posters 177.4k Views
Loading More Posts
  • 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.
  • I
    Igor Galochkin
    last edited by Igor Galochkin Mar 7, 2018, 10:01 PM Mar 7, 2018, 9:59 PM

    @Scott Sumner
    Just today I found out that Dropbox (even the free account of it) saves versions of files, so it kind of acts like a version control system (e.g. SVN), but you don’t have to do manual commits - any time you save the file, Dropbox stores another version of the file. I suppose on the backend they have some SVN-like implementation of this functionality (saving only the changes), but to the user it just looks like separate, chronologically listed versions of the file. Even if Dropbox doesn’t keep the versions for long, or has a limit on the combined size of all the versions, it’s still an excellent defense vs these sudden power outages or blue screens. Because after the computer restart one surely will still have the few copies just before the outage in Dropbox (plus the last NULL-filled copy).
    So, yeah, setting Dropbox to start together with Windows is important then.
    And btw one doesn’t even have to keep all the important files in the Dropbox folder. Instead, one can create a “junction” for the most important files or folders (https://www.dropboxwiki.com/tips-and-tricks/sync-other-folders).
    Lesson learnt :)

    1 Reply Last reply Reply Quote 2
    • I
      Igor Galochkin
      last edited by Igor Galochkin Mar 9, 2018, 10:47 AM Mar 9, 2018, 10:46 AM

      Oh my, just found out that setting “Verbose backup” in Notepad++ now creates a folder named “nppBackup” at the same place as the txt file and saves the backups there each time you save. If you don’t want to clog your folders with all these multiple nppBackup subfolders, you can set a custom path where all the backups of all edited files will be saved, e.g. some folder inside Dropbox.

      1 Reply Last reply Reply Quote 0
      • A
        Alessandro Lo Cuoco
        last edited by Alessandro Lo Cuoco Jun 5, 2018, 10:36 AM Jun 5, 2018, 10:33 AM

        It seems that when data is apparently replaced by null characters information is not actually lost. I searched on the web and I found that using a file recovery application (Recuva) one can still obtain the original file without any loss of information (I tried this myself). This is very strange, as it’s not clear where this information come from if the “null” characters are really “null”…

        1 Reply Last reply Reply Quote 0
        • C
          chcg
          last edited by Jun 5, 2018, 12:01 PM

          @Claudia-Frank @pnedev
          See https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/CMakeLists.txt and https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/gcc
          for cross compilation. Open PRs needed:
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4320
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/3918
          https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4145

          C 1 Reply Last reply Jun 5, 2018, 1:15 PM Reply Quote 1
          • C
            Claudia Frank @chcg
            last edited by Jun 5, 2018, 1:15 PM

            @chcg

            thank you but since installing VS2017 in my VM it is good enough.
            It does take <1 minute to do a full clean compile of npp, scintilla and python script plugin
            and ~15-20 seconds for code changes to test.

            Cheers
            Claudia

            1 Reply Last reply Reply Quote 0
            • M
              Manikandan Palaniappan
              last edited by Manikandan Palaniappan Jun 5, 2018, 5:35 PM Jun 5, 2018, 5:34 PM

              Hi All,
              In my case, file size is showing 7kb and unable to find that file in back up folder. When I open it shows Null in Notepad++, empty in Notepad.
              I tried Recuva and restore the file, again context is not readable.
              Restore previous version is also not available. I’m using Windows 10 64 bit OS
              Please help me to recover file

              Thanks,
              Mani

              1 Reply Last reply Reply Quote 1
              • I
                Iain Cheyne
                last edited by Jun 12, 2018, 8:36 AM

                I fixed a corrupted file using the deep scan feature of Recuva.

                1 Reply Last reply Reply Quote 0
                • R
                  Rahul Arora
                  last edited by Jun 14, 2018, 9:13 PM

                  for anyone still looking for this!
                  right click on the file -> properties -> previous versions, -> open, …
                  check contents before you hit restore.
                  saved 7 days of work!!!

                  1 Reply Last reply Reply Quote 1
                  • J
                    Joe Dougherty
                    last edited by Jul 27, 2018, 1:12 AM

                    Anyone know if this has been fixed? I’m using an older version 7.3.3 64-bit version on Windows 10. Its always been solid. After my last two reboots the files I had been working on previously have turned into all null bytes. Not empty files - each character in the file is now null. Major PITA.

                    S 1 Reply Last reply Jul 27, 2018, 3:05 PM Reply Quote 1
                    • S
                      Scott Sumner @Joe Dougherty
                      last edited by Jul 27, 2018, 3:05 PM

                      @Joe-Dougherty said:

                      Anyone know if this has been fixed?

                      I have seen no evidence that any changes have been made to date in regard to preventing this from occurring. It happened to me when using 7.2.2.

                      1 Reply Last reply Reply Quote 0
                      • M
                        Mark Cage
                        last edited by Mark Cage Jul 31, 2018, 6:33 AM Jul 31, 2018, 6:33 AM

                        Had the same catastrophe today. System Crashed (windows 7). Npp ver. 6.9.

                        Text file contents coming as null.

                        Used the recuva technique and got everything back!!

                        Learnt about verbose backup and updating to the latest Npp version.

                        Thank you all.

                        S 1 Reply Last reply Jul 31, 2018, 11:52 AM Reply Quote 0
                        • S
                          Scott Sumner @Mark Cage
                          last edited by Jul 31, 2018, 11:52 AM

                          @Mark-Cage said:

                          …updating to the latest Npp version

                          Most people in your situation say something different…Like “I’m switching to Sublime / Atom”…

                          1 Reply Last reply Reply Quote 1
                          • M
                            Mark Cage
                            last edited by Aug 1, 2018, 1:38 AM

                            @Scott-Sumner said:

                            Sublime / Atom

                            I love npp! There might some issues in the other text editors as well

                            Just enable verbose backup and i think i should be fine :)

                            S 1 Reply Last reply Aug 1, 2018, 12:09 PM Reply Quote 1
                            • S
                              Scott Sumner @Mark Cage
                              last edited by Aug 1, 2018, 12:09 PM

                              @Mark-Cage

                              Just enable verbose backup and i think i should be fine

                              There are some people with the theory that that actually contributes to the NUL problem (i.e. they postulate that if backup was off it wouldn’t/couldn’t occur). I can attest that the one time the NUL problem happened to me, I did indeed have verbose backup turned on. I had a bunch of files that the v.b. creates (so I thought "No problem!), but they too were all filled with NUL, back to the time at which I had started the current Notepad++ run. I lost about 2 hours of work when I should have only lost about 2 seconds worth (I am old-school and am “all over” the Save key…constantly). YMMV. :-)

                              1 Reply Last reply Reply Quote 3
                              • M
                                Mark Cage
                                last edited by Aug 3, 2018, 9:40 AM

                                That sucks! i hadn’t turned back up on before this happened . Also use the save key all the time. But the null error still occurred. Can only pray that it doesn’t happen again :)

                                1 Reply Last reply Reply Quote 0
                                • Lucky ErumeborL
                                  Lucky Erumebor
                                  last edited by Aug 5, 2018, 10:27 PM

                                  same thing just happened to me… v7.5.8

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    Claudia Frank
                                    last edited by Aug 21, 2018, 8:21 PM

                                    Gotcha!!

                                    Hopefully I can reproduce it under debugger.

                                    Cheers
                                    Claudia

                                    1 Reply Last reply Reply Quote 4
                                    • Jeremy JordanJ
                                      Jeremy Jordan
                                      last edited by Aug 22, 2018, 11:11 PM

                                      yeah but this is more corrupted because my txt file named Oofood instead of saying words… it came up with this: ¶¬®°~Z…yàãñöpý²Ã”¦ Vš¸:lŸã"Œ7$2¥‰+s;¡*p“‘A\ìö© /2[ÐnUû“H–™øk´­b|Ë*Y÷T¾t=¥t˜»¤RÞ~YP6*•°ÉÜü´ÄZ¤ï°³Ê}=ƒ0såÁ¨,©°¯Îß”1XŽÁb€(Þ}Y4ýµB™yª
                                      @¶e§‹Ê ©öà[_dy ‘rü±wD˜ŒíÝP ÉïCŸ;Q¬|it³JÔÈX5[7Dë¹ã!ä•0ynöWª@»C²É;]C„rÏ<õª—$5ûUôdx3×2`ö¦3õÆš&ÛgpÖǝ$³:Þ"АµÙ&¹ŠQâ‚zg¾ðõ^5öŽ(^³Eð«N\§DFNi†“»©˜.Ù/ã« &æ-”&ÚÏŠû²š¢ÔÿÐØ0\m;B–@8ÍÛv¶ïË‘®xJU ´ ôP
                                      
                                      ’Ð 6ÝÁ¤ªÀ½4;X¶y•kÕñ”ø¡ÇéVËè×_ýÔÇ9|E’Xújƒ /6O´ûv øEî\ê±s5T)%,T,Âa†L c£"ÇÕz ˆ ¯îêjøRÖÓ:òo›7ÆÓGmyEU¶Xo‘Å«·øÈëJõ¾Äwå¦B<\©¶ÖÙâÎ,@´~_Nä&BkBc&AŽ…Zºc

                                      C 1 Reply Last reply Aug 23, 2018, 12:14 PM Reply Quote 0
                                      • C
                                        Claudia Frank @Jeremy Jordan
                                        last edited by Aug 23, 2018, 12:14 PM

                                        @Jeremy-Jordan

                                        but this looks like the file content has been replaced with binary data - hard to believe that npp is responsible for that.
                                        I assume that your issue must be caused by something else.

                                        Cheers
                                        Claudia

                                        1 Reply Last reply Reply Quote 1
                                        • PeterJonesP
                                          PeterJones
                                          last edited by Aug 23, 2018, 1:50 PM

                                          @Jeremy-Jordan,

                                          As @Claudia-Frank said, that’s binary data, not just NULLs. If that’s really happened to a file that was plain text, you’ve either edited it with some other editor which has encoded it, or the file has been encrypted. If you weren’t expecting the file to be encrypted, then there’s (unfortunately) a very high probability you’ve been infected with a virus, ransomware, or other malware. Please run a reputable scanner ASAP.

                                          Since many forms of viruses, ransomware, and other malware make your data unrecoverable, I am hoping you have a separate backup of any essential data. But don’t try to access that backup until you know the computer you are on is clean – I’d hate for your backup to become infected as well.

                                          1 Reply Last reply Reply Quote 2
                                          • First post
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors