Community
    • Login

    NPP Crashing

    Scheduled Pinned Locked Moved General Discussion
    21 Posts 3 Posters 13.9k 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.
    • Michael DiGregorioM
      Michael DiGregorio
      last edited by

      Here you go…

      Notepad++ v7.2.2 (32-bit)
      Build time : Nov 27 2016 - 16:31:07
      Path : \fenoffc501\UsersA-Z\digregm\DropboxPortableAHK\Dropbox\NPP\notepad++.exe
      Admin mode : OFF
      Local Conf mode : ON
      OS : Windows 7
      Plugins : ComparePlugin.dll DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll NppTextFX.dll PluginManager.dll QuickText.UNI.dll zoomdisabler.dll

      1 Reply Last reply Reply Quote 0
      • Michael DiGregorioM
        Michael DiGregorio
        last edited by

        Please, does someone have an idea of what the issue could be. This is really driving me crazy and causing me a lot of added work. It’s gotten to the point where I’m afraid to open a file because it could close what I already have open.

        Or, even if you don’t have an idea of why this is happening, what might you suggest I try to circumvent the issue?

        1 Reply Last reply Reply Quote 0
        • Michael DiGregorioM
          Michael DiGregorio
          last edited by

          Taking a stab in the dark here, I removed a couple of extensions that I don’t use: Compare, DSpellCheck, and NppFTP. Here is my new debug info:

          Notepad++ v7.2.2 (32-bit)
          Build time : Nov 27 2016 - 16:31:07
          Path : \fenoffc501\UsersA-Z\digregm\DropboxPortableAHK\Dropbox\NPP\notepad++.exe
          Admin mode : OFF
          Local Conf mode : ON
          OS : Windows 7
          Plugins : mimeTools.dll NppConverter.dll NppExport.dll NppTextFX.dll PluginManager.dll QuickText.UNI.dll zoomdisabler.dll

          1 Reply Last reply Reply Quote 0
          • cmeriauxC
            cmeriaux
            last edited by

            Path : \fenoffc501\UsersA-Z\digregm\DropboxPortableAHK\Dropbox\NPP\notepad++.exe
            Local Conf mode : ON

            Try to work on a local directory instead of a remote directory. It could be the cause of your troubles.

            1 Reply Last reply Reply Quote 0
            • Michael DiGregorioM
              Michael DiGregorio
              last edited by

              I appreciate the suggestion. I’ll give it a shot to see if it makes a difference. However, I’m not too hopeful. I’ve been working with NPP in that folder for almost two years, and the issue hasn’t appeared until the release of v7.2.

              1 Reply Last reply Reply Quote 0
              • cmeriauxC
                cmeriaux
                last edited by

                I didn’t said there is no issue. I said it could help you to avoid the bug.

                1 Reply Last reply Reply Quote 0
                • cmeriauxC
                  cmeriaux
                  last edited by

                  I suspect this commit to be the source of your problems :

                  Commit SHA-1: 39df01dab5e8bf1d3ebfe1ae81499b9255e3c1ab  
                  * Add SmartHighLight node for config.xml generation
                  

                  It has been delivered on version 7.2. So can you downgrade to v7.1 and check if you still have the problem ?

                  1 Reply Last reply Reply Quote 0
                  • Michael DiGregorioM
                    Michael DiGregorio
                    last edited by

                    Thanks, cmeriaux. I will try downgrading to version 7.1 when I am next in the office.

                    1 Reply Last reply Reply Quote 0
                    • cmeriauxC
                      cmeriaux
                      last edited by

                      Any updates ?

                      1 Reply Last reply Reply Quote 0
                      • Michael DiGregorioM
                        Michael DiGregorio
                        last edited by

                        I moved my portable folder to the C drive. The issue did not happen yet. But there is nothing I did before that would always make it happen, so I’m still keeping my fingers crossed.

                        1 Reply Last reply Reply Quote 0
                        • Michael DiGregorioM
                          Michael DiGregorio
                          last edited by

                          Ugh, it just dawned on me. I had moved the portable folder directly onto the desktop. However, I just realized my desktop is on the same network share that the portable folder was originally on. And the computer that I use this on is a work computer, which I don’t have administrator privileges for, so I won’t be able to put it on the C drive.

                          Will the commit you suspect caused my issue be something that will be fixed? Or will I just have to deal with it?

                          1 Reply Last reply Reply Quote 0
                          • cmeriauxC
                            cmeriaux
                            last edited by

                            your problem could be fixed but It should be reported first to github bug tracker

                            1 Reply Last reply Reply Quote 0
                            • Michael DiGregorioM
                              Michael DiGregorio
                              last edited by

                              Thanks for your help. I just posted on github.

                              https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2654

                              1 Reply Last reply Reply Quote 1
                              • Michael DiGregorioM
                                Michael DiGregorio
                                last edited by

                                I am still experiencing this issue on v7.3. I replied as such to the github item I posted, but no one has replied to it since I posted it in December, so I’m not sure if anyone is aware of the issue.

                                Claudia FrankC 1 Reply Last reply Reply Quote 0
                                • Claudia FrankC
                                  Claudia Frank @Michael DiGregorio
                                  last edited by

                                  @Michael-DiGregorio

                                  do you see anything in the event log?
                                  If this isn’t helpful at all maybe consider using procmon with a filter to notepad++ executable.

                                  Cheers
                                  Claudia

                                  1 Reply Last reply Reply Quote 0
                                  • Michael DiGregorioM
                                    Michael DiGregorio
                                    last edited by

                                    @Claudia-Frank said:

                                    do you see anything in the event log?

                                    Hi Claudia–

                                    Thanks for the reply. I checked the event log. And at the time the crash last happened, there is an “error” that Windows closed NPP because the file became inaccessible, possibly due to a problem with the network connection. (Note: I am running portable NPP from a networked drive.)

                                    While the above does make it seem like the issue is instead a Windows issue (or at least a network connection issue), I would like to point out that I’ve been running NPP this way (portable from a networked drive) for nearly two years. And prior to when the issue started with v7.2, I have lost connection to the network while NPP was running. However, NPP never crashed in those instances; it simply remained open until the network connection was restored.

                                    So, could something in the code have changed starting with v7.2 that would cause the loss of access to the NPP folder to make the program simply exit?

                                    User cmeriaux in a post above said he suspected the issue might be related to:

                                    Commit SHA-1: 39df01d

                                    Add SmartHighLight node for config.xml generation

                                    I’m not sure what that means, but I thought I’d point it out.

                                    Claudia FrankC 2 Replies Last reply Reply Quote 0
                                    • Claudia FrankC
                                      Claudia Frank @Michael DiGregorio
                                      last edited by

                                      @Michael-DiGregorio

                                      sounds interesting - let me try to hack around and see if I can find something out.

                                      Cheers
                                      Claudia

                                      1 Reply Last reply Reply Quote 1
                                      • Claudia FrankC
                                        Claudia Frank @Michael DiGregorio
                                        last edited by

                                        @Michael-DiGregorio

                                        keep in mind, that I did the tests using wine so it might be that windows os
                                        behaves a little bit different but to be honest, I think it is a normal behavior
                                        that application crashes when started from network share and share isn’t
                                        accessible anymore.
                                        I also tried with older npp (6.9.2 to be precise) and with MS notepad.exe and both
                                        applications do show the same behavior.

                                        I ASSUME it is related to the memory and the page file (paging in operations) mechanism,
                                        because if I just dropped the connection, the application was still running but as
                                        soon as I tried to do something with this application, I saw a network request
                                        to access the share, followed by the crash. MS notepad behaved a little bit different,
                                        multiple request were sent, but in the end it died as well.

                                        Cheers
                                        Claudia

                                        1 Reply Last reply Reply Quote 0
                                        • Michael DiGregorioM
                                          Michael DiGregorio
                                          last edited by

                                          @Claudia-Frank

                                          Interesting. I guess there is no issue with NPP then. Though I swear that the program would never crash when connection was lost prior to v7.2. But perhaps something else changed at the same time–maybe an update to Windows itself, or something like that.

                                          In any event, thank you very much for the time you took to troubleshoot my issue.

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