> Access violation EVERY time I press Ctrl+F enter a search term and press enter.
Ok. Till now that works fine for me.
How many files are opened in editor ?
What is the search term ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This file happened to be a SQL file, but on my system it does not matter. Any file of any type can not be searched without creating the error message. I have tried PHP,HTML,TXT,SQL files and I get the same result. I have even uninstalled, downloaded, reinstalled and I still get the same problem. I even made sure to delete the directory in "Program Files" before installing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok. I cannot see...
Could you launch the program, then
Close all opened files in Editor, then
Menu Project > New Project...
Select a folder, for instance containing the test.sql file
(If I hit Ctrl+F now : Ok, access violation to be fixed)
Open a file (double-click in file listview)
Now, Ctrl+F + 'shout' is ok for me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> If I open a 10k text file search works
Really ? (I was going to be crazy)
> The SQL file that I am working on is > 900 k
You won't believe me. I've just checked a file
60,367 lines
11,867 KB and... it works ('shout' not found by the way ;)
The file you're working with must be too special.
Used to create a database with many tables and much more columns, index, constrainsts ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Think we figured it out. Amazingly one line in the sql file had 1,045,246 characters in it. I think it is reasonable to say that this abnormal and what is causing the issues.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
> one line had 1,045,246 characters in it.
This is not supposed to give an access violation :-$
May be one day I'll file a bug request to SynEdit project.
Nevertheless, there's an access violation to fix here :
<Ctrl>+<F> while no file is opened yet (next revision >= .312)
Thanks again for all the time spent, best regards,
Pierre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering if there is a solution to this. I get it EVERY time I search a file.
Access violation at address 004D1F92 in module 'devphp.exe'. Read of address 04A19FAE.
I am running Version 2.3.0.310 in WinXP.
Hi,
> Access violation EVERY time I search a file.
Ok. Which actions, key sequences, ... ?
I need to reproduce same actions as yours in order to fix.
Thanks for your report,
Pierre.
Ctl-f enter a search term press enter
> Access violation EVERY time I press Ctrl+F enter a search term and press enter.
Ok. Till now that works fine for me.
How many files are opened in editor ?
What is the search term ?
One file open search word "shout"
I'm not able to reproduce.
Is the file empty ?
This file happened to be a SQL file, but on my system it does not matter. Any file of any type can not be searched without creating the error message. I have tried PHP,HTML,TXT,SQL files and I get the same result. I have even uninstalled, downloaded, reinstalled and I still get the same problem. I even made sure to delete the directory in "Program Files" before installing.
Ok. I cannot see...
Could you launch the program, then
Close all opened files in Editor, then
Menu Project > New Project...
Select a folder, for instance containing the test.sql file
(If I hit Ctrl+F now : Ok, access violation to be fixed)
Open a file (double-click in file listview)
Now, Ctrl+F + 'shout' is ok for me.
Must have something to do with file size.
If I open the program and do ctl-F I get the error (duh, there isn't afile open :) )
If I open a 10k text file search works
The SQL file that I am working on is >900k :(
> If I open a 10k text file search works
Really ? (I was going to be crazy)
> The SQL file that I am working on is > 900 k
You won't believe me. I've just checked a file
60,367 lines
11,867 KB and... it works ('shout' not found by the way ;)
The file you're working with must be too special.
Used to create a database with many tables and much more columns, index, constrainsts ?
Think we figured it out. Amazingly one line in the sql file had 1,045,246 characters in it. I think it is reasonable to say that this abnormal and what is causing the issues.
> one line had 1,045,246 characters in it.
This is not supposed to give an access violation :-$
May be one day I'll file a bug request to SynEdit project.
Nevertheless, there's an access violation to fix here :
<Ctrl>+<F> while no file is opened yet (next revision >= .312)
Thanks again for all the time spent, best regards,
Pierre.