Out of curiosity, I switched the graphics API from DirectX 11 to Vulkan. After doing so, the game crashes on launch and shows the following error:
FATAL ERROR: Vulkan encountered unrecoverable error VK_ERROR_DEVICE_LOST
Currently, I have to use the launch parameter -dx11 to open the game. When...