Closed RetroEdit closed 1 month ago
My bisect says a43a64b89994b94dd534402c0587cc817839c03e (meant to fix #4068) is the culprit.
The part about the movie end action being reset is still an issue when TAStudio otherwise fails to load upon opening. It does set the movie end action to its stored value, but it doesn't actually have a proper value stored. But that's kind of #3989 again.
In 77d19e0f there's some really odd behavior going on with opening TAStudio (regression from 2.9.1).
I was able to open it initially somehow (probably because
.bk2
->.tasproj
conversion works), but under many conditions, it doesn't open properly.Here's some repro steps from clean config:
View > Display Frame Count
for better clarityFile > Movie > Record movie...
Tools > TAStudio
)File > Movie > Recent...
Tools > TAStudio
)The TAStudio window will fail to open and the screen will show
Movie playback stopped
andTAStudio disengaged
. The movie will remain open. Also, it will set yourOnMovieEnd
setting toStop
. If you advanced some frames before saving the.tasproj
, it will unpause.