I looked into it, the main culprit seems to be that the timings for when the round is over are still wrong with Dolmexica.
In the fight motif/fight.def over.wintime is set to 0, while leads to the win animations being played immediately after KO, giving them no time to land. Whether they should still play in mid-air when given no time to land is a bit of a tricky question, it could be tied to landing, but then it would probably fail for floating characters, I need to do more testing with that. A quick workaround right now is to set over.wintime in the fight.def to 45, which is its original value in Mugen. I originallyset it to 0 because there was a bug in earlier versions that led to timings taking forever until restarting the round, which STILL kind of exists in 1.7. Dolmexica first plays the win animation of the winning character, then shows the win text or animation, then finally waits for over.time until starting the new round. This is not how Mugen does it. After showing KO or whatever else happened, Mugen starts all these counts at the same time, e.g. over.time until the round ends for real, over.wintime until showing the character win animation and win.time until showing the win text. That's why it doesn't take forever, because unlike Dolmexica it doesn't do it in succession.
I've adjusted the fight.def wait values to their original Mugen values for the next release and fixed it to behave the same way, that will hopefully fix most weird end-of-round behavior like the floating win animations. I also fixed a bug that the current text UI is broken, there was a bug in the loading, that's why it doesn't show stuff like "Kung Fu Man Wins" after the round, that will also work again next release. Still has to go through all that in-depth testing with other characters and motifs to make sure nothing else broke, but I hope this should instead be more stable than the weird logic before.
So yeah, TL;DR: Will be fixed in the next release, workaround right now is to increase over.wintime in fight.def to 45 or higher to give airborne characters a chance to land.
Thanks a lot again for reporting the bug, I think I was able to fix a lot of stuff thanks to that!











































































