Skip to content

Commit 6288384

Browse files
ToeKneeREDgitbook-bot
authored andcommitted
GITBOOK-8: Game crash on connect addendum
1 parent b33d023 commit 6288384

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, 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 or X6), 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)