Yesterday Notepad++ was runnable, but today it doesn't. In spite of the notepad++.exe (with its 13 process) presence is the tasks manager, Notepad++ window doesn't launch.

I tried to uninstall and re-install the sofware (and the first launch works), notepad.exe is present in C:\Windows and C:\Windows\Sytem32 folders.

The last file opened with notepad++ was a xml file which isn't readable by other softwares because of the following error message :

The '<' caracter can not be used in a value attribut

What can I do please ?

link|improve this question
1  
"notepad.exe is present in..." What does this have to do with Windows Notepad? Make sure never to touch that. It's a system application. – BoltClock Aug 11 '11 at 8:52
Do you configure Notepad++ to remember the files you had open before closing it? Is that XML file one of those files? – BoltClock Aug 11 '11 at 8:54
On the internet the first response to this problem is to check the process software presence on the taks manager, that's why I specifies. And it's my own XML file – Dsandre Aug 11 '11 at 9:01
Does it appear in the taskbar? If so, the program may be displaying itself off-screen. In that case, immediately after starting, press Alt-Spacebar followed by X which should show it maximised. (Or Alt-SpaceBar, follwed by M (for Move) and then use the arrows keys to move the windows around. (Of course, you don't know which direction you have to move it or how far). – sgmoore Aug 11 '11 at 9:46
@sgmoore : No it doesn't. Notepad++ window isn't present in the taskbar, only in the task manager. I'm using a double screen – Dsandre Aug 11 '11 at 10:01
feedback

migrated from stackoverflow.com Aug 11 '11 at 9:04

This question came from our site for professional and enthusiast programmers.

4 Answers

Try removing the file from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml which reopens the file when you start the program.

If that does not work, maybe you should try a complete uninstall/reinstall if you haven't already.

EDIT: Workaround found (thanks to sgmoore): Install standalone version of Notepad++ (notepad++ portable).

link|improve this answer
thank you for tracking ;) But I tried this solution thank's to "Revo-Uninstaller" to do a full re-installation of notepad++. All temp/conf files have been remove after the second/third installation – Dsandre Aug 11 '11 at 9:44
If you try the uninstall make sure, make sure you remove all the files it leaves behind too. Just in case. – Windos Aug 11 '11 at 9:44
the username should go in the path as well. had written it between tags, so it was removed :P C:\Users\YOUR_USERNAME\AppData\Roaming\Notepad++\session.xml – Allman Aug 11 '11 at 9:45
@Window, how can I be sure that all files have been remove ? I use Revo to precisely remove all files I can't find by myself. – Dsandre Aug 11 '11 at 9:47
1  
You could try running a portable version of NotePad++ (see portableapps.com/apps/development/notepadpp_portable ) which should not use any of the settings from the previous install. – sgmoore Aug 11 '11 at 10:04
show 7 more comments
feedback

In spite of the notepad++.exe (with its 13 process) presence is the tasks manager...

Forgive me if I miss understand this statement but you're saying there are 13 notepad++ processes running?

If so I'd say one of them (probably the first/original) is stuck/unresponsive/otherwise occupied.

Kill all of your notepad++ processes and restart the application. Restarting your computer should have the same effect.

One final note, notepad.exe has nothing to do with notepad++ and is Windows' built in text editor, screwing with it won't fix this third part app.

link|improve this answer
Thank's @Windos, I killed all notepad++ preocesses and restarted application, but there is again the task only. I tried to re-install notepad++ 5.9 and 5.6.4, the problem still – Dsandre Aug 11 '11 at 9:24
It's very strange because after the installation notepad++ window launch automaticaly, but when closed it's impossible to restart – Dsandre Aug 11 '11 at 9:27
@Dsandre, have you done a full restart of you PC after all this installing? – Windos Aug 11 '11 at 9:29
Yes I did, but I also tried to do this without restart the computer – Dsandre Aug 11 '11 at 9:30
feedback

I encountered the same problem as you. Do the following:

  • Go to C:\Program Files\Notepad++\plugins
  • Move LightExplorer.dll to C:\Program Files\Notepad++\plugins\disabled.

The problem should be solved with this method.

link|improve this answer
the mystery is all, since this problem I used the portable version of NotePad++. In order to test your solution I reinstalled the standard version of Notepad++ , gold today it works. it is not understandable. The computer in which I met this problem is professional, someone could corrected this worries in my absence. Thank's you – Dsandre Sep 15 '11 at 8:00
feedback

I sometimes get this problem too, all I do is:

  1. use task manager to kill those np++ processes
  2. Find np++ shortcut in the start menu, right click and chose "Run as Administrator" (window appeared)
  3. Close this np++ window, then reopen it normally (without Administrator) and it works.

I assume it is something like the session file, or a plugin, that gets locked up, or refuses access, and running as administrator clears that issue - but I could be wrong.

Hope my solution works for you, and anyone else who experiences this issue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.