Make Apps, not war - Notepad++ v8.3.3 released
-
FYI, auto-updater has been triggered for v8.3.3.
-
@graham-norris said in Make Apps, not war - Notepad++ v8.3.3 released:
If Windows tells you “this app can’t run on your PC” it isn’t going to start it, so no command line options will make any difference.
But, as you have been shown above, it appears that you actually have the ARM64 application, not the x64 application. If you try to run ARM64 code on a non-ARM processor, the error message that you show is the error message that Windows uses. Delete your 8.3.3 installer, and re-download, making sure to grab the x64, not the ARM64, using the link https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.3.3/npp.8.3.3.Installer.x64.exe, which is the first installer link on https://notepad-plus-plus.org/downloads/v8.3.3/ – when you run that installer, it will re-install with the x64 executable, and you should be able to run
-
@mpheath probably I did it. Today I downloaded again x64 ver and it works fine. Thanks for your support :)
-
Please HELP! I’ve upgraded today to NPP8.3.3; but after that I cannot run notepad++.exe. I even downloaded it from its GitHub link, the result is the same. Windows 10 21h2 x64.
-
Have you tried running without plugins? (ie.
notepad++.exe -noPlugin
from the command line ) If you were on an older Notepad++ and had plugins,some of those plugins will have to be removed and reinstalled because of incompatibility. -
@peterjones said in Make Apps, not war - Notepad++ v8.3.3 released:
@graham-norris said in Make Apps, not war - Notepad++ v8.3.3 released:
If Windows tells you “this app can’t run on your PC” it isn’t going to start it, so no command line options will make any difference.
But, as you have been shown above
Not me! I was simply pointing out that command line options do not affect whether or not Windows will run a program at all. It’s really rather simple: command line options are processed by the program once it is running. If Windows declines to run it, command line options will never be processed.
-
@peterjones No difference. Still not working. How can I remove just the plugins?
-
@graham-norris said in Make Apps, not war - Notepad++ v8.3.3 released:
Not me!
Sorry, with all the interleaved conversations that happen in these release threads, I didn’t notice you were different than the original person who brought up the “This app can’t run on your PC” message.
-
@peterjones No difference. Still not working. How can I remove just the plugins?
if running
notepad++.exe -noPlugin
did not fix it (and that was meant to imply, "close all instances of notepad++; then run that command line, in case you didn’t understand that) – but if that didn’t work, then removing plugins is not likely to fix it, either. But if you really want to try, exit all instances of Notepad++, go intoc:\program files\notepad++\plugins
, and rename every subdirectory in there, then try running notepad++.However, it’s really hard to debug your problem, because all you told us originally was “after that I cannot run notepad++.exe” . That’s not a very descriptive problem statement. It doesn’t say at all what didn’t work for you. I assumed that it started loading notepad++ (so you saw the splash screen) but then crashed, which is the usual behavior when you have an incompatible plugin. But maybe Windows actually gave you the same error message that Maciej reported above:
… in which case the advice to you would be to re-install, using the x64 installer, not the ARM installer.But until you can give us more than “I cannot run notepad++.exe”, we can only make wild guesses.
-
Excuse me @peterjones, but I found the issue. The issue from my screenreading software which causes Notepad++ window to be closed after a few seconds. Thank you for your replies and excuse me again.
-
@mohammadreza-rashad said in Make Apps, not war - Notepad++ v8.3.3 released:
Excuse me @peterjones, but I found the issue. The issue from my screenreading software which causes Notepad++ window to be closed after a few seconds. Thank you for your replies and excuse me again.
Could you provide the screen reader software’s name so we can narrow down the problem with next users who encounter the same problem?
-
FYI, I suppose strongly the screenreading software is NVDA.
I did have the same experience here:
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11424
and
https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11133I’ve no time yet to check how an application can make another application (Notepad++) crash. I will investigate it ASAP.
-
Hello dear @donho,
Thanks for your useful app, Notepad++. Yes. NVDA causes Notepad++ to be crashed: but this issue has begun when I updated NPP to the latest version, 8.3.3. This crash occurs when I run NVDA 2021.3.5, the newest stable version; but when I run NVDA 2022.1beta3, the latest beta, Notepad++ started running normally. I hope that I could explain the issue understandable, despite of my poor English. Thanks in advance. -
@donho ,
In the topic “my .txt is in blank”, user @Yefrith-Gil has posted that they installed v8.3.3, and got a .txt file converted to all NUL. They have the
nppLogNulContentCorruptionIssue.xml
in the program folder, but%APPDATA%\Notepad++\nppLogNulContentCorruptionIssue.log
did not get created. They aren’t using an encryption program, so it’s not similar to the forum complaint which became issue#11339, with the Symmantec Desktop Encryption, which is the only other NUL issue I’d heard of in recent versions.If you want to join that discussion, or want me to direct them to a particular issue on GitHub, please let me know.,
-
This post is deleted! -
@peterjones said in Make Apps, not war - Notepad++ v8.3.3 released:
@donho ,
In the topic “my .txt is in blank”, user @Yefrith-Gil has posted that they installed v8.3.3, and got a .txt file converted to all NUL. They have the
nppLogNulContentCorruptionIssue.xml
in the program folder, but%APPDATA%\Notepad++\nppLogNulContentCorruptionIssue.log
did not get created. They aren’t using an encryption program, so it’s not similar to the forum complaint which became issue#11339, with the Symmantec Desktop Encryption, which is the only other NUL issue I’d heard of in recent versions.If you want to join that discussion, or want me to direct them to a particular issue on GitHub, please let me know.,
I do believe this issue has been fixed :
https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d9c5688635ae78ad04b739fb59bb7868f1903890You’re right, it’s not the same issue.
I will go to the thread and ask for testing. Thank you for the heads up.
-
I just upgraded to version 8.3.3 (64-bit). Notepad++ launches without issue. I was able to open a new file and paste content in that file. I can single click in that file or select other tabs without issue. However, if I doubleclick in any tab to select text or if I hold the mouse and drag it to select text, then Notepad++ immediately crashes. I do not have the NVDA screen reader software installed on my system. I am running Windows 10 (20H2). I tried to roll back to version 8.3.1 and now it is experiencing the same issues.
-
UPDATE: I played around with removing some plugins one at a time then testing. When I removed Select to clipboard, after the restart of NPP it started working again. I re-installed 8.3.3 and for some reason all of my plugins were gone only the default were there. So I added my plugins back in and tested after each. No issues until I got to Select to Clipboard, then it started crashing again. So I removed that plugin and the issue went away. Then I added it back and NPP continued to work. I have closed and restarted NPP several times and there are no longer any issues. I use Ditto clipboard manager and not sure if that is conflicting with something in NPP. Just wanted to send an update on what I found.
-
CORRECTION: Select to clipboard plugin still causing NPP to crash. I thought I had re-installed it but it didn’t install. So I tried again and it installed and when I select text via drag or doubleclick, NPP crashes. Sorry for any confusion.
-
@scott-boyd said in Make Apps, not war - Notepad++ v8.3.3 released:
Select to clipboard plugin still causing NPP to crash
Just leave it uninstalled. Upvote the issue on the Select to Clipboard repo and wait for a fix. Or fix it and recompile yourself. This is due to the Notepad++ 8.3 backward compatible breaking fix to support >2G files. Plugin authors have been made aware, but since the last update to that repo was over 2 years ago, I’m guessing that author is “less” active.
Good luck.
Cheers.