ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
717 stars 125 forks source link

Storyboard issue for KAZ's Cyclops. #396

Closed carlosspeed15 closed 2 years ago

carlosspeed15 commented 2 years ago

So I have this problem when I was playing arcade mode with Cyclops from KAZ who has a storyboard inside the character file. After complete Arcade the game supposed to show Cyclops End story, however the engine crash and give the following error message. Screenshot (34) This is probably an incompatibility issue.

K4thos commented 2 years ago

based on my tests this is not an ikemen issue. This storyboard SFF file seems corrupted. At least for the version of character you've uploaded on discord: https://drive.google.com/file/d/11f3e82CcrUAWI_AX9a9ES0ORZsxH3frE/view?usp=sharing

it crashes mugen 1.0 with following error: 2021-11-22

And for mugen 1.1, whole storyboard is skipped (so I assume it also fails to load SFF)

Tested by assigning this stoyrboard to character's intro instead of ending (to not waste time finishing arcade).

K4thos commented 2 years ago

I've made error messages more informative (now the error says what file couldn't be loaded, alongside actual error message). 2021-11-23

Other than this I don't see anything here that requires changing since it seems to match mugen behaviour.

carlosspeed15 commented 2 years ago

Thx for the info K4thos, it turns out I have to download the winmugen version of Cyclops for the storyboard works properly.