Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
setx openssl_ia32cap ~0x20000000
In short, the new INTEL CPU SHA extensions work exclusively with global variables and the unreal engine used with local variables, which leads to a non-terminable command in the SHA extensions and so the handshake fails, the command changes the SHA process for the older unreal engines by declaring the variable globally.
that's why i never thought about this, i do not use a INTEL CPU of the 10th generation.
debe tener derechos de administrador para ejecutar el comando o para abrir la consola con estos derechos
busque el archivo "cmd.exe" haga clic derecho sobre él y seleccione ejecutar como administrador
luego ejecute este comando (alternativamente, puede usar el enlace al problema de mí para copiar el código sin errores de la página de ayuda de Intel)
set OPENSSL_ia32cap= ~0x20000000
a veces no funciona con el sistema con idiomas que no sean inglés o alemán, alternativamente, este comando se puede usar
set OPENSSL_ia32cap=:~0x20000000
a veces esto tampoco funciona, porque se ha configurado un perfil familiar, entonces esto ayuda
setx OPENSSL_ia32cap ~0x20000000
o
setx OPENSSL_ia32cap:~0x20000000
no olvides reiniciar la computadora
ALTERNATIVE 1
1. Press WindowsKey+R to open Run window & paste "SystemPropertiesAdvanced"
2. Go to “Advanced” tab, click on “Environment Variables” button right at the bottom.
3. In “System Variables” lower frame press the “new” button & then add this:
For variable name: OPENSSL_ia32cap
For variable value: ~0x20000000
4. Restart computer and have fun!
---------------------------------------------------------------------------------------
ALTERNATIVE 2
1. Open cmd run as Administrator
2. Copy & paste this in: setx openssl_ia32cap ~0x20000000
And press ENTER
3. (OPTIONAL) Restart computer (just in case it doesn't work)
Thanks to a user on the reddit named bar-jack & oberlinx! :praisesun::praisesun::praisesun: