On Thu, Dec 10, 2015, at 16:06, Matthew Brush wrote:
A few questions:
- What version of Windows is that?
Windows 7 (64 Bit)
- Is it the Geany installer that comes with GTK+ bundled or did you
provide own GTK+ (if so, what version)?
I don't remember exactly, but I think it is the version with GTK+ included. In any case, I use the file geany-1.25_setup.exe with size 9770008.
- What plugins are activated, if any, when the abort/exception occurs?
According to the Plugin Manager, I have currently plugins activated which identify themselves with the following names:
"Fenster teilen" "Speicheraktionen" "Zeichen für HTML"
In at least one case, I had this type of crash also with the plugins deactivated.
- What significance is the Java version (as Geany doesn't use Java at
all)?
My mistake! I somehow thought to remember, that Geany was implemented in Java (for portability), but I see that this is not the case.
You might try to run Geany from command prompt[0], passing the `-v` option, which will make it write out debug messages to the command prompt. I'm guessing the messages will contain a bunch of warnings/error messages leading up to the abort/unhandled exception. If so, and you could paste the output here, that would be really useful to troubleshoot the issue.
Here it comes:
Geany: Geany 1.25, German_Germany.1252 Geany: GTK 2.24.10, GLib 2.28.8 Geany: System data dir: C:\p\geany\data Geany: User config dir: C:\Users\fisrona\AppData\Roaming\geany Geany: System plugin path: C:\p\geany\lib\geany Geany: Added filetype Clojure (61). Geany: Added filetype CUDA (62). Geany: Added filetype Cython (63). Geany: Added filetype Genie (64). Geany: Added filetype Graphviz (65). Geany: Added filetype JSON (66). Geany: Added filetype Scala (67). Geany: Loaded: C:\p\geany\lib\geany\splitwindow.dll (Fenster teilen) Geany: Loaded: C:\p\geany\lib\geany\saveactions.dll (Speicheraktionen) Geany: Loaded: C:\p\geany\lib\geany\htmlchars.dll (Zeichen für HTML) Geany: C:\cygwin64\home\fisrona\exp\jr6\rbsrc\vpruby.rb : Ruby (UTF-8)
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/795#issuecomment-163864423