I have a major crash problem with Notepad++.
When trying to add a line change after <?php in the first line I get a Win32Exception.
Code: 0xC0000005
Type: access violation
exception address: 0x10002E87
This happens in just 1 file I have made. and only if i try to add a line change when the cursor is right after <?php. The second line of the file is session_start(). Crash does not happen if I put the cursor to start of the second line and add the line pressing enter there.
I have tried versions 4.9 and 5.1.1
Is this a bug in software, or my hardware?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Quick update, this does appear to be a plugin issue. I reinstalled twice and no fix, but, after renaming my plugin folder to something else so they don't load, I no longer seem to get the crash.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> Quick update, this does appear to be a plugin issue.
> I reinstalled twice and no fix, but, after renaming my plugin folder
> to something else so they don't load, I no longer seem to get the crash.
Could you put them back one by one to identify the guilty one?
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I have the same problem, I'm using Notepad++ 5.1.1 (UNICODE).
After deleting NppAutoIndent.dll from the plugin's folder, everything works ok now, I think there is the problem...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a major crash problem with Notepad++.
When trying to add a line change after <?php in the first line I get a Win32Exception.
Code: 0xC0000005
Type: access violation
exception address: 0x10002E87
This happens in just 1 file I have made. and only if i try to add a line change when the cursor is right after <?php. The second line of the file is session_start(). Crash does not happen if I put the cursor to start of the second line and add the line pressing enter there.
I have tried versions 4.9 and 5.1.1
Is this a bug in software, or my hardware?
I get this exact same error when editing php files. However it happens at random anywhere in the file(s) for me.
Quick update, this does appear to be a plugin issue. I reinstalled twice and no fix, but, after renaming my plugin folder to something else so they don't load, I no longer seem to get the crash.
> Quick update, this does appear to be a plugin issue.
> I reinstalled twice and no fix, but, after renaming my plugin folder
> to something else so they don't load, I no longer seem to get the crash.
Could you put them back one by one to identify the guilty one?
Don
Hello.
I have the same problem, I'm using Notepad++ 5.1.1 (UNICODE).
After deleting NppAutoIndent.dll from the plugin's folder, everything works ok now, I think there is the problem...
Yes, NppAutoIndent.dll must be "faulty". I deleted it too and have no problems anymore.