I'm getting errors when double clicking on a text document:
- Load langs.xml failed!
- SCINTILLA ERROR: Can not load the dynamic library
- 106901: Scintilla.init is failed!
Everything works fine if I drag and drop a text file onto the Notepad++ icon though.
I've tried the following steps for a similar problem that I found in the forumns, but the problem persists:
--------------------
1.Get Run Dialog by clicking start->run (Notepad++ should be closed).
2.Copy this text %APPDATA%\Notepad++ into the text field of Run Dialog.
3.Click ok. A folder named "Notepad++" will appear.
4.Delete 2 files config.xml and stylers.xml then unzip the zip file and launch Notepad++.
--------------------
Thanks.
Scott C.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try to download zip-archive file instead of exe-installator. The cause of your problem is the following: Notepad++ for some reason can't find SciLexer.dll (text editing library) and langs.xml (highlighting options). These files usually are placed in the same path (folder) as Notepad++.exe file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting errors when double clicking on a text document:
- Load langs.xml failed!
- SCINTILLA ERROR: Can not load the dynamic library
- 106901: Scintilla.init is failed!
Everything works fine if I drag and drop a text file onto the Notepad++ icon though.
I've tried the following steps for a similar problem that I found in the forumns, but the problem persists:
--------------------
1.Get Run Dialog by clicking start->run (Notepad++ should be closed).
2.Copy this text %APPDATA%\Notepad++ into the text field of Run Dialog.
3.Click ok. A folder named "Notepad++" will appear.
4.Delete 2 files config.xml and stylers.xml then unzip the zip file and launch Notepad++.
--------------------
Thanks.
Scott C.
Try to download zip-archive file instead of exe-installator. The cause of your problem is the following: Notepad++ for some reason can't find SciLexer.dll (text editing library) and langs.xml (highlighting options). These files usually are placed in the same path (folder) as Notepad++.exe file.