Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

0.5.6: silent crash during recording on Windows 11 (0xc0000005, mostly ntdll.dll) - recording lost, no error shown

オープン
#2,019 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
rust, tauri

調査の方向性

まず、Windows 11 で画面とマイクの録画を一時停止したときにクラッシュを再現し、次に Cap logs と Windows Event Log のエントリを調べてアクセス違反を確認します。録画が暗黙に終了せず、project-config.json とともに録画が確定され、シャットダウンに失敗した場合にエラーが通知されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Summary

Since updating to 0.5.6 (released Jul 17), Cap crashes silently mid-recording on Windows 11. The recording indicator/tray simply disappears, no error dialog is shown, and the recording is lost (the .cap folder is left without project-config.json, only orphaned DASH segments). Before 0.5.6 the same setup was stable for weeks of daily recordings.

What triggers it
  • Most reliably: pressing Pause during a recording (reproduced several times).
  • But it also dies spontaneously during recording with no interaction at all — we only noticed because the recording indicator was gone.
Windows Event Log evidence

7 APPCRASH events on Jul 18 alone, all Cap.exe 0.5.6.0 (timestamp 0x6a4edb0e), exception code 0xc0000005 (access violation):

Time (local) Faulting module Offset
10:04 ntdll.dll 10.0.26100.8521 0x21dc9
10:33 ntdll.dll 0x21dc9
10:37 ntdll.dll 0x21dc9
10:40 ntdll.dll 0x164747
11:22 Cap.exe 0x1e9ba80
11:28 ntdll.dll 0x1decd
11:32 ntdll.dll 0x164747

Cap's own logs end abruptly mid-recording (no "pipeline shutdown" / teardown lines), consistent with a hard process crash. The ntdll offsets (heap paths) at multiple distinct addresses suggest heap corruption rather than a single bad call site.

Environment
  • Cap 0.5.6.0 (desktop, installed via .exe), path C:\Users\<user>\AppData\Local\Cap\Cap.exe
  • Windows 11 Home, build 26200
  • Recording: screen + mic, DASH segments visible in %APPDATA%\so.cap.desktop\recordings\
Additional note

Older releases on GitHub currently have no installer assets attached, so downgrading as a workaround isn't possible. If you could attach a 0.5.5 (or last-known-good) Windows installer to a release, that would help affected users a lot while this is investigated.

Happy to provide full logs or the WER report IDs if useful.

主要言語
Rust
スター
22.5k
フォーク
1.9k
平均マージ
6時間 33分
マージ済み PR(30日)
77

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CapSoftware/Cap のほかの issue

CapSoftware/Cap の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。