Skip to content

Commit d2d15b2

Browse files
ToeKneeREDgitbook-bot
authored andcommitted
GITBOOK-14: Connect to server crash: Add another AMD CPU line
1 parent 88f19e7 commit d2d15b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/troubleshooting/my-game-crashes-when-i-open-it-or-connect-to-a-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**A:** Your CPU needs support for AES-NI (AES New Instructions). The reason why this is needed in the client and server is because they depend on libsodium lib, which relies on AES. Therefore, we need to wait until libsodium stops relying on AES (which is unlikely) or reimplement some parts with OpenSSL (time-consuming).
1010

11-
**A:** If you are experiencing this issue on an older AMD Phenom processor (users reporting the issue were using either an AMD Phenom II X4 or X6), unfortunately, it seems that line of CPUs is not supported.
11+
**A:** If you are experiencing this issue on an older AMD Phenom processor (users reporting the issue were using either an AMD Phenom II X4, AMD Phenom II X6, or an AMD Phenom Athlon II X4), unfortunately, it seems that line of CPUs is not supported.
1212

1313
## How do I know if my CPU supports AES-NI? (Intel only)
1414

0 commit comments

Comments
 (0)