bevy: Segmentation fault when running 2d_gizmos example

Bevy version

lastest main(caa662272ce).

[Optional] Relevant system information

AdapterInfo { name: “Apple M1”, vendor: 0, device: 0, device_type: IntegratedGpu, driver: “”, driver_info: “”, backend: Metal }

SystemInfo { os: "MacOS 13.0 ", kernel: “22.1.0”, cpu: “Apple M1”, core_count: “8”, memory: “16.0 GiB” }

What you did

cargo run --example 2d_gizmos

What went wrong

segmentation fault image

P.S. 3d_gizmos example works fine.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 18 (16 by maintainers)

Commits related to this issue

Most upvoted comments

I was able to fix the issue for me with #8223

I think issue this can now be closed.

EDIT: Nvm, I see there’s another issue beside the HDR specialization.