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://en.gameslol.net/data/bleachvsnaruto300/index.php #19128

Open
Toluwani5778 opened this issue Jan 3, 2025 · 0 comments
Open
Labels
error-report Automated error reports from Ruffle web build

Comments

@Toluwani5778
Copy link

Error Info

Error name: Error
Error message: panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-22.0.0/src/gles/device.rs:779:52:
called Result::unwrap() on an Err value: "Unable to create texture object"
Error stack:

Error: panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-22.0.0/src/gles/device.rs:779:52:
called `Result::unwrap()` on an `Err` value: "Unable to create texture object"
    at n.wbg.__wbg_new_796382978dfd4fb0 (https://en.gameslol.net/data/ruffle/core.ruffle.fc7b625148eb1bc0ddfc.js:1:83857)
    at ruffle_web.wasm.js_sys::Error::new::h28684e9790485852 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[12761]:0x9871bf)
    at ruffle_web.wasm.core::ops::function::FnOnce::call_once{{vtable.shim}}::hcb76cdb7064bbd53 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[9819]:0x917d23)
    at ruffle_web.wasm.std::panicking::rust_panic_with_hook::h33fe77d38d305ca3 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[6394]:0x809937)
    at ruffle_web.wasm.core::panicking::panic_fmt::hde8b7aa66e2831e1 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[9542]:0x908a7c)
    at ruffle_web.wasm.core::result::unwrap_failed::h472431483d5eea7f (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[8005]:0x89910a)
    at ruffle_web.wasm.<T as wgpu::context::DynContext>::device_create_texture::hf746bebafcae045a (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[7465]:0x86b99c)
    at ruffle_web.wasm.wgpu::Device::create_texture::h10b672929e4ac064 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[5750]:0x7d3edd)
    at ruffle_web.wasm.<ruffle_render_wgpu::backend::WgpuRenderBackend<T> as ruffle_render::backend::RenderBackend>::register_bitmap::hf73c5f7e88bd8786 (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[2081]:0x51b8e1)
    at ruffle_web.wasm.<ruffle_core::library::MovieLibrarySource as ruffle_render::bitmap::BitmapSource>::bitmap_handle::h69f74f11d0c1ce3f (wasm://wasm/ruffle_web.wasm-0321e8a6:wasm-function[1272]:0x38c4ac)

Player Info

Allows script access: true
Renderer: wgpu
Adapter Backend: Gl
Adapter Name: "ANGLE (AMD, AMD Radeon(TM) Graphics (0x0000164C) Direct3D11 vs_5_0 ps_5_0, D3D11)"
Adapter Device Type: Other
Adapter Driver Name: ""
Adapter Driver Info: "WebGL 2.0 (OpenGL ES 3.0 Chromium)"
Enabled features: Features(TEXTURE_COMPRESSION_BC | FLOAT32_FILTERABLE | TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES)
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: best
Surface samples: 4
Surface size: (550, 400, 1)

Page Info

Page URL: https://en.gameslol.net/data/bleachvsnaruto300/index.php
SWF URL: https://en.gameslol.net/data/bleachvsnaruto300/game.swf

Browser Info

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

Ruffle Info

Version: 0.1.0
Name: nightly 2024-09-27
Channel: nightly
Built: 2024-09-27T00:06:30.167Z
Commit: dcfdcf9
Is extension: false

Metadata

width: 800
height: 600
frameRate: 30
numFrames: 1
swfVersion: 17
backgroundColor: #FFFFFF
isActionScript3: true
uncompressedLength: 21587277

@Toluwani5778 Toluwani5778 added the error-report Automated error reports from Ruffle web build label Jan 3, 2025
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