Skip to content
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

tour example in master did not work in wasm #2133

Closed
2 tasks done
skutcher opened this issue Nov 8, 2023 · 6 comments · Fixed by #2271
Closed
2 tasks done

tour example in master did not work in wasm #2133

skutcher opened this issue Nov 8, 2023 · 6 comments · Fixed by #2271
Labels
bug Something isn't working
Milestone

Comments

@skutcher
Copy link

skutcher commented Nov 8, 2023

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

The browser window remains empty and instead in the webdev console (firefox in my case) the error message (see log) occurs. (btw with 0.9 everything runs as expected) and the wgpu 0.18 window-triangle as well (wgpu]$ cargo xtask run-wasm --bin hello-triangle --features webgl)

Steps to reproduce:

checkout master (in my case 751ea77)

cd examples/tour
]$ trunk serve
2023-11-08T09:15:02.243400Z  INFO 📦 starting build
2023-11-08T09:15:02.243783Z  INFO spawning asset pipelines
2023-11-08T09:15:02.477199Z  INFO building tour
warning: unknown lint: `hidden_glob_reexports`
   --> src/lib.rs:275:9
    |
275 | #[allow(hidden_glob_reexports)]
    |         ^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unknown_lints)]` on by default

warning: `iced` (lib) generated 1 warning
    Finished dev [unoptimized + debuginfo] target(s) in 0.12s
2023-11-08T09:15:02.644579Z  INFO fetching cargo artifacts
2023-11-08T09:15:02.817167Z  INFO processing WASM for tour
2023-11-08T09:15:02.920375Z  INFO using system installed binary app=wasm-bindgen version=0.2.88
2023-11-08T09:15:02.920448Z  INFO calling wasm-bindgen for tour
2023-11-08T09:15:04.292097Z  INFO copying generated wasm-bindgen artifacts
2023-11-08T09:15:04.297108Z  INFO applying new distribution
2023-11-08T09:15:04.301523Z  INFO ✅ success
2023-11-08T09:15:04.301770Z  INFO 📡 serving static assets at -> /
2023-11-08T09:15:04.301809Z  INFO 📡 server listening at http://127.0.0.1:8080

What is the expected behavior?

see the tour example in the browser

Version

master

Operating System

Linux

Do you have any log output?

Settings {
    present_mode: AutoVsync,
    internal_backend: Backends(
        VULKAN | GL | METAL | DX12 | DX11 | BROWSER_WEBGPU,
    ),
    default_font: Font {
        family: SansSerif,
        weight: Normal,
        stretch: Normal,
        style: Normal,
    },
    default_text_size: Pixels(
        16.0,
    ),
    antialiasing: None,
}

Adapter Gl AdapterInfo { name: "Radeon HD 3200 Graphics", vendor: 4098, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Gl }

Selected: AdapterInfo {
    name: "Radeon HD 3200 Graphics",
    vendor: 4098,
    device: 0,
    device_type: IntegratedGpu,
    driver: "",
    driver_info: "",
    backend: Gl,
}


panicked at 'wgpu error: Validation Error

Caused by:
    In Device::create_render_pipeline
      note: label = `iced_wgpu.quad.gradient.pipeline`
    Error matching ShaderStages(NONE | VERTEX) shader requirements against the pipeline
    Shader uses 37 inter-stage components above the limit of 31

', /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.18.0/src/backend/direct.rs:3111:5

Stack:

__wbg_get_imports/imports.wbg.__wbg_new_abda76e883ba8a5f@http://127.0.0.1:8080/tour-f44ab20a09e2416c.js:366:21
console_error_panic_hook::Error::new::h0561f040fc0c7f42@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[37710]:0x14d51bf
console_error_panic_hook::hook_impl::ha88bab2fc901d382@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[11091]:0xfcc485
console_error_panic_hook::hook::ha99996756f1a0b04@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[48759]:0x1593852
core::ops::function::Fn::call::h0b92835684a4f6d2@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[43965]:0x154ccae
std::panicking::rust_panic_with_hook::h5cee2a9564faeb6d@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[20859]:0x1289290
std::panicking::begin_panic_handler::{{closure}}::h38a949ca54e64e6b@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[26866]:0x13997d8
std::sys_common::backtrace::__rust_end_short_backtrace::hc4f3d2fd3090193f@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[56758]:0x15e35e5
rust_begin_unwind@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[39265]:0x14f5a46
core::panicking::panic_fmt::h8a19fa1eb63fbb67@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[48379]:0x158e8d4
wgpu::backend::direct::default_error_handler::h05a7d3b846e828da@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[8769]:0xed1bdf
core::ops::function::Fn::call::hdf6535be7309950c@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[24255]:0x132d0db
<alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he4ed64ba94e83d86@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[21752]:0x12b73d7
wgpu::backend::direct::ErrorSinkRaw::handle_error::h0d91aa01a4670b7d@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[3611]:0xb5b44f
wgpu::backend::direct::Context::handle_error::h6a1ffbb324bf31a9@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[1653]:0x87dc6a
<wgpu::backend::direct::Context as wgpu::context::Context>::device_create_render_pipeline::hd476135ba336b5f2@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[781]:0x57c5ce
<T as wgpu::context::DynContext>::device_create_render_pipeline::h96a999f801349f33@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[23718]:0x131535a
wgpu::Device::create_render_pipeline::h333887992b55403a@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[16333]:0x1179759
iced_wgpu::quad::gradient::Pipeline::new::h6f2921de61268bb8@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[542]:0x3c11d2
iced_wgpu::quad::Pipeline::new::h287164ebf43386c4@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[1784]:0x8c5b35
iced_wgpu::backend::Backend::new::h8a1dc897414a885a@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[5213]:0xcc5fe8
iced_wgpu::window::compositor::Compositor<Theme>::create_backend::h03e8c34e797dd646@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[15124]:0x11247f5
iced_wgpu::window::compositor::new::h736e18c1fdd99c29@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[4467]:0xc2c756
iced_renderer::compositor::Candidate::build::h4cd0f41a740a378b@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[2388]:0x9d3aca
<iced_renderer::compositor::Compositor<Theme> as iced_graphics::compositor::Compositor>::new::hc003fbbbc8283c9c@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[2580]:0xa18f74
iced_winit::application::run::h9d4dcdd0e702ab58@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[597]:0x43919e
iced::application::Application::run::h1dc11479cba557ee@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[4733]:0xc65f8f
iced::sandbox::Sandbox::run::he4bc5aee754fac40@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[56346]:0x15e22f6
tour::main::h3dde92af799da38c@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[26725]:0x139418e
core::ops::function::FnOnce::call_once::h0558673e7f1d7e7b@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[47559]:0x15837d3
std::sys_common::backtrace::__rust_begin_short_backtrace::h7f8824d0cf664258@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[29503]:0x13f874f
std::rt::lang_start::{{closure}}::h64ba3930315b6af2@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[27648]:0x13b825e
std::rt::lang_start_internal::h161dcb11fe395be8@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[13717]:0x10b7a5a
std::rt::lang_start::h66659f58dbbf5178@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[29506]:0x13f8907
main@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[54722]:0x15d7e3f
@http://127.0.0.1:8080/tour-f44ab20a09e2416c_bg.wasm:wasm-function[56312]:0x15e216b
__wbg_finalize_init@http://127.0.0.1:8080/tour-f44ab20a09e2416c.js:1668:10
__wbg_init@http://127.0.0.1:8080/tour-f44ab20a09e2416c.js:1704:12
async*@http://127.0.0.1:8080/:10:72
@skutcher skutcher added the bug Something isn't working label Nov 8, 2023
@nerocui
Copy link

nerocui commented Nov 28, 2023

Getting the same error here as well.

@kjetilkjeka
Copy link

kjetilkjeka commented Dec 28, 2023

Ran into the same problem.

Selected: AdapterInfo {
    name: "NVIDIA GeForce GTX 980/PCIe/SSE2",
    vendor: 4318,
    device: 0,
    device_type: Other,
    driver: "",
    driver_info: "",
    backend: Gl,
} 
Caused by:
    In Device::create_render_pipeline
      note: label = `iced_wgpu.quad.gradient.pipeline`
    Error matching ShaderStages(VERTEX) shader requirements against the pipeline
    Shader uses 37 inter-stage components above the limit of 31

Might be unrelated, but It seems like it's something wrong with the detected adapter as well. Nvidia-smi lists this, which is correct:

|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 3060 ...    Off | 00000000:01:00.0 Off |                  N/A |
| N/A   51C    P0              29W /  65W |   1311MiB /  6144MiB |      8%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

@StT191
Copy link

StT191 commented Dec 28, 2023

Same here

@PieKing1215
Copy link

Getting the same error trying to upgrade a project from 0.10 to 0.12
I'm still able to reproduce with tour example on latest master (c76a9eb) after doing the fix with web_sys_unstable_apis in .cargo/config.toml

I get this error on Firefox but on Chrome/Edge it just hangs after printing the Settings struct
(also this is on win 10)

Console output
Settings {
    present_mode: AutoVsync,
    internal_backend: Backends(
        VULKAN | GL | METAL | DX12 | BROWSER_WEBGPU,
    ),
    default_font: Font {
        family: SansSerif,
        weight: Normal,
        stretch: Normal,
        style: Normal,
    },
    default_text_size: Pixels(
        16.0,
    ),
    antialiasing: None,
}

WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER.

Adapter Gl AdapterInfo { name: "ANGLE (NVIDIA, NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0)", vendor: 4318, device: 0, device_type: Other, driver: "", driver_info: "", backend: Gl }

Selected: AdapterInfo {
    name: "ANGLE (NVIDIA, NVIDIA GeForce GTX 980 Direct3D11 vs_5_0 ps_5_0)",
    vendor: 4318,
    device: 0,
    device_type: Other,
    driver: "",
    driver_info: "",
    backend: Gl,
}

Available formats: Copied {
    it: Iter(
        [
            Rgba8UnormSrgb,
            Rgba8Unorm,
            Rgba16Float,
        ],
    ),
}

Available alpha modes: [
    Opaque,
]

Selected format: Rgba8UnormSrgb with alpha mode: Auto

Device::create_render_pipeline error: Error matching ShaderStages(VERTEX) shader requirements against the pipeline

Handling wgpu errors as fatal by default

panicked at ****\.cargo\registry\src\index.crates.io-6f17d22bba15001f\wgpu-0.19.1\src\backend\wgpu_core.rs:3009:5:
wgpu error: Validation Error

Caused by:
    In Device::create_render_pipeline
      note: label = `iced_wgpu.quad.gradient.pipeline`
    Error matching ShaderStages(VERTEX) shader requirements against the pipeline
    Shader uses 37 inter-stage components above the limit of 31



Stack:

__wbg_get_imports/imports.wbg.__wbg_new_abda76e883ba8a5f@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:372:21
console_error_panic_hook::Error::new::h3b221605139ed6d8@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[44542]:0x1712246
console_error_panic_hook::hook_impl::h9e505c1fde804d33@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[12111]:0x11103b9
console_error_panic_hook::hook::h5a5f7e279f141a09@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[57812]:0x17f6c89
core::ops::function::Fn::call::hd6c956c64f2fd313@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[52106]:0x17a2ab9
std::panicking::rust_panic_with_hook::hbf46ef0245cc9589@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[22889]:0x141af50
std::panicking::begin_panic_handler::{{closure}}::hc07db454214d2c87@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[29522]:0x1553a34
std::sys_common::backtrace::__rust_end_short_backtrace::hf9e2f055fb5ef672@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[67534]:0x1858456
rust_begin_unwind@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[44436]:0x170fe80
core::panicking::panic_fmt::h14c85a61aa3d538e@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[57445]:0x17f2044
wgpu::backend::wgpu_core::default_error_handler::hc8c3a8ea23297f58@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[11280]:0x10bb5bd
core::ops::function::Fn::call::haaf62ac190d757ab@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[27684]:0x1505843
<alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc02ddb769d02e1bc@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[25191]:0x1491c0c
wgpu::backend::wgpu_core::ErrorSinkRaw::handle_error::h684f6c0d9862c160@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[4120]:0xc3ce55
wgpu::backend::wgpu_core::ContextWgpuCore::handle_error::ha67d806bef54a5c1@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[1892]:0x8fd169
<wgpu::backend::wgpu_core::ContextWgpuCore as wgpu::context::Context>::device_create_render_pipeline::h49e424a74df0146d@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[1016]:0x5fb2e4
<T as wgpu::context::DynContext>::device_create_render_pipeline::hc477fd564a0ae151@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[22804]:0x1416401
wgpu::Device::create_render_pipeline::h88fb5731c0e6d8d6@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[17194]:0x12b5f1b
iced_wgpu::quad::gradient::Pipeline::new::hbb6f5d59cabbc781@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[763]:0x42ea94
iced_wgpu::quad::Pipeline::new::hed8beb7db5765eef@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[2483]:0xa226bf
iced_wgpu::backend::Backend::new::h0fa22c9f2cda88f7@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[4538]:0xca5f64
iced_wgpu::window::compositor::Compositor::create_backend::h2d6e313c4ae9715f@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[16236]:0x126e3ac
<iced_wgpu::window::compositor::Compositor as iced_graphics::compositor::Compositor>::create_renderer::h5eb7d32d2d1c8e42@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[23911]:0x145154d
<iced_renderer::compositor::Compositor as iced_graphics::compositor::Compositor>::create_renderer::h7f38a12a55f98bea@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[21373]:0x13c5ee2
iced_winit::application::run::hc32dffd312bec687@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[812]:0x498e3d
iced::application::Application::run::hf31bcfc55d163b97@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[5215]:0xd3f262
iced::sandbox::Sandbox::run::h287601b7412a6c45@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[67082]:0x1856f98
tour::main::h894915eb49f86e2a@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[30349]:0x157559c
core::ops::function::FnOnce::call_once::h110f0ac88eb3dcd8@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[56525]:0x17e5a83
std::sys_common::backtrace::__rust_begin_short_backtrace::hf6d4d442a322354d@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[33745]:0x15ee304
std::rt::lang_start::{{closure}}::h6b4a4e104f15ecba@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[31253]:0x1597a96
std::rt::lang_start_internal::h20a8087e5817ee7c@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[17648]:0x12d6504
std::rt::lang_start::heb5d9b81ceb93e79@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[33733]:0x15edcdc
main@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[65191]:0x184ad8f
@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:wasm-function[67060]:0x1856e9d
__wbg_finalize_init@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:2464:10
__wbg_init@http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:2500:12


tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:366:21
Uncaught (in promise) RuntimeError: unreachable executed
    __wbg_finalize_init http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:2464
    __wbg_init http://127.0.0.1:8080/tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1.js:2500
tour-58cf7f8cc129cbd9aa56540acfc358a52504a99e2e355d96a6d304c21bec56a9dd116af4f0bdf145309e1ad9afdec9e1_bg.wasm:25527858:1

@hecrj hecrj added this to the 0.12.1 milestone Feb 20, 2024
@skutcher
Copy link
Author

its working now on firefox but on chrome the whole page is not loaded and i got just a white screen with 0.12.1 and no output on the console at all

@bluezheng
Copy link

tried counter example, same issue with chrome (version 125.0.6422.77), not display, but works with safari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants