ruffle-rs / ruffle

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

Neon Maze - neon graphical glitches on Firefox #13040

Open Robert9157 opened 1 year ago

Robert9157 commented 1 year ago

Describe the bug

Graphical corruption with neon outlines. In the debug info, graphics card is incorrectly detected as GTX 980 ??? I have a 1050 Ti. image

Expected behavior

Borders have a neon outline. Correct behaviour reproduced in Brave 1.57.53 Chromium: 116.0.5845.114 image

Affected platform

Online demo

Operating system

Linux

Browser

Mozilla Firefox 116.0.3 installed from snap

Additional information

I've modified the SWF file to remove the preloader's "offline protection".

neon-maze-offline-bypass.zip

Player Info

Allows script access: false Renderer: wgpu Adapter Backend: Gl Adapter Name: "NVIDIA GeForce GTX 980/PCIe/SSE2" 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 | CLEAR_TEXTURE | MULTIVIEW) Current limits: Limits { max_texture_dimension_1d: 32768, max_texture_dimension_2d: 32768, max_texture_dimension_3d: 16384, 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: 256, 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: 550, height: 400, depth_or_array_layers: 1 }

Page Info

Page URL: https://ruffle.rs/demo/

Browser Info

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0 Platform: Linux x86_64 Has touch support: false

Ruffle Info

Version: 0.1.0 Name: nightly 2023-09-01 Channel: nightly Built: 2023-09-01T00:19:43.625Z Commit: 5edba670de11203b01ec8cd8ff95f777be63230d Is extension: false

Metadata

width: 650 height: 500 frameRate: 24 numFrames: 296 swfVersion: 9 backgroundColor: #FFFFFF isActionScript3: false uncompressedLength: 5104431

Lord-McSweeney commented 1 year ago

Don't worry about the graphic card detection- your browser is hiding it so websites can't track you.

Robert9157 commented 1 year ago

Don't worry about the graphic card detection- your browser is hiding it so websites can't track you.

I don't use Firefox as my main browser, so it seemed odd.