Custom video window size and positon

Can i set the video window size to be in a custom size like 1200X230? can i make it start in a specific position?
Thanks

yes you can by adding these parameters to the screen consumer
interactive false hides the mouse cursor when hovering over the screen
the rest speaks for it self i think

<consumers>
                <screen>
                    <windowed>true</windowed>
                    <borderless>true</borderless>
                    <interactive>false</interactive>
                    <always-on-top>true</always-on-top>
                    <x>0</x>
                    <y>0</y>
                    <width>400</width>
                    <height>300</height>
                 </screen>
</consumers>

but be aware that the original channel resolution still applies soo it rescale’s the channel !!

it scales the channel to the screen size i choose?
that’s fine cause i intend to play a content with the same size.
can it start at x,y of the second or third screen?

No, it does not scale the channel, it only squeezes the display. So if you scale your window to 1200x230 the channel will still play in the TV resolution you set it to in the config.

Based on the position of the monitor in regard to the primary display the x and y coordinates will eider be negative or bigger than the primary screen. that is a Windows thing and has nothing to do with Caspar. Example: 3 monitors of 1920x1080. Let the primary monitor be the middle one. Left edge (x) of the left monitor: -1920. Left edge (x) of the middle one: 0. Left edge (x) of the right: 1920.

this is my config and this is what i get, the window size is fixed and is not effected by the settings, also the window position is 0,0 and not what ive set.

What version do you use.
i know for sure it works on the LTS 2.3.0 version

image

2.0.7, and i dont why, ive downloaded the “latest”

http://builds.casparcg.com/

go here to find the latest builds

the website is unfortunatly not updated anymore

ok the window issue is working now, however there are many errors and i cannot play anything.

Type "q" to close application.
Logging [info] or higher severity to log/

