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 http://localhost/main #16296

Open
kakashi-1337 opened this issue May 12, 2024 · 0 comments
Open

Error on http://localhost/main #16296

kakashi-1337 opened this issue May 12, 2024 · 0 comments
Labels
error-report Automated error reports from Ruffle web build wgpu-oom An out-of-memory error from within wgpu

Comments

@kakashi-1337
Copy link

Error Info

Error name: Error
Error message: panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.4/src/gles/device.rs:752: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-0.19.4/src/gles/device.rs:752:52:
called `Result::unwrap()` on an `Err` value: "Unable to create texture object"
    at J.n.wbg.__wbg_new_28c511d9baebfa89 (https://unpkg.com/@ruffle-rs/ruffle/core.ruffle.fab3c72643c8c47b69cf.js:1:74263)
    at ruffle_web.wasm.js_sys::Error::new::h2234a378a3d95323 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[14081]:0xb180a9)
    at ruffle_web.wasm.core::ops::function::FnOnce::call_once{{vtable.shim}}::h14ffa3c2df79f491 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[11616]:0xac3a54)
    at ruffle_web.wasm.std::panicking::rust_panic_with_hook::h32c80a64fe4de396 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[7050]:0x98229b)
    at ruffle_web.wasm.core::panicking::panic_fmt::hc7427f902a13f1a9 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[11319]:0xabbea9)
    at ruffle_web.wasm.core::result::unwrap_failed::h8c7a47192e7f0267 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[8983]:0xa14964)
    at ruffle_web.wasm.<T as wgpu::context::DynContext>::device_create_texture::hc7b74dea2c5896c4 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[8123]:0x9cdc58)
    at ruffle_web.wasm.wgpu::Device::create_texture::h7d532fb7543af3d4 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[6462]:0x94dc5f)
    at ruffle_web.wasm.<ruffle_render_wgpu::backend::WgpuRenderBackend<T> as ruffle_render::backend::RenderBackend>::create_empty_texture::h55d10be749ce4e9a (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[6164]:0x9361cd)
    at ruffle_web.wasm.ruffle_core::display_object::render_base::h4ad6e4595a8e8789 (wasm://wasm/ruffle_web.wasm-03a364ba:wasm-function[830]:0x19efa7)

Player Info

Allows script access: true
Renderer: wgpu
Adapter Backend: Gl
Adapter Name: "ANGLE (NVIDIA, NVIDIA GeForce RTX 3060 Laptop GPU (0x00002520) Direct3D11 vs_5_0 ps_5_0, D3D11)"
Adapter Device Type: Other
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: 120, 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: (600, 300, 1)

Page Info

Page URL: http://localhost/main
SWF URL: http://localhost/public/assets/img/wow_download.swf

Browser Info

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

Ruffle Info

Version: 0.1.0
Name: nightly 2024-05-12
Channel: nightly
Built: 2024-05-12T00:05:54.705Z
Commit: 3d412c9
Is extension: false

Metadata

width: 520
height: 188
frameRate: 30
numFrames: 66
swfVersion: 8
backgroundColor: #009AFF
isActionScript3: false
uncompressedLength: 53648

@kakashi-1337 kakashi-1337 added the error-report Automated error reports from Ruffle web build label May 12, 2024
@n0samu n0samu added the wgpu-oom An out-of-memory error from within wgpu label May 12, 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 wgpu-oom An out-of-memory error from within wgpu
Projects
None yet
Development

No branches or pull requests

2 participants