VCRUNTIME140 ERROR when using folderplayout app

Hey guys, I’m having VCRUNTIME140 errors in the console when I run folderplayout. Before I run folderplayout the console is clean but after I run folderplayout I get the error:

[2021-09-07 16:25:25.740] [info]    ############################################################################
[2021-09-07 16:25:25.740] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2021-09-07 16:25:25.740] [info]    under the GNU General Public License GPLv3 or higher.
[2021-09-07 16:25:25.740] [info]    Please see LICENSE.TXT for details.
[2021-09-07 16:25:25.740] [info]    http://www.casparcg.com/
[2021-09-07 16:25:25.740] [info]    ############################################################################
[2021-09-07 16:25:25.740] [info]    Starting CasparCG Video and Graphics Playout Server 2.3.1 e767c1dda Release
[2021-09-07 16:25:26.413] [info]    Initializing OpenGL Device.
[2021-09-07 16:25:26.414] [info]    Initialized OpenGL 4.5.0 NVIDIA 377.83 NVIDIA Corporation
[2021-09-07 16:25:26.433] [info]    D3D11: Selected adapter: NVIDIA Quadro 4000
[2021-09-07 16:25:26.433] [info]    D3D11: Selected feature level: 45056
[2021-09-07 16:25:26.438] [info]    Initialized ffmpeg module.
[2021-09-07 16:25:26.438] [info]    Initialized oal module.
[2021-09-07 16:25:26.438] [info]    Initialized decklink module.
[2021-09-07 16:25:26.438] [info]    Initialized screen module.
[2021-09-07 16:25:26.442] [info]    Loaded "C:\Program Files\NDI\NDI 5 Tools\Runtime\Processing.NDI.Lib.x64.dll"
[2021-09-07 16:25:26.643] [info]    Initialized newtek module.
[2021-09-07 16:25:26.683] [info]    Initialized html module.
[2021-09-07 16:25:26.683] [warning] Flash is no longer a recommended way of creating dynamic templates. Adobe have declared flash end-of-life at the end of 2020, and we cannot guarantee it will continue to work in any version after that time.
[2021-09-07 16:25:26.683] [warning] All support for flash templates will be removed in a future release of CasparCG
[2021-09-07 16:25:26.768] [info]    Initialized flash module.
[2021-09-07 16:25:26.769] [info]    Initialized bluefish module.
[2021-09-07 16:25:26.770] [info]    Initialized image module.
[2021-09-07 16:25:26.770] [info]    "C:/casparcg-server-v2.3.1-lts-stable\casparcg.config":
[2021-09-07 16:25:26.770] [info]    -----------------------------------------
[2021-09-07 16:25:26.770] [info]    <?xml version="1.0" encoding="utf-8"?>
[2021-09-07 16:25:26.770] [info]    <configuration>
[2021-09-07 16:25:26.770] [info]       <log-level>debug</log-level>
[2021-09-07 16:25:26.770] [info]       <paths>
[2021-09-07 16:25:26.770] [info]          <media-path>D:\Media</media-path>
[2021-09-07 16:25:26.770] [info]          <log-path>D:\log</log-path>
[2021-09-07 16:25:26.770] [info]          <data-path>D:\data</data-path>
[2021-09-07 16:25:26.770] [info]          <font-path>C:\Windows\Fonts</font-path>
[2021-09-07 16:25:26.770] [info]          <template-path>D:\templates</template-path>
[2021-09-07 16:25:26.770] [info]       </paths>
[2021-09-07 16:25:26.770] [info]       <lock-clear-phrase>secret</lock-clear-phrase>
[2021-09-07 16:25:26.770] [info]       <channels>
[2021-09-07 16:25:26.770] [info]          <channel>
[2021-09-07 16:25:26.770] [info]             <video-mode>1080i5994</video-mode>
[2021-09-07 16:25:26.770] [info]             <consumers>
[2021-09-07 16:25:26.770] [info]                <decklink>
[2021-09-07 16:25:26.770] [info]                   <device>1</device>
[2021-09-07 16:25:26.770] [info]                   <key-device>2</key-device>
[2021-09-07 16:25:26.770] [info]                   <embedded-audio>true</embedded-audio>
[2021-09-07 16:25:26.770] [info]                   <latency>normal</latency>
[2021-09-07 16:25:26.770] [info]                   <keyer>internal</keyer>
[2021-09-07 16:25:26.770] [info]                   <key-only>false</key-only>
[2021-09-07 16:25:26.770] [info]                   <buffer-depth>3</buffer-depth>
[2021-09-07 16:25:26.770] [info]                </decklink>
[2021-09-07 16:25:26.770] [info]             </consumers>
[2021-09-07 16:25:26.770] [info]          </channel>
[2021-09-07 16:25:26.770] [info]          <channel>
[2021-09-07 16:25:26.770] [info]             <video-mode>1080i5994</video-mode>
[2021-09-07 16:25:26.770] [info]             <consumers>
[2021-09-07 16:25:26.770] [info]                <decklink>
[2021-09-07 16:25:26.770] [info]                   <device>2</device>
[2021-09-07 16:25:26.770] [info]                   <key-device>2</key-device>
[2021-09-07 16:25:26.770] [info]                   <embedded-audio>true</embedded-audio>
[2021-09-07 16:25:26.770] [info]                   <latency>normal</latency>
[2021-09-07 16:25:26.770] [info]                   <keyer>internal</keyer>
[2021-09-07 16:25:26.770] [info]                   <key-only>false</key-only>
[2021-09-07 16:25:26.770] [info]                   <buffer-depth>3</buffer-depth>
[2021-09-07 16:25:26.770] [info]                </decklink>
[2021-09-07 16:25:26.770] [info]             </consumers>
[2021-09-07 16:25:26.770] [info]          </channel>
[2021-09-07 16:25:26.770] [info]          <channel>
[2021-09-07 16:25:26.770] [info]             <video-mode>1080i5994</video-mode>
[2021-09-07 16:25:26.770] [info]             <consumers>
[2021-09-07 16:25:26.770] [info]                <decklink>
[2021-09-07 16:25:26.770] [info]                   <device>3</device>
[2021-09-07 16:25:26.770] [info]                   <key-device>2</key-device>
[2021-09-07 16:25:26.770] [info]                   <embedded-audio>true</embedded-audio>
[2021-09-07 16:25:26.770] [info]                   <latency>normal</latency>
[2021-09-07 16:25:26.770] [info]                   <keyer>internal</keyer>
[2021-09-07 16:25:26.770] [info]                   <key-only>false</key-only>
[2021-09-07 16:25:26.770] [info]                   <buffer-depth>3</buffer-depth>
[2021-09-07 16:25:26.770] [info]                </decklink>
[2021-09-07 16:25:26.770] [info]             </consumers>
[2021-09-07 16:25:26.770] [info]          </channel>
[2021-09-07 16:25:26.770] [info]          <channel>
[2021-09-07 16:25:26.770] [info]             <video-mode>1080i5994</video-mode>
[2021-09-07 16:25:26.770] [info]             <consumers>
[2021-09-07 16:25:26.770] [info]                <decklink>
[2021-09-07 16:25:26.770] [info]                   <device>4</device>
[2021-09-07 16:25:26.770] [info]                   <key-device>2</key-device>
[2021-09-07 16:25:26.770] [info]                   <embedded-audio>true</embedded-audio>
[2021-09-07 16:25:26.770] [info]                   <latency>normal</latency>
[2021-09-07 16:25:26.770] [info]                   <keyer>internal</keyer>
[2021-09-07 16:25:26.770] [info]                   <key-only>false</key-only>
[2021-09-07 16:25:26.770] [info]                   <buffer-depth>3</buffer-depth>
[2021-09-07 16:25:26.770] [info]                </decklink>
[2021-09-07 16:25:26.770] [info]             </consumers>
[2021-09-07 16:25:26.770] [info]          </channel>
[2021-09-07 16:25:26.770] [info]          <channel>
[2021-09-07 16:25:26.770] [info]             <video-mode>1080i5994</video-mode>
[2021-09-07 16:25:26.770] [info]             <consumers>
[2021-09-07 16:25:26.770] [info]                <ndi>
[2021-09-07 16:25:26.770] [info]                   <name>CasparNDI</name>
[2021-09-07 16:25:26.770] [info]                   <allow-fields>true</allow-fields>
[2021-09-07 16:25:26.770] [info]                </ndi>
[2021-09-07 16:25:26.770] [info]             </consumers>
[2021-09-07 16:25:26.770] [info]          </channel>
[2021-09-07 16:25:26.770] [info]       </channels>
[2021-09-07 16:25:26.770] [info]       <controllers>
[2021-09-07 16:25:26.770] [info]          <tcp>
[2021-09-07 16:25:26.770] [info]             <port>5250</port>
[2021-09-07 16:25:26.770] [info]             <protocol>AMCP</protocol>
[2021-09-07 16:25:26.770] [info]          </tcp>
[2021-09-07 16:25:26.770] [info]       </controllers>
[2021-09-07 16:25:26.770] [info]       <amcp>
[2021-09-07 16:25:26.770] [info]          <media-server>
[2021-09-07 16:25:26.770] [info]             <host>10.105.197.189</host>
[2021-09-07 16:25:26.770] [info]             <port>8000</port>
[2021-09-07 16:25:26.770] [info]          </media-server>
[2021-09-07 16:25:26.770] [info]       </amcp>
[2021-09-07 16:25:26.770] [info]       <flash>
[2021-09-07 16:25:26.770] [info]          <buffer-depth>3</buffer-depth>
[2021-09-07 16:25:26.770] [info]          <enabled>true</enabled>
[2021-09-07 16:25:26.770] [info]       </flash>
[2021-09-07 16:25:26.770] [info]       <html>
[2021-09-07 16:25:26.770] [info]          <remote-debugging-port>0</remote-debugging-port>
[2021-09-07 16:25:26.770] [info]          <enable-gpu>true</enable-gpu>
[2021-09-07 16:25:26.770] [info]       </html>
[2021-09-07 16:25:26.770] [info]       <ffmpeg>
[2021-09-07 16:25:26.770] [info]          <producer>
[2021-09-07 16:25:26.770] [info]             <auto-deinterlace>interlaced</auto-deinterlace>
[2021-09-07 16:25:26.770] [info]             <threads>4</threads>
[2021-09-07 16:25:26.770] [info]          </producer>
[2021-09-07 16:25:26.770] [info]       </ffmpeg>
[2021-09-07 16:25:26.770] [info]       <ndi>
[2021-09-07 16:25:26.770] [info]          <auto-load>true</auto-load>
[2021-09-07 16:25:26.770] [info]       </ndi>
[2021-09-07 16:25:26.770] [info]       <osc>
[2021-09-07 16:25:26.770] [info]          <default-port>6250</default-port>
[2021-09-07 16:25:26.770] [info]          <disable-send-to-amcp-clients>false</disable-send-to-amcp-clients>
[2021-09-07 16:25:26.770] [info]          <predefined-clients>
[2021-09-07 16:25:26.770] [info]             <predefined-client>
[2021-09-07 16:25:26.770] [info]                <address>10.105.197.189</address>
[2021-09-07 16:25:26.770] [info]                <port>5253</port>
[2021-09-07 16:25:26.770] [info]             </predefined-client>
[2021-09-07 16:25:26.770] [info]          </predefined-clients>
[2021-09-07 16:25:26.770] [info]       </osc>
[2021-09-07 16:25:26.770] [info]    </configuration>
[2021-09-07 16:25:26.770] [info]    -----------------------------------------
[2021-09-07 16:25:26.779] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 1
[2021-09-07 16:25:26.780] [info]    video_channel[1|1080i5994] Successfully Initialized.
[2021-09-07 16:25:26.780] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 2
[2021-09-07 16:25:26.780] [info]    video_channel[2|1080i5994] Successfully Initialized.
[2021-09-07 16:25:26.781] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 3
[2021-09-07 16:25:26.781] [info]    video_channel[3|1080i5994] Successfully Initialized.
[2021-09-07 16:25:26.781] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 4
[2021-09-07 16:25:26.782] [info]    video_channel[4|1080i5994] Successfully Initialized.
[2021-09-07 16:25:26.784] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 5
[2021-09-07 16:25:26.785] [info]    video_channel[5|1080i5994] Successfully Initialized.
[2021-09-07 16:25:26.821] [info]    DeckLink Duo 2 [1-1|1080i5994] Enabled embedded-audio.
[2021-09-07 16:25:26.821] [info]    DeckLink Duo 2 [1-1|1080i5994] Disabled low-latency mode.
[2021-09-07 16:25:26.821] [error]   DeckLink Duo 2 [1-1|1080i5994] Failed to enable internal keyer.
[2021-09-07 16:25:26.827] [info]    DeckLink Duo 2 [1-1|1080i5994] Initialized.
[2021-09-07 16:25:26.867] [info]    DeckLink Duo 2 [2-2|1080i5994] Enabled embedded-audio.
[2021-09-07 16:25:26.867] [info]    DeckLink Duo 2 [2-2|1080i5994] Disabled low-latency mode.
[2021-09-07 16:25:26.867] [error]   DeckLink Duo 2 [2-2|1080i5994] Failed to enable internal keyer.
[2021-09-07 16:25:26.874] [info]    DeckLink Duo 2 [2-2|1080i5994] Initialized.
[2021-09-07 16:25:26.919] [info]    DeckLink Duo 2 [1-1|1080i5994] Reference signal: not detected.
[2021-09-07 16:25:26.923] [info]    DeckLink Duo 2 [3-3|1080i5994] Enabled embedded-audio.
[2021-09-07 16:25:26.923] [info]    DeckLink Duo 2 [3-3|1080i5994] Disabled low-latency mode.
[2021-09-07 16:25:26.923] [error]   DeckLink Duo 2 [3-3|1080i5994] Failed to enable internal keyer.
[2021-09-07 16:25:26.928] [info]    DeckLink Duo 2 [3-3|1080i5994] Initialized.
[2021-09-07 16:25:26.962] [info]    DeckLink Duo 2 [2-2|1080i5994] Reference signal: not detected.
[2021-09-07 16:25:26.985] [info]    DeckLink Duo 2 [4-4|1080i5994] Enabled embedded-audio.
[2021-09-07 16:25:26.985] [info]    DeckLink Duo 2 [4-4|1080i5994] Disabled low-latency mode.
[2021-09-07 16:25:26.985] [error]   DeckLink Duo 2 [4-4|1080i5994] Failed to enable internal keyer.
[2021-09-07 16:25:26.989] [info]    DeckLink Duo 2 [4-4|1080i5994] Initialized.
[2021-09-07 16:25:26.999] [info]    DeckLink Duo 2 [3-3|1080i5994] Reference signal: not detected.
[2021-09-07 16:25:27.000] [info]    ndi_consumer[5|CasparNDI] Initialized.
[2021-09-07 16:25:27.000] [info]    Initialized channels.
[2021-09-07 16:25:27.001] [info]    Initialized controllers.
[2021-09-07 16:25:27.002] [info]    Initialized osc.
[2021-09-07 16:25:27.064] [info]    DeckLink Duo 2 [4-4|1080i5994] Reference signal: not detected.
[2021-09-07 16:30:36.445] [info]    async_event_server[:5250] Accepted connection from 10.105.197.189 (1 connections).
[2021-09-07 16:30:36.453] [info]    Received message from 10.105.197.189: REQ s4jhd1a INFO\r\n
[2021-09-07 16:30:36.454] [debug]   Executing command: INFO
[2021-09-07 16:30:36.454] [info]    Received message from 10.105.197.189: REQ 8c56dvu INFO\r\n
[2021-09-07 16:30:36.454] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.454] [info]    Sent message to 10.105.197.189:RES s4jhd1a 200 INFO OK\r\n1 1080i5994 PLAYING\r\n2 1080i5994 PLAYING\r\n3 1080i5994 PLAYING\r\n4 1080i5994 PLAYING\r\n5 1080i5994 PLAYING\r\n\r\n
[2021-09-07 16:30:36.454] [debug]   Executing command: INFO
[2021-09-07 16:30:36.454] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.454] [info]    Sent message to 10.105.197.189:RES 8c56dvu 200 INFO OK\r\n1 1080i5994 PLAYING\r\n2 1080i5994 PLAYING\r\n3 1080i5994 PLAYING\r\n4 1080i5994 PLAYING\r\n5 1080i5994 PLAYING\r\n\r\n
[2021-09-07 16:30:36.460] [info]    Received message from 10.105.197.189: REQ styerot INFO 1\r\n
[2021-09-07 16:30:36.460] [info]    Received message from 10.105.197.189: REQ x91t4wv INFO 2\r\n
[2021-09-07 16:30:36.460] [debug]   Executing command: INFO
[2021-09-07 16:30:36.460] [debug]   Executing command: INFO
[2021-09-07 16:30:36.460] [info]    Received message from 10.105.197.189: REQ i52pjh9 INFO 3\r\n
[2021-09-07 16:30:36.460] [debug]   Executing command: INFO
[2021-09-07 16:30:36.460] [info]    Received message from 10.105.197.189: REQ 0w7iqpa INFO 4\r\n
[2021-09-07 16:30:36.461] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.461] [info]    Received message from 10.105.197.189: REQ r0ppejn INFO 5\r\n
[2021-09-07 16:30:36.461] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.461] [debug]   Executed command (0.001s): INFO
[2021-09-07 16:30:36.461] [debug]   Executing command: INFO
[2021-09-07 16:30:36.461] [info]    Sent message to 10.105.197.189:RES x91t4wv 201 INFO OK\r\n<?xml version="1.0" encoding="utf-8"?>\n<channel>\n   <framerate>60000</framerate>\n   <framerate>1001</framerate>\n   <mixer>\n      <audio>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n      </audio>\n   </mixer>\n</channel>\n\r\n
[2021-09-07 16:30:36.461] [info]    Sent message to 10.105.197.189:RES styerot 201 INFO OK\r\n<?xml version="1.0" encoding="utf-8"?>\n<channel>\n   <framerate>60000</framerate>\n   <framerate>1001</framerate>\n   <mixer>\n      <audio>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n      </audio>\n   </mixer>\n</channel>\n\r\n
[2021-09-07 16:30:36.461] [debug]   Executing command: INFO
[2021-09-07 16:30:36.461] [info]    Sent message to 10.105.197.189:RES i52pjh9 201 INFO OK\r\n<?xml version="1.0" encoding="utf-8"?>\n<channel>\n   <framerate>60000</framerate>\n   <framerate>1001</framerate>\n   <mixer>\n      <audio>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n      </audio>\n   </mixer>\n</channel>\n\r\n
[2021-09-07 16:30:36.461] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.461] [debug]   Executed command (0.001s): INFO
[2021-09-07 16:30:36.461] [info]    Sent message to 10.105.197.189:RES r0ppejn 201 INFO OK\r\n<?xml version="1.0" encoding="utf-8"?>\n<channel>\n   <framerate>60000</framerate>\n   <framerate>1001</framerate>\n   <mixer>\n      <audio>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n      </audio>\n   </mixer>\n</channel>\n\r\n
[2021-09-07 16:30:36.461] [info]    Sent message to 10.105.197.189:RES 0w7iqpa 201 INFO OK\r\n<?xml version="1.0" encoding="utf-8"?>\n<channel>\n   <framerate>60000</framerate>\n   <framerate>1001</framerate>\n   <mixer>\n      <audio>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n         <volume>0</volume>\n      </audio>\n   </mixer>\n</channel>\n\r\n
[2021-09-07 16:30:36.472] [info]    Received message from 10.105.197.189: REQ n40bara INFO\r\n
[2021-09-07 16:30:36.472] [debug]   Executing command: INFO
[2021-09-07 16:30:36.472] [debug]   Executed command (0s): INFO
[2021-09-07 16:30:36.472] [info]    Sent message to 10.105.197.189:RES n40bara 200 INFO OK\r\n1 1080i5994 PLAYING\r\n2 1080i5994 PLAYING\r\n3 1080i5994 PLAYING\r\n4 1080i5994 PLAYING\r\n5 1080i5994 PLAYING\r\n\r\n
[2021-09-07 16:30:36.485] [info]    Received message from 10.105.197.189: REQ 3ktyy29 PLAY 1-10 DECKLINK DEVICE 1\r\n
[2021-09-07 16:30:36.486] [debug]   Executing command: PLAY
[2021-09-07 16:30:36.486] [info]    Received message from 10.105.197.189: REQ de20qq8 MIXER 1-10 VOLUME 1 6 LINEAR\r\n
[2021-09-07 16:30:36.487] [info]    Received message from 10.105.197.189: REQ xl8tm5n PLAY 1-20 "EMPTY" SEEK 40776165911 CLEAR_ON_404\r\n
[2021-09-07 16:30:36.493] [info]    Received message from 10.105.197.189: REQ 6ru8lv0 MIXER 1-20 VOLUME 1 0 LINEAR\r\n
[2021-09-07 16:30:36.507] [debug]                                                 +---------------+
[2021-09-07 16:30:36.507] [debug]   in_0:default--[1920x1080 1:1 uyvy422]--default| Parsed_null_0 |default--[1920x1080 1:1 uyvy422]--auto_scaler_0:default
[2021-09-07 16:30:36.507] [debug]                                                 |    (null)     |
[2021-09-07 16:30:36.507] [debug]                                                 +---------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]                                                          +----------------+
[2021-09-07 16:30:36.507] [debug]   auto_scaler_0:default--[1920x1080 1:1 yuv422p]--default| Parsed_bwdif_1 |default--[1920x1080 1:1 yuv422p]--Parsed_fps_2:default
[2021-09-07 16:30:36.507] [debug]                                                          |    (bwdif)     |
[2021-09-07 16:30:36.507] [debug]                                                          +----------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]                                                           +--------------+
[2021-09-07 16:30:36.507] [debug]   Parsed_bwdif_1:default--[1920x1080 1:1 yuv422p]--default| Parsed_fps_2 |default--[1920x1080 1:1 yuv422p]--auto_scaler_1:default
[2021-09-07 16:30:36.507] [debug]                                                           |    (fps)     |
[2021-09-07 16:30:36.507] [debug]                                                           +--------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]   +----------+
[2021-09-07 16:30:36.507] [debug]   |   in_0   |default--[1920x1080 1:1 uyvy422]--Parsed_null_0:default
[2021-09-07 16:30:36.507] [debug]   | (buffer) |
[2021-09-07 16:30:36.507] [debug]   +----------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]                                                          +--------------+
[2021-09-07 16:30:36.507] [debug]   auto_scaler_1:default--[1920x1080 1:1 uyvy422]--default|     out      |
[2021-09-07 16:30:36.507] [debug]                                                          | (buffersink) |
[2021-09-07 16:30:36.507] [debug]                                                          +--------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]                                                          +---------------+
[2021-09-07 16:30:36.507] [debug]   Parsed_null_0:default--[1920x1080 1:1 uyvy422]--default| auto_scaler_0 |default--[1920x1080 1:1 yuv422p]--Parsed_bwdif_1:default
[2021-09-07 16:30:36.507] [debug]                                                          |    (scale)    |
[2021-09-07 16:30:36.507] [debug]                                                          +---------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]                                                         +---------------+
[2021-09-07 16:30:36.507] [debug]   Parsed_fps_2:default--[1920x1080 1:1 yuv422p]--default| auto_scaler_1 |default--[1920x1080 1:1 uyvy422]--out:default
[2021-09-07 16:30:36.507] [debug]                                                         |    (scale)    |
[2021-09-07 16:30:36.507] [debug]                                                         +---------------+
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.507] [debug]   
[2021-09-07 16:30:36.511] [debug]                                           +----------------+
[2021-09-07 16:30:36.511] [debug]   in_0:default--[48000Hz s32:7.1]--default| Parsed_anull_0 |default--[48000Hz s32:7.1]--Parsed_aresample_1:default
[2021-09-07 16:30:36.511] [debug]                                           |    (anull)     |
[2021-09-07 16:30:36.511] [debug]                                           +----------------+
[2021-09-07 16:30:36.511] [debug]   
[2021-09-07 16:30:36.511] [debug]                                                     +--------------------+
[2021-09-07 16:30:36.511] [debug]   Parsed_anull_0:default--[48000Hz s32:7.1]--default| Parsed_aresample_1 |default--[48000Hz s32:7.1]--out:default
[2021-09-07 16:30:36.511] [debug]                                                     |    (aresample)     |
[2021-09-07 16:30:36.511] [debug]                                                     +--------------------+
[2021-09-07 16:30:36.511] [debug]   
[2021-09-07 16:30:36.511] [debug]   +-----------+
[2021-09-07 16:30:36.511] [debug]   |   in_0    |default--[48000Hz s32:7.1]--Parsed_anull_0:default
[2021-09-07 16:30:36.511] [debug]   | (abuffer) |
[2021-09-07 16:30:36.511] [debug]   +-----------+
[2021-09-07 16:30:36.511] [debug]   
[2021-09-07 16:30:36.511] [debug]                                                         +---------------+
[2021-09-07 16:30:36.511] [debug]   Parsed_aresample_1:default--[48000Hz s32:7.1]--default|      out      |
[2021-09-07 16:30:36.511] [debug]                                                         | (abuffersink) |
[2021-09-07 16:30:36.511] [debug]                                                         +---------------+
[2021-09-07 16:30:36.511] [debug]   
[2021-09-07 16:30:36.511] [debug]   
[2021-09-07 16:30:36.517] [error]   Exception: C:\Code\casparcg\official-master\src\modules\decklink\producer\decklink_producer.cpp(376): Throw in function __cdecl caspar::decklink::decklink_producer::decklink_producer(const struct caspar::core::video_format_desc &,int,const class caspar::spl::shared_ptr<class caspar::core::frame_factory> &,const class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,const class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,bool)
[2021-09-07 16:30:36.517] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::caspar_exception>
[2021-09-07 16:30:36.517] [error]   [struct boost::errinfo_api_function_ * __ptr64] = EnableVideoInput
[2021-09-07 16:30:36.517] [error]   [struct caspar::tag_msg_info * __ptr64] = DeckLink Duo 2 [1|1080i5994] Could not enable video input.
[2021-09-07 16:30:36.517] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF7A999524E in casparcg
[2021-09-07 16:30:36.517] [error]    1# 0x00007FF7A99B57C0 in casparcg
[2021-09-07 16:30:36.517] [error]    2# 0x00007FF7A9AF4AFF in casparcg
[2021-09-07 16:30:36.517] [error]    3# 0x00007FF7A9AF6C52 in casparcg
[2021-09-07 16:30:36.517] [error]    4# 0x00007FF7A99C42A8 in casparcg
[2021-09-07 16:30:36.517] [error]    5# 0x00007FF7A9A2122E in casparcg
[2021-09-07 16:30:36.517] [error]    6# 0x00007FF7A9A1F2D0 in casparcg
[2021-09-07 16:30:36.517] [error]    7# 0x00007FF7A9991489 in casparcg
[2021-09-07 16:30:36.517] [error]    8# beginthreadex in ucrtbase
[2021-09-07 16:30:36.517] [error]    9# BaseThreadInitThunk in KERNEL32
[2021-09-07 16:30:36.517] [error]   10# RtlUserThreadStart in ntdll
[2021-09-07 16:30:36.517] [error]   
[2021-09-07 16:30:36.517] [error]   

