Skip to content

FLAC playback fails on Windows with exit status 0xbebbb1b7 #147

@pankrusheff

Description

@pankrusheff

Description

FLAC files fail to play on Windows 11 with error:

ERR: decode: ffmpeg decode: exit status 0xbebbb1b7

MP3 files play correctly on the same system.

Steps to reproduce

  1. Install cliamp v1.27.8 (cliamp-windows-amd64.exe) on Windows 11
  2. Install ffmpeg 8.1 (via winget install ffmpeg)
  3. Run cliamp.exe path/to/file.flac

Expected behavior

FLAC files should play normally, as ffmpeg decodes them without issues:

ffmpeg -i file.flac -f wav -t 5 NUL

completes successfully.

Environment

  • OS: Windows 11 Pro 10.0.26200
  • cliamp: v1.27.8 (cliamp-windows-amd64.exe from releases)
  • ffmpeg: 8.1-full_build (Gyan.dev, installed via winget)
  • FLAC files: 44100 Hz, stereo, s16

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions