nyvs

Results 7 comments of nyvs

I have this problem as well with new bevy 0.6 `thread 'main' panicked at 'Failed to acquire next swap chain texture!: Timeout', /home/nyvs/.cargo/registry/src/github.com-1ecc6299db9ec823/bevy_render-0.6.0/src/view/window.rs:161:24 stack backtrace: 0: rust_begin_unwind at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:517:5 1:...

Hello @Herbstein `INFO bevy_render::renderer: AdapterInfo { name: "AMD Radeon RX 6800 XT", vendor: 4098, device: 29631, device_type: DiscreteGpu, backend: Vulkan }` :) so maybe an amd-specific problem?

how do you switch between vulcan drivers @k-brk ?

Thank you both very much, I played around with AMD_VULKAN_ICD and you are correct, when setting it to RADV, it works perfectly. I uninstalled `amdvlk` now... @Herbstein Has changing to...

I had a different problem with similar outcome: wasm-pack always segfaulted on `wasm-pack build`. For me the solution was to downgrade from wasm-pack 0.10.x to 0.9.1 like this: `cargo install...

I am having the same problem here. Using the websocket_chat app works fine, but tls doesn't work at all for me. Websocat prints something like this: `websocat: WebSocket SSL error:...