Skip to content

runtime error in example gltf_skinned_mesh #18029

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

Closed
homebrewmellow opened this issue Feb 25, 2025 · 1 comment
Closed

runtime error in example gltf_skinned_mesh #18029

homebrewmellow opened this issue Feb 25, 2025 · 1 comment
Labels
C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled

Comments

@homebrewmellow
Copy link

Bevy version

version = "0.16.0-dev"

What you did

cargo run --example gltf_skinned_mesh

What went wrong

thread 'Compute Task Pool (1)' panicked at examples\animation\gltf_skinned_mesh.rs:61:68:
called `Result::unwrap()` on an `Err` value: QueryDoesNotMatch(12v1 with components Transform, GlobalTransform, Visibility, InheritedVisibility, ViewVisibility, VisibilityClass, ChildOf, PreviousGlobalTransform, Mesh3d, SkinnedMesh, Aabb, MeshMaterial3d<StandardMaterial>, Name)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `gltf_skinned_mesh::joint_animation`!
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
error: process didn't exit successfully: `target\debug\examples\gltf_skinned_mesh.exe` (exit code: 101)
@homebrewmellow homebrewmellow added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Feb 25, 2025
@rparrett
Copy link
Contributor

Thanks for the report, this is a duplicate of #17720.

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 S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

No branches or pull requests

2 participants