ruffle-rs / ruffle

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

Error on https://www.getgames.io/games/ruffle/ #16321

Open Stefannag opened 1 month ago

Stefannag commented 1 month ago

Error Info

Error name: TypeError Error message: WebAssembly compilation aborted: Network error: Failed to read from a ReadableStream. Error stack:

TypeError: WebAssembly compilation aborted: Network error: Failed to read from a ReadableStream.

Player Info

Allows script access: true

Page Info

Page URL: https://www.getgames.io/games/ruffle/?swf=miniclip/canyondefense.swf&name=Canyon%20Defense File from the game: https://www.getgames.io/games/swf/miniclip/canyondefense.swf

Browser Info

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.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: 3d412c955ff2a84f02de7ef17be9eba70f3da5d2 Is extension: false

Metadata

Stefannag commented 1 month ago

It seems that if I remove the following lines from htaccess, it will work: AddType application/wasm .wasm AddEncoding gzip .wasm

But until now those lines were there, and from what I know, the first one is quite mandatory for Ruffle to work. Anybody have any idea?