Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevy 0.13 dependency tree add's two oboe crates when using bevy_audio and crashes on android #12452

Closed
dgsantana opened this issue Mar 12, 2024 · 1 comment
Labels
C-Bug An unexpected or incorrect behavior C-Dependencies A change to the crates that Bevy depends on O-Android Specific to the Android mobile operating system
Milestone

Comments

@dgsantana
Copy link

Bevy version

Bevy 0.13

[Optional] Relevant system information

When building for android with bevy 0.13 and with bevy_audio, 2 versions of oboe are pull due to cpal 0.5.3 pulling oboe 0.6.x.

What you did

Trying starting a android bevy 0.13 app that uses audio.

What went wrong

Crash due to pure function call.

Additional information

The issue is easy to solve by forcing to use cpal 0.5.2

@dgsantana dgsantana added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Mar 12, 2024
@mockersf
Copy link
Member

this will be fixed in Bevy 0.13.1 with #12316

@mockersf mockersf added C-Dependencies A change to the crates that Bevy depends on O-Android Specific to the Android mobile operating system and removed S-Needs-Triage This issue needs to be labelled labels Mar 12, 2024
@SolarLiner SolarLiner added this to the 0.13.1 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior C-Dependencies A change to the crates that Bevy depends on O-Android Specific to the Android mobile operating system
Projects
None yet
Development

No branches or pull requests

3 participants