[Urgent] Possibly Microsoft 365 Office Apps updates crashing my Word Addin

Neha Sharma 0 Reputation points
2024-11-18T09:20:11.0066667+00:00

Starting sometime around Nov 14, 2024, we have been observing consistent issues with our software product called Intelligent Content Tools (icTools) on some of our machines having Microsoft 365 installed. icTools is a plugin to Microsoft Word. This has critically impacted out software development process and likely to be impacting our customers as well who are using the product.

We have following observations based on our internal troubleshooting.

  1. Word Crashes Upon Using icTools: Microsoft Word crashes on some machines while using certain functions of icTools. See this short video for the behavior.
  2. Only Some Machines Having Latest Microsoft 365 Office update Run into Issues: We noticed that not all of our machines run into this issue which have Microsoft 365 as well as latest Office update (Version 2410, Build 18129.20158, Released on Nov 12) installed. AND THAT IS WIERD.
  3. No Recent Windows Update Since Issue Started Happening on Machines: Issues have been observed on machines having Windows 10 and 11 where no recent Windows updates installed.
  4. icTools Low-level Troubleshooting Shows Window Handle is Null: Debugging on affected machine at low-level found that icTools application is unable to get Window handle as it appears null. There is method bool GetWordHWNDs(word::Window *pWdWnd, WordHWNDs *pHwnds) that is returning handle value as null. Inside this method, there are some checks that check against the class name “_WwF” that are failing because the class name we are getting from Microsoft Word now is “_WwB” which is leading to the issue.

We are looking for your assistance in resolving this issue at the earliest.

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,174 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,733 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,012 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.