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

Error on https://aeiowu.com/games/gray/ (Safari on Ventura 13.0) #18349

Open
aeiowu opened this issue Oct 22, 2024 · 0 comments
Open

Error on https://aeiowu.com/games/gray/ (Safari on Ventura 13.0) #18349

aeiowu opened this issue Oct 22, 2024 · 0 comments
Labels
error-report Automated error reports from Ruffle web build

Comments

@aeiowu
Copy link

aeiowu commented Oct 22, 2024

I haven't had any ruffles work on my browser. Even the example ruffle given on the site doesn't run on Safari (Version 16.1 (18614.2.9.1.12)) on Ventura 13.0 on M2 MB Air.

Error Info

Error name: Error
Error message: panicked at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/sync/mutex/no_threads.rs:20:9:
assertion left == right failed: cannot recursively acquire mutex
left: true
right: false
Error stack:

@https://unpkg.com/@ruffle-rs/ruffle@0.1.0-nightly.2024.10.22/core.ruffle.8b6ff11451fc96d21c43.js:1:83740
wasm-stub@[wasm code]
ruffle_web.wasm.wasm-function[js_sys::Error::new::h631e306898602281]@[wasm code]
ruffle_web.wasm.wasm-function[core::ops::function::FnOnce::call_once{{vtable.shim}}::h3417b9d5b7830306]@[wasm code]
ruffle_web.wasm.wasm-function[std::panicking::rust_panic_with_hook::he5c089ac7305193e]@[wasm code]
ruffle_web.wasm.wasm-function[core::panicking::panic_fmt::hdc8d2d914c0710e4]@[wasm code]
ruffle_web.wasm.wasm-function[core::panicking::assert_failed_inner::hac6df1fbe8940f48]@[wasm code]
ruffle_web.wasm.wasm-function[core::panicking::assert_failed::h00ba5b8becc9f0c5]@[wasm code]
ruffle_web.wasm.wasm-function[ruffle_core::loader::Loader::movie_loader::{{closure}}::h45f1728a890fd9c9]@[wasm code]
ruffle_web.wasm.wasm-function[<ruffle_web::navigator::WebNavigatorBackend as ruffle_core::backend::navigator::NavigatorBackend>::spawn_future::{{closure}}::h80e6bcaa46b2defd]@[wasm code]
ruffle_web.wasm.wasm-function[wasm_bindgen_futures::queue::Queue::new::{{closure}}::h5eb44a725f1395f7]@[wasm code]
ruffle_web.wasm.wasm-function[<dyn core::ops::function::FnMut<(A,)>+Output = R as wasm_bindgen::closure::WasmClosure>::describe::invoke::hc9ccbeb26a569388]@[wasm code]
ruffle_web.wasm.wasm-function[closure7381 externref shim]@[wasm code]
wasm-stub@[native code]
P@https://unpkg.com/@ruffle-rs/ruffle@0.1.0-nightly.2024.10.22/core.ruffle.8b6ff11451fc96d21c43.js:1:3772
c@https://unpkg.com/@ruffle-rs/ruffle@0.1.0-nightly.2024.10.22/core.ruffle.8b6ff11451fc96d21c43.js:1:2836

Player Info

Allows script access: true
Renderer: wgpu
Adapter Backend: Gl
Adapter Name: "Apple GPU"
Adapter Device Type: Other
Adapter Driver Name: ""
Adapter Driver Info: "WebGL 2.0"
Enabled features: Features(TEXTURE_COMPRESSION_BC | FLOAT32_FILTERABLE | TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES)
Available features: Features(DEPTH32FLOAT_STENCIL8 | TEXTURE_COMPRESSION_ETC2 | TEXTURE_COMPRESSION_ASTC | TEXTURE_COMPRESSION_ASTC_HDR | PUSH_CONSTANTS | CLEAR_TEXTURE)
Current limits: Limits { max_texture_dimension_1d: 16384, max_texture_dimension_2d: 16384, max_texture_dimension_3d: 2048, max_texture_array_layers: 256, max_bind_groups: 4, max_bindings_per_bind_group: 1000, max_dynamic_uniform_buffers_per_pipeline_layout: 8, max_dynamic_storage_buffers_per_pipeline_layout: 0, max_sampled_textures_per_shader_stage: 16, max_samplers_per_shader_stage: 16, max_storage_buffers_per_shader_stage: 0, max_storage_textures_per_shader_stage: 0, max_uniform_buffers_per_shader_stage: 11, max_uniform_buffer_binding_size: 16384, max_storage_buffer_binding_size: 0, max_vertex_buffers: 8, max_buffer_size: 268435456, max_vertex_attributes: 16, max_vertex_buffer_array_stride: 255, min_uniform_buffer_offset_alignment: 32, min_storage_buffer_offset_alignment: 256, max_inter_stage_shader_components: 120, max_color_attachments: 8, max_color_attachment_bytes_per_sample: 32, max_compute_workgroup_storage_size: 0, max_compute_invocations_per_workgroup: 0, max_compute_workgroup_size_x: 0, max_compute_workgroup_size_y: 0, max_compute_workgroup_size_z: 0, max_compute_workgroups_per_dimension: 0, min_subgroup_size: 0, max_subgroup_size: 0, max_push_constant_size: 0, max_non_sampler_bindings: 1000000 }
Surface quality: high
Surface samples: 4
Surface size: (550, 400, 1)

Page Info

Page URL: https://aeiowu.com/games/gray/
SWF URL: https://aeiowu.com/games/gray/gray.swf

Browser Info

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
Platform: MacIntel
Has touch support: false

Ruffle Info

Version: 0.1.0
Name: nightly 2024-10-22
Channel: nightly
Built: 2024-10-22T00:06:16.970Z
Commit: c34d8e5
Is extension: false

Metadata

width: 672
height: 378
frameRate: 30
numFrames: 1
swfVersion: 9
backgroundColor: #6D6D6D
isActionScript3: true
uncompressedLength: 289656

@aeiowu aeiowu added the error-report Automated error reports from Ruffle web build label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error-report Automated error reports from Ruffle web build
Projects
None yet
Development

No branches or pull requests

1 participant