-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland + Nvidia: rerun --skip-welcome-screen
causes Rerun to hang on launch
#5283
Comments
Have you tried attaching a debugger to get a callstack? |
Confirmed this also repros in the egui demo app (but not egui hello_world app) |
Turns out this (and many other things) were fixed by downgrading the nvidia driver from version 545 -> 535 |
This appears to be related to be caused by: gfx-rs/wgpu#4775 Also appears to be fixed on latest (trunk) wgpu with the nvidia 550-drivers as of gfx-rs/wgpu#4967 so we can probably close after next wgpu (and subsequent egui releases). |
…e no store_view (#5724) ### What - Mitigates: #5283 All this does is re-orders the calls so that we always create a renderer and call begin_frame / before_submit even if the case where we have no StoreView. In theory this uses a few more resources when skipping the welcome screen, but practically in almost all cases this is only for a few frames until log-data starts arriving. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5724/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5724/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5724/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5724) - [Docs preview](https://rerun.io/preview/9043a05f182790ade51cc78f6b979b5327d98617/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/9043a05f182790ade51cc78f6b979b5327d98617/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
So far Rerun works fine in all other contexts, however when skipping the welcome screen the viewer hangs consistently.
Happens in either debug or release.
Output:
Some window decorations show up but the app is otherwise totally unresponsive:
In debugger, everthing paused except:
The text was updated successfully, but these errors were encountered: