sharkdp / binocle

a graphical tool to visualize binary data
Apache License 2.0
1.12k stars 32 forks source link

Hangs for a few seconds and crashes on startup, missing webgpu? #60

Open seomwan opened 7 months ago

seomwan commented 7 months ago

This is what I get with RUST_LOG = trace:

> $env.RUST_LOG = trace; .\binocle.exe binocle.exe
[2024-04-04T21:11:03Z WARN  wgpu_core::instance] Missing downlevel flags: DownlevelFlags(SURFACE_VIEW_FORMATS)
    The underlying API or device in use does not support enough features to be a fully compliant implementation of WebGPU. A subset of the features can still be used. If you are running this program on native and not in a browser and wish to limit the features you use to the supported subset, call Adapter::downlevel_properties or Device::downlevel_properties to get a listing of the features the current platform supports.

System info:

Edition Windows 11 Home Single Language
Version 23H2
OS build    22631.3296
Experience  Windows Feature Experience Pack 1000.22687.1000.0
sharkdp commented 7 months ago

I'm sorry, but this is not something I can contribute to in a meaningful way.