0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows Update (24H2)したらAfter Effectsが起動しなくなった

Posted at

はじめに

Windows UpdateをしたらAfter Effectsが以下のエラーを吐いて起動に失敗するようになった。

アプリケーションを正しく起動できませんでした(0xc0000142)。
[OK]をクリックしてアプリケーションを閉じてください。

解決法

24H2でAfter Effectsに必要なVisual C++ Runtimeが削除されてしまったらしい。
以下のリンクからVisual Studio 2015-2022をインストールする。
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
スクリーンショット 2025-10-15 111152.png
Windowsの[設定]→[システム]→[バージョン情報]から見れるシステムの種類に応じたものをダウンロード(自分の場合はX64)。

ダウンロードした VC_redist.○○○.exe をクリックして起動してインストール。

解決までに試したこと

  • PCの再起動
  • After Effectsの再インストール
  • GPUドライバー(NVIDIA)を最新のものにアップデート

参考資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?