A few questions:
- What version of Windows is that?
- Is it the Geany installer that comes with GTK+ bundled or did you provide own
GTK+ (if so, what version)?
- What plugins are activated, if any, when the abort/exception occurs?
- What significance is the Java version (as Geany doesn't use Java at all)?
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.
[0]: from Command Prompt window, type similar to:
```
C:\> C:\Program Files (x86)\Geany\bin\Geany.exe -v
```
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/795#issuecomment-163652435