Fast Fail Exception - A fail fast exception occurred. Exception handlers...
Notepad++ plugin to configure normally not available settings
Brought to you by:
dinkumoil
If the "ExtSettings v1.2.1" plugin is installed in the Notepad++, when you close the editor, it shows this popup:
Fast Fail Exception
A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
(1) After I removed the "ExtSettings" folder from the "C:\Program Files (x86)\Notepad++\plugins", the Notepad++ closes WITHOUT any error.
(2) Sharing a Notepad++ dump file (size is 117 MB):
https://drive.google.com/file/d/1wrHTqvK5_XYIPhZSxR9z4rGIczEcuozz/view?usp=sharing
Thanks
Please add the following additional info:
(menu) ? -> Debug Info -> Copy debug info into clipboard
Thank you for the response.
As requested:
(1) Operating System
OS Name = Microsoft Windows 10 Pro
System Type = 64-bit
OS Version = 1803
OS Build = 10.0.17134 Build 17134 [Version 10.0.17134.1246]
OS Manufacturer = Microsoft Corporation
Processor = Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz, 1896 Mhz, 4 Core(s), 8 Logical Processor(s)
Windows Directory = C:\WINDOWS
System Directory = C:\WINDOWS\system32
Boot Device = \Device\HarddiskVolume2
Locale = United States
Installed Physical Memory (RAM) = 16.0 GB
Total Physical Memory = 13.9 GB
Available Physical Memory = 6.51 GB
Total Virtual Memory = 28.4 GB
Available Virtual Memory = 16.7 GB
Page File Space = 14.5 GB
Page File = C:\pagefile.sys
Kernel DMA Protection = Off
(2) Notepad++ Debug Information
Notepad++ v7.8.4 (32-bit)
Build time : Jan 29 2020 - 01:33:47
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS Name : Windows 10 Enterprise (64-bit)
OS Version : 1803
OS Build : 17134.1246
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll _CustomizeToolbar.dll
(3) Screenshot of ExtSettings > Extended Settings
Attached
Thank you for providing exact debug info.
I've set up a test environment in a VM:
%ProgramFiles(x86)%\Notepad++
, running with Admin rights, same plugins like in your debug infoNotepad++ runs with session feature deactivated. All plugins except ExtSettings are running with default settings.
When I start Notepad++ and immediatly terminate it I can not reproduce your issue, no exception thrown during termination.
Please do some more testing. For example:
(menu) Settings -> Preferences -> Backup -> Remember current session for next launch
) in order to start with an empty editor.(menu) Settings -> Preferences -> Cloud -> No cloud
).Last edit: Andreas Heim 2020-03-02
Update:
Following the provided instructions, the issue was localized even more
There seems to be a conflict between these 2 extensions:
ExtSettings
DSpellCheck
When both of them are installed, Notepad++ shows this "Fast Fail Exception" error during exit.
When only 1 of these 2 extensions is installed, there is NO error.
The same update was posted at
https://github.com/Predelnik/DSpellCheck/issues/173
Thank you