RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
927 stars 172 forks source link

Error when trying to install the dependencies #423

Closed Springfall89 closed 8 months ago

Springfall89 commented 8 months ago

Expected Behavior

Download the dependencies successfully

Actual Behavior

Trying to download openGL : x64-windows-static and got BUILD-FAILED

Steps to Reproduce

  1. Download the latest version of Visual Studio (1.17.6 around this time) with Desktop Development with C++
  2. Download Git 2.42.0.2 and CMake 3.27.5 (with system path for ALL users)
  3. Install the Sonic 1 & 2 repositories and vcpkg (I used the an old code from around September 18th-20th)
  4. Install the dependencies for Sonic 1 & 2
  5. While I was trying to install openGL : x64-windows-static, I suddenly got an error saying BUILD_FAILED and other stuff

Screenshots

Here's the error in full detail Screenshot 2023-11-06 185903

Here's the text version: Microsoft Windows [Version 10.0.22621.2361] (c) Microsoft Corporation. All rights reserved.

C:\Users**Name**\vcpkg>vcpkg.exe install glew sdl2 libogg libvorbis --triplet=x64-windows-static Computing installation plan... The following packages will be built and installed:

error: building opengl:x64-windows-static failed with: BUILD_FAILED Elapsed time to handle opengl:x64-windows-static: 203 ms Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+opengl You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[opengl]+Build+error&body=Copy+issue+body+from+C%3A%2FUsers%2F**Name**%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

Log File

No response

Decompilation Version

1.3.2 Plus

Game

Sonic 1

Game Version

Sonic Origins

Game Revision

No response

Platform

Windows 11

Additional Comments

No response

MegAmi24 commented 8 months ago

This might be an issue with vcpkg, not much can be done on our end.