Skip to content

thread panic when creating surface #663

@simonthalen

Description

@simonthalen

Hi I have been enjoying wgpu and wgpu-py for a while. Recently getting back to it I'm unable to run it. Any time I try to run any example (except compute_noop.py which doesn't use surface) I get the following:

thread` '<unnamed>' panicked at src/lib.rs:582:5:
Error in wgpuSurfaceConfigure: Validation Error

Caused by:
  Surface does not support the adapter's queue family

stack backtrace:
   0: _rust_begin_unwind
   1: core::panicking::panic_fmt
   2: wgpu_native::handle_error_fatal
   3: _wgpuSurfaceConfigure
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
fatal runtime error: failed to initiate panic, error 5

I´m running a Mac M1 if that makes any difference. Anyone familiar with this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions