My game crashes when I open it, or connect to a server
Last updated
Last updated
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 stop relying on AES (which is unlikely), or reimplement some parts with OpenSSL (time consuming).
Find the name of your CPU, using this method:
Press your Windows key
and search for System information
Find the line where it says Processors
and write down the name.
Then visit the this page from Intel.
Use the search function:
Type in your CPU, e.g. i7-9700K
and select it:
Search for AES New Instructions
on the page that opens
If it says Yes
, it's supported on your CPU. If it says No
, it's not supported on your CPU.
AES-NI
enabled?We need to download a tool named CPU-Z
.
Download CPU-Z here.
Select the version you prefer (setup or portable version)
Download and install it
Open CPU-Z and look for AES
under Instructions
:
If you can find AES
, it should be enabled.
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.
If you're running Windows 10, follow these steps to access your BIOS:
Go to Settings
Select Update and Security
Select Recovery
Click Restart
Click Troubleshoot
Select Advanced Options
Select UEFI Firmware Settings
You should now enter your BIOS
Use whatever search function you have to find something related to AES-NI
.
You can use the following keywords:
AES
AES-NI
Data Protection Technology
Advanced Encryption Standard
Enable AES
/AES-NI
Save your settings and restart your PC - usually use the F10
key.
If you're running Windows 11, follow these steps to access your BIOS:
Go to Settings
Select System
Select Recovery
Select Restart now
right beside Advanced startup
Click Troubleshoot
Select Advanced Options
Select UEFI Firmware Settings
You should now enter your BIOS
Use whatever search function you have to find something related to AES-NI
.
You can use the following keywords:
AES
AES-NI
Data Protection Technology
Advanced Encryption Standard
Enable AES
/AES-NI
Save your settings and restart your PC - usually use the F10
key.
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).
A: Delete your INI files from the Skyrim Special Edition
folder in My Games
. Then, relaunch SkyrimSE through Steam (not through MO2 or VMM) to allow it to regenerate the vanilla config files.