-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notepad++ hangs at startup with HexEditor plugin enabled #1
Comments
@daooze Which version are you using? An official one from http://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/ or a "private" testbuild from my github project? Which OS and N++ version? |
Startup hang seen with Windows 10 (1709), Notepad++ 7.3.2 (64bit), NPP_HexEdit 0.9.5.19 (64bit) |
Latest build from here... https://ci.appveyor.com/project/chcg/npp-hexedit/build/0.9.5.25 |
Confirmed issue here as well, created both folders as per bug report issue goes away. |
Can confirm as well. Creating both folders helped. |
Related: 7.5.9 (32 bit) didn't crash with the X86 plugin on startup with it enabled here, but hangs whenever we touch the file dropdown menu with a hex edited file opened. 'Tis still the bug of ye olden times. Same symptoms when the hex edited file is then unselected for hex editing. |
@lmstearn Could you create a new issue for the problem you described. That seems to be a different one from the one here. Could you state which version of HexEditor you use. If it is still the one from https://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/Hex%20Editor%20Plugin%20v0.9.5/? You should first try out the one from https://github.com/chcg/NPP_HexEdit/releases/tag/0.9.5.19 if this is the case. |
When a user starts Notepad++ for the first time, "%APPDATA%\Notepad++\plugins\Config"-folder is usually not be available. The HexEditor plugin somehow relies on it but does not create it automatically.
The following behaviour has been observed:
"%APPDATA%\Notepad++\plugins" not available:
Notepad++ hangs with high CPU usage and an increasing amount of used memory.
"%APPDATA%\Notepad++\plugins\config" not available:
Notepad++ just crashes.
Creating the folder manually resolves this issue.
The text was updated successfully, but these errors were encountered: