Advertisement
Guest User

Fixing OpenSSL Crash in UE4 Games on 10th/11th/12th-gen Intel CPUs

a guest
Jul 30th, 2022
2,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1.  
  2. 1) Open "Control Panel" by searching for it in Windows search bar, by pressing the Windows button or key.
  3.  
  4. 2) Go to "System & Security"
  5.  
  6. 3) Go to "System"
  7.  
  8. 4) Press "Advanced system settings"
  9.  
  10. 5) Press "Environmental Variables"
  11.  
  12. 6) Create a new "System Variable" (NOT USER VARIABLE)
  13.  
  14. 7) Enter the following into the 'Variable name' box:
  15.  
  16. OPENSSL_ia32cap
  17.  
  18. 8: Enter the following into the 'Variable value' box:
  19.  
  20. ~0x20000000
  21.  
  22. Now press OK.
  23.  
  24. (Alternatively, you can completely remove internet connection to also prevent the crash, but... come on)
  25.  
  26. CREDIT - AtomicalSloths (who encountered the same bug in another UE4 game and found this fix): https://dave-microwaves-games.itch.io/around-the-clock-at-bikini-bottom
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement