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://play.penglyfe.com/ #16355

Open
AjitForLife opened this issue May 17, 2024 · 0 comments
Open

Error on https://play.penglyfe.com/ #16355

AjitForLife opened this issue May 17, 2024 · 0 comments
Labels
error-report Automated error reports from Ruffle web build

Comments

@AjitForLife
Copy link

Error Info

Error name: Error
Error message: panicked at core/src/library.rs:188:55:
called Option::unwrap() on a None value
Error stack:

Error: panicked at core/src/library.rs:188:55:
called `Option::unwrap()` on a `None` value
    at imports.wbg.__wbg_new_28c511d9baebfa89 (chrome-extension://donbcfbmhbcapadipfkeojnmajbakjdc/dist/69.js:3429:21)
    at ruffle_web.wasm.js_sys::Error::new::hc894352b761e2b75 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[12759]:0x9f6db0)
    at ruffle_web.wasm.core::ops::function::FnOnce::call_once{{vtable.shim}}::h883c9e54c2d3eed4 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[10527]:0x9b0c0e)
    at ruffle_web.wasm.std::panicking::rust_panic_with_hook::h32c80a64fe4de396 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[6533]:0x875d8e)
    at ruffle_web.wasm.core::panicking::panic_fmt::hc7427f902a13f1a9 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[10277]:0x9a98e8)
    at ruffle_web.wasm.core::panicking::panic::hb157b525de3fe68d (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[10010]:0x992de9)
    at ruffle_web.wasm.core::option::unwrap_failed::hb5bacfb0dd292085 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[12259]:0x9e8087)
    at ruffle_web.wasm.ruffle_core::library::MovieLibrary::character_by_export_name::h72436535d599e2fd (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[4251]:0x77e047)
    at ruffle_web.wasm.core::ops::function::FnOnce::call_once::hc75c44f1c1e6b2b6 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[1242]:0x36badf)
    at ruffle_web.wasm.ruffle_core::avm1::function::Executable::exec::h85a67cb1981766a5 (wasm://wasm/ruffle_web.wasm-0337a3be:wasm-function[857]:0x18cc70)

Player Info

Allows script access: true
Renderer: wgpu
Adapter Backend: Gl
Adapter Name: "ANGLE (Intel, Intel(R) HD Graphics 4000 (0x00000166) Direct3D11 vs_5_0 ps_5_0, D3D11)"
Adapter Device Type: IntegratedGpu
Adapter Driver Name: "WebGL 2.0 (OpenGL ES"
Adapter Driver Info: "3.0 Chromium)"
Enabled features: Features(TEXTURE_COMPRESSION_BC | FLOAT32_FILTERABLE | TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES | SHADER_UNUSED_VERTEX_OUTPUT)
Available features: Features(DEPTH32FLOAT_STENCIL8 | PUSH_CONSTANTS | CLEAR_TEXTURE | MULTIVIEW)
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: 65536, 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: 256, 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)
Player type: Object
SWF URL: http://media.penglyfe.com/boots.swf
Param menu: false
Param allowScriptAccess: always
Param flashvars: lang=en
Attribute 0: undefined
Attribute 1: undefined
Attribute 2: undefined
Attribute 3: undefined
Attribute 4: undefined
Attribute 5: undefined

Page Info

Page URL: https://play.penglyfe.com/
SWF URL: http://media.penglyfe.com/boots.swf

Browser Info

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Platform: Win32
Has touch support: false

Ruffle Info

Version: 0.1.0
Name: nightly 2024-05-17
Channel: nightly
Built: 2024-05-17T00:05:57.086Z
Commit: 5fbf39f
Is extension: true

Metadata

width: 760
height: 480
frameRate: 24
numFrames: 1
swfVersion: 15
backgroundColor: #FFFFFF
isActionScript3: false
uncompressedLength: 2305

@AjitForLife AjitForLife added the error-report Automated error reports from Ruffle web build label May 17, 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