dscharrer / innoextract

A tool to unpack installers created by Inno Setup
https://constexpr.org/innoextract/
Other
1k stars 125 forks source link

Can't extract single file #102

Closed hgdagon closed 4 years ago

hgdagon commented 4 years ago

I have an installer I can't extract. I know it contains cyrillic paths, but when listing, I can't see those characters, i.e

app\_JSGME_MODS\ \gamedata\textures\ui\ui_actor_menu.dds

So I get an error when installing

Could not create directory "app\_JSGME_MODS\ \gamedata"

dscharrer commented 4 years ago

You'll have to provide some more information? Which file are you trying to extract? Is it available to download somewhere? Which version of innoextract are you using and on which OS?

hgdagon commented 4 years ago

Should've kept an eye on this. Yes it's a game mod repack. It uses FreeArc archives, so I'll just upload the installer itself. FreeArc handles Cyrillic paths on its own. TLsetup3.zip

dscharrer commented 4 years ago

Hi, looks like this is the same bug as issue #101.

You should be able to extract the file with development snapshot 1.9-dev-2020-01-12: app/_JSGME_MODS/Исправление текстуры инвентаря/gamedata/textures/ui/ui_actor_menu.dds

hgdagon commented 4 years ago

Yes, it is. Thank you!