You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wgpu doesn't fall back PresentMode to Fifo after gfx-rs/wgpu/pull/2803 .
This can causes fj-app crash.
On my MacBook Pro (macOS Monterey 12.5.1):
$ RUST_BACKTRACE=1 fj-app -m .thread 'main' panicked at 'Error in Surface::configure: requested present mode Mailbox is not in the list of supported present modes: [Fifo, Immediate]', /Users/ykoma/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.13.1/src/backend/direct.rs:281:9 2: wgpu::backend::direct::Context::handle_error_fatal 3: <wgpu::backend::direct::Context as wgpu::Context>::surface_configure 4: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll 5: std::thread::local::LocalKey<T>::with 6: futures_executor::local_pool::block_on 7: fj_window::run::run 8: fj_app::mainnote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
ykomatsu
changed the title
fj-app can crash because wgpu doesn't fall back PresentMode to Fifo anymorefj-app can crash because wgpu doesn't fall back PresentMode to Fifo anymore
Sep 2, 2022
wgpu
doesn't fall backPresentMode
toFifo
after gfx-rs/wgpu/pull/2803 .This can causes
fj-app
crash.On my MacBook Pro (macOS Monterey 12.5.1):
The text was updated successfully, but these errors were encountered: