Hello everyone. I’m trying to launch Unity 2021.3.45f1, but the loading stops at the “Starting Server” stage, and then returns the error “Failed to start the Unity Package Manager local server process. Make sure the process [D:/UnityEditor/2021.3.45f1/Editor/Data/Resources/PackageManager/Server/UnityPackageManager.exe] is not blocked by Windows Defender or any other anti-virus configuration.” My antivirus definitely does not block any files. I’ve read a lot of different forums about this error, but not a single method has helped me. When I try to run UnityPackageManager.exe through CMD, I get this error: "OpenSSL configuration error:
13156:error:0200107B:system library:fopen:no protocol option:C:\build\output\unity\upm\build\node\16.20.2\deps\openssl\openssl\crypto\bio\bss_file.c:69:fopen(‘C:\xampp\php\extras\ssl\openssl.cnf;E:\xampp\php\extras\ssl\openssl.cnf’,‘rb’)
13156:error:2006D002:BIO routines:BIO_new_file:system lib:C:\build\output\unity\upm\build\node\16.20.2\deps\openssl\openssl\crypto\bio\bss_file.c:78:
13156:error:0E078002:configuration file routines:def_load:system lib:C:\build\output\unity\upm\build\node\16.20.2\deps\openssl\openssl\crypto\conf\conf_def.c:170:"But the problem is that I don’t have a folder on my computer C:\build\ and all that, and the E disk is not involved in Unity at all. When trying to boot on other versions of Unity, the same thing happens. If anything, I communicate through a translator, so there may be errors in the text.
When I click on diagnose, I get this:
I will also attach the diagnostic log:
Unity Package Manager Diagnostics (v0.2.0)
Ran 6 checks
5 succeeded
1 failed
UPM registry reachable (PASS)
Make an HTTP request to the UPM package registry
HTTP/1.1 200 OK
X-Powered-By: Express
Date: Fri, 25 Apr 2025 18:03:19 GMT
Via: 1.1 google
Transfer-Encoding: chunked
Alt-Svc: h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000
Connection: close
Ping UPM registry (PASS)
Measure the latency of the UPM package registry API
17 pings made in 5.23 seconds
Average latency: 31.57 ms
Minimum latency: 26.70 ms
Maximum latency: 38.02 ms
Standard deviation: 3.15
Ping UPM download (PASS)
Measure the latency of the UPM package download endpoint
12 pings made in 5.29 seconds
Average latency: 36.77 ms
Minimum latency: 33.82 ms
Maximum latency: 39.73 ms
Standard deviation: 1.87
UPM registry download speed (PASS)
Test the Internet connection using the UPM package registry
Measured speed to the UPM registry: 79.89 Megabits per second
HTTP proxy environment variables (PASS)
Detect whether proxy-related environment variables are set (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY, UNITY_PROXYSERVER, UNITY_NOPROXY)
No proxy support has been configured through environment variables.
UPM health check (FAIL)
Start the UPM process and call its health endpoint
Server exited unexpectedly. Exit code: 123
Please, help
