You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Just started using this rather than manually configuring everything and its looking good thanks. However one issue I have come across is when a file has a character such as + or ' in the name the argument that gets passed seems to break, the launch window closes too fast for me to catch but I guess its something to do with the emulator argument and how it uses the {imagepath} variable?
I'd rather not rename my roms as they are named as per romvault datfile standards ;)
Regards
The text was updated successfully, but these errors were encountered:
benspray
changed the title
Games with non-english characters fail to launch
Games with non-english characters fail to launch (ie + and ')
Jan 5, 2024
This one's tricky, we might need to sanitize the inputs by passing all the arguments into a bash script of our own, as right now we don't have the {ImageDir} to work with.
So it'd go Launch Game > Passes all args to our sanitising script > which passes all args sanitised to emudeck powershell script
Not the most elegant solution but I'll take a look
Hi, Just started using this rather than manually configuring everything and its looking good thanks. However one issue I have come across is when a file has a character such as + or ' in the name the argument that gets passed seems to break, the launch window closes too fast for me to catch but I guess its something to do with the emulator argument and how it uses the {imagepath} variable?
I'd rather not rename my roms as they are named as per romvault datfile standards ;)
Regards
The text was updated successfully, but these errors were encountered: