gongminmin / KlayGE

KlayGE is a cross-platform open source game engine with plugin-based architecture.
http://www.klayge.org
GNU General Public License v2.0
2.06k stars 352 forks source link

Cmake failed when downlaoding dependencies #224

Closed crazyeminem closed 3 years ago

crazyeminem commented 3 years ago

Got hash mismatch error when downloading dependencies


  FILE DOWNLOAD HASH mismatch

    for file: [E:/GitRepo/KlayGE/Build/CMake/../../KlayGE/klayge_logo.png]
      expected hash: [bfdd6d15f5698d09f72306d1a54ec78c7d50c8dd]
        actual hash: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
             status: [6;"Couldn't resolve host name"]

Call Stack (most recent call first):
  E:/GitRepo/KlayGE/KlayGE/Build/CMake/Engine/Core/CMakeLists.txt:1 (DOWNLOAD_DEPENDENCY)

CMake Error at E:/GitRepo/KlayGE/Build/CMake/Modules/Common.cmake:60 (MESSAGE):
  Failed to download file
  https://raw.githubusercontent.com/gongminmin/KlayGEDependencies/8accfb333c5696d211b21372436352e8b2bd4773/KlayGE/klayge_logo.png:
  "Couldn't resolve host name"
Call Stack (most recent call first):
  E:/GitRepo/KlayGE/KlayGE/Build/CMake/Engine/Core/CMakeLists.txt:1 (DOWNLOAD_DEPENDENCY)
gongminmin commented 3 years ago

”Couldn't resolve host name“ indicates it's because the content can't be downloaded. And since githubusercontent.com is from github, please check your network connection. It's definitely not a KlayGE's issue.