R3N@DESKTOP-B0PHCDB MINGW64 ~/EverSoulSimulator-master
$ ./build.sh
NOTICE: HAR file 'cdp.cloud.unity3d.com_2026_06_10_09_18_58.har' not found. Skip
ping HAR merge step and using existing responses/.
== Merge HAR fixtures skipped ==
== Regenerate schema/ ==
wrote schema/ for 159 proto endpoints
== Regenerate expected/ ==
wrote expected/ canonical payloads for 90 proto endpoints
== Pack offline data ==
Packed 420 files, raw 4310930 bytes -> 4327461 bytes
Output: C:\Users\R3N\EverSoulSimulator-master\build\offline_data\libofflinedata.so
responses/: 102 files
responses_newbie/: 156 files
schema/: 159 files
web/: 1 files
wss/: 2 files
== Configure desktop ==
CMake Error at C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindCURL.cmake:288 (find_package_handle_standard_args)
CMakeLists.txt:134 (find_package)
-- Configuring incomplete, errors occurred!
I tried using
R3N@DESKTOP-B0PHCDB MINGW64 ~/EverSoulSimulator-master
$ cmake -B build -DCURL_LIBRARY="C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe/curl-8.20.0_5-win64-mingw/lib/libcurl.a" -DCURL_INCLUDE_DIR="C:\Users\R3N\AppData\Local\Microsoft\WinGet\Packages\cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe\curl-8.20.0_5-win64-mingw\include"
-- Building for: Visual Studio 18 2026
-- Selecting Windows SDK version 10.0.28000.0 to target Windows 10.0.26200.
-- The C compiler identification is MSVC 19.51.36248.0
-- The CXX compiler identification is MSVC 19.51.36248.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.51.36231/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.51.36231/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Found CURL: C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe/curl-8.20.0_5-win64-mingw/lib/libcurl.a (found version "8.20.0")
-- Configuring done (5.3s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/R3N/EverSoulSimulator-master/build
But did not fix my isssue.
It worked before once but I had another error so I installed everything again and this error keeps appearing.
Maybe I am installing something wrong?
I am using git bash to install the required prerequisites
https://github.com/PackageInstaller/EverSoulSimulator/blob/master/README_en.md#1-build-prerequisites-windows
R3N@DESKTOP-B0PHCDB MINGW64 ~/EverSoulSimulator-master
$ ./build.sh
NOTICE: HAR file 'cdp.cloud.unity3d.com_2026_06_10_09_18_58.har' not found. Skip
ping HAR merge step and using existing responses/.
== Merge HAR fixtures skipped ==
== Regenerate schema/ ==
wrote schema/ for 159 proto endpoints
== Regenerate expected/ ==
wrote expected/ canonical payloads for 90 proto endpoints
== Pack offline data ==
Packed 420 files, raw 4310930 bytes -> 4327461 bytes
Output: C:\Users\R3N\EverSoulSimulator-master\build\offline_data\libofflinedata.so
responses/: 102 files
responses_newbie/: 156 files
schema/: 159 files
web/: 1 files
wss/: 2 files
== Configure desktop ==
CMake Error at C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:290 (message):
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindPackageHandleStandardArgs.cmake:654 (_FPHSA_FAILURE_MESSAGE)
C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/BrechtSanders.WinLibs.POSIX.UCRT_Microsoft.Winget.Source_8wekyb3d8bbwe/mingw64/share/cmake-4.3/Modules/FindCURL.cmake:288 (find_package_handle_standard_args)
CMakeLists.txt:134 (find_package)
-- Configuring incomplete, errors occurred!
I tried using
R3N@DESKTOP-B0PHCDB MINGW64 ~/EverSoulSimulator-master
$ cmake -B build -DCURL_LIBRARY="C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe/curl-8.20.0_5-win64-mingw/lib/libcurl.a" -DCURL_INCLUDE_DIR="C:\Users\R3N\AppData\Local\Microsoft\WinGet\Packages\cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe\curl-8.20.0_5-win64-mingw\include"
-- Building for: Visual Studio 18 2026
-- Selecting Windows SDK version 10.0.28000.0 to target Windows 10.0.26200.
-- The C compiler identification is MSVC 19.51.36248.0
-- The CXX compiler identification is MSVC 19.51.36248.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.51.36231/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/18/Community/VC/Tools/MSVC/14.51.36231/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Found CURL: C:/Users/R3N/AppData/Local/Microsoft/WinGet/Packages/cURL.cURL_Microsoft.Winget.Source_8wekyb3d8bbwe/curl-8.20.0_5-win64-mingw/lib/libcurl.a (found version "8.20.0")
-- Configuring done (5.3s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/R3N/EverSoulSimulator-master/build
But did not fix my isssue.
It worked before once but I had another error so I installed everything again and this error keeps appearing.
Maybe I am installing something wrong?
I am using git bash to install the required prerequisites
https://github.com/PackageInstaller/EverSoulSimulator/blob/master/README_en.md#1-build-prerequisites-windows