Community
    • Login

    GNU Source Code Editor Error On Close

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    12 Posts 6 Posters 683 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.
    • Richard Woods JrR
      Richard Woods Jr
      last edited by

      I am getting an Error on close .

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @Richard Woods Jr
        last edited by PeterJones

        @Richard-Woods-Jr ,

        see “FAQ Desk: Request for Help without sufficient information to help you” and then reply with more detail.

        This forum is about the editor Notepad++. I have never heard of a “GNU Source Code Editor” plugin for Notepad++. If your question is not about Notepad++, you will have to find a different forum.

        If this is the same issue as your other post, please only ask it in one place; choose whether you think it’s generic help with Notepad++ (the other post), or a problem with you developing a plugin (this post), and only reply in one of the two topics. If you are not developing a plugin for Notepad++, I recommend replying only to the other post.

        Alan KilbornA 1 Reply Last reply Reply Quote 0
        • Alan KilbornA
          Alan Kilborn @PeterJones
          last edited by

          @PeterJones said in GNU Source Code Editor Error On Close:

          GNU Source Code Editor

          For some reason, when N++ crashes and puts up a box, it announces itself as the “GNU Source Code Editor” or some such.
          This should probably be changed.
          I’ll see if I can make it happen and get a screenshot…

          1 Reply Last reply Reply Quote 1
          • Alan KilbornA
            Alan Kilborn
            last edited by

            Someone (probably the OP here) posted this on the Live Support channel, so I don’t have to try to make N++ crash artificially to get the screenshot:

            614dbb3a-4ef3-42ea-80f5-b49a9ac0629f-image.png

            Not sure the history on why it is pushing the “GNU” thing.
            Seems like maybe the devs should clean that up?

            PeterJonesP 1 Reply Last reply Reply Quote 3
            • PeterJonesP
              PeterJones @Alan Kilborn
              last edited by

              @Alan-Kilborn ,

              Seems like maybe the devs should clean that up

              Thanks for that. I didn’t realize that any Notepad++ error message used that phrasing. I agree that it tends to confuse things.

              Even with that screenshot, I don’t see enough info to help him debug his problem.

              Michael VincentM 1 Reply Last reply Reply Quote 3
              • Michael VincentM
                Michael Vincent @PeterJones
                last edited by

                @PeterJones said in GNU Source Code Editor Error On Close:

                Even with that screenshot, I don’t see enough info to help him debug his problem.

                Start by disabling plugins. I had app crash on close like this and it was due to a plugin.

                @Richard-Woods-Jr

                Run Notepad++ with the -noPlugin command line option and see if the crash still happens on close.

                If not, then start by moving all your Plugins to a different directory and then add them back one by one, each time after adding a new one back, starting Notepad++ and seeing if you get the crash on close.

                Cheers.

                1 Reply Last reply Reply Quote 4
                • gstaviG
                  gstavi
                  last edited by

                  This is a “windows” error message that is triggered when the OS finds out that a process crashed. In that case it is actually a wine message. The (crashed) process has no control over the displayed text.

                  I guess that when the process is created various properties are taken from the launcher/shortcut that is used. That will include various name/description strings and icon. Wine is likely taking the name from there.

                  Notepad++ developers have no actual control over the strings that are placed in a launcher. Specifically since Notepad++ is not officially supported on Linux and auto wine installations are developed by third-parties.

                  One with some Linux expertise could find the (textual) launcher file and modify the strings within.

                  Alan KilbornA 1 Reply Last reply Reply Quote 0
                  • Alan KilbornA
                    Alan Kilborn @gstavi
                    last edited by

                    @gstavi said in GNU Source Code Editor Error On Close:

                    In that case it is actually a wine message

                    I have seen that same message and I am fully on Windows (no wine, except that in my glass).

                    Notepad++ developers have no actual control over the strings

                    I don’t know about under Wine, but I’m sure under Windows these strings could be changed, if the developers want to.

                    1 Reply Last reply Reply Quote 1
                    • gstaviG
                      gstavi
                      last edited by

                      OK. This is indeed the “File Description” of Notepad++.exe.
                      Do “Right click -> Properties” on the file and it is there.

                      1 Reply Last reply Reply Quote 1
                      • Alan KilbornA
                        Alan Kilborn
                        last edited by Alan Kilborn

                        So the important part is, is it relevant enough to keep the “GNU” part there, or does it tend to confuse those that know nothing about GNU?

                        fc4b391e-9734-457d-a0e8-da398e4bf11c-image.png

                        PeterJonesP 1 Reply Last reply Reply Quote 0
                        • PeterJonesP
                          PeterJones @Alan Kilborn
                          last edited by

                          @Alan-Kilborn said in GNU Source Code Editor Error On Close:

                          So the important part is, is it relevant enough to keep the “GNU” part there, or does it tend to confuse those that know nothing about GNU?

                          AFAIK, projects that just use the GPL should not use GNU in names or descriptions – that name is reserved for the GNU project

                          1 Reply Last reply Reply Quote 4
                          • donhoD
                            donho
                            last edited by

                            FYI:
                            https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3419a749d9bb9fcd5dce1d98723dccb3170c3d0e

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