Closed Thaodan closed 1 year ago
Yes I use Powershell version 5.1. I tested the LotroInterface zip on my Linux laptop and even though there is a warning about backslahses, it doesn't affect the result. Everything seems to work on my machine. Are there any files broken on yours ?
For my unzip -l at least showed the archive with backslashes, Ark did so too. I didn't extract the archive using but used bsdtar where it did work fine.
If everything works fine, I probably won't fix it sorry 🙁
Something is wrong with the zip archive you upload on lotro interface. The archive uses backslashes instead of slashes. Using backslashes in zip archives is wrong according to ZIP File Format Specification (version: 6.3.5 when I'm writing this, revised November 20, 2018) states:
Are you using powershell to create the archive? If I read correctly there a bug in older versions.
Source for the likely reason of the issue: https://superuser.com/a/1410005/957373