-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSVLint plug-in crashing when opening an SQL file (should not automatically parse non-CSV files) #90
Comments
Thanks for posting the issue, it's hard to say what's going wrong without knowing the N++/plugin version or seeing the actual files. If you have the latest Notepad++ and plugin installed, then my guess is that it has to do with the plugin parsing the content of the file. Does the error appear immediately when opening the Notepad++, of when you open a certain file? If it's immediately, then try going to folder You say you have narrowed it down to a particular file, is it possible to send that file (if it doesn't contain any sesitive data) to my e-mail (see Notepad++ menu The 8.3 naming behaviour doesn't ring a bell, not sure if that is caused by the plugin. |
Thanks for the reply. In the first screenshot it's an SQL file, does it happen with a specific type of file maybe? Liek just SQL and not TXT? Also, that error dialog doesn't give me much information, those hex-codes are also gibberish to me. Can you post what it says in Notepad++ under |
I have other .sql files that it is not doing this with. It seems somewhat random. Also, my organization has installations locked down and I don't seem to have access to the sessions.xml file. I can get access through the helpdesk here if we determine I should attempt to rename it at some point. |
Here is the information from the Debug window: |
I don't think the You've got CSV Lint version 0.4.6.5, but there is one newer 0.4.6.6 can you install that? Just to verify that it still happens in the latest version. If it's possible, can you backup or send the file where this happens? I would make a backup copy of that file, open it, and if Notepad++ gives the error, then delete half of the text in the file, save it, close and open again. If the error doesn't happen anymore than it was probably something in the deleted text. |
Ok, I've just updated the plugin. I'm still experiencing the same behavior with the crash. I did make a copy of the file that is crashing and stored it in a local folder on my laptop and that one is not crashing CSVLint. I did not change anything in the copy of the file. Notepad++ v8.6.2 (64-bit) |
The plugin crashing when opening a file, and then it doesn't crash after making an exact copy of that file... That sounds like the same thing I've seen here. I was never able to figure out what was causing it though. One thing that comes to mind, is that the CSV Lint plug-in currently always parses a file when it's opened, meaning it checks the entire text of the SQL file to see if it is a CSV data file. That could be causing this issue but idk Still though, the plug-in really should do this parsing only for |
I'm experiencing issues recently with the CSVLint plug-in crashing upon opening files (not necessarily files created using CSVLint either, just unrelated files being opened in Notepad++). When I open the file, it seems it's no longer supporting long file names either and reverting them to the old 8 character name/3 character extension limit.
Also, when I try to copy my original text from the file causing CSVLint to crash into a new file and attempt to save it, it's also defaulting to the 8.3 naming convention. It won't let me rename it to the complete name I had. I had to give it a different file name for it to save as expected.
The text was updated successfully, but these errors were encountered: