Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.03k stars 115 forks source link

error X4014: cannot have gradient operations inside loops with divergent flow control #37

Closed hooke007 closed 2 years ago

hooke007 commented 2 years ago

Snipaste_2021-10-26_22-07-43

When running the build_mpcvr.cmd , I got this error.

ps. all the submodule of this repo is latest. so as visual studio.

Aleksoid1978 commented 2 years ago

What Visual Studio use ?

hooke007 commented 2 years ago

2019

Aleksoid1978 commented 2 years ago

Very strange. Can't reproduce. If compile in Visual Studio ?

hooke007 commented 2 years ago

same error...

Snipaste_2021-10-27_22-27-57

Aleksoid1978 commented 2 years ago

Can't help.

clsid2 commented 2 years ago

You might need a newer Windows SDK.

https://social.msdn.microsoft.com/Forums/en-US/ebb3893f-c611-47a2-aeb1-1e782e8a86a3/fxcexe-no-longers-make-error-x4014-divergent-gradient-operations

hooke007 commented 2 years ago

my win10 sdk is latest too.

hooke007 commented 2 years ago

Ah, it's too new rather than too outdated. I roll back sdk to 10.0.18362 and succeeded.