Chetan Vardhan

Results 193 comments of Chetan Vardhan
trafficstars

~~All wgpu examples run perfectly without issues, leading me to believe that its an issue in `iced`~~ Might be a wgpu problem I guess https://github.com/gfx-rs/wgpu/issues/1974

@kvark > I'm a bit confused by the reports on the examples because it's not clear if Iced examples are in the context or wgpu examples. `wgpu` examples all run...

@kvark (sorry for pinging :sweat_smile: ) Any way I can help debug and fix this issue? Maybe something that I should try running and posting logs of?

@kvark I don't use `iced` library so that might be a bit hard for me 😅 Maybe the difference between the examples that run and the examples that don't might...

@kvark Here's the crash report on X11 (after some resizing) There's no "pattern" to when or how do I resize that it crashes. Its pretty random as far as I...

@kvark I've tested this on an AMD GPU and it works The two places where it doesn't work on Wayland is, Intel (iGPU) + NVIDIA (discrete) and AMD (iGPU) +...

Looking at the logs, I'm beginning to think its more a winit issue than anything else

@hecrj Can you try making iced run with `wgpu` (master branch)? I'm taking a guess that ithe issue has been resolved on master branch (of wgpu) and when I tried...

@hecrj I found out that my issue is the same as https://github.com/gfx-rs/wgpu/issues/2301 Since it works for me on the master branch, I'm making the assumption that it was fixed in...

@kaimast Then I'm getting this error (if I run `cargo run --package game_of_life`) ```sh Running `target/debug/game_of_life` [ERROR wgpu::backend::direct] Handling wgpu errors as fatal by default thread 'main' panicked at 'wgpu...