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

Unhandled exception at startup #6211

Open WoHuy opened 7 months ago

WoHuy commented 7 months ago

Rubberduck version information Version 2.5.9.6291 OS: Microsoft Windows NT 10.0.19045.0, x64 Host Product: Microsoft Office 2016 x86 Host Version: 16.0.5435.1000 Host Executable: WINWORD.EXE

Description After start-up, Rubberduck throws an unhandled exception.

To Reproduce Steps to reproduce the behavior:

  1. Open Word
  2. Open VBE
  3. The exception appears approx. 3 seconds after the splashcreen

Expected behavior I expect not to see this error.

Screenshots image

Logfile RubberduckLog.txt

Additional context In an attempt to solve this issue myself, I first renamed rubberduck.config (as mentioned here) and then created a fresh rubberduck.config (as mentioned here), but I am still getting the same error.

MDoerner commented 7 months ago

This is a known issue of the version of RD you use. Could you please install the latest release and see whether the issue persists?

WoHuy commented 7 months ago

I installed the latest release (2.5.9.6316) and I am not having this issue any longer. Thank you very much!