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
If you have intel processor try this
Right click start button, click search, type "environment variables", click on the one that says Edit environment variables for your system. Click Environment Variables on the advanced tab, then new under the system one, not account. variable name is OPENSSL_ia32cap, value is ~0x20000000.
https://software.intel.com/content/www/us/en/develop/articles/openssl-sha-crash-bug-requires-application-update.html
This fixed the fails-to-launch issue with Raw Data as well as In Death.
Thank you very much!
This also fixed "Pavlov VR" not starting for me.
what start button do I click on?
https://www.youtube.com/watch?v=yG1jPY_0KLU&t=10s
In a nutshell, changing environment variables in the Windows settings can have a negative impact in the performance of your system. It's better to set this variable only for this game. To do so, just right click on the game in Steam, click Properties, and paste the following into Launch Options:
cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%"
This worked perfectly for me.
https://www.openssl.org/news/vulnerabilities.html
albarji: your solution is worked. Thanks