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://uunnblockedgames.weebly.com/drag-racer-v3.html #18952

Closed
Pwhippy opened this issue Dec 13, 2024 · 0 comments · Fixed by #19462
Closed

Error on https://uunnblockedgames.weebly.com/drag-racer-v3.html #18952

Pwhippy opened this issue Dec 13, 2024 · 0 comments · Fixed by #19462
Labels
error-report Automated error reports from Ruffle web build

Comments

@Pwhippy
Copy link

Pwhippy commented Dec 13, 2024

Error Info

Error name: Error
Error message: panicked at core/src/avm1/runtime.rs:449:41:
called Option::unwrap() on a None value
Error stack:

Error: panicked at core/src/avm1/runtime.rs:449:41:
called `Option::unwrap()` on a `None` value
    at n.wbg.__wbg_new_4d81617a04bc1b5b (https://unpkg.com/@ruffle-rs/ruffle/core.ruffle.98308ff2359089abacc0.js:1:57779)
    at ruffle_web.wasm.js_sys::Error::new::h5021eff635514cb9 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[12844]:0x9898fe)
    at ruffle_web.wasm.core::ops::function::FnOnce::call_once{{vtable.shim}}::h192da10450332470 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[9764]:0x9065f1)
    at ruffle_web.wasm.std::panicking::rust_panic_with_hook::h33fe77d38d305ca3 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[6410]:0x82d516)
    at ruffle_web.wasm.core::panicking::panic_fmt::hde8b7aa66e2831e1 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[9476]:0x8ff690)
    at ruffle_web.wasm.core::panicking::panic::hcaca2598a27ec0fc (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[9942]:0x917def)
    at ruffle_web.wasm.core::option::unwrap_failed::h9aa82eb71128b127 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[12329]:0x9664e9)
    at ruffle_web.wasm.ruffle_core::player::Player::tick::hc0665d68e38eef42 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[900]:0x1afc2a)
    at ruffle_web.wasm.ruffle_web::RuffleHandle::tick::h2d3c3b01b979a0f6 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[973]:0x25a2b0)
    at ruffle_web.wasm.ruffle_web::RuffleHandle::new_internal::{{closure}}::{{closure}}::{{closure}}::h2508b4dbce114fd6 (wasm://wasm/ruffle_web.wasm-031ae2ca:wasm-function[12763]:0x975b1b)

Player Info

Allows script access: true
Renderer: wgpu
Adapter Backend: Gl
Adapter Name: "ANGLE (Intel, Vulkan 1.3.274 (Intel(R) UHD Graphics (JSL) (0x00004E61)), Intel open-source Mesa driver)"
Adapter Device Type: IntegratedGpu
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 | TEXTURE_COMPRESSION_BC_SLICED_3D | TEXTURE_COMPRESSION_ETC2 | TEXTURE_COMPRESSION_ASTC | 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: 64, min_storage_buffer_offset_alignment: 256, max_inter_stage_shader_components: 112, 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: high
Surface samples: 4
Surface size: (550, 400, 1)

Page Info

Page URL: https://uunnblockedgames.weebly.com/drag-racer-v3.html
SWF URL: https://uunnblockedgames.weebly.com/uploads/2/8/9/6/28965711/____drag_racer_v3.swf

Browser Info

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

Ruffle Info

Version: 0.1.0
Name: nightly 2024-12-12
Channel: nightly
Built: 2024-12-12T00:06:52.277Z
Commit: 49ee3b3
Is extension: false

Metadata

width: 800
height: 600
frameRate: 30
numFrames: 938
swfVersion: 6
backgroundColor: #000000
isActionScript3: false
uncompressedLength: 3961094

@Pwhippy Pwhippy added the error-report Automated error reports from Ruffle web build label Dec 13, 2024
@kjarosh kjarosh marked this as a duplicate of #18953 Jan 4, 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

Successfully merging a pull request may close this issue.

1 participant