Andarwinux / mpv-winbuild

Use Github Action to build mpv for Windows with latest commit.
MIT License
3 stars 1 forks source link

Error unpacking mediaInfo ARM64 #1

Closed stax76 closed 1 month ago

stax76 commented 1 month ago

I get this error:

7-Zip 22.00 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-06-15

Scanning the drive for archives:
1 file, 2016596 bytes (1970 KiB)

Extracting archive: E:\Desktop\mediainfo-aarch64-git-6579441.7z
--
Path = E:\Desktop\mediainfo-aarch64-git-6579441.7z
Type = 7z
Physical Size = 2016596
Headers Size = 269
Method = 0A LZMA2:12m LZMA:20 BCJ2
Solid = +
Blocks = 2

ERROR: Unsupported Method : mediainfo.exe
ERROR: Unsupported Method : mimalloc-override.dll

Sub items Errors: 2

Archives with Errors: 1

Sub items Errors: 2

Error: Exit code 2
stax76 commented 1 month ago

It happens also with mpv:

7-Zip 22.00 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-06-15

Scanning the drive for archives:
1 file, 27631862 bytes (27 MiB)

Extracting archive: E:\Desktop\mpv-aarch64-20240717-git-6739503.7z
--
Path = E:\Desktop\mpv-aarch64-20240717-git-6739503.7z
Type = 7z
Physical Size = 27631862
Headers Size = 390
Method = 0A LZMA2:26
Solid = +
Blocks = 2

ERROR: Unsupported Method : mpv.com
ERROR: Unsupported Method : mpv.exe

Sub items Errors: 2

Archives with Errors: 1

Sub items Errors: 2

Error: Exit code 2
Andarwinux commented 1 month ago

You may need to update 7zip? i've heard that you need at least 23.01 to unzip it. zhongfly's build uses the same 7zip version, should it's also have this problem?

ref: https://sourceforge.net/p/sevenzip/discussion/45797/thread/b92679e642/

What's new in 7-Zip 24.05:
New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating.
{MMNN} is 4-digit number that represents the version of 7-Zip without a dot.
If -myv={MMNN} switch is specified, 7-Zip will only use compression methods that can be decoded by the specified version {MMNN} of 7-Zip and newer versions.
If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only use compression methods that can be decoded by 7-Zip 23.00 and newer versions.
stax76 commented 1 month ago

Thanks. With newer 7zip version, it unpacks fine.

With zhongfly the old 7zip version works.