A problem with my old game [SNES mini]

Hi.
I use EasyRpg in my SNES mini. Version: 9-9-19 HMOD By: KMFDManic
I am using the link to the INI file and I have a red screen error “invalid encoding: ibm-5346_p100-1998”.
If I link to a zip file with the game, EasyRpg does not find any games, but it starts mod.
Please help, thanks.

Already answered this in the chat, but here for all:

The SNES mini & other -Classic/-Mini use a libretro based core and for these devices the core is not maintained by us.

If you have any questions concerning this you can contact the maintainers in the ModMyClassic Discord

1 Like

Gharby, please remind what to add to the ini file? Regarding coding…

The encoding is properly detected actually. The problem is the ICU library lacks data.

Forcing a manual encoding is something like adding a [EasyRPG] section in the RPG_RT.ini file this:

[EasyRPG]
Encoding=1252

1252 is western (Latin1), 1250 is for eastern european encodings (including Polish).

Here’s the complete list:
https://wiki.easyrpg.org/development/encoding-list

1 Like