ruffle-rs / ruffle

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

Big educational database in flash with many bugs #9640

Open chadock62 opened 1 year ago

chadock62 commented 1 year ago

Describe the bug

hi! This french math exercises database is very interesting, but too many flash bugs:

https://bibliotheque.sesamath.net/ressource/rechercher?publie=true&restriction=0&skip=75&type=em

when there are boxes to complete, no prompt until you start to write: https://bibliotheque.sesamath.net/public/voir/78

Validing button does not work !: https://bibliotheque.sesamath.net/public/voir/143

bug in the text : character at bad place: https://bibliotheque.sesamath.net/public/voir/239

sometimes when there is a pencil to use , it doesn't draw successive lines...

if you find a solution it would be great for education !!! Thank you

Expected behavior

find a prompt when necessary (upper or hunder) characters at right place button active answer box with a prompt

Affected platform

Browser's extension

Operating system

windows 10

Browser

chrome

Additional information

No response

ousia commented 1 year ago

@chadock62,

many thanks for reporting your first issue with Ruffle. If you want the bugs to be fixed sooner, these hints may help.

9645 could be a sample of how to report issues.

Don‘t get me wrong, but otherwise that an educational site that relies on Flash suffers from many issues with Ruffle is more a pity than a bug report (I mean, it may imply a bunch of them).

I’m aware that this will involve much more work on reporting, but this helps developers to focus on coding and finding ways to solve the issues (not being distracted by having to find them).

I hope it helps. Let me know whether I may be missing something.

Many thanks for your contributions and see you soon here.

chadock62 commented 1 year ago

Hi and thank you for your answer! Just a precision: those educational swf animation worked perfectly and without any bug before flash was forbidden. So it is not a wast of time to see why ruffle does not render the same. Have a nice day Franck

Le dim. 19 févr. 2023 à 19:46, Pablo Rodríguez @.***> a écrit :

@chadock62 https://github.com/chadock62,

many thanks for reporting your first issue with Ruffle. If you want the bugs to be fixed sooner, these hints may help.

-

Please, consider that as in many open source projects, there are two many issues (error reports) and not to many people having the time and required knowledge to fix them.

Each GitHub issue should contain the description of only a single issue with Ruffle.

Accurate descriptions help to find what may be causing the issue.

It is great to provide images or even videos (GitHub supports both) describing the faulty behavior in Ruffle and the right behavior in Flash.

Reporting an issue should contain at least a clear description of what it is about.

Help other people to help you, knowing that time is the most scarce resource we all are.

9645 https://github.com/ruffle-rs/ruffle/issues/9645 could be a sample

of how to report issues.

Don‘t get me wrong, but otherwise that an educational site that relies on Flash suffers from many issues with Ruffle is more a pity than a bug report (I mean, it may imply a bunch of them).

I’m aware that this will involve much more work on reporting, but this helps developers to focus on coding and finding ways to solve the issues (not being distracted by having to find them).

I hope it helps. Let me know whether I may be missing something.

Many thanks for your contributions and see you soon here.

— Reply to this email directly, view it on GitHub https://github.com/ruffle-rs/ruffle/issues/9640#issuecomment-1436063418, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5745LAHIQ56EOSL272HJKTWYJTCHANCNFSM6AAAAAAVBBHOM4 . You are receiving this because you were mentioned.Message ID: @.***>

ousia commented 1 year ago

Just a precision: those educational swf animation worked perfectly and without any bug before flash was forbidden.

Adobe abandoned Flash and right now it seems to be only distributed in China.

https://gitlab.com/cleanflash/installer might allow you to install Flash in your browser (but here you are on your own).

So it is not a wast of time to see why ruffle does not render the same.

Sorry, I didn’t say anything about wasting time.

What I meant is this: just don’t rely on other people (developers or not) reporting the issues you experience with Ruffle.

I hope it helps.