Share via

How to fix Exception Info: System.IO.FileNotFoundException on Windows 11 PC

Alexander Blankenship 0 Reputation points
2026-03-14T15:10:21.81+00:00

My computer will randomly crash and go black screen, sometimes I can still hear the videos I am watching but the screen wont revert back and I have to reset. I went into Event Viewer to see this error keep popping up but I cannot find out a solution.

Application: GbtCloudMatrix.exe

Framework Version: v4.0.30319

Description: The process was terminated due to an unhandled exception.

Exception Info: System.IO.FileNotFoundException

at GbtCloudMatrix.Service.UploadCloudMatrixService.query_cloudmatrix_interval()

at GbtCloudMatrix.Views.UploadPage.funDoUpload()

at GbtCloudMatrix.Views.UploadPage.OnTick(System.Object, System.EventArgs)

at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)

at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)

at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)

at System.Windows.Threading.DispatcherOperation.InvokeImpl()

at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)

at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)

at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)

at System.Windows.Threading.DispatcherOperation.Invoke()

at System.Windows.Threading.Dispatcher.ProcessQueue()

at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)

at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)

at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)

at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)

at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)

at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)

at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)

at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)

at System.Windows.Application.RunDispatcher(System.Object)

at System.Windows.Application.RunInternal(System.Windows.Window)

at GbtCloudMatrix.App.Main()

and this additional message ----------------------------------------------------------------------------------->

Faulting application name: GbtCloudMatrix.exe, version: 22.9.21.1, time stamp: 0xf4734db7

Faulting module name: KERNELBASE.dll, version: 10.0.26100.7920, time stamp: 0x0cc2a083

Exception code: 0xe0434352

Fault offset: 0x00000000000c73fa

Faulting process id: 0x3130

Faulting application start time: 0x1DCB3C26518CCBB

Faulting application path: C:\Program Files\GIGABYTE\Control Center\GbtCloudMatrix.exe

Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

Report Id: b3dfdcb4-cf46-441b-b75b-9bf7f105e6e5

Faulting package full name:

Faulting package-relative application ID:

Windows for home | Windows 11 | Gaming
0 comments No comments

2 answers

Sort by: Most helpful
  1. Alexandr S 105.4K Reputation points Independent Advisor
    2026-03-14T15:56:21.8366667+00:00

    Hello, Alexander Blankenship.

    The problem is caused by one of the components of the Gigabyte Control Center program. And many users have a similar problem. To check, delete this program and observe the PC operation for at least one day. Write about the result.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-03-14T15:10:36.9033333+00:00

    The crash shown in Event Viewer is an unhandled .NET exception inside the Gigabyte Control Center component GbtCloudMatrix.exe. The exception is System.IO.FileNotFoundException, which means that this specific Gigabyte app is trying to access a file that does not exist (or is not accessible) and is not handling the error, so the process terminates. The faulting module KERNELBASE.dll is just where Windows surfaces the .NET exception; it is not the root cause.

    This explains the application crash, but the black screen and system becoming unusable indicate a broader system or driver problem. The context shows that unexpected restarts/black or blue screens on Windows 11 are typically caused by hardware, drivers, or low‑level software, not just a single app crash.

    Use these steps to troubleshoot on Windows 11:

    1. Check for stop codes or BSODs
      • If the system ever shows a blue or black screen with a stop code (for example, PAGE_FAULT_IN_NONPAGED_AREA, MEMORY_MANAGEMENT, etc.), note the exact code. These codes help identify whether the issue is GPU, storage, RAM, or driver related.
      • If the screen is just black with a cursor and no stop code, refer to the dedicated guidance for blank/black screens in Windows (linked from the stop‑code article below).
    2. Update or repair Gigabyte Control Center
      • Since GbtCloudMatrix.exe is part of Gigabyte Control Center, uninstall it from Apps → Installed apps, then download and reinstall the latest version from Gigabyte’s support site for the motherboard or laptop model.
      • If the crashes stop when Gigabyte Control Center is removed, the issue is in that software. In that case, either keep it uninstalled or reinstall only if a newer version is available.
    3. Update graphics and chipset drivers
      • Install the latest GPU driver (NVIDIA/AMD/Intel) from the GPU vendor or the PC/motherboard vendor.
      • Install the latest chipset and storage drivers from the motherboard or OEM support page.
      • Out‑of‑date or faulty drivers are a common cause of black screens and unexpected restarts.
    4. Check for Windows stop‑code guidance
      • For any unexpected restarts or BSODs, follow the official troubleshooting steps for Windows 11 stop‑code errors: identify the stop code, remove or update problematic drivers or software, and check hardware.
    5. Test hardware if problems persist
      • If black screens continue even after removing or updating Gigabyte Control Center and drivers, run hardware diagnostics (RAM test, SSD health check, GPU stress test) using tools from the PC or motherboard vendor.

    If the only symptom that remains after removing or updating Gigabyte Control Center is the System.IO.FileNotFoundException in Event Viewer, then the fix is specifically to repair or remove that application; it is not a Windows or .NET runtime bug.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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