I am currently using FME 2025.1.1 (Build 25615) and have had some issues with inspector crashing. I have tried multiple different ArcGIS Online provided background maps and they seem to be causing both Data Inspector and occasionally Form (when using Data Preview) to crash. I have tried with multiple different types of data, of various feature counts, sometimes it crashes on initial load of background map, other times when it reloads it after zooming in. Wondering if anyone else has run into this?
Page 1 / 1
We (
Created ticket #59068 for this issue. Got the suggestion to check which dll was failing using the Windows Event Viewer. Turned out to be C:\WINDOWS\SYSTEM32\ntdll.dll Copilot suggested System File Checker & DISM Tool. Booted and the issue went away.
Open Command Prompt as Administrator.
1. Run System File Checker (SFC)
sfc /scannow
This scans and repairs corrupted system files.
2. Run DISM Tool
DISM /Online /Cleanup-Image /RestoreHealth
Repairs deeper system image issues that SFC might miss.
Thanks
I saw the same issue recently