[2022-03-30 15:26:03.177] [info]    ############################################################################
[2022-03-30 15:26:03.177] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2022-03-30 15:26:03.177] [info]    under the GNU General Public License GPLv3 or higher.
[2022-03-30 15:26:03.177] [info]    Please see LICENSE.TXT for details.
[2022-03-30 15:26:03.177] [info]    http://www.casparcg.com/
[2022-03-30 15:26:03.177] [info]    ############################################################################
[2022-03-30 15:26:03.177] [info]    Starting CasparCG Video and Graphics Playout Server 2.3.0 a4a7c053 Dev
[2022-03-30 15:26:03.288] [info]    Initializing OpenGL Device.
[2022-03-30 15:26:03.290] [info]    Initialized OpenGL 4.5.0 NVIDIA 511.65 NVIDIA Corporation
[2022-03-30 15:26:03.292] [info]    Initialized ffmpeg module.
[2022-03-30 15:26:03.293] [info]    Initialized oal module.
[2022-03-30 15:26:03.293] [info]    Initialized decklink module.
[2022-03-30 15:26:03.293] [info]    Initialized screen module.
[2022-03-30 15:26:03.293] [info]    Initialized newtek module.
[0330/152603.311:ERROR:gpu_process_transport_factory.cc(990)] Lost UI shared context.
[2022-03-30 15:26:03.319] [info]    Initialized html module.
[2022-03-30 15:26:03.319] [info]    Flash support is disabled
[2022-03-30 15:26:03.319] [info]    Initialized flash module.
[2022-03-30 15:26:03.321] [info]    Initialized bluefish module.
[2022-03-30 15:26:03.321] [info]    Initialized image module.
[2022-03-30 15:26:03.322] [info]    "C:/Users\JoZee3\Desktop\Server\casparcg.config":
[2022-03-30 15:26:03.322] [info]    -----------------------------------------
[2022-03-30 15:26:03.322] [info]    <?xml version="1.0" encoding="utf-8"?>
[2022-03-30 15:26:03.322] [info]    <configuration>
[2022-03-30 15:26:03.322] [info]       <paths>
[2022-03-30 15:26:03.322] [info]          <media-path>media/</media-path>
[2022-03-30 15:26:03.322] [info]          <log-path>log/</log-path>
[2022-03-30 15:26:03.322] [info]          <data-path>data/</data-path>
[2022-03-30 15:26:03.322] [info]          <template-path>template/</template-path>
[2022-03-30 15:26:03.322] [info]       </paths>
[2022-03-30 15:26:03.322] [info]       <lock-clear-phrase>secret</lock-clear-phrase>
[2022-03-30 15:26:03.322] [info]       <channels>
[2022-03-30 15:26:03.322] [info]          <channel>
[2022-03-30 15:26:03.322] [info]             <video-mode>720p5000</video-mode>
[2022-03-30 15:26:03.322] [info]             <consumers>
[2022-03-30 15:26:03.322] [info]                <screen>
[2022-03-30 15:26:03.322] [info]                   <windowed>true</windowed>
[2022-03-30 15:26:03.322] [info]                   <borderless>true</borderless>
[2022-03-30 15:26:03.322] [info]                   <interactive>false</interactive>
[2022-03-30 15:26:03.322] [info]                   <always-on-top>true</always-on-top>
[2022-03-30 15:26:03.322] [info]                   <x>50</x>
[2022-03-30 15:26:03.322] [info]                   <y>50</y>
[2022-03-30 15:26:03.322] [info]                   <width>1000</width>
[2022-03-30 15:26:03.322] [info]                   <height>300</height>
[2022-03-30 15:26:03.322] [info]                </screen>
[2022-03-30 15:26:03.322] [info]             </consumers>
[2022-03-30 15:26:03.322] [info]          </channel>
[2022-03-30 15:26:03.322] [info]       </channels>
[2022-03-30 15:26:03.322] [info]       <controllers>
[2022-03-30 15:26:03.322] [info]          <tcp>
[2022-03-30 15:26:03.322] [info]             <port>5250</port>
[2022-03-30 15:26:03.322] [info]             <protocol>AMCP</protocol>
[2022-03-30 15:26:03.322] [info]          </tcp>
[2022-03-30 15:26:03.322] [info]       </controllers>
[2022-03-30 15:26:03.322] [info]       <amcp>
[2022-03-30 15:26:03.322] [info]          <media-server>
[2022-03-30 15:26:03.322] [info]             <host>localhost</host>
[2022-03-30 15:26:03.322] [info]             <port>8000</port>
[2022-03-30 15:26:03.322] [info]          </media-server>
[2022-03-30 15:26:03.322] [info]       </amcp>
[2022-03-30 15:26:03.322] [info]    </configuration>
[2022-03-30 15:26:03.322] [info]    -----------------------------------------
[2022-03-30 15:26:03.329] [info]    Initialized OpenGL Accelerated GPU Image Mixer for channel 1
[2022-03-30 15:26:03.329] [info]    video_channel[1|720p5000] Successfully Initialized.
[2022-03-30 15:26:03.330] [info]    Screen consumer [1|720p5000] Initialized.
[2022-03-30 15:26:03.330] [info]    Initialized channels.
[2022-03-30 15:26:03.331] [info]    Initialized controllers.
[2022-03-30 15:26:03.331] [info]    Initialized osc.
[2022-03-30 15:26:03.361] [info]    async_event_server[:5250] Accepted connection from 127.0.0.1 (1 connections).
[2022-03-30 15:26:03.361] [info]    Received message from 127.0.0.1: VERSION SERVER\r\n
[2022-03-30 15:26:03.361] [info]    Sent message to 127.0.0.1:201 VERSION OK\r\n2.3.0 a4a7c053 Dev\r\n
[2022-03-30 15:26:03.362] [info]    Received message from 127.0.0.1: INFO\r\n
[2022-03-30 15:26:03.362] [info]    Sent message to 127.0.0.1:200 INFO OK\r\n1 720p5000 PLAYING\r\n\r\n
[2022-03-30 15:26:03.362] [info]    Received message from 127.0.0.1: CLS\r\n
[2022-03-30 15:26:03.362] [info]    Received message from 127.0.0.1: TLS\r\n
[2022-03-30 15:26:03.363] [info]    Received message from 127.0.0.1: DATA LIST\r\n
[2022-03-30 15:26:03.363] [info]    Received message from 127.0.0.1: THUMBNAIL LIST\r\n
[2022-03-30 15:26:05.366] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:05.366] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:05.366] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:05.366] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:05.366] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:05.366] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:05.366] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:05.366] [error]    4# 0x00007FF70EBC9C32 in casparcg
[2022-03-30 15:26:05.366] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:05.366] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:05.366] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:05.366] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:05.366] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:05.366] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:05.366] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:05.366] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:05.366] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:05.366] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:05.366] [error]
[2022-03-30 15:26:05.366] [error]
[2022-03-30 15:26:05.366] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:05.366] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:05.366] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:05.366] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:05.366] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:05.366] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:05.366] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:05.366] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:05.366] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:05.366] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:05.366] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:05.366] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:05.366] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:05.366] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:05.366] [error]
[2022-03-30 15:26:05.517] [error]   Failed to execute command: CLS
[2022-03-30 15:26:05.518] [info]    Sent message to 127.0.0.1:501 CLS FAILED\r\n
[2022-03-30 15:26:07.520] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:07.520] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:07.520] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:07.520] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:07.520] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:07.520] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:07.520] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:07.520] [error]    4# 0x00007FF70EBE62B2 in casparcg
[2022-03-30 15:26:07.520] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:07.520] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:07.520] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:07.520] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:07.520] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:07.520] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:07.520] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:07.520] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:07.520] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:07.520] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:07.520] [error]
[2022-03-30 15:26:07.520] [error]
[2022-03-30 15:26:07.520] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:07.520] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:07.520] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:07.520] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:07.520] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:07.520] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:07.520] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:07.520] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:07.520] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:07.520] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:07.520] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:07.520] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:07.520] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:07.520] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:07.520] [error]
[2022-03-30 15:26:07.649] [error]   Failed to execute command: TLS
[2022-03-30 15:26:07.649] [info]    Sent message to 127.0.0.1:501 TLS FAILED\r\n
[2022-03-30 15:26:07.650] [info]    Sent message to 127.0.0.1:200 DATA LIST OK\r\n\r\n
[2022-03-30 15:26:09.652] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:09.652] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:09.652] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:09.652] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:09.652] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:09.652] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:09.652] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:09.652] [error]    4# 0x00007FF70EBE5D42 in casparcg
[2022-03-30 15:26:09.652] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:09.652] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:09.652] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:09.652] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:09.652] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:09.652] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:09.652] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:09.652] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:09.652] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:09.652] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:09.652] [error]
[2022-03-30 15:26:09.652] [error]
[2022-03-30 15:26:09.652] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:09.652] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:09.652] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:09.652] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:09.652] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:09.652] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:09.652] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:09.652] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:09.652] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:09.652] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:09.652] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:09.652] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:09.652] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:09.652] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:09.652] [error]
[2022-03-30 15:26:09.780] [error]   Failed to execute command: THUMBNAIL LIST
[2022-03-30 15:26:09.781] [info]    Sent message to 127.0.0.1:501 THUMBNAIL LIST FAILED\r\n
[2022-03-30 15:26:13.205] [info]    async_event_server[:5250] Accepted connection from 127.0.0.1 (2 connections).
[2022-03-30 15:26:13.220] [info]    Received message from 127.0.0.1: VERSION SERVER\r\n
[2022-03-30 15:26:13.220] [info]    Sent message to 127.0.0.1:201 VERSION OK\r\n2.3.0 a4a7c053 Dev\r\n
[2022-03-30 15:26:13.220] [info]    Received message from 127.0.0.1: INFO\r\n
[2022-03-30 15:26:13.220] [info]    Sent message to 127.0.0.1:200 INFO OK\r\n1 720p5000 PLAYING\r\n\r\n
[2022-03-30 15:26:13.221] [info]    Received message from 127.0.0.1: CLS\r\n
[2022-03-30 15:26:13.221] [info]    Received message from 127.0.0.1: TLS\r\n
[2022-03-30 15:26:13.221] [info]    Received message from 127.0.0.1: DATA LIST\r\n
[2022-03-30 15:26:13.222] [info]    Received message from 127.0.0.1: THUMBNAIL LIST\r\n
[2022-03-30 15:26:15.223] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:15.223] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:15.223] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:15.223] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:15.223] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:15.223] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:15.223] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:15.223] [error]    4# 0x00007FF70EBC9C32 in casparcg
[2022-03-30 15:26:15.223] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:15.223] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:15.223] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:15.223] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:15.223] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:15.223] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:15.223] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:15.223] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:15.223] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:15.223] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:15.223] [error]
[2022-03-30 15:26:15.223] [error]
[2022-03-30 15:26:15.223] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:15.223] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:15.223] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:15.223] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:15.223] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:15.223] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:15.223] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:15.223] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:15.223] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:15.223] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:15.223] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:15.223] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:15.223] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:15.223] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:15.223] [error]
[2022-03-30 15:26:15.354] [error]   Failed to execute command: CLS
[2022-03-30 15:26:15.354] [info]    Sent message to 127.0.0.1:501 CLS FAILED\r\n
[2022-03-30 15:26:17.356] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:17.356] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:17.356] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:17.356] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:17.356] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:17.356] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:17.356] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:17.356] [error]    4# 0x00007FF70EBE62B2 in casparcg
[2022-03-30 15:26:17.356] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:17.356] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:17.356] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:17.356] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:17.356] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:17.356] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:17.356] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:17.356] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:17.356] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:17.356] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:17.356] [error]
[2022-03-30 15:26:17.356] [error]
[2022-03-30 15:26:17.356] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:17.356] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:17.356] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:17.356] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:17.356] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:17.356] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:17.356] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:17.356] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:17.356] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:17.356] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:17.356] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:17.356] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:17.356] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:17.356] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:17.356] [error]
[2022-03-30 15:26:17.488] [error]   Failed to execute command: TLS
[2022-03-30 15:26:17.488] [info]    Sent message to 127.0.0.1:501 TLS FAILED\r\n
[2022-03-30 15:26:17.488] [info]    Sent message to 127.0.0.1:200 DATA LIST OK\r\n\r\n
[2022-03-30 15:26:19.489] [error]   Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\v2.3.x-lts\src\protocol\util\http_request.cpp(72): Throw in function struct caspar::http::HTTPResponse __cdecl caspar::http::request(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<char,struct std::char_traits<char>,class std::allocator<char> > &)
[2022-03-30 15:26:19.489] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::io_error>
[2022-03-30 15:26:19.489] [error]   [struct caspar::tag_msg_info * __ptr64] = Invalid Response
[2022-03-30 15:26:19.489] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:19.489] [error]    1# 0x00007FF70EA79150 in casparcg
[2022-03-30 15:26:19.489] [error]    2# 0x00007FF70EC1557E in casparcg
[2022-03-30 15:26:19.489] [error]    3# 0x00007FF70EBD3F9B in casparcg
[2022-03-30 15:26:19.489] [error]    4# 0x00007FF70EBE5D42 in casparcg
[2022-03-30 15:26:19.489] [error]    5# 0x00007FF70EBC2A8C in casparcg
[2022-03-30 15:26:19.489] [error]    6# 0x00007FF70EC0D1DD in casparcg
[2022-03-30 15:26:19.489] [error]    7# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:19.489] [error]    8# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:19.489] [error]    9# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:19.489] [error]   10# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:19.489] [error]   11# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:19.489] [error]   12# recalloc in ucrtbase
[2022-03-30 15:26:19.489] [error]   13# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:19.489] [error]   14# RtlUserThreadStart in ntdll
[2022-03-30 15:26:19.489] [error]
[2022-03-30 15:26:19.489] [error]
[2022-03-30 15:26:19.489] [error]    0# 0x00007FF70EA49DEE in casparcg
[2022-03-30 15:26:19.489] [error]    1# 0x00007FF70EA4971F in casparcg
[2022-03-30 15:26:19.489] [error]    2# 0x00007FF70EF89C87 in casparcg
[2022-03-30 15:26:19.489] [error]    3# 0x00007FF849591030 in VCRUNTIME140
[2022-03-30 15:26:19.489] [error]    4# is_exception_typeof in VCRUNTIME140
[2022-03-30 15:26:19.489] [error]    5# RtlCaptureContext2 in ntdll
[2022-03-30 15:26:19.489] [error]    6# 0x00007FF70EC0C1EB in casparcg
[2022-03-30 15:26:19.489] [error]    7# 0x00007FF70EA90288 in casparcg
[2022-03-30 15:26:19.489] [error]    8# 0x00007FF70EB2E93E in casparcg
[2022-03-30 15:26:19.489] [error]    9# 0x00007FF70EB2B9E0 in casparcg
[2022-03-30 15:26:19.489] [error]   10# 0x00007FF70EA44B29 in casparcg
[2022-03-30 15:26:19.489] [error]   11# recalloc in ucrtbase
[2022-03-30 15:26:19.489] [error]   12# BaseThreadInitThunk in KERNEL32
[2022-03-30 15:26:19.489] [error]   13# RtlUserThreadStart in ntdll
[2022-03-30 15:26:19.489] [error]
[2022-03-30 15:26:19.628] [error]   Failed to execute command: THUMBNAIL LIST
[2022-03-30 15:26:19.628] [info]    Sent message to 127.0.0.1:501 THUMBNAIL LIST FAILED\r\n
[2022-03-30 15:26:20.743] [info]    Received message from 127.0.0.1: PLAY 1-10 "AMB" CUT 1 Linear RIGHT\r\n
[2022-03-30 15:26:20.746] [error]    Turn on log level debug for stacktrace.
[2022-03-30 15:26:20.746] [info]    Sent message to 127.0.0.1:404 PLAY FAILED\r\n
[2022-03-30 15:26:24.375] [info]    Received message from 127.0.0.1: PLAY 1-10 "AMB" CUT 1 Linear RIGHT\r\n
[2022-03-30 15:26:24.377] [error]    Turn on log level debug for stacktrace.
[2022-03-30 15:26:24.377] [info]    Sent message to 127.0.0.1:404 PLAY FAILED\r\n
[2022-03-30 15:26:51.647] [info]    Received message from 127.0.0.1: LOADBG 1-10 "AMB" CUT 1 Linear RIGHT\r\n
[2022-03-30 15:26:51.649] [error]    Turn on log level debug for stacktrace.
[2022-03-30 15:26:51.649] [info]    Sent message to 127.0.0.1:404 LOADBG FAILED\r\n

Do you have scanner running?
it’s a second little program you need on the newer versions

And maybe you are missing the microsoft 2015 redist’s
you can find them here

redist is already installed(do i also need x86?), running scanner doesnt solves this

i always install both.
not sure if that is needed though.

Its also installed :frowning:
still no go

ok found the problem, there were no files in media folder of the new version.
Thanks