Most Flashback problems fall into a small number of categories: capture pipeline failures, audio configuration issues, file and library path mismatches, hotkey conflicts, and installation quirks. Work through the relevant section below to resolve your issue. If a problem persists after following the steps, check the system tray to confirm only one instance of Flashback is running, then restart the application.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CaramelHQ/Flashback/llms.txt
Use this file to discover all available pages before exploring further.
Recording & Capture
Capture won't start — 'capture failed' or nothing happens
Capture won't start — 'capture failed' or nothing happens
- Verify your Windows version. WGC requires Windows 10 version 1903 (build 18362) or later. Open
winverand confirm you meet this requirement. Windows 11 is fully supported. - Update your GPU drivers. Outdated drivers are the most common cause of WGC failures. Download the latest driver from NVIDIA, AMD, or Intel and perform a clean installation.
- Check the encoder setting. If your GPU’s hardware encoder (NVENC, AMF, or Quick Sync) is unavailable or misconfigured, capture will fail to start. Go to Settings → Encoder and try switching to Auto or Software.
- Run as the same user. Flashback must run under the same Windows session as the game. Elevated (administrator) game processes cannot be captured by a non-elevated Flashback instance.
Black screen recorded — video file is all black
Black screen recorded — video file is all black
- Switch the game to windowed or borderless windowed mode. Most modern games expose this in their display or graphics settings. Borderless windowed is the recommended mode for the best capture compatibility with no performance penalty.
- Disable HDR output. WGC can produce a black capture when the display is running in HDR mode on some driver configurations. Try disabling HDR in Windows Settings → System → Display → HDR while recording.
- Check for DRM or anti-cheat restrictions. A small number of titles actively block screen capture APIs. In these cases no third-party capture tool will work.
Out-of-focus card appears in the clip — blurred or branded frame
Out-of-focus card appears in the clip — blurred or branded frame
High CPU or GPU usage during recording
High CPU or GPU usage during recording
- Open Settings → Encoder and select NVENC (NVIDIA), AMF (AMD), or Quick Sync (Intel) to offload encoding to your GPU.
- If Auto is already selected but still selecting software, your GPU driver may not expose a hardware H.264 encoder — update drivers and try again.
- Lowering the FPS or Resolution in Settings → Capture also reduces encoding load.
Replay saves to the wrong folder
Replay saves to the wrong folder
- Open Settings → Storage and check the current clips directory.
- Use the folder picker to set it to your preferred location.
- Previously recorded clips in old locations remain visible in the library — only new saves go to the new folder.
Audio
No game audio in clips
No game audio in clips
- Confirm audio is playing through the default output device. If your game audio routes to a secondary device (such as a headset set as non-default), loopback will not capture it. Set the device you use for game audio as the Windows default playback device in Sound Settings.
- Check that the game is not muted in the Windows Volume Mixer. Loopback only captures unmuted, active audio streams.
- Restart Flashback after changing the default output device — the loopback session binds to the default device at capture start.
No microphone audio in clips
No microphone audio in clips
- Check that the microphone toggle is enabled in Flashback’s capture settings.
- Verify the correct input device is selected. Open Settings → Capture and confirm the microphone dropdown shows your device.
- Grant microphone permissions. Windows requires explicit permission for apps to access the microphone. Go to Windows Settings → Privacy & Security → Microphone and ensure Flashback (and Desktop apps in general) is allowed.
- Test the device in another app (such as Windows Voice Recorder) to rule out a hardware or driver fault.
Audio and video are out of sync
Audio and video are out of sync
- Switch to a hardware encoder (NVENC, AMF, or Quick Sync) in Settings → Encoder if you are using Software.
- Lower the FPS or resolution in Settings → Capture to reduce encoding load.
- Close background applications that compete for GPU or CPU resources during recording.
Library & Files
Clips are not appearing in the library
Clips are not appearing in the library
- Open Settings → Storage and check the configured clips directory.
- Confirm the folder exists and contains
.mp4files. - If you moved clips manually to a new folder, add that folder as an additional library source — Flashback does not auto-discover arbitrary locations.
- Restart the app after changing directory settings so the new scan takes effect.
Clip editor won't open or shows an error
Clip editor won't open or shows an error
- Verify the clip file is accessible. Try opening the
.mp4file directly in another media player. If it will not play there either, the file may be corrupt. - Check file permissions. Ensure your Windows user account has read access to the file and the folder it lives in.
- Re-record if the clip is corrupt. Corrupt clips can result from an unexpected application crash or forced shutdown during recording.
Game is not detected — clips have no game label
Game is not detected — clips have no game label
- The game may not appear in Discord’s detectable games list. Clips are still recorded; they just carry no automatic label.
- For Minecraft clients, see the Game Detection guide for the path hints that must be present.
- You can label a clip manually from the clip editor after recording.
Hotkeys
Hotkeys are not working
Hotkeys are not working
RegisterHotKey API. Global hotkeys are system-wide and can be blocked by conflicts.- Check for conflicts. Another application (overlay software, streaming tools, chat apps) may have already claimed the same key combination. Close or reconfigure those apps.
- Reassign the hotkey. Open Settings → Hotkeys and choose a different key combination that is less likely to conflict — for example, a combination that includes a less common modifier key.
- Restart Flashback after saving hotkey changes.
Hotkey works sometimes but not others
Hotkey works sometimes but not others
RegisterHotKey do not fire when a full-screen exclusive application has exclusive keyboard input. This is a Windows limitation.- Run the game in borderless windowed mode to allow global hotkeys to reach Flashback even while the game window is in focus.
Installation
Windows SmartScreen warning on install
Windows SmartScreen warning on install
- Click More info in the SmartScreen dialog.
- Click Run anyway to proceed with the installation.
App won't start — or immediately disappears from the taskbar
App won't start — or immediately disappears from the taskbar
- Check the system tray (the hidden icons area in the taskbar notification area). Look for the Flashback icon — if it is there, the app is already running.
- Right-click the tray icon and choose to open the main window, or quit from there if you want to restart.
- If no tray icon is visible but the app still will not launch, open Task Manager and end any existing
flashback.exeprocess, then try again.
Performance
Frame drops in-game during recording
Frame drops in-game during recording
- Switch to a hardware encoder. The Software encoder competes directly with the game for CPU resources. Open Settings → Encoder and select NVENC, AMF, or Quick Sync.
- Lower the recording resolution or FPS. A 1080p/60 recording places far less load on the encoder than a native 4K/60 recording. Adjust these in Settings → Capture.
- Increase the encode bitrate conservatively. Counterintuitively, a bitrate that is too low can force the encoder to spend more time deciding which data to discard. Try the default bitrate for your resolution first.
High memory usage while Instant Replay is running
High memory usage while Instant Replay is running
- Reduce the Replay buffer duration in Settings → Capture.
- Lower the resolution or bitrate to reduce the size of each encoded packet.