ikemen-engine / Ikemen-GO

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

Attached Chars can't load fonts #2025

Open Raki3l opened 2 months ago

Raki3l commented 2 months ago

Describe the bug

Even though Attached Chars are essentially chars, they can't load fonts, Ikemen crashes if you try to do that.

To Reproduce

  1. Put an Attached Char in your stage.
  2. Declare a valid font in the AC's .def.
  3. Try to load the stage
  4. To get the error log, load it via the command line ikemen-error-log.txt

Expected behavior

Load the fonts like the chars do.

Screenshots / Video

No response

Engine Version (or source code date)

nightly 2024-09-23

Operating system

Windows

Extra context or search terms

No response

potsmugen commented 2 months ago

My observations so far in case it saves the next person some time:

Raki3l commented 1 month ago

I’ll add a few more observations I made as well:

ikemen000