drhelius / Gearcoleco

ColecoVision emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
80 stars 17 forks source link

Not saving settings (special characters in save path) #65

Open Erick-BR opened 3 weeks ago

Erick-BR commented 3 weeks ago

Hi, good emulation, especially sound.

I don't know how to save settings. When I close emulator, all settings gone. Bios location, video options... all.

Thank you

Downloaded version: Gearcoleco-1.2.0-windows-x64.zip

drhelius commented 3 weeks ago

Thanks! The emulator saves your settings in your c:/users/appdata/roaming dir in Windows, maybe a permission issue?

You can also create a "portable.ini" file without any content in the same place where the exe is located and it will save everything in the same path. You can try that.

Erick-BR commented 3 weeks ago

Hi, portable.ini file method worked.

Maybe the problem is because my username has an accent (i'm from Brasil, this is common here) so internally app doesnt find directory because some unrecognized character. I have the same problem with Stella emulator which also have an option to change settings directory by command line.

drhelius commented 3 weeks ago

I'm from Spain so I can relate to that 😄 I'll check it out.