Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] FDS games don't start if system path contains a special character #5

Open
bslenul opened this issue Apr 19, 2021 · 1 comment

Comments

@bslenul
Copy link

bslenul commented Apr 19, 2021

Hey!

If the disksys.rom file is in a path that contains a special character, FDS games will fail to boot on Windows.
As a test I moved the BIOS in a "é" folder on my desktop and changed Settings > Directory > System/BIOS path in RetroArch:

[INFO] [Environ]: SYSTEM_DIRECTORY: "C:\Users\B-S\Desktop\é".
[INFO] [Environ]: GET_SAVE_DIRECTORY.
[INFO] [Environ]: SET_PIXEL_FORMAT: XRGB8888.
[INFO] [Environ]: SET_GEOMETRY: 256x240, aspect: 1.219.
[libretro INFO] 
[libretro INFO] Loading rom: Zelda no Densetsu - The Hyrule Fantasy (Japan).fds
[libretro INFO] File CRC32: 0x1F22CCB1
[libretro INFO] [Error] Could not load file: Zelda no Densetsu - The Hyrule Fantasy (Japan).fds

Full log: retroarch_mesen.log
It works fine on my Linux Mint VM however.

@i30817
Copy link

i30817 commented Jan 10, 2022

If you're in linux, try to start retroarch with the environment variable 'LC_ALL=en_GB.UTF-8'
as in

LC_ALL=en_GB.UTF-8 retroarch

Just a idea for a workaround that might not work. I'm unsure it would have any influence in a C application, as opposed to paths passed into it from the shell or output into a shell. Probably won't do anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants