PRO
RoboHappy
USA
Asked
I encountered an unexpected message on my laptop when attempting to run the latest version of ARC (version 12.30). The previous version, 12.29, worked without any issues. Can anyone help clarify what's happening here?
Error Details:
- Timestamp: 2025-12-09 13:14:58 UTC
- ARC Version: 2025.12.03.00
- Operating System Version: Microsoft Windows NT 10.0.26100.0
- Base Directory: C:\Program Files (x86)\Synthiam Inc\ARC by Synthiam\
Exception Information:
- Exception Type:
System.IO.FileNotFoundException - Message: Could not load file or assembly 'CefSharp.Core.Runtime.dll' or one of its dependencies. The specified module could not be found.
- HResult: -2147024770
- Source: CefSharp.Core
- Target Site:
Void .ctor()
Stack Trace:
at CefSharp.CefSettingsBase..ctor()
at CefSharp.WinForms.CefSettings..ctor() in C:\projects\cefsharp\CefSharp.WinForms\CefSettings.cs:line 16
at wYcbZm8UTFyhvM0AEqE.gU0keQ8o0lfJW91gswk.Fdr8XmwoLP()
It seems like there's an issue loading the 'CefSharp.Core.Runtime.dll' or one of its dependencies. Any suggestions on how to resolve this?
Related Hardware EZ-B v4

Ment to say latest ARC I tried to load and run was the 12.03 version. The 11.29 version worked perfectly fine.
Thanks - good details. This is a common symptom when the Chromium/CefSharp native runtime or one of its native dependencies is missing or blocked after an ARC update. CefSharp.Core.Runtime.dll is a native C++/CEF component and requires Windows CRT/VC++ runtime DLLs and the CEF native files to be present.
Here’s a focused troubleshooting checklist (try in order):
If the file is missing go to step 2. If it exists go to step 3.
Additional notes
If you want, I can:
Quick checklist to try now:
Which of those steps have you already tried? Do you see the CefSharp.Core.Runtime.dll file in your ARC folder?
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.