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?

Discordデスクトップ版で「Loading chunk 34121 failed」が出たときの対処

Last updated at Posted at 2025-05-13

Discordを起動したときに、以下のようなエラーが表示されて立ち上がらないことがあります。

Loading chunk 34121 failed. (error: https://discord.com/assets/xxxxxxxxxxxxxxxx.js)

エラー画面の例
image.png


原因

これはDiscordの内部JavaScript(chunkファイル)が読み込めなくなったときに出るエラーです。
主に以下の原因が考えられます:

  • Discordのキャッシュ破損
  • アプリの更新ミス
  • Electron内部のファイル不整合

解決方法(キャッシュ削除)

Discordの再インストールは不要です。AppDataの一部を削除するだけでOK!

手順

  1. Discordを完全に終了
     タスクトレイのアイコンを右クリック → 「終了」

  2. Win + R を押して以下を入力:
    %appdata%\discord

  3. 以下のフォルダをすべて削除

  • Cache
  • Code Cache
  • GPUCache
  • IndexedDB
  • Local Storage
  1. Discordを再起動

結論

エラーが出たら、まず %appdata%\discord 内のキャッシュを削除してみてください。
再インストールせずに即解決することが多いです。

この記事は2025年5月時点の情報に基づいています。

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?