|
1 | 1 | # My game crashes when I open it or connect to a server
|
2 | 2 |
|
3 |
| -{% hint style="warning" %} |
4 |
| -**This guide is only relevant for Skyrim Together Version 1.2.0 and below! (with one exception)** |
5 |
| -{% endhint %} |
6 |
| - |
7 | 3 | ## Q: My game crashes when I open it, or when I connect to a server
|
8 | 4 |
|
9 | 5 | **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).
|
10 | 6 |
|
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. |
12 |
| - |
13 |
| -## How do I know if my CPU supports AES-NI? (Intel only) |
14 |
| - |
15 |
| -1. Find the name of your CPU, using this method: |
16 |
| -2. Press your `Windows key` and search for `System information` |
17 |
| -3. Find the line where it says `Processors` and write down the name. |
18 |
| -4. Then visit [this page](https://ark.intel.com) from Intel. |
19 |
| -5. Use the search function:\ |
20 |
| -  |
21 |
| -6. Type in your CPU, e.g. `i7-9700K` and select it:\ |
22 |
| -  |
23 |
| -7. Search for `AES New Instructions` on the page that opens |
24 |
| -8. If it says `Yes`, it's supported on your CPU. If it says `No`, it's not supported on your CPU. |
25 |
| - |
26 |
| -## How do I know if `AES-NI` enabled? |
27 |
| - |
28 |
| -We need to download a tool named `CPU-Z`. |
29 |
| - |
30 |
| -1. Download CPU-Z [here](https://www.cpuid.com/softwares/cpu-z.html). |
31 |
| -2. Select the version you prefer (setup or portable version) |
32 |
| -3. Download and install it |
33 |
| -4. Open CPU-Z and look for `AES` under `Instructions`:\ |
34 |
| -  |
35 |
| -5. If you can find `AES`, it should be enabled. |
36 |
| - |
37 |
| -## How do I enable it in my BIOS? |
| 7 | +**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. |
38 | 8 |
|
39 |
| -**A:** You could try turning on `AES-NI` in your BIOS. This appears to be especially important for Intel CPUs. This is difficult to walk you through because practically every BIOS looks different. |
| 9 | +**A:** If you are on a version earlier than 1.3.0, you **must** update your game as these versions are no longer supported. |
40 | 10 |
|
41 |
| -#### Windows 10 |
42 |
| - |
43 |
| -If you're running Windows 10, follow these steps to access your BIOS: |
44 |
| - |
45 |
| -1. Go to `Settings` |
46 |
| -2. Select `Update and Security` |
47 |
| -3. Select `Recovery` |
48 |
| -4. Click `Restart` |
49 |
| -5. Click `Troubleshoot` |
50 |
| -6. Select `Advanced Options` |
51 |
| -7. Select `UEFI Firmware Settings` |
52 |
| -8. You should now enter your BIOS |
53 |
| -9. Use whatever search function you have to find something related to `AES-NI`. |
54 |
| -10. You can use the following keywords:\ |
55 |
| - `AES`\ |
56 |
| - `AES-NI`\ |
57 |
| - `Data Protection Technology`\ |
58 |
| - `Advanced Encryption Standard` |
59 |
| -11. Enable `AES`/`AES-NI` |
60 |
| -12. Save your settings and restart your PC - usually use the `F10` key. |
61 |
| - |
62 |
| -#### Windows 11 |
63 |
| - |
64 |
| -If you're running Windows 11, follow these steps to access your BIOS: |
65 |
| - |
66 |
| -1. Go to `Settings` |
67 |
| -2. Select `System` |
68 |
| -3. Select `Recovery` |
69 |
| -4. Select `Restart now` right beside `Advanced startup` |
70 |
| -5. Click `Troubleshoot` |
71 |
| -6. Select `Advanced Options` |
72 |
| -7. Select `UEFI Firmware Settings` |
73 |
| -8. You should now enter your BIOS |
74 |
| -9. Use whatever search function you have to find something related to `AES-NI`. |
75 |
| -10. You can use the following keywords:\ |
76 |
| - `AES`\ |
77 |
| - `AES-NI`\ |
78 |
| - `Data Protection Technology`\ |
79 |
| - `Advanced Encryption Standard` |
80 |
| -11. Enable `AES`/`AES-NI` |
81 |
| -12. Save your settings and restart your PC - usually use the `F10` key. |
| 11 | +## |
82 | 12 |
|
83 |
| -## I have AES-NI enabled, but the issue still persists. What do I do? |
| 13 | +## The issue still persists. What do I do? |
84 | 14 |
|
85 | 15 | **A:** When connecting, make sure you're using the correct IP address and port. It's a little detail, but I mistakenly misspelled my IP address, which crashed me to my desktop (CTD).
|
86 | 16 |
|
|
0 commit comments