AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.82k stars 977 forks source link

Cant load PWA in Google Chrome 91.0.4472.77 at Android 11 (after Android System WebView update) #497

Closed rhiskey closed 3 years ago

rhiskey commented 3 years ago

Seems like this exception appers in Chrome after the latest WebView Update.

Because in Chrome Canary 93.0.4528.0 it works well.

image

Uncaught (in promise) RuntimeError: memory access out of bounds
    at interp_exec_method (/_framework/dotnet.wasm)
    at interp_runtime_invoke (/_framework/dotnet.wasm)
    at mono_jit_runtime_invoke (/_framework/dotnet.wasm)
    at do_runtime_invoke (/_framework/dotnet.wasm)
    at mono_runtime_try_invoke (/_framework/dotnet.wasm)
    at mono_runtime_invoke (/_framework/dotnet.wasm)
    at mono_wasm_invoke_method (/_framework/dotnet.wasm)
    at Object.Module._mono_wasm_invoke_method [as invoke_method] (/_framework/dotnet.5.0.5.js:1)
    at Object.call_method (/_framework/dotnet.5.0.5.js:1)
    at Object.set_task_result (/_framework/dotnet.5.0.5.js:1)
toniReady commented 3 years ago

¿same problem? image

blazor.webassembly.js:1 RuntimeError: memory access out of bounds at interp_exec_method (:wasm-function[2155]:0x43dea) at interp_runtime_invoke (:wasm-function[7862]:0x12efff) at mono_jit_runtime_invoke (:wasm-function[7347]:0x118e5f) at do_runtime_invoke (:wasm-function[3304]:0x79d42) at mono_runtime_invoke_checked (:wasm-function[493]:0xf65d) at mono_runtime_try_invoke_array (:wasm-function[7114]:0x10e831) at ves_icall_InternalInvoke (:wasm-function[6226]:0xed492) at ves_icall_InternalInvoke_raw (:wasm-function[6225]:0xecf57) at do_icall (:wasm-function[10596]:0x194ddb) at do_icall_wrapper (:wasm-function[3305]:0x79df9)

jeffputz commented 3 years ago

This seems to be a problem across many, if not most Blazor WASM apps running on Android Chrome 91. Anything in the issues for the Blazor/ASPNET repo?