ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.56k stars 807 forks source link

Error on https://games.crazygames.com/en_US/bloxorz/index.html #5413

Closed DynamicCandle92 closed 3 years ago

DynamicCandle92 commented 3 years ago

Error Info

Error name: Error Error message: panicked at 'called Result::unwrap() on an Err value: "Unable to create VAO"', render/webgl/src/lib.rs:493:50 Error stack:

Error: panicked at 'called `Result::unwrap()` on an `Err` value: "Unable to create VAO"', render/webgl/src/lib.rs:493:50
    at s.wbg.__wbg_new_df6e6ab7a65c4c4d (https://files.crazygames.com/gameframe/ruffle/2021-07-14/ruffle.js:1:7476)
    at std::sync::once::Once::call_once::{{closure}}::h5df181b90ad904c1 (wasm-function[1008]:671)
    at std::sync::once::Once::call_inner::h79faa41f4d270a0b (wasm-function[974]:823)
    at core::ops::function::FnOnce::call_once{{vtable.shim}}::hbd170ba35c598204 (wasm-function[3882]:67)
    at std::panicking::rust_panic_with_hook::hbdbceb5cd158bf19 (wasm-function[2999]:202)
    at rust_begin_unwind (wasm-function[4094]:278)
    at core::panicking::panic_fmt::h3ab5417155b7ba3b (wasm-function[4244]:48)
    at core::result::unwrap_failed::h9bf99bca88ba05dc (wasm-function[3457]:123)
    at ruffle_render_webgl::WebGlRenderBackend::register_shape_internal::h86fdcfed110f1f7e (wasm-function[624]:13176)
    at <ruffle_render_webgl::WebGlRenderBackend as ruffle_core::backend::render::RenderBackend>::register_glyph_shape::h6006dce34b5e834c (wasm-function[2177]:72)
    at ruffle_core::font::Font::from_swf_tag::h87bc992bc3f8ac09 (wasm-function[1015]:101)
    at ruffle_core::player::Player::set_root_movie::hb0c87ab9984834c7 (wasm-function[324]:2469)
    at <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::hb91d981bf24610a3 (wasm-function[542]:3076)
    at <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h3bbdb71092ef124e (wasm-function[1473]:115)
    at wasm_bindgen_futures::queue::Queue::new::{{closure}}::h6dae364065727e98 (wasm-function[2346]:196)
    at <dyn core::ops::function::FnMut<(A,)>+Output = R as wasm_bindgen::closure::WasmClosure>::describe::invoke::h9364750606879730 (wasm-function[4385]:27)
    at P (https://files.crazygames.com/gameframe/ruffle/2021-07-14/ruffle.js:1:4600)
    at a (https://files.crazygames.com/gameframe/ruffle/2021-07-14/ruffle.js:1:3248)

Player Info

Allows script access: false

Page Info

Page URL: https://games.crazygames.com/en_US/bloxorz/index.html SWF URL: https://files.crazygames.com/bloxorz.swf

Browser Info

Useragent: Mozilla/5.0 (SMART-TV; Linux; Tizen 5.5) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.0 Chrome/69.0.3497.106 TV Safari/537.36 OS: Linux armv7l

Ruffle Info

Version: 0.1.0 Name: nightly 2021-07-14 Channel: nightly Built: 2021-07-14T00:12:43.820Z Commit: f9be5c2230b190549150a1cf058cbb284f6e36d8

relrelb commented 3 years ago

Duplicate of #5412.