rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.92k stars 302 forks source link

Code Inspection Dialog box is blank after first use and incorrect log file. #6125

Open FullValueRider opened 1 year ago

FullValueRider commented 1 year ago

Rubberduck version information

Version 2.5.9.6291 OS: Microsoft Windows NT 10.0.22631.0, x64 Host Product: Microsoft Office x64 Host Version: 16.0.16529.20154 Host Executable: EXCEL.EXE

Description 1, After the first parse by rubberduck I can view code inspections, select a code inspection and choose an option from the drop down list. Rubberduck makes the change and reparses. I can then view the remaining code inspections but when I select one, the pull down just shows an empty list.

  1. When examining the log by clicking on the link in the Rubberduck about dialog, I'm taken to a log file dated Feb 2022.

To Reproduce Steps to reproduce the behavior: I have attached my project as a zipped xlam file VBALib.zip

Expected behavior The drop down list should be presented correctly after each parse by Rubberduck

The log file should be current

Screenshots Screenshot from my mobile phone as I can't get a screen capture. IMG_20230710_094344

Logfile

RubberduckLog.txt

Energeer commented 1 year ago

I have the same issue.

Rubberduck version information Version 2.5.9.6289 OS: Microsoft Windows NT 10.0.19044.0, x64 Host Product: Microsoft Office x64 Host Version: 16.0.16529.20154 Host Executable: EXCEL.EXE

chrisdaniels commented 1 year ago

Also saw this issue. I seemed to get it to occur when selecting more than one item in the Code Inspection window. Only way to fix it is to unload/reload the RD add-in.

retailcoder commented 1 year ago

Has to be the last-minute DynamicResource bindings stuff... this will definitely need a hotfix release, expect something over the weekend!

chrisdaniels commented 1 year ago

Did this get patched?