LET IT DIE

LET IT DIE

View Stats:
KingGarasu Aug 21, 2021 @ 2:42am
ERROR SYS-0-0-16
I keep getting this error, but i have no update nor anything to do, i've updated my driver, uninstalled and re-installed 3 times and i wanna play but can't :'(

If anyone has a solution :lunar2019piginablanket: :claptrap:
< >
Showing 1-6 of 6 comments
The author of this thread has indicated that this post answers the original topic.
Scarface Sep 15, 2021 @ 12:28am 
cmd run as admin

setx openssl_ia32cap ~0x20000000
KingGarasu Sep 15, 2021 @ 1:16pm 
It worked for me, could u explain the utility of the command (i'm pretty curious 'bout what i does). If you don't know it's still ok many thanks ! :hardgrave:
dark-breed Sep 16, 2021 @ 12:51am 
complete cause : https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html

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.
Last edited by dark-breed; Sep 16, 2021 @ 3:31am
pandaken117 Dec 1, 2021 @ 7:45am 
a mi no me funciono eso, lo ejecute manualmente y copiado, y nada, ya e hecho varios metodos para esto pero nada me sirve.
Last edited by pandaken117; Dec 1, 2021 @ 7:45am
dark-breed Dec 1, 2021 @ 11:50am 
@eddiizq0609 entonces estás haciendo algo mal

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
Last edited by dark-breed; Dec 2, 2021 @ 11:23am
coldeve Mar 5, 2023 @ 8:50pm 
This is the fix for LET IT DIE SYS-0-016:

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:
< >
Showing 1-6 of 6 comments
Per page: 1530 50