Share via

error code 0x800700c1

Dan Prout 0 Reputation points
2026-04-17T13:58:49.5066667+00:00

after a motherboard firmware update flight sim 2020 will not run. It gives me an error code something went wrong launching your game error code 0x800700c1.

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

2 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 80,890 Reputation points Independent Advisor
    2026-04-17T14:44:27.7966667+00:00

    Hi Dan,

    The error code 0x800700C1 means a DLL or EXE file is corrupt. If possible, please post a screenshot of the error so that I can determine if it's a built-in Windows file or a game-related file.

    Meanwhile, run the System File Checker to fix any system file corruption. Open Command Prompt (admin) and run the following command:

    SFC /SCANNOW
    

    Post the output here.

    If SFC reports any errors, attach the file C:\Windows\Logs\CBS\CBS.log in your next reply.

    Was this answer helpful?


  2. Q&A Assist
    2026-04-17T13:59:00.85+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error code 0x800700c1 indicates that a component or module being loaded is invalid or has the wrong “bitness” (for example, a 32‑bit module being loaded into a 64‑bit process) or is corrupted.

    After a motherboard firmware update, this can surface if a required module, driver, or configuration used by the game is no longer valid or is mismatched with the environment.

    The documented guidance for 0x800700c1 is:

    • The bitness of the specified module differs from the application pool (or host process) that loads it, or
    • The module is corrupted.

    To resolve this, ensure that any affected module or component is not corrupted and that its bitness matches the environment it runs in. In practice for a game, this typically means:

    1. Repairing or reinstalling the game so that all binaries and modules are re‑deployed correctly.
    2. Ensuring that any dependent components (for example, add‑ons, plug‑ins, or injected DLLs) match the game’s architecture (64‑bit) and are not corrupted.
    3. If the error is tied to a specific module or path, using diagnostic tools (such as Process Monitor or similar) to identify which file is failing to load and then repairing or replacing that component.

    If the firmware update also changed system configuration (such as Secure Boot, UEFI settings, or storage/driver configuration), reverting or updating related drivers and components so that the game’s modules load correctly may also be required.


    References:

    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.