Every time I open unity, I try and open the project it takes like an hour and then this error happens:
Unity failed to present D3D11 swapchain due to device reset/removed.
It happens for all branches of the project and as far as I’m aware I didn’t do anything just checked out a later commit.
Thanks
asked Nov 17, 2020 at 18:12
Make sure D3Dcompiler_47.dll file is present in «C:Program FilesUnityHubEditorYour unity versionEditorDataTools» or «C:Program FilesUnityHubEditorYour unity versionEditor».
answered Nov 18, 2020 at 8:48
Easwar ChinrajEaswar Chinraj
4261 gold badge4 silver badges10 bronze badges
1
Hi here is the solution.
This error comes due high load of graphics in the project.
step1: open your project in unity
step2:click «Edit» and then click «Project Settings»
step3:click»Quality»
step4:Then change levels to «low» then save it
step5:Exit from unity
step6:Restart your pc
watch vedio till end thanx
answered Oct 13, 2022 at 12:06
1
Ошибка Failed to present D3D11 swapchain due to device..
- Nukiesto
- UNец
- Сообщения: 2
- Зарегистрирован: 29 июл 2020, 17:51
Re: Ошибка Failed to present D3D11 swapchain due to device..
Jarico 23 окт 2021, 19:00
Причины: разгон, нехватка памяти, высокая нагрузка видеокарты или видеокарта просто неподдерживает dx11
Купи новую видеокарту т.к. на старых затычках в юнити невозможно сидеть уже (с версии 2017)
-

Jarico - Адепт
- Сообщения: 1042
- Зарегистрирован: 06 янв 2019, 17:37
- Откуда: 0xDEAD
- Skype: none
-
- Сайт
Вернуться в Общие вопросы
Кто сейчас на конференции
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 14
@DiligentGraphics I am also on Win7 x64 trying to run a tutorial (specifically cube) with the 11.0 backend. I was able to get the runtime exception that occurs:
DXGI ERROR: IDXGIFactory::CreateSwapChain: DXGI_SCALING_NONE is only supported on Win8 and beyond. DXGI_SWAP_CHAIN_DESC{ SwapChainType = ..._HWND, BufferDesc = DXGI_MODE_DESC1{Width = 1280, Height = 1024, RefreshRate = DXGI_RATIONAL{ Numerator = 0, Denominator = 0 }, Format = R8G8B8A8_UNORM, ScanlineOrdering = ..._UNSPECIFIED, Scaling = ..._UNSPECIFIED, Stereo = FALSE }, SampleDesc = DXGI_SAMPLE_DESC{ Count = 1, Quality = 0 }, BufferUsage = 0x20, BufferCount = 2, OutputWindow = 0x00000000001F0480, Scaling = ..._NONE, Windowed = TRUE, SwapEffect = ..._FLIP_SEQUENTIAL, AlphaMode = ..._UNSPECIFIED, Flags = 0x2 } [ MISCELLANEOUS ERROR #175: ]
Exception thrown at 0x000007FEFD68BDED in Tutorial02_Cube.exe: Microsoft C++ exception: _com_error at memory location 0x00000000002DC670.
Diligent Engine: CRITICAL ERROR in Diligent::SwapChainD3DBase<class Diligent::ISwapChainD3D11,struct IDXGISwapChain>::CreateDXGISwapChain() (SwapChainD3DBase.h, 143): Failed to create Swap Chain
Seems to be missing support for DXGI_SCALING_NONE on Win7?
