ruffle-rs / ruffle

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

Error on https://i.flipline.com/gamefiles/papasscooperia/papasscooperia_v102.swf #12730

Closed jameswang09 closed 2 months ago

jameswang09 commented 1 year ago

Error Info

Error name: Error Error message: panicked at 'wgpu error: Validation Error

Caused by: In Device::create_buffer Not enough memory left

', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.16.3/src/backend/direct.rs:3019:5 Error stack:

Error: panicked at 'wgpu error: Validation Error

Caused by:
    In Device::create_buffer
    Not enough memory left

', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.16.3/src/backend/direct.rs:3019:5
    at imports.wbg.__wbg_new_d258248ed531ff54 (chrome-extension://donbcfbmhbcapadipfkeojnmajbakjdc/dist/339.js:2403:21)
    at core::ops::function::FnOnce::call_once{{vtable.shim}}::h47c86d7a777c7d0f (wasm://wasm/02fe37e6:wasm-function[9233]:0x8f67e0)
    at std::panicking::rust_panic_with_hook::h6df5db7ad9f65dc8 (wasm://wasm/02fe37e6:wasm-function[6049]:0x7f67f0)
    at core::panicking::panic_fmt::h2d3c5586175098d9 (wasm://wasm/02fe37e6:wasm-function[9076]:0x8f219a)
    at core::ops::function::Fn::call::h02c044f30db86e49 (wasm://wasm/02fe37e6:wasm-function[6747]:0x83a4e5)
    at wgpu::backend::direct::ErrorSinkRaw::handle_error::h400c9dc3b8bd0ad1 (wasm://wasm/02fe37e6:wasm-function[4830]:0x75b015)
    at <T as wgpu::context::DynContext>::device_create_buffer::h105c0770c33c03ee (wasm://wasm/02fe37e6:wasm-function[6947]:0x84a5a9)
    at <wgpu::Device as wgpu::util::device::DeviceExt>::create_buffer_init::h75f5862619d1e672 (wasm://wasm/02fe37e6:wasm-function[1515]:0x453a69)
    at core::cell::once::OnceCell<T>::get_or_try_init::outlined_call::hc2415cc812c270c4 (wasm://wasm/02fe37e6:wasm-function[5535]:0x7cd0be)
    at ruffle_render_wgpu::surface::Surface::draw_commands_and_copy_to::hda6327b195751fe0 (wasm://wasm/02fe37e6:wasm-function[1974]:0x51e430)

Player Info

Allows script access: false Renderer: wgpu Adapter Backend: Gl Adapter Name: "ANGLE (Intel, Intel(R) Iris(R) Xe Graphics Direct3D11 vs_5_0 ps_5_0, D3D11)" Adapter Device Type: IntegratedGpu Adapter Driver Name: "" Adapter Driver Info: "" Enabled features: Features(TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES | PUSH_CONSTANTS) Available features: Features(TEXTURE_COMPRESSION_BC | 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: 640, 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: 256, min_storage_buffer_offset_alignment: 256, max_inter_stage_shader_components: 60, 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, max_push_constant_size: 96 } Surface quality: high Surface samples: 4 Surface size: Extent3d { width: 550, height: 400, depth_or_array_layers: 1 }

Page Info

Page URL: chrome-extension://donbcfbmhbcapadipfkeojnmajbakjdc/player.html?url=https%3A%2F%2Fi.flipline.com%2Fgamefiles%2Fpapasscooperia%2Fpapasscooperia_v102.swf SWF URL: https://i.flipline.com/gamefiles/papasscooperia/papasscooperia_v102.swf

Browser Info

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

Ruffle Info

Version: 0.1.0 Name: nightly 2023-08-13 Channel: nightly Built: 2023-08-13T00:23:15.804Z Commit: 3117469e20eeb1a435e678268252a4545228c030 Is extension: true

Metadata

width: 640 height: 480 frameRate: 30 numFrames: 2 swfVersion: 35 backgroundColor: undefined isActionScript3: true uncompressedLength: 25668758

Dinnerbone commented 2 months ago

Duplicate of #12677