<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Notepad++ 8.4 Crashes opening XML files]]></title><description><![CDATA[<p dir="auto">Opening some, but not all XML files imediatly crashes Notepad++ 8.4.<br />
Debug Info:-<br />
Notepad++ v8.4   (64-bit)<br />
Build time : Apr 20 2022 - 03:31:06<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : ON<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
OS Name : Windows 10 Enterprise (64-bit)<br />
OS Version : 1909<br />
OS Build : 18363.2094<br />
Current ANSI codepage : 1252<br />
Plugins : BigFiles.dll CodeAlignmentNpp.dll ColumnTools.dll ComparePlugin.dll ExtSettings.dll FWDataViz.dll HexEditor.dll ImgTag.dll Linefilter3.dll Linter.dll Merge files in one.dll mimeTools.dll NavigateTo.dll npp.connections.dll NppConverter.dll NppEventExec.dll NppExec.dll NppExport.dll NppGTags.dll NPPJSONViewer.dll NppMenuSearch.dll NppPluginOpenHost.dll nppplugin_ofis2.dll NppSaveAsAdmin.dll NppXmlTreeviewPlugin.dll PreviewHTML.dll PythonScript.dll Remove Duplicate Lines.dll RunMe.dll SQLinFormNpp64.dll SurroundSelection.dll XBrackets.dll XMLTools.dll _CustomizeToolbar.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22949/notepad-8-4-crashes-opening-xml-files</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 20:25:04 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22949.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 May 2022 04:26:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Thu, 05 May 2022 03:30:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rdipardo" aria-label="Profile: rdipardo">@<bdi>rdipardo</bdi></a> I have found the problem plugin.<br />
It was version 1.4.3.1 of ColumnTools.<br />
I updated to version 1.4.4.1 from</p>
<p dir="auto"><a href="https://github.com/vinsworldcom/nppColumnTools/releases" rel="nofollow ugc">https://github.com/vinsworldcom/nppColumnTools/releases</a></p>
<p dir="auto">and the XML files open with all the rest of my plugins loaded,<br />
including XMLTools.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76651</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76651</guid><dc:creator><![CDATA[brianb1510]]></dc:creator><pubDate>Thu, 05 May 2022 03:30:16 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Thu, 05 May 2022 02:37:53 GMT]]></title><description><![CDATA[<p dir="auto">Start with “Merge files in one”; <a href="https://github.com/gurikbal/Merge-files-in-one/blob/6815419abaa9ed72fb87d2d4fb239db6b332f095/Merge%20files%20in%20one/NppPluginNETHelper.cs#L2008" rel="nofollow ugc">this data structure here</a> is deadly to 64-bit Noteapd++ <a href="https://community.notepad-plus-plus.org/topic/22471/prevent-plugin-from-crash-on-v8-3-and-later-version-recompile-x64-plugins-with-new-header/3">8.3 and up</a>:</p>
<pre><code class="language-cs">public Sci_TextToFind(int cpmin, int cpmax, string searchText)
{
// . . . 
}
</code></pre>
<p dir="auto">To more quickly identify the safe ones, check their versions against <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11198" rel="nofollow ugc">the public whitelist</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76650</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76650</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Thu, 05 May 2022 02:37:53 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Thu, 05 May 2022 02:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> said in <a href="/post/76648">Notepad++ 8.4 Crashes opening XML files</a>:</p>
<blockquote>
<p dir="auto">-noPlugin</p>
</blockquote>
<p dir="auto">Peter, thanks.<br />
That worked, I will have to work through the plugins one by one till I identify which one is causing the problem.<br />
I will post here when I work it out.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76649</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76649</guid><dc:creator><![CDATA[brianb1510]]></dc:creator><pubDate>Thu, 05 May 2022 02:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Thu, 05 May 2022 01:30:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brianb1510" aria-label="Profile: brianb1510">@<bdi>brianb1510</bdi></a> ,</p>
<p dir="auto">Try running with no plugins – easiest by running with command line option <code>-noPlugin</code> – because you have a lot of plugins, and most probably have not been updated to work with the v8.3 API update in Notepad++</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76648</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76648</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 05 May 2022 01:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Thu, 05 May 2022 00:22:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brianb1510" aria-label="Profile: brianb1510">@<bdi>brianb1510</bdi></a> Just downloaded the XMLToolsplugin and replaced the DLL but the problem remains.<br />
I then completely removed the XMLTools and the NppXmlTreeViewPlugin and restarted NPP.<br />
The problem remains.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76647</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76647</guid><dc:creator><![CDATA[brianb1510]]></dc:creator><pubDate>Thu, 05 May 2022 00:22:45 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Wed, 04 May 2022 23:57:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> Thanks Peter.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76646</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76646</guid><dc:creator><![CDATA[brianb1510]]></dc:creator><pubDate>Wed, 04 May 2022 23:57:32 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ 8.4 Crashes opening XML files on Wed, 04 May 2022 13:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brianb1510" aria-label="Profile: brianb1510">@<bdi>brianb1510</bdi></a> ,</p>
<p dir="auto">Others have reported that problem – <a href="https://community.notepad-plus-plus.org/post/76582">in this forum</a>, and <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11603" rel="nofollow ugc">in the issues#11603</a>.  The root cause is in the XMLTools plugin, and it is being fixed there (as per <a href="https://github.com/morbac/xmltools/issues/154" rel="nofollow ugc">XML Tools #154</a>).</p>
<p dir="auto">According to the plugin issue post, plugin version v3.1.1.13 fixes the issue.  You can <a href="https://github.com/morbac/xmltools/releases/tag/3.1.1.13" rel="nofollow ugc">manually download that</a> and overwrite your XMLTools.xml with the one from v3.1.1.13, restart Notepad++, and the issue should be fixed.  (The next Notepad++ release will link Plugins Admin to the updated plugin version, but until then, you have to do it manually instead of with Plugins Admin.)  If upgrading to v3.1.1.13 does <em>not</em> fix it for you, please create an issue with the XML Tools developer at <a href="https://github.com/morbac/xmltools/issues/" rel="nofollow ugc">https://github.com/morbac/xmltools/issues/</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/76636</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76636</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 04 May 2022 13:01:03 GMT</pubDate></item></channel></rss>