ruffle-rs / ruffle

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

Error on https://archive.org/details/runIII #13498

Open googClassroom opened 1 year ago

googClassroom commented 1 year ago

Error Info

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

Caused by: In a RenderPass note: encoder = <CommandBuffer-(1, 2802, Gl)> In a draw command, indexed:true indirect:false note: render pipeline = <RenderPipeline-(156, 471, Gl)> Index 258 extends beyond limit 256. Did you bind the correct index buffer?

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

Error: panicked at 'wgpu error: Validation Error

Caused by:
    In a RenderPass
      note: encoder = `<CommandBuffer-(1, 2802, Gl)>`
    In a draw command, indexed:true indirect:false
      note: render pipeline = `<RenderPipeline-(156, 471, Gl)>`
    Index 258 extends beyond limit 256. Did you bind the correct index buffer?

', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-0.16.1/src/backend/direct.rs:3019:5
    at U.n.wbg.__wbg_new_d258248ed531ff54 (https://cors.archive.org/cors/emularity_engine_v1/ruffle/core.ruffle.9a24273e0a1180f66c43.js:1:51428)
    at core::ops::function::FnOnce::call_once{{vtable.shim}}::hc123de34c3ab8e83 (wasm://wasm/02d23fce:wasm-function[8764]:0x860673)
    at std::panicking::rust_panic_with_hook::h85b7f6628c291e12 (wasm://wasm/02d23fce:wasm-function[5747]:0x774433)
    at core::panicking::panic_fmt::hf5c4cd929d4aaa9e (wasm://wasm/02d23fce:wasm-function[8625]:0x85c1c3)
    at core::ops::function::Fn::call::h580ca25c5d5e9b73 (wasm://wasm/02d23fce:wasm-function[6068]:0x78feaf)
    at wgpu::backend::direct::ErrorSinkRaw::handle_error::h8449a13af88d7f44 (wasm://wasm/02d23fce:wasm-function[4552]:0x709d86)
    at <T as wgpu::context::DynContext>::command_encoder_end_render_pass::hee250b083778e985 (wasm://wasm/02d23fce:wasm-function[8214]:0x84a217)
    at <wgpu::RenderPass as core::ops::drop::Drop>::drop::h38112cfec7d2ae15 (wasm://wasm/02d23fce:wasm-function[6843]:0x7d254c)
    at <ruffle_render_wgpu::context3d::WgpuContext3D as ruffle_render::backend::Context3D>::process_command::h1f8853963c65f498 (wasm://wasm/02d23fce:wasm-function[532]:0xc4e15)
    at ruffle_core::avm2::globals::flash::display3D::context_3d::draw_triangles::hba99089f535a208b (wasm://wasm/02d23fce:wasm-function[2353]:0x5611b3)

AVM2 stack:

    at flash.display3D::Context3D/flash::display3D::Context3D::drawTriangles()
    at nme3D.model::-_-_-___-__/render()
    at nme3D.model::-----_--/render()
    at nme3D::--_--_-___-/render()
    at nme3D::Context3DUtils$/render()

Player Info

Allows script access: false Renderer: wgpu Adapter Backend: Gl Adapter Name: "ANGLE (AMD, AMD Radeon R3 Graphics (stoney LLVM 15.0.7 DRM 3.42 5.10.188-23327-g2d8cd0ea9c9a), OpenGL ES 3.2)" Adapter Device Type: Other Adapter Driver Name: "" Adapter Driver Info: "" Enabled features: Features(TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES | PUSH_CONSTANTS) Available features: Features(TEXTURE_COMPRESSION_BC | TEXTURE_COMPRESSION_ETC2 | TEXTURE_COMPRESSION_ASTC | TEXTURE_COMPRESSION_ASTC_HDR | 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: 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: 32, 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: 560, height: 384, depth_or_array_layers: 1 }

Page Info

Page URL: https://archive.org/details/runIII

Browser Info

User Agent: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Platform: Linux x86_64 Has touch support: false

Ruffle Info

Version: 0.1.0 Name: nightly 2023-07-08 Channel: nightly Built: 2023-07-08T00:23:31.270Z Commit: b38bd604dbe2051b7febd6e0c3435801beecfbed Is extension: false

Metadata

width: 800 height: 600 frameRate: 60 numFrames: 2 swfVersion: 15 backgroundColor: #000000 isActionScript3: true uncompressedLength: 8232011

Aaron1011 commented 1 year ago

I can't reproduce this. Does it happen consistently for you?

googClassroom commented 1 year ago

Yes

On Mon, Oct 23, 2023 at 4:35 PM Aaron Hill @.***> wrote:

I can't reproduce this. Does it happen consistently for you?

— Reply to this email directly, view it on GitHub https://github.com/ruffle-rs/ruffle/issues/13498#issuecomment-1776059442, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5VBQZPAURYQLYII7NPOPUDYA3PKTAVCNFSM6AAAAAA52RW4Y6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZWGA2TSNBUGI . You are receiving this because you authored the thread.Message ID: @.***>

-- This email message is from a student in the School District of Fort Atkinson, and it is intended for educationally related purposes only. If you are not the intended recipient, you are hereby notified that you received this message in error and any review, disclosure, copying, printing, distribution, dissemination, or the taking of any action in reliance on the contents of the information contained herein is strictly prohibited. If you received this email in error, please notify the sender by return email and immediately and permanently delete the original from your computer and destroy all copies of this communication. Thank you.