Dear Sugandh Suvarnan,
You are dealing with a known compatibility architecture introduced in Windows 11 24H2 and carried over into the 25H2 feature update. The crash you are experiencing, likely triggering an unhandled exception code 0xc0000005 (Access Violation) in the Event Viewer, is caused by changes in how the Windows kernel handles memory management and Data Execution Prevention (DEP) for 32-bit processes, which conflicts with the legacy code base of Studio 5000 Logix Designer (specifically versions 30 through 37).
While Microsoft releases generic compatibility fixes, the robust solution requires forcing the Rockwell executable to handle memory allocation in a legacy context. Waiting for a Windows Update to fix this is unreliable because the issue lies in how Studio 5000 interacts with the OS kernel, not just an OS bug.
Solution 1: Enforce Compatibility Mode: This is the most reliable immediate workaround that stabilizes the crash without waiting for patches.
Navigate to the Studio 5000 installation directory. The default path is usually: C:\Program Files (x86)\Rockwell Software\Studio 5000\Logix Designer\ENU\v<YOUR_VERSION>\Bin
Locate the LogixDesigner.exe file.
Right-click the file and select Properties.
Go to the Compatibility tab.
Check the box "Run this program in compatibility mode for" and select Windows 8 (Windows 7 also works, but 8 is preferred for Win 11 kernels).
Check "Run this program as an administrator".
Click Apply and OK. Repeat this for every version (v32, v34, etc.) executable you have installed.
Solution 2: The Rockwell Patch Roll-up: Rockwell Automation has released specific "Patch Roll-ups" to address the 24H2/25H2 kernel changes. You likely need the January 2026 (or late 2025) Patch Roll-up.
Log in to the Rockwell Automation Knowledgebase (TechConnect required).
Search for the "Windows 11 24H2/25H2 Compatibility Patch" or the latest Monthly Patch Roll-up.
Download and install this specifically on the affected machines. It updates the OpcEnum service and FactoryTalk Services Platform dependencies that often trigger these crashes.
Since you are in a production environment, I strongly advise against running bare-metal Windows 11 updates on engineering workstations. The "25H2" update cycle is aggressive. The industry best practice is to isolate your Rockwell environment inside a Windows 10 LTSC Virtual Machine (using VMware Workstation or Hyper-V). This decouples your critical engineering software from the host OS updates and prevents downtime when Microsoft pushes new feature updates like 25H2.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
VP