-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
program closes when opening the "find/replace in files..." dialog #285
Comments
Would you please find if there is a crash dump file under the directory of MadEdit-Mod? It should named as Madedit_20180303T195345_9128.dmp, etc |
Oops, sorry, forgot to add it. Here is one of them (all .dmps are identical): [00]:[000007F7653A89F9] (0) initredirector() |
Doubt it's a bug of wxWidgets since I could not find any function name indicating MadEdit-Mod's. I also tried to reproduce it--I used to run Find In Files---but I could not reproduce it with Replace this time after 5 times close and open the dialog. |
Why did you close it? |
I didn't close it, at least not intentionally. Must have mis-clicked without noticing |
That you can't reproduce it indeed suggests there's something on my system madedit doesn't like - I'll see if there are .dlls missing, have a wrong version, etc. |
@Munin- not exactly. I made madedit statically linking to everything it needs so that it would not rely on anything special. And the call stack reminds me to recall the same issue I met before but not in "find/replace files". It happened without any clue to reproduce seldom that's why I suspect it's a bug of wxWidgets. It might be gone with a new build or something unrelated but I can not sure. To fix it, I need to reproduce it constantly. However, I never found a way to do so. |
Yeah, no .dlls in the any of the dirs, so I can't experiment with those. Since it happens on my machine quite often I could try to run a debug version to help find the cause, but I'd need a pre-compiled one as I can't compile anything on my machine - the compiler doesn't like Windows8 :-( |
What help do you need? I can provide you debug version of latest code. |
Please provide the following information
Madedit-Mod version (or branch):
0.4.16 64-bit
platform/architecture:
windows
compiler and compiler version:
Visual Studio 2017
please describe what symptom you see:
on a subsequent attempt to open the "find/replace in files..." dialog after closing it, the program crashes immediately.
what you would expect to see instead:
I'd expect madedit to open the dialog again.
and how to reproduce it:
open the dialog, set directory, file filter, do a replace, close dialog
open dialog again, if madedit didn't crash edit find/replace strings, execute, close
repeat until it crashes on choosing the menu option
for me it sometimes works up to 4 times before crashing, but often it will crash on the second attempt
The text was updated successfully, but these errors were encountered: