Intro: If Revit 2025 crashes when you try to open, create, or edit documents — especially with an “unrecoverable error” referencing a worker service or a non-existent drive (e.g., F:) — this guide helps you troubleshoot and fix the problem. It targets Revit users experiencing instability after a recent change; the primary keyword is “Revit 2025 crash” and it appears early in the introduction.
Quick summary of the issue
- Symptom: Revit 2025 launches but crashes when using editing tools, pressing the filter button, or creating/opening files. Error log shows messages like: “The request was cancelled because the worker was not detected” and references a path such as F:… that does not exist on your machine.
- Scope: Happens for all files (including Revit sample files) and started suddenly.
- Likely causes: corrupted installation or leftover components from prior installs, driver or GPU issues, mismatched add-ins or external services trying to access missing drives, or Windows/permissions problems.
Diagnosis checklist (what to check first)
- Confirm crash pattern: does it crash only when specific tools are used, or immediately on file open? Note exact reproducible steps.
- Check Revit Journal and crash logs: locate the Journal folder (%LOCALAPPDATA%AutodeskRevitAutodesk Revit 2025Journals) and open the latest journal for the timestamped error lines mentioned in the forum (WorkerServicesExecutive.cpp).
- Look for references to missing drives (e.g., F:) or network paths in the journal, family paths, template locations, or add-ins.
- Test on a clean user profile: create a new Windows user and run Revit to rule out per-user configuration problems.
- Confirm GPU driver version and Windows updates; note recent driver updates or Windows changes.
Step-by-step fixes (order these from safest to more involved)
- Restart and isolate
- Fully restart Windows. Disconnect any external drives temporarily. Launch Revit and test again.
- Run Revit as Administrator and disable add-ins
- Start Revit with Administrator privileges once to rule out permission issues.
- Temporarily disable third-party add-ins: move .addin files from
%ProgramData%AutodeskRevitAddins2025 and %AppData%AutodeskRevitAddins2025 to a backup folder, then restart Revit.
- Repair Visual C++ and .NET components
- Use Programs & Features to repair Microsoft Visual C++ Redistributables used by Revit. Repair .NET if present in Windows optional features.
- Clean driver and hardware checks
- Update GPU drivers to the vendor-recommended release for Revit (NVIDIA/AMD/Intel certified drivers). If the problem started after a driver update, roll back to the previous stable driver.
- In Revit’s Options → Graphics, switch from Hardware Acceleration (DirectX) to Software (if available) to see if GPU acceleration triggers the crash.
- Check file and template paths
- In Revit options, verify default file locations, template paths, and family template locations. Look for any path pointing to missing drives (F:). Correct or set them to local paths.
- Ensure your Revit project templates (.rte) and family libraries (.rfa) are accessible and not on disconnected network drives.
- Inspect licensing and collaboration services
- If you use Worksharing/Cloud Collaboration, sign out and sign back into Autodesk Account. Check Autodesk Desktop Connector presence; temporarily pause or uninstall it to test.
- If crash logs mention worker services, these may be internal Revit worker processes. Confirm no external process is blocking their launch (antivirus, security software).
- Perform a “clean uninstall” of Revit 2025
- Follow Autodesk’s clean uninstall instructions precisely:
- Uninstall Revit 2025 from Control Panel.
- Use Microsoft’s Program Install and Uninstall troubleshooter to remove leftover entries.
- Manually delete leftover folders: C:ProgramDataAutodesk, C:Program FilesAutodeskRevit 2025, %LOCALAPPDATA%AutodeskRevit, and %APPDATA%AutodeskRevit (back up any custom templates/families first).
- Clean registry remnants only if you are comfortable (or use a reputable cleanup tool), following Autodesk guidance.
- Reboot and reinstall Revit 2025 from the official Autodesk installer.
- Test with sample files and on another machine
- Try Revit’s supplied sample files after reinstall. If they open fine on another machine with the same build, the issue is local to your environment.
- Compare journal files between working and failing machines to pinpoint differences.
- Contact Autodesk Support and provide logs
- If the problem persists, collect:
- Revit Journal files (latest one at time of crash)
- Revit crash dump (.dmp) if available
- The exact error message and timestamp
- System info (OS build, GPU model and driver, Revit build number)
- Open a ticket with Autodesk Support or post the journal excerpt on Autodesk Forums; include the WorkerServicesExecutive.cpp error lines.
Common root causes and targeted remedies
- Residual install files or registry keys from older Revit versions: perform full clean uninstall and manual folder cleanup.
- Add-ins or scripts referencing unavailable drives: remove or update add-ins, and correct any hardcoded paths in macros.
- GPU driver incompatibility: use Autodesk-certified drivers or roll back updates that coincide with the issue.
- Antivirus/security preventing worker processes: create exclusions for Revit folders and Worker processes, or temporarily disable AV to test.
Example applied to the forum case
- User reported crash and journal path referencing F:… with a message that worker was not detected. Likely a leftover build path baked into a debug/release environment (from a previous install) or an add-in attempting to load resources from a non-existent drive. Recommended path: disable add-ins, verify file/template locations, perform clean uninstall per Autodesk guidance, reinstall, and if still failing, share journals with Autodesk Support.
Preventive tips
- Keep Revit and GPU drivers on Autodesk-certified versions.
- Avoid storing templates, families, or add-ins on removable/network drives unless always connected.
- Periodically export and back up Revit templates and family libraries to local storage.
- Before major Revit upgrades, note installed add-ins and their compatible versions.
Useful references
- Autodesk knowledge base and Revit support pages (search “clean uninstall Revit 2025” and “Revit crash troubleshooting”).
- Autodesk Forums for similar crash journal excerpts and community solutions.
- GPU driver pages (NVIDIA/AMD/Intel) for certified workstation drivers.
If you want, I can:
- Scan the Revit journal excerpt you posted and highlight the exact lines to send to Autodesk support.
- Provide a step-by-step clean uninstall checklist tailored for Windows 10/11.