[2021-09-07 16:30:36.517] [error]    0# 0x00007FF7A999524E in casparcg
[2021-09-07 16:30:36.517] [error]    1# 0x00007FF7A9994D2F in casparcg
[2021-09-07 16:30:36.517] [error]    2# 0x00007FF7A9C13D97 in casparcg
[2021-09-07 16:30:36.517] [error]    3# 0x00007FFA77EF1030 in VCRUNTIME140
[2021-09-07 16:30:36.517] [error]    4# is_exception_typeof in VCRUNTIME140
[2021-09-07 16:30:36.517] [error]    5# RtlCaptureContext in ntdll
[2021-09-07 16:30:36.517] [error]    6# 0x00007FF7A9A1E706 in casparcg
[2021-09-07 16:30:36.517] [error]    7# 0x00007FF7A9A2079C in casparcg
[2021-09-07 16:30:36.517] [error]    8# 0x00007FF7A9A1FDDB in casparcg
[2021-09-07 16:30:36.517] [error]    9# 0x00007FF7A9A7F8DD in casparcg
[2021-09-07 16:30:36.517] [error]   10# 0x00007FF7A9A88D0E in casparcg
[2021-09-07 16:30:36.517] [error]   11# 0x00007FF7A9A7495C in casparcg
[2021-09-07 16:30:36.517] [error]   12# 0x00007FF7A9AA4FAD in casparcg
[2021-09-07 16:30:36.517] [error]   13# 0x00007FF7A9AA446F in casparcg
[2021-09-07 16:30:36.517] [error]   14# 0x00007FF7A99C42A8 in casparcg
[2021-09-07 16:30:36.517] [error]   15# 0x00007FF7A9A2122E in casparcg
[2021-09-07 16:30:36.517] [error]   16# 0x00007FF7A9A1F2D0 in casparcg
[2021-09-07 16:30:36.517] [error]   17# 0x00007FF7A9991489 in casparcg
[2021-09-07 16:30:36.517] [error]   18# beginthreadex in ucrtbase
[2021-09-07 16:30:36.517] [error]   19# BaseThreadInitThunk in KERNEL32
[2021-09-07 16:30:36.517] [error]   20# RtlUserThreadStart in ntdll
[2021-09-07 16:30:36.517] [error]   
[2021-09-07 16:30:36.683] [error]    Turn on log level debug for stacktrace.
[2021-09-07 16:30:36.683] [info]    Sent message to 10.105.197.189:RES 3ktyy29 404 PLAY FAILED\r\n
[2021-09-07 16:30:36.683] [debug]   Executing command: MIXER VOLUME
[2021-09-07 16:30:36.683] [debug]   Executed command (0s): MIXER VOLUME
[2021-09-07 16:30:36.684] [info]    Sent message to 10.105.197.189:RES de20qq8 202 MIXER OK\r\n
[2021-09-07 16:30:36.684] [debug]   Executing command: PLAY
[2021-09-07 16:30:36.684] [info]    color[EMPTY] Initialized
[2021-09-07 16:30:36.685] [debug]   Executed command (0.001s): PLAY
[2021-09-07 16:30:36.685] [info]    Sent message to 10.105.197.189:RES xl8tm5n 202 PLAY OK\r\n
[2021-09-07 16:30:36.685] [debug]   Executing command: MIXER VOLUME
[2021-09-07 16:30:36.685] [debug]   Executed command (0s): MIXER VOLUME
[2021-09-07 16:30:36.685] [info]    Sent message to 10.105.197.189:RES 6ru8lv0 202 MIXER OK\r\n

Any ideas what’s going on?

You are using decklink 1 as an output and then also trying to use it as an input. This is expected to fail as a single port/bnc cant do both simultaneously.

On an unrelated note, it looks like you have some bad values in your config. Every channel has <key-device>2</key-device> meaning it will be trying to output the alpha channel to device 2 for every channel at once which wont work (it can only be used in one place at a time)

Hello @Julusian thanks for the reply. So, in folderplayout I set the infochannel input to 0 and that solved that error. For the key-device…should the key-device be the same number as the channel number?

Hi
That depence on how your Duo2 is configurated.
If you haven’t separated the Fill&Key in BMD Desktop Video Setup the the card gives automatically out syncronized Fill&Key…
You havent really told us what you want to do other than folderplayout which can be anything.
with Duo2 you can output 4 channels Fill OR 2ch FIll&Key OR 1ch Fill&Key+1ch FIll+1ch Input OR 2ch Fill+2ch Input OR 1ch Fill&Key+2ch Input etc
It is all depending on the configurations of Caspar AND Decklink. Probably the best way to start is to search this forum for Duo2