-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[SIMD] Blazor Web App will not load webassembly component on virtualized machines with Chromium browser #103072
Comments
I can confirm that the issue is gone when |
@mtbayley thanks for contacting us. This seems like a bug in the AoT process. Do you happen to have a repro project that we can use to troubleshoot this issue? In the meantime I'm going to transfer this to the runtime so they can investigate. |
@lewing FYI |
Hi @javiercn, @lewing https://github.com/mtbayley/TestAot I've been able to trigger it on some machines by navigating to the Counter page. Then loading the Weather page. Then going back to the Counter page. Same exception occurs. |
Another update: |
On the virtualized machines, only chromium based browsers do not work (chrome, edge). Firefox works. |
Setting |
Looks similar as #96004 |
@maraf is there any action we can take? |
This is likely that the VM + browser can't use SIMD. The workaround is to disabler the SIMD. See https://github.com/dotnet/runtime/blob/main/src/mono/wasm/features.md on how to do it |
Is there an existing issue for this?
Describe the bug
I can't think of how this is possible, but I get this message on startup of my published AOT compiled Blazor Web App. Some machines have no problem loading the site, but some machines show this error consistently.
Any help on where to look would be appreciated
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
.NET Version
8.0.6
Anything else?
No response
The text was updated successfully, but these errors were encountered: