1. Graphics heavy apps crash on VM start after Pause/Suspend! (like Unity game engine example below) 2. Additionaly, Windows UI is frozen for the first 5 minutes after Pause/Suspend! 3. It worked faster and better and did not crash in the previous v25! --------------------------- Unity Error --------------------------- Failed to present D3D11 swapchain due to device reset/removed.This error can happen if you draw or dispatch very expensive workloads to the GPU, which can cause Windows to detect a GPU Timeout and reset the device. (see https://docs.microsoft.com/en-us/windows-hardware/drivers/display/timeout-detection-and-recovery).If you believe this error is due to built-in Unity functionality, please submit a bug.This is an unrecoverable error and the editor will shut down. --------------------------- OK ---------------------------