ruffle-rs / ruffle

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

Error on https://flasharch.com/ko/archive/play/3d65d5ab26f14471ee4d65ef8c1a2911 #15185

Closed iykim71 closed 2 months ago

iykim71 commented 7 months ago

Error Info

Error name: Error Error message: panicked at /home/runner/.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_buffer Not enough memory left.

Error stack:

Error: panicked at /home/runner/.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_buffer
    Not enough memory left.

    at N.n.wbg.__wbg_new_3a66822ed076951c (https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle@0.1.0-nightly.2024.2.3/core.ruffle.13adb9036a0c9ea2efbc.js:1:72830)
    at js_sys::Error::new::h728118aa18eebd18 (wasm://wasm/038dfa82:wasm-function[13715]:0xaf94a7)
    at core::ops::function::FnOnce::call_once{{vtable.shim}}::h10ef140b667c4188 (wasm://wasm/038dfa82:wasm-function[11341]:0xaa3ff4)
    at std::panicking::rust_panic_with_hook::h62090d3fc0630473 (wasm://wasm/038dfa82:wasm-function[6933]:0x960ebe)
    at core::panicking::panic_fmt::hd79411a297d06dc8 (wasm://wasm/038dfa82:wasm-function[11061]:0xa9d614)
    at core::ops::function::Fn::call::h043172c4a8bb17ab (wasm://wasm/038dfa82:wasm-function[7237]:0x977e8c)
    at wgpu::backend::wgpu_core::ErrorSinkRaw::handle_error::hda0afec27f64221c (wasm://wasm/038dfa82:wasm-function[5769]:0x8f4699)
    at <T as wgpu::context::DynContext>::device_create_buffer::hfb8fb5b010f73737 (wasm://wasm/038dfa82:wasm-function[7995]:0x9c1f22)
    at <wgpu::Device as wgpu::util::device::DeviceExt>::create_buffer_init::h0e8e078689e597e3 (wasm://wasm/038dfa82:wasm-function[2010]:0x5719ab)
    at ruffle_render_wgpu::buffer_builder::BufferBuilder::finish::h88161a9cd0ac6be6 (wasm://wasm/038dfa82:wasm-function[8119]:0x9cb28c)

Player Info

Allows script access: true Renderer: wgpu Adapter Backend: Gl Adapter Name: "ANGLE (Intel, Intel(R) Arc(TM) Graphics (0x00007D55) Direct3D11 vs_5_0 ps_5_0, D3D11)" Adapter Device Type: IntegratedGpu Adapter Driver Name: "" Adapter Driver Info: "" Enabled features: Features(FLOAT32_FILTERABLE | TEXTURE_COMPRESSION_BC | TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES | SHADER_UNUSED_VERTEX_OUTPUT) Available features: Features(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: 31, 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: 0, max_non_sampler_bindings: 1000000 } Surface quality: high Surface samples: 4 Surface size: (1608, 750, 1)

Page Info

Page URL: https://flasharch.com/ko/archive/play/3d65d5ab26f14471ee4d65ef8c1a2911 SWF URL: https://cdn.flasharch.com/uploads/archived/2022/03/17/3d65d5ab26f14471ee4d65ef8c1a2911/main.swf

Browser Info

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

Ruffle Info

Version: 0.1.0 Name: nightly 2024-02-03 Channel: nightly Built: 2024-02-03T00:16:11.299Z Commit: 28dc164d18c38cc6fd13c6339ad342fe5409cd55 Is extension: false

Metadata

width: 710 height: 562 frameRate: 25 numFrames: 46 swfVersion: 8 backgroundColor: #009999 isActionScript3: false uncompressedLength: 1775142

Dinnerbone commented 2 months ago

Duplicate of #15137