Jump to content

Fix Smite or Paladins 64bit not working on 10th Gen and 11th Gen Intel CPU's


_xvi

Recommended Posts

  • Administrators

There is a failure in MctsInterface.dll during a pointer dereference, likely caused by sha1sum operations in CPU-space and the Intel SHA Extensions. To fix this, set an environment variable called OPENSSL_ia32cap to ignore CPU capability autodetection and clear bit 29 (0x20000000) using the string :~0x20000000. This can be done globally or for Smite in Steam.

For Smite in Steam, paste the launch options

cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%"

For a global system fix, open File Explorer > Properties > Advanced System Settings > Environment Variables, and add a new system variable with the name OPENSSL_ia32cap and value :~0x20000000.

Note that while this fix may slow down operations in other applications using OpenSSL, it allows for better performance in Smite. Upstream confirmation of the issue has been found, but TitanForge/HiRez team has not confirmed it yet.

Original: https://www.reddit.com/r/Smite/comments/pl35y6/fix_64bit_not_working_on_10th_gen_and_11th_gen/

  • Like 1
Link to comment
  • _xvi changed the title to Fix Smite or Paladins 64bit not working on 10th Gen and 11th Gen Intel CPU's

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...