ruffle-rs / ruffle

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

Stuck on loading screen #15301

Open jokaryan opened 8 months ago

jokaryan commented 8 months ago

Describe the bug

Hope this flash player can support AQW 2D

Expected behavior

I want to play AQW an kiwi browser using ruffle flash player

Content Location

https://game.aq.com/game/

Affected platform

Desktop app

Operating system

Android 13

Browser

Kiwi

Additional information

No response

EPIC3477 commented 7 months ago

Hello I have the same problem on my laptop, how do I fix it and where I allow TCP connection

Vicinity4519 commented 7 months ago

Is your error log something like the following?

2024-04-03T19:28:01.881724Z ERROR rfd::backend::xdg_desktop_portal: Failed to open zenity dialog: No such file or directory (os error 2)

If so, run the emulator with this flag replacing, of course, the url:

ruffle --tcp-connections "allow" AQW_URL

This solved the issue for me. Can you try it, @jokaryan?

image

I am able to log in and connect to server, but stuck at "Loading map at 100%"

Thank you