notepad-plus-plus / notepad-plus-plus

Notepad++ official repository
https://notepad-plus-plus.org/
Other
22.71k stars 4.58k forks source link

Notepad++ auto updated to 8.4.2 #11785

Closed Mac404 closed 2 years ago

Mac404 commented 2 years ago

Hi Everyone

I updated NP++ to v8.4.2 a few days ago. Upon launch it complains about incompatibility of csvlint.dll and prompting to remove it, it wouldn't delete it for me, so I manually deleted it. However, before the above noted problem and even after deleting it, after the exit, I get an exception msg 0xc0000005 unexpected parameters, screenshot included. Not sure what's causing the error. Do I need to roll back?

Thanks

np++ error np++ error1

rdipardo commented 2 years ago

np++ error1

The technical explanation is here and here. This is not a bug in Notepad++. Just replace CSVLint.dll with the latest version and it should be fine.

donho commented 2 years ago

https://github.com/BdR76/CSVLint/issues/24#issuecomment-1153373190

donho commented 2 years ago

Use the newest version will fix the crash. However, I have just added the compatibility info of CVS Lint : https://github.com/notepad-plus-plus/nppPluginList/commit/7cddde97112d5d2d7f0758167d255e1d4ef020cc So it won't happen in next version of Notepad++.

Mac404 commented 2 years ago

Thank you gentlemen for your quick replies. That worked and I don't get the error anymore. Thanks :)