• Login
Community
  • Login

GNU Source Code Editor Error On Close

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
12 Posts 6 Posters 695 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.
  • R
    Richard Woods Jr
    last edited by Feb 3, 2021, 8:28 PM

    I am getting an Error on close .

    P 1 Reply Last reply Feb 3, 2021, 9:01 PM Reply Quote 0
    • P
      PeterJones @Richard Woods Jr
      last edited by PeterJones Feb 3, 2021, 9:03 PM Feb 3, 2021, 9:01 PM

      @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.

      A 1 Reply Last reply Feb 3, 2021, 9:10 PM Reply Quote 0
      • A
        Alan Kilborn @PeterJones
        last edited by Feb 3, 2021, 9:10 PM

        @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
        • A
          Alan Kilborn
          last edited by Feb 3, 2021, 9:29 PM

          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?

          P 1 Reply Last reply Feb 3, 2021, 9:37 PM Reply Quote 3
          • P
            PeterJones @Alan Kilborn
            last edited by Feb 3, 2021, 9:37 PM

            @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.

            M 1 Reply Last reply Feb 3, 2021, 9:48 PM Reply Quote 3
            • M
              Michael Vincent @PeterJones
              last edited by Feb 3, 2021, 9:48 PM

              @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
              • G
                gstavi
                last edited by Feb 7, 2021, 9:01 AM

                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.

                A 1 Reply Last reply Feb 7, 2021, 1:13 PM Reply Quote 0
                • A
                  Alan Kilborn @gstavi
                  last edited by Feb 7, 2021, 1:13 PM

                  @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
                  • G
                    gstavi
                    last edited by Feb 7, 2021, 1:38 PM

                    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
                    • A
                      Alan Kilborn
                      last edited by Alan Kilborn Feb 7, 2021, 1:54 PM Feb 7, 2021, 1:53 PM

                      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

                      P 1 Reply Last reply Feb 7, 2021, 3:25 PM Reply Quote 0
                      • P
                        PeterJones @Alan Kilborn
                        last edited by Feb 7, 2021, 3:25 PM

                        @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
                        • D
                          donho
                          last edited by Feb 7, 2021, 11:07 PM

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

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