abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

mpv-dev-x86_64-20230811-git-140ec21.7z integrity check failed. #163

Closed wxjrkm520 closed 10 months ago

wxjrkm520 commented 10 months ago

mpv-dev-x86_64-20230811-git-140ec21.7z integrity check failed.

wxjrkm520 commented 10 months ago

If two situations are encountered:

ANGLE.7z or mpv-dev-x86_64-20230811-git-140ec21.7z

Need to delete directory: build/windows/mpv-dev-x86_64-20230811-git-140ec21.7z or build/windows/ANGLE.7z

The reason for encountering these two problems may be due to exiting midway through the "flutter build windows"。

Because there may be files that were not downloaded during the process of cmake running and were closed, it is necessary to wait for cmake to download these two files before running. Otherwise, deleting them directly is the best solution。

abdelaziz-mahdy commented 10 months ago

Yes this is done by media_kit and their fix if it happens flutter clean and try again

wxjrkm520 commented 10 months ago

If cmake exits midway, 'fluent clean' may not delete these two files because they are in a state occupied by cmake. In this case, it is necessary to kill the cmake process and clean it again to solve the problem

abdelaziz-mahdy commented 10 months ago

If cmake exits midway, 'fluent clean' may not delete these two files because they are in a state occupied by cmake. In this case, it is necessary to kill the cmake process and clean it again to solve the problem

Yeah that happened to me too, thank you for mentioning it and how to solve it, hopefully it helps another people too.