docs: document the WebView2 runtime requirement on Windows - #328
hiro-nikaitou wants to merge 1 commit into
Conversation
Launching DashBeam on Windows with a missing or damaged Edge WebView2 Runtime does nothing at all: no window appears and no process shows in Task Manager. The installer and the portable build are both affected, so the failure looks like a crash even though the app never started. Add it to the Windows entry under 'The app won't open', next to the existing SmartScreen note, with the link to Microsoft's runtime download. Signed-off-by: hiro-nikaitou <vieteviete@proton.me>
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThe troubleshooting guide adds a Windows launch-failure case. It identifies a missing or damaged Microsoft Edge WebView2 Runtime as the cause and tells users to install it from Microsoft and launch the app again. ChangesWindows launch troubleshooting
Assessment against linked issues
Suggested reviewers: Priority: ➖ Normal Change: Other · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to This adds a WebView2 recovery step for affected Windows launches without changing app behavior. The available evidence shows no material reason to hold this documentation change. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
The Windows paragraph under The app won't open covers SmartScreen but not the other common reason a Windows launch looks like nothing happened: a missing or damaged Microsoft Edge WebView2 Runtime. In that case double-clicking the app produces no window and no process in Task Manager, so it reads as a crash even though the app never started. This adds that case to the existing Windows entry, with the link to Microsoft's runtime download.
Fixes #197
Checklist
type(scope): description)pnpm lintbefore raising this PRpnpm formatbefore raising this PRDocs-only change: no code, lockfile, or dependency touched.