ikemen-engine / Ikemen-GO

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

misc character crashes #301

Closed CitrusHappy closed 3 years ago

CitrusHappy commented 3 years ago

one char that crashes

happens with deltarune trio and bubsy as well.

Ikemen.log

K4thos commented 3 years ago

you can drag and drop characters to comment window to upload them as part of ticket (MA has limited access on weekend). As for the error, it's a bug in character (wrong syntax), not something that we should fix. In this case most likely extra , at the end of reported line (DeltaruneTrio.cns, line 2609)

CitrusHappy commented 3 years ago

thats interesting because mugen 1.1 does not crash if incorrect syntax is found. I'm not sure if it would be better or worse to skip over the error in the character or not though.

CitrusHappy commented 3 years ago

removing the syntax errors from the char fixes it (SCA,NA,SA,HA,NP,SP,HP,NT,ST,HT, to SCA,NA,SA,HA,NP,SP,HP,NT,ST,HT)