Comment 8 for bug 1862540

Revision history for this message
Maxime DOYEN (mdoyen) wrote : Re: Fresh installation crashes on startup

OK let go for a debug session:

please download gdb here:
- http://homebank.free.fr/public/hb_gdb.zip
- http://homebank.free.fr/public/HomeBank_debug.zip
- unzip to C:\Program Files (x86)\HomeBank

- on the folder location, replace C:\Program Files (x86)\HomeBank by cmd + press enter (or open a cmd.exe to that location

launch the debug session with: gdb.exe HomeBank_debug.exe
- type: run + enter (this will launch Homebank)
- go to the step into HomeBank until crash
- HomeBank will freeze, don't close it
- go back to the cmd console, you should have focus
- type 'bt' + enter
- this will log the debug log and hopefully the crash location/dll area
- post that report as an attached file here