A crash problem

Moving the camera in the scene causes the black screen to crash.After careful observation, can also found the UE4 window is slight shaking.
LogRHI: Error: Present Fail Count 1
LogRHI: Error: SyncInterval 0
LogRHI: Error: SwapChainDesc.BufferDesc.Width 1936
LogRHI: Error: SwapChainDesc.BufferDesc.Height 1056

Solution:
Scale window,don‘t use full screen size.
I guess it’s the positioning problem of the monitor.

Hi there, I had the same problem as yours, my situation was even worse, every time I opened the project, it crashed at the moment the editor opens and the UE4 window was slight shaking, I had no chance to zoom the window, after weeks working, I found that —select win10 tablet mode — the problem solved, but I’m not used to working with tablet mode.
Looking forward to other solutions!