Simply-Love / Simply-Love-SM5

a StepMania 5 theme for the post-ITG community
Other
200 stars 145 forks source link

Fallback banner errors #22

Closed camsta4 closed 9 years ago

camsta4 commented 9 years ago

On the song wheel the banner displays the 3 heart fallback, but after song ends during transition to results screen there is a theme error, looks like it's trying to find the fallback banner in the current songs folder, which doesn't exist. Then a big pink banner is shown in place.

Also get the same error at the Summary screen after game over.

capture capture2

quietly-turning commented 9 years ago

In this theme, the fallback banner is always present. It is always loaded when the screen that requires it initializes, and, if another banner is available to be shown, that banner is simply drawn on top of the fallback banner. In this way, I don't need to constantly load/reset the fallback banner.

I have seen the "purple banner bug" appear occasionally, but it's always been the result of attempting to load a corrupted png into an Actor. I have always resolved it by getting a new copy of the corrupted png. At any rate, the 12 Simply Love fallback banners are loaded appropriately in this theme; the issue you're seeing is unrelated to them.

Tell me more:

As it stands, I'm unable to predictably reproduce this bug.

quietly-turning commented 9 years ago

Fixed by d7996d06001724cb4b6bd4f4202ac2f033ee46ed.