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
I tried to open examples from rive-flutter in the viewer from examples/viewer. When I'm dropping each rive file to the viewer, it almost always crashes with the following backtrace:
RUST_BACKTRACE=1 cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.14s
Running `target/debug/viewer`
thread 'main' panicked at examples/viewer/src/main.rs:146:18:
failed to get surface texture: Timeout
stack backtrace:
0: rust_begin_unwind
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/std/src/panicking.rs:647:5
1: core::panicking::panic_fmt
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/panicking.rs:72:14
2: core::result::unwrap_failed
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1649:5
3: core::result::Result<T,E>::expect
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/result.rs:1030:23
4: viewer::main::{{closure}}
at ./examples/viewer/src/main.rs:142:35
5: winit::platform_impl::platform::sticky_exit_callback
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/mod.rs:884:9
6: winit::platform_impl::platform::x11::EventLoop<T>::run_return::single_iteration
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/x11/mod.rs:375:21
7: winit::platform_impl::platform::x11::EventLoop<T>::run_return
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/x11/mod.rs:483:27
8: winit::platform_impl::platform::x11::EventLoop<T>::run
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/x11/mod.rs:498:25
9: winit::platform_impl::platform::EventLoop<T>::run
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/platform_impl/linux/mod.rs:792:56
10: winit::event_loop::EventLoop<T>::run
at /home/vova/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.28.7/src/event_loop.rs:305:9
11: viewer::main
at ./examples/viewer/src/main.rs:41:5
12: core::ops::function::FnOnce::call_once
at /rustc/aedd173a2c086e558c2b66d3743b344f977621a7/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
I tried to open examples from rive-flutter in the viewer from examples/viewer. When I'm dropping each rive file to the viewer, it almost always crashes with the following backtrace:
The text was updated successfully, but these errors were encountered: