bevyengine / bevyengine/bevy

Panic when using symphonia-vorbis feature with ogg/oga file

Open
#23,311 9 comments 0 reactions 0 assignees View on GitHub
A-Audio C-Bug I-Crash S-Needs-Investigation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## Bevy version and features

0.18.1

## What you did

add `symphonia-vorbis` feature

compile

## What went wrong

crash with log:

```log
2026-03-11T15:26:57.545960Z DEBUG bevy_winit::winit_windows: Display information: Window physical resolution: 960x540 Window logical resolution: 960x540 Monitor name: Scale factor: 0 Refresh rate (Hz): 0.000
2026-03-11T15:26:57.717647Z DEBUG symphonia_core::probe: searching for format marker... 0+4096 / 1048576 bytes.
2026-03-11T15:26:57.726004Z DEBUG symphonia_core::probe: searching for format marker... 0+8192 / 1048576 bytes.
2026-03-11T15:26:57.726111Z DEBUG symphonia_core::probe: found a possible format marker within [49, 44, bc, 4c, 11, 32, a2, 28, b, 65, 8b, e5, 28, 29, c8, 90] @ 0+10329 bytes.
2026-03-11T15:26:57.733576Z DEBUG symphonia_core::probe: searching for format marker... 0+12288 / 1048576 bytes.
2026-03-11T15:26:57.737247Z DEBUG symphonia_core::probe: found a possible format marker within [49, 44, 62, 52, 4d, 5, 9a, 52, 83, 55, d2, 60, 95, 34, 54, c9] @ 0+12566 bytes.
2026-03-11T15:26:57.737535Z DEBUG symphonia_core::probe: searching for format marker... 0+16384 / 1048576 bytes.
2026-03-11T15:26:57.737588Z DEBUG symphonia_core::probe: searching for format marker... 0+20480 / 1048576 bytes.
2026-03-11T15:26:57.737633Z DEBUG symphonia_core::probe: found a possible format marker within [49, 44, 1c, 45, 81, 24, 24, 23, 6, 84, 2, 9, 9c, 89, 4c, e] @ 0+22629 bytes.
2026-03-11T15:26:57.737668Z DEBUG symphonia_core::probe: searching for format marker... 0+24576 / 1048576 bytes.
2026-03-11T15:26:57.737709Z DEBUG symphonia_core::probe: searching for format marker... 0+28672 / 1048576 bytes.
2026-03-11T15:26:57.737750Z DEBUG symphonia_core::probe: searching for format marker... 0+32768 / 1048576 bytes.
2026-03-11T15:26:57.737794Z DEBUG symphonia_core::probe: searching for format marker... 0+36864 / 1048576 bytes.
2026-03-11T15:26:57.737842Z DEBUG symphonia_core::probe: searching for format marker... 0+40960 / 1048576 bytes.
2026-03-11T15:26:57.738267Z ERROR symphonia_core::probe: probe reach EOF at 40992 bytes.
Encountered a panic in system `bevy_audio::audio_output::play_queued_audio_system`!
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
```

## Additional information

_None_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.