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.91k stars 299 forks source link

Office Program crashing when refreshing in ofiice file contains forms #6193

Open hubaishan opened 8 months ago

hubaishan commented 8 months ago

Rubberduck version information The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:

Rubberduck version [25.91]
Operating System: [Windows 10x64]
Host Product: [Microsoft Office]
Host Version: [2013]
Host Executable: [Word Excel]

Description Office Program (Word,Excel) crashing when refreshing in files contains forms. Or in refreshed file after adding form.

retailcoder commented 8 months ago

Hi, thanks for the report! Unfortunately there isn't enough information to reliably reproduce the problem here, which makes it difficult to address.

Usually Rubberduck crashing would be writing a number of telling log entries containing information about exactly what happened, and where. It would be helpful to include the relevant logs into the post (feel free to edit!) so that we can review this information and possibly get some clues.

Assuming that the forms only contain x64-compatible MSForms ActiveX controls, there is at the moment no known reason for it to crash Rubberduck or its host process, so we'll need something to chew on in order to fix this.

Thanks!

retailcoder commented 8 months ago

Possibly related to #6197