Skip to content

Commit bb07201

Browse files
committed
Add troubleshooting page for Anti-Cheat
1 parent 514d1a6 commit bb07201

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Unable to begin game session and other Anti-Cheat issues
3+
description: Learn how to fix issues with Anti-Cheat.
4+
---
5+
6+
If you are experiencing issues with Anti-Cheat, see the troubleshooting guidance below.
7+
8+
## Unable to begin game session (got result EOS_NoConnection)
9+
10+
If you receive this error, it's because the Anti-Cheat module you have selected in the developer portal is too old for the version of the EOS SDK you are using. You should go to the Anti-Cheat section of the developer portal for your product and update to a newer version.
11+
12+
## Using Anti-Cheat on Steam Deck with Proton/WINE
13+
14+
If you have built your Windows game with Anti-Cheat enabled, and are attempting to run it on the Steam Deck under the Proton/WINE compatibility layer, you need to make sure you've enabled an Anti-Cheat module for Linux in the developer portal for your game. Even though your game is built for Windows, when it runs under Proton/WINE on the Steam Deck, it will automatically use the selected Linux module for Anti-Cheat support.
15+
16+
If you don't have a Linux module enabled, your Anti-Cheat protected game will not run on Steam Deck.

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = {
4747
"support/troubleshooting/dynamicconfiglayer",
4848
"support/troubleshooting/steamcrash",
4949
"support/troubleshooting/steaminvite",
50+
"support/troubleshooting/anticheat",
5051
],
5152
},
5253
"support/advanced_configuration",

0 commit comments

Comments
 (0)