doomretro
doomretro copied to clipboard
WADs located in folders with Latin-extended charset don't load
Description
John Romero's Sigil doesn't open in Doom Retro 4.6. It exits to Windows with a message: "M_EPI5 not found!"
Steps to reproduce
- Place the Sigil file in a folder with a Latin-extended character in the name (e.g.,
Skończone
) - Run Doom Retro with "The Ultimate Doom" and SIGIL_v1_21.wad
- Go to a new game
- The game crashes
How exactly are you doing step 1? If I open doom.wad and SIGIL_v1_21.wad both in DR's launcher, M_EPI5 is present and I can start it fine. If I do -iwad doom.wad -file SIGIL_v1_21.wad, it still works.
Ah... unless you mean you're actually using SIGIL_COMPAT_v1_21.wad, which doesn't have M_EPI5...?
I am using ZDoom Launcher, which, I suppose is doing -file
thing. I used to do that like that before, and it worked, and it's the same ZDL (I don't think there are new versions). I'll try the command line directly today, and let you know.
(And yeah, I tried COMPAT version too, but it didn't work either. However, I don't remember now why.)
Could you please provide the contents of the command-line ZDL is generating (ZDL -> Actions -> Show Command Line)?
Will do.
I found out what happened. I had Sigil in a subfolder named Skończone
(finished in Polish). I renamed it to Skonczone
, and it loaded with no issues.
Ah, ok. It looks like I have some work to do with paths with non-Latin characters then.
I updated the ticket to better reflect the issue.