NppMarkdownPanel: Plugin "Failed to load"
Hi there, i’m using the portable version of Notepad++ 8.4.7 and i cannot load your plugin in version 0.7.0. The old version 0.6.2 worked without problems. I tried a fresh install with npp.8.4.7.portable.x64.zip and NppMarkdownPanel-0.7.0.0-x64.zip and i get the following error:
After closing Notepad++ the following is shown:
I think it has to do with the Windows LTSC-Version, see Debug Info:
Notepad++ v8.4.7 (64-bit)
Build time : Nov 1 2022 - 23:31:11
Path : C:\Software\npp_test\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 10 Enterprise LTSC 2019 (64-bit)
OS Version : 1809
OS Build : 17763.3650
Current ANSI codepage : 1252
Plugins :
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
On my private computer with Windows 10 Home and an installed Notepad++ (not portable) the new plugin version does work without problems:
Notepad++ v8.4.7 (64-bit)
Build time : Nov 1 2022 - 23:31:11
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 22H2
OS Build : 19045.2311
Current ANSI codepage : 1252
Plugins :
BetterMultiSelection (1.5)
Explorer (1.9.5)
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
NppMarkdownPanel (0.7)
Went back to version 0.6.2 for now. Maybe you can identify a cause for this issue. Would be great to use the new version with dark mode. Really appreciate your helpful plugin.
Thanks
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 17 (8 by maintainers)
Commits related to this issue
- #57 Errorhandling for MarkdigWrapper — committed to mohzy83/NppMarkdownPanel by mohzy83 2 years ago
- #57 Errorhandling for MarkdigWrapper — committed to vinsworldcom/NppMarkdownPanel by mohzy83 2 years ago
- #57 Errorhandling for MarkdigWrapper - ConvertToHtml Invokation — committed to mohzy83/NppMarkdownPanel by mohzy83 2 years ago
- #57 Errorhandling for MarkdigWrapper - ConvertToHtml Invokation — committed to vinsworldcom/NppMarkdownPanel by mohzy83 2 years ago
@ma-schroeder, repeat that directory listing like this:
Do you see hidden files with names like
NppMarkdownPanel.dll:Zone.Identifier:$DATA
?If so, it means Windows is blocking the execution of the DLLs for security.
Right-click on each DLL and select Properties. If the Unblock option is shown, click on the checkbox and click Apply, then OK.
Wow! Huge thanks. Should have known it was something like. This issue’s details probably saved me a few hours worth of frustration.
Oh wow, you are absolutely right. Thanks for the link and the info. I use 7-zip 22.01 and the setting “Propagate Zone.Id stream” is set to “Yes” on my work laptop. On my home pc this setting is set to “No”.
Here is the output:
After right-clicking each DLL and explicitly “allowing” an access i’m now able to use the plugin, yeah. The properties of each DDL looked like this:
So i had to mark the “Zulassen” (Allow) checkbox and hit OK. The additional Zone.Identifier:$DATA files are now gone in the lib directory and the plugin is working.
Thank you!