Community
    • Login

    Notepad ++ crashes when using Babylon Translator

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    15 Posts 2 Posters 4.7k 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.
    • Nano ElN
      Nano El
      last edited by Nano El

      Hi!

      The program crashes if I use Babylon Translator (it is supposed that if I select a word and then Crtl+right click Babylon opens with the the translation).

      Prior versions worked fine…

      1 Reply Last reply Reply Quote 0
      • chcgC
        chcg
        last edited by

        Which version of N++? How is the connection to Babylon done? This is no buildin feature of N++.

        1 Reply Last reply Reply Quote 0
        • Nano ElN
          Nano El
          last edited by Nano El

          Version 7.5.4

          Babylon is working background. When you select a word, and press Ctrl+right click of mouse on that word, it shows up with the translation. It works fine with Word or notepad. And it used to work with Notepad ++, but not with the newest version.

          1 Reply Last reply Reply Quote 0
          • chcgC
            chcg
            last edited by

            How babylon works https://en.wikipedia.org/wiki/Babylon_(software)#Product_features.
            What means crash in this case? Do you get some coredump information or create one, see https://stackoverflow.com/questions/8866064/application-crashes-on-start-how-to-get-a-crash-dump-file?

            1 Reply Last reply Reply Quote 0
            • Nano ElN
              Nano El
              last edited by

              Hi! I managed to create a dumpfile with procdump64. You can downloaded here:

              https://drive.google.com/open?id=1ctx26GwNNdl6yruOqhkcKCqzQXL7JqVS

              Thanks!

              1 Reply Last reply Reply Quote 0
              • chcgC
                chcg
                last edited by

                Callstack is:

                gdi32.dll!_IsCreateFontIndirectAPresent@0() Unbekannt Nichtbenutzercode. Symbole wurden geladen.
                gdi32.dll!_TranslateCharsetInfoStub@12() Unbekannt Nichtbenutzercode. Symbole wurden geladen.
                captlib.dll!62ff4fe7() Unbekannt Es wurden keine Symbole geladen.
                [Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für captlib.dll] Frame mit Anmerkungen
                [Externer Code] Frame mit Anmerkungen
                SciLexer.dll!624cac27() Unbekannt Es wurden keine Symbole geladen.
                notepad++.exe!010b8564() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                SciLexer.dll!624addc7() Unbekannt Es wurden keine Symbole geladen.
                SciLexer.dll!624b7488() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                SciLexer.dll!6249bc4a() Unbekannt Es wurden keine Symbole geladen.
                SciLexer.dll!6249bc7d() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                SciLexer.dll!624cd786() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                notepad++.exe!010b8564() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                captlib.dll!62ff4a21() Unbekannt Es wurden keine Symbole geladen.
                captlib.dll!62ff6cea() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                captlib.dll!630106eb() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                DSpellCheck.dll!6019f30b() Unbekannt Es wurden keine Symbole geladen.
                [Externer Code] Frame mit Anmerkungen
                notepad++.exe!010e51db() Unbekannt Es wurden keine Symbole geladen.

                1 Reply Last reply Reply Quote 0
                • chcgC
                  chcg
                  last edited by

                  @Nano-El Which was the latest version which works for you? Could you run n++ with plugins disabled? See http://docs.notepad-plus-plus.org/index.php/Command_Line_Switches

                  *-noPlugins
                  Use this parameter to launch Notepad++ without loading the plugins. This parameter is useful when you want to determine where bad behaviour or crash is coming from (from the plugins or from Notepad++ itself). *

                  1 Reply Last reply Reply Quote 0
                  • Nano ElN
                    Nano El
                    last edited by Nano El

                    Hi!

                    I uninstalled and removed preferences, reinstalled and works fine!

                    Probably the problem began when I installed json formatting plug-in.

                    Thanks for your assistance!

                    1 Reply Last reply Reply Quote 0
                    • Nano ElN
                      Nano El
                      last edited by

                      False alarm! :(

                      I was trying with a txt file and worked. Now I know the problem is with .trs files (a trs file contains text from a game made with AGS)

                      1 Reply Last reply Reply Quote 0
                      • chcgC
                        chcg
                        last edited by

                        In which encoding is the trs file compared to the normal text file? UTF-8, UTF-16, ASCII, some windows or iso?

                        1 Reply Last reply Reply Quote 0
                        • Nano ElN
                          Nano El
                          last edited by

                          I think it is UTF-8 but I don’t know where to look for that. Can I send you the file somehow?

                          1 Reply Last reply Reply Quote 0
                          • Nano ElN
                            Nano El
                            last edited by

                            Hi.

                            Any answer?

                            1 Reply Last reply Reply Quote 0
                            • chcgC
                              chcg
                              last edited by

                              Encoding of the current file is visible in the main menu -> encoding. Uploading here is not possible and you have to use some other webspace, like dropbox, onedrive, etc.

                              1 Reply Last reply Reply Quote 0
                              • Nano ElN
                                Nano El
                                last edited by

                                Ok, it’s ANSI.

                                And you can downloaded from here:

                                https://drive.google.com/open?id=1mHevvuEdfl6kQpUmgPh7S6_riA2HwFvl

                                Thanks for your help!

                                1 Reply Last reply Reply Quote 0
                                • chcgC
                                  chcg
                                  last edited by

                                  You could also use the plugin https://sourceforge.net/projects/npptranslate/files/bin/Translate_3.1.1.0.zip, if getting translations from within N++ is your main focus.

                                  Just tested it with some simple testfile. Works ok, if it is UTF-8, but after change of encoding to ANSI babylon causes a crash. I think this is not caused by N++ itself.

                                  Also happens for the x64 version of N++:

                                  gdi32.dll!IsCreateFontIndirectAPresent() Unbekannt Nichtbenutzercode. Symbole wurden geladen.
                                  gdi32.dll!TranslateCharsetInfoStub() Unbekannt Nichtbenutzercode. Symbole wurden geladen.
                                  captlib64.dll!00007ffb47446d53() Unbekannt Es wurden keine Symbole geladen.
                                  captlib64.dll!00007ffb474455d6() Unbekannt Es wurden keine Symbole geladen.
                                  captlib64.dll!00007ffb47445cf8() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d531b4e() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d531dae() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d5242e7() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d52dfb2() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d5131d7() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d513731() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d545835() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d5472f8() Unbekannt Es wurden keine Symbole geladen.
                                  SciLexer.dll!00007ffb2d54b774() Unbekannt Es wurden keine Symbole geladen.
                                  [Externer Code] Frame mit Anmerkungen
                                  notepad++.exe!00007ff71f645c39() Unbekannt Es wurden keine Symbole geladen.
                                  notepad++.exe!00007ff71f645e06() Unbekannt Es wurden keine Symbole geladen.
                                  [Externer Code] Frame mit Anmerkungen
                                  notepad++.exe!00007ff71f67c008() Unbekannt Es wurden keine Symbole geladen.

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