Author: Jukka Rissanen, Date: 2021-07-15. Editor: Tarja Koski
Starting from version Vertex CAD 2021 (27.0), 3D graphics are drawn using the Microsoft DirectX programming interface. Depending on the size of the model and the performance of your graphics card, you may sometimes encounter the following error message:
In DirectX, applications can encounter a "device lost" condition where the graphics device enters a non-operational state and graphics cannot be drawn. This can happen for multiple reasons:
If the problem persists and error code DXGI_ERROR_DEVICE_HUNG is displayed, the performance of the GPU may not be adequate for the rendering operation.
It is impossible to know exactly how long the rendering process will take, as it depends on many factors: the GPU, the drivers, the operating system, the mesh size, the texture size, etc. Therefore, it is not possible to put a limit on how much the computer can process and avoid the driver reset.
Possible solutions are: