cizia64 / CrossMix-OS

Enhanced OS for the TrimUI Smart Pro
GNU General Public License v3.0
313 stars 36 forks source link

State save error.(Relation? Long file name of 2-Bytes???) #162

Open nassau-tk opened 3 months ago

nassau-tk commented 3 months ago

State save does not work properly if the file name of the target game is long.

Statesave on RA is working same file name.

Example) 【OK】 ファイヤープロレスリング コンビーネーション.pce

【NG】 ファイヤープロレスリング コンビーネーションタ.pce

nassau-tk commented 3 months ago

The file name that can be used on Linux is 255 bytes. In the case of UTF-8 Japanese (2 bytes), it is about 84 characters.

So, The filename will not has a problem I think. But, The issue will solved by just changing file name. um....? idk why.