libretro / libretro-uae

PUAE libretro
GNU General Public License v2.0
111 stars 60 forks source link

Pinball Fantasies AGA scores not saving #604

Closed zzedmore closed 1 year ago

zzedmore commented 1 year ago

Only a minor thing. Played 'PinballFantasies_v3.2_AGA_0047' and got a high score. When I exited the table I got an error -

DOS-Error 205 (object not found) on writing "nvram".

And no high score saved. This is on Windows.

EDIT- Same thing happened on 'PinballFantasies_v3.2_CD32'.

Does it have something to do with the small '32' character in the filename (in the 'WHDSaves' directory) ? I tried on Android and I have a file on there that can't be deleted 'PinballFantasiesCD󲁇A'.

sonninnos commented 1 year ago

Not minor by my standards. Yes indeed, those versions use the same save path and file, and yes non-ascii superscripts are the reason. I managed to fix it by forcing the local filename chars to 3 and 2 respectively.

Thanks for catching, I've only been scoring with the actual CD32 version of this game, so it went under the radar.