aboutsummaryrefslogtreecommitdiff
path: root/installing-northstar/troubleshooting.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2021-12-26 13:14:01 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2021-12-26 13:14:01 +0100
commit78ed512496b47d47c21fe15825cbc12820be9751 (patch)
tree944c4cfd4049df5cb04b3166642350fdd8797a55 /installing-northstar/troubleshooting.md
parent30f9a7676460b9c0820271bfd6db4e8fad333271 (diff)
downloadNorthstarWiki-78ed512496b47d47c21fe15825cbc12820be9751.tar.gz
NorthstarWiki-78ed512496b47d47c21fe15825cbc12820be9751.zip
Add information about newer intel CPUs
Diffstat (limited to 'installing-northstar/troubleshooting.md')
-rw-r--r--installing-northstar/troubleshooting.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/installing-northstar/troubleshooting.md b/installing-northstar/troubleshooting.md
index eea1e8f..6ba6076 100644
--- a/installing-northstar/troubleshooting.md
+++ b/installing-northstar/troubleshooting.md
@@ -18,3 +18,18 @@ Don't panic! This warning seems to be caused by Origin and none of your files ar
8. Start vanilla game and see if this works
9. If you followed all these steps and even launching the vanilla version of the game doesn't work, your final option is to fully remove the game and reinstall it.
Then check if vanilla works before reinstalling Northstar.
+
+## Issues with newest Intel CPU (10th+ gen):
+
+On newer Intel CPUs you might see a message like this
+
+> "Contacting Respawn servers.../Data Center: Searching..."
+
+If you are seeing this in the main menu of TF|2 and have a 10th or 11th generation Intel CPU this is a bug which has a simple fix:
+
+In the Windows Start menu on the bottom left search for "Edit the system environment variables" and open the program. In the "advanced" tab click on "Environment Variables..." near the bottom.
+In System Variables (not user variables) click "New..." and add a new system variable where the variable name is `OPENSSL_ia32cap` and the value is `~0x200000200000000`. Make sure to click OK to apply the changes. Finally restart your device and you should be good to go.
+
+**Note:** This issue is not exclusive to Northstar client but also affects the vanilla version, so if you only get it on Northstar there might be a different problem at hand as well. In fact it's not even unique to Titanfall 2 either.
+
+See also [this thread on Steam](https://steamcommunity.com/app/1237970/discussions/0/3081016749018656768/)