ruffle-rs / ruffle

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

objects with indirect reference (leftover from #9447) #11317

Open ousia opened 1 year ago

ousia commented 1 year ago

After #9447 was merged (and #5492 was subsequently closed), remaining issues with objects indirectly referenced are issues #1561, #2181, #4088, #5579, #6370 #6581 and #8213.

Excuse me for insisting on this, but they seem to be forgotten.

Many thanks for your excellent work.

n0samu commented 1 year ago

Not forgotten, but CUB3D put a heroic effort into #9447, and he seems to be taking a well-deserved break! Not many people have what it takes to work on these difficult issues.

ousia commented 1 year ago

Sorry for the late reply, @n0samu (away from computers for two weeks).

Of course, @CUB3D deserves a well deserved break after #9447 (and many kudos).

The situation now is that #5492 has been closed and I wondered what would happen with the remaining issues (since it took so much effort to deal only with part of the issues containing objects with indirect reference),

Sorry, but after so much time (more than 2 years for the loader [#1561]), it seems that it will take a while for these issues to be fixed.

Many thanks for your help.

n0samu commented 1 year ago

I don't think #5492 addressed any of the remaining open issues you mentioned, either

ousia commented 1 year ago

Ok, we will have to wait until someone can fix these issues.

n0samu commented 1 year ago

The simpler issue with text variable paths inside buttons (represented by #2181 et al) has been fixed by #12541. There are several issues with text variables remaining though - so far we've found #12588 and #12589, and I'm betting others will come up as well.