ruffle-rs / ruffle

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

Error on https://web.archive.org/web/20070710201049/albinoblacksheep.com/flash/rgb.php #16659

Open bendingissocool opened 3 weeks ago

bendingissocool commented 3 weeks ago

Error Info

Error name: Error Error message: TypeError: Failed to construct 'URL': Invalid base URL Error stack:

Error: TypeError: Failed to construct 'URL': Invalid base URL
    at ht.load (https://web-static.archive.org/_static/js/ruffle/ruffle.js:2:364281)

Player Info

Allows script access: false Renderer: wgpu Adapter Backend: Gl Adapter Name: "ANGLE (NVIDIA, NVIDIA GeForce GTX 1060 3GB (0x00001C02) Direct3D11 vs_5_0 ps_5_0, D3D11)" Adapter Device Type: Other Adapter Driver Name: "" Adapter Driver Info: "" Enabled features: Features(TEXTURE_COMPRESSION_BC | TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES | PUSH_CONSTANTS | SHADER_UNUSED_VERTEX_OUTPUT) Available features: Features(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: 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: 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: 96, max_non_sampler_bindings: 1000000 } Surface quality: high Surface samples: 4 Surface size: Extent3d { width: 550, height: 400, depth_or_array_layers: 1 } Player type: Object SWF URL: http://albinoblacksheep.com/flash02/rgb(www.albinoblacksheep.com).swf Param movie: /flash02/rgb(www.albinoblacksheep.com).swf Param quality: high Param menu: false Param wmode: opaque Attribute 0: undefined Attribute 1: undefined Attribute 2: undefined Attribute 3: undefined Attribute 4: undefined

Page Info

Page URL: https://web.archive.org/web/20070710201049/albinoblacksheep.com/flash/rgb.php

Browser Info

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

Ruffle Info

Version: 0.1.0 Name: nightly 2024-01-08 Channel: nightly Built: 2024-01-08T00:15:28.895Z Commit: 47db84473a639c405289bb86ce238a83af574137 Is extension: false

Metadata

evilpie commented 3 weeks ago

It seems like for some reason archive.org overrides document.baseURI with a custom getter that returns the bad URL "http://20070710201049/albinoblacksheep.com/flash/rgb.php".