Steps on Linux release:
Either:
1a. unzip ubuntu.16.04-x64.7z; OR
1b. 7z x ubuntu.16.04-x64.7z; then in either case,
2. Run WebHost (or, attempt to run Enemizer another way)
Bug: PermissionError: [Errno 13] Permission denied: '/home/username/archipelago/EnemizerCLI/EnemizerCLI.Core'
Expected: No exception, able to roll seed
The file is not executable (missing 'x'):
$ ls -l EnemizerCLI/EnemizerCLI.Core
-rw-r--r-- 1 username username 90712 Dec 11 2020 EnemizerCLI/EnemizerCLI.Core
Workaround is to manually set executable permission on the file that drew the exception.
Release should employ a way to have the needed files be marked as executable in the Linux release. This may be possible in the .zip or .7z, or alternatively this is supported well in .tar.gz.
Steps on Linux release:
Either:
1a.
unzip ubuntu.16.04-x64.7z; OR1b.
7z x ubuntu.16.04-x64.7z; then in either case,2. Run WebHost (or, attempt to run Enemizer another way)
Bug:
PermissionError: [Errno 13] Permission denied: '/home/username/archipelago/EnemizerCLI/EnemizerCLI.Core'Expected: No exception, able to roll seed
The file is not executable (missing 'x'):
Workaround is to manually set executable permission on the file that drew the exception.
Release should employ a way to have the needed files be marked as executable in the Linux release. This may be possible in the .zip or .7z, or alternatively this is supported well in .tar.gz.