-
Notifications
You must be signed in to change notification settings - Fork 361
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
Error with webviewer #8377
Comments
@praveen-aurora how did you run & build the web viewer exactly? |
I checked out the repo at the 0.20.3 commit, and ran pixi run rerun-build-web-release from the web_viewer subfolder. Then I uploaded the files in that folder to our internal web server and invoked the viewer that way. I also tried copying the web viewer assets from https://app.rerun.io/version/0.20.3/ to our internal web server and invoking the viewer, and got a similar error. |
Thanks! I just tried |
I'll do some more testing on my end to try and narrow things down. As part of that, I was wondering if should work? it briefly shows a rerun logo in the top left corner and then the entire page is black. Here's what the developer console shows: `loading wasm…
imports.wbg.__wbg_warn_884ccee6c0f9704c @ re_viewer.js:3320
imports.wbg.__wbg_warn_884ccee6c0f9704c @ re_viewer.js:3320 |
Ok, I think the nuscenes one specifically isn't working. So I'm testing with the arkit one, which is. |
Ok, I tried out launching the viewer with the pixi command you used - that works for me to load the arkit example, but the nuscenes example and my own rrd both briefly show the UI and then immediately go black. So I think the nuscenes example is one that provides a good repro of the issue. |
Huh strange! http://app.rerun.io/version/0.20.3/index.html?url=https://app.rerun.io/version/0.20.3/examples/nuscenes_dataset.rrd works just fine for me. Tested it on Windows in Firefox & Chrome. Maybe it's a browser cache issue? |
Interestingly, that link works for me in Safari on Mac but not on Chrome on
Mac. I'll see about the cache in Chrome.
…On Tue, Dec 10, 2024 at 11:37 AM Andreas Reich ***@***.***> wrote:
Huh strange!
http://app.rerun.io/version/0.20.3/index.html?url=https://app.rerun.io/version/0.20.3/examples/nuscenes_dataset.rrd
works just fine for me. Tested it on Windows in Firefox & Chrome. Maybe
it's a browser cache issue?
—
Reply to this email directly, view it on GitHub
<#8377 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUP3XYJH2JF2SAAX5YSWMWT2E47F3AVCNFSM6AAAAABTJZOXJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZSGY4TQNBWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The good news is that my rrd also works in Safari. However, even with clearing the cache in Chrome it doesn't work in Chrome. |
I'm having the same issue on Mac (M1). I cannot view my It works in Firefox 133.0b2 (aarch64) but not in the latest chrome version 131.0.6778.140. I tried it in a private window, too, but no luck. I've screenshotted and attached my browser's logs: |
@sashankaryal that's a different but also very concerning issue: it looks like chrome's webgpu impl no longer accepts one of our shaders. To narrow this down a bit, what does your scene display? |
Ah sorry it says |
If you force the webgl renderer like so https://rerun.io/viewer?url=https%3A%2F%2Fapp.rerun.io%2Fversion%2F0.20.3%2Fexamples%2Fnuscenes_dataset.rrd&renderer=webgl I reckon it still works? |
Thanks for going through the trouble and trying all these. Seems to be a very similar error though. In either case Chrome has trouble with one of our wgsl shaders 🤔. Very strange indeed! The error itself sounds a bit like its happening once Chrome is finished translating to MSL (metal shading language) and then wants to compile it, so maybe it's OS version dependent? My M1 is still on 14.4.1 |
Describe the bug
Got error with web viewer:
LinkError: WebAssembly.instantiate(): Import #10 "wbg" "__wbg_structuredClone_046ae3829d60ba4b": function import requires a callable
To Reproduce
Built the web viewer with 0.20.3 and tried to run it on of my .rrd files.
Rerun version
0.20.3
The text was updated successfully, but these errors were encountered: