XML Tools Error
-
I have an error on startup NPP. See error on image link:
Notepad++ v8.2.1 (64-bit)
Build time : Jan 19 2022 - 18:43:05
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Pro (64-bit)
OS Version : 2009
OS Build : 19044.1586
Current ANSI codepage : 1252
Plugins : BetterMultiSelection.dll ComparePlugin.dll JSMinNPP.dll mimeTools.dll nppAutoDetectIndent.dll NppConverter.dll nppcrypt.dll NppExport.dll NppGist.dll NPPJSONViewer.dll NppQrCode64.dll NppRegExTractorPlugin.dll NppXmlTreeviewPlugin.dll Python Indent.dll PythonScript.dll RegexTrainer.dll SQLinFormNpp64.dll urlPlugin.dll -
Well, you have an awful lot of plugins in there, and I’m not sure the version your debug info shows is the problematic version one that needs updated plugins, so I guess the first thing to do is start NPP without plugins:
notepad++.exe -noPlugin
and then add the one you want (XMLTools) first and see if it functions correctly. If so, one of your other plugins may be messing with it, or…you’ve updated to a new plugin version (not sure if that’s possible with above 3.2.1) that has the new version changes to it and your version doesn’t like it. Someone else with more knowledge may come along and give you a more definitive answer, but for now, just try this and see if it works, to at least narrow down the possible reasons. -
@lycan-thrope said in XML Tools Error:
notepad++.exe -noPlugin
Thanks,
My Steps:
- Start npp with -noplugin
- Install xmltool 3.1.1.10
- Install ok
- restart npp and all plugins and xmltools ok.