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
Switch ti integrated Intell video - same result
Bios settings, but what ? (Bios with default settings)
Drivers? (installed automatically after Windows reset)
I understand - Unreal is extremely bugged engine. But this games work on my notebook.
There's a OpenSSL library crash issue that happens with 10th generation Intel processors and newer due a bug on it. Older Unreal Engines uses this library, and that lead to crashes quite often. I had such issues with my UMPC with a i7-1165g.
There's a description of this issue here and the fix:
https://www.intel.com/content/www/us/en/developer/articles/troubleshooting/openssl-sha-crash-bug-requires-application-update.html
If you are having trouble to understand what is the fix:
You have to set the environment variable OPENSSL_ia32cap with the value ~0x20000000 for your user, or for all users.
That will force OpenSSL to use a more stable implementation (software instead hardware). That was corrected in newer releases but older games still have the buggy library.
Give a look how to set environment variables in your Windows. It is very simple.
The fix will work only after a computer restart.
I can't even tell you how much I appreciate.
It works.
I spent the whole day for searching solution on my PC and in google. Never would've guessed for such trick.
It was the same for the variable name : "OPENSSL_ia32cap" but with a longer value "~0x200000200000000".
Seen in a support website... Not 100% sure of why it works better for me... I hope it will help you too