Can anyone here replicate this error?

Started by Paul Squires, February 21, 2020, 09:35:27 AM

Previous topic - Next topic

Paul Squires

A user reported a crash bug over on WinFBE's GitHub page:
https://github.com/PaulSquires/WinFBE/issues/13

There was a problemwhen pressing the down arrow next to the Open Templates toolbar icon would cause a crash on 64-bit. That was fixed a long time ago.
Paul Squires
PlanetSquires Software

SeaVipe

Hi Paul, No problems with the "Open" button or down arrow. The "New" button functions properly but the down arrow caused 2.0.5 to crash.
Upon further review, I found that whichever version of WinFBE was run from the "C:\WinFBE_Suite" folder will exhibit the crashing issue. I tested all versions from 2.0.0 through to 2.0.5 and they all had the same issue with the "New" down arrow but not the "New" button or the "Open" button or the "Open" down arrow.
I keep the 10 most recent versions of WinFBE_Suite on the root of my C: drive in this format: C:\WinFBE_Suite.2.0.0 etc. To test, I simply opened the appropriate folder and double-clicked WinFBE64.exe.
Clive Richey

Paul Squires

Thanks Clive - I really appreciate the report because I can't replicate the crash on my computer. I will re-evaluate the code that loads the list of Jose's templates and see if there is a stray pointer or something else in there that is causing the blow up.
Paul Squires
PlanetSquires Software

Paul Squires

Hi Clive, can you please test the attached new 64 bit exe? I made a couple of small changes and added a test to ensure that the I only pass non-zero length text descriptions to the listbox because I remember that FB has trouble with @ references to null strings.

Please let me know if it works or if I am still on the hunt for the cause of the crash. Thanks!
Paul Squires
PlanetSquires Software

Paul Squires

Oh, and I also wanted to ask: Does the program crash when you select "Open Templates" from the "File" menu? If it opens successfully via the File menu then I know that the problem must be in the way that I am handling the toolbar dropdown notification.
Paul Squires
PlanetSquires Software

SeaVipe

Clive Richey

SeaVipe

Hi Paul, managed to open the RAR file with WinRar.
Yes, WinFBE64 2.0.5 crashes when attempting File>Open Templates.
The test version you posted does not. It would appear as though you fixed it!

Clive Richey

Paul Squires

Paul Squires
PlanetSquires Software