Fresh W10 install server closes

Hello friends, I hope everything is going well.

I have been in this community for quite some time but my profile was deleted and I had to create a new one, I am installing the server on a machine with Windows 10 Pro, but I can’t get it to work.
I installed vcredistx64 2010 and others to test but it keeps giving me the following error in the logs, in addition to this I have the NVIDIA card installed but it simply does not use it, it uses Microsoft’s opengl from what I see.

I tested this configuration file on a machine with Windows 11 and the program runs and video playback works, although template playback does not.

Any suggestions? I appreciate your help.

[2024-05-04 23:28:14.390] [info]    ############################################################################
[2024-05-04 23:28:14.391] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2024-05-04 23:28:14.391] [info]    under the GNU General Public License GPLv3 or higher.
[2024-05-04 23:28:14.391] [info]    Please see LICENSE.TXT for details.
[2024-05-04 23:28:14.391] [info]    http://www.casparcg.com/
[2024-05-04 23:28:14.392] [info]    ############################################################################
[2024-05-04 23:28:14.392] [info]    Starting CasparCG Video and Graphics Playout Server 2.4.0 1e25c7a Stable
[2024-05-04 23:28:14.395] [info]    "C:/casparcg-server-v2.4.0-stable-windows\casparcg.config":
[2024-05-04 23:28:14.395] [info]    -----------------------------------------
[2024-05-04 23:28:14.395] [info]    <?xml version="1.0" encoding="utf-8"?>
[2024-05-04 23:28:14.395] [info]    <configuration>
[2024-05-04 23:28:14.395] [info]       <paths>
[2024-05-04 23:28:14.395] [info]          <media-path>media/</media-path>
[2024-05-04 23:28:14.395] [info]          <log-path disable="false">log/</log-path>
[2024-05-04 23:28:14.395] [info]          <data-path>data/</data-path>
[2024-05-04 23:28:14.395] [info]          <template-path>template/</template-path>
[2024-05-04 23:28:14.395] [info]       </paths>
[2024-05-04 23:28:14.395] [info]       <lock-clear-phrase>secret</lock-clear-phrase>
[2024-05-04 23:28:14.395] [info]       <channels>
[2024-05-04 23:28:14.395] [info]          <channel>
[2024-05-04 23:28:14.395] [info]             <video-mode>720p2997</video-mode>
[2024-05-04 23:28:14.395] [info]             <consumers>
[2024-05-04 23:28:14.395] [info]                <ffmpeg>
[2024-05-04 23:28:14.395] [info]                   <path>udp://239.1.1.1:2001?pkt_size=1316</path>
[2024-05-04 23:28:14.395] [info]                   <args>-codec:v libx264 -preset:v faster -codec:a aac -strict -2 -b:a 128k -ar:a 48000 -b:v 6000k -filter:v format=pix_fmts=yuv420p,fps=30 -filter:a pan=stereo|c0=c0|c1=c1 -format mpegts</args>
[2024-05-04 23:28:14.395] [info]                   <separate-key>false</separate-key>
[2024-05-04 23:28:14.395] [info]                   <mono-streams>false</mono-streams>
[2024-05-04 23:28:14.395] [info]                </ffmpeg>
[2024-05-04 23:28:14.395] [info]             </consumers>
[2024-05-04 23:28:14.395] [info]          </channel>
[2024-05-04 23:28:14.395] [info]          <channel>
[2024-05-04 23:28:14.395] [info]             <video-mode>720p2997</video-mode>
[2024-05-04 23:28:14.395] [info]             <consumers>
[2024-05-04 23:28:14.395] [info]                <ffmpeg>
[2024-05-04 23:28:14.395] [info]                   <path>udp://239.1.1.2:2001?pkt_size=1316</path>
[2024-05-04 23:28:14.395] [info]                   <args>-codec:v libx264 -preset:v faster -codec:a aac -strict -2 -b:a 128k -ar:a 48000 -b:v 6000k -filter:v format=pix_fmts=yuv420p,fps=30 -filter:a pan=stereo|c0=c0|c1=c1 -format mpegts</args>
[2024-05-04 23:28:14.395] [info]                   <separate-key>false</separate-key>
[2024-05-04 23:28:14.395] [info]                   <mono-streams>false</mono-streams>
[2024-05-04 23:28:14.395] [info]                </ffmpeg>
[2024-05-04 23:28:14.395] [info]             </consumers>
[2024-05-04 23:28:14.395] [info]          </channel>
[2024-05-04 23:28:14.395] [info]       </channels>
[2024-05-04 23:28:14.395] [info]       <controllers>
[2024-05-04 23:28:14.395] [info]          <tcp>
[2024-05-04 23:28:14.395] [info]             <port>5250</port>
[2024-05-04 23:28:14.395] [info]             <protocol>AMCP</protocol>
[2024-05-04 23:28:14.395] [info]          </tcp>
[2024-05-04 23:28:14.395] [info]       </controllers>
[2024-05-04 23:28:14.395] [info]       <amcp>
[2024-05-04 23:28:14.395] [info]          <media-server>
[2024-05-04 23:28:14.395] [info]             <host>localhost</host>
[2024-05-04 23:28:14.395] [info]             <port>8000</port>
[2024-05-04 23:28:14.395] [info]          </media-server>
[2024-05-04 23:28:14.395] [info]       </amcp>
[2024-05-04 23:28:14.395] [info]    </configuration>
[2024-05-04 23:28:14.395] [info]    -----------------------------------------
[2024-05-04 23:28:14.395] [info]    Initialized video modes.
[2024-05-04 23:28:14.606] [info]    Initializing OpenGL Device.
[2024-05-04 23:28:14.606] [info]    Initialized OpenGL 1.1.0 Microsoft Corporation
[2024-05-04 23:28:14.611] [info]    [asio] Shutting down global io_service.
[2024-05-04 23:28:14.611] [info]    [asio] Global io_service uninitialized.
[2024-05-04 23:28:14.615] [error]   Exception: D:\a\server\server\src\modules\html\html.cpp(306): Throw in function class std::future<void> __cdecl caspar::html::begin_invoke(const class std::function<void __cdecl(void)> &)
[2024-05-04 23:28:14.615] [error]   Dynamic exception type: class boost::exception_detail::clone_impl<struct caspar::caspar_exception>
[2024-05-04 23:28:14.615] [error]   [struct caspar::tag_msg_info * __ptr64] = [cef_executor] Could not post task
[2024-05-04 23:28:14.615] [error]   [struct caspar::tag_stacktrace_info * __ptr64] =  0# 0x00007FF6E38D2C17 in casparcg
[2024-05-04 23:28:14.615] [error]    1# 0x00007FF6E38FDAB6 in casparcg
[2024-05-04 23:28:14.615] [error]    2# 0x00007FF6E3A8E004 in casparcg
[2024-05-04 23:28:14.615] [error]    3# 0x00007FF6E3A8EE75 in casparcg
[2024-05-04 23:28:14.615] [error]    4# 0x00007FF6E38ED07D in casparcg
[2024-05-04 23:28:14.615] [error]    5# 0x00007FF6E38EFD47 in casparcg
[2024-05-04 23:28:14.615] [error]    6# 0x00007FF6E38CCC8E in casparcg
[2024-05-04 23:28:14.615] [error]    7# 0x00007FF97A8C10EA in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]    8# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]    9# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   10# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   11# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   12# _CxxFrameHandler4 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   13# 0x00007FF6E3B48D50 in casparcg
[2024-05-04 23:28:14.615] [error]   14# _chkstk in ntdll
[2024-05-04 23:28:14.615] [error]   15# RtlUnwindEx in ntdll
[2024-05-04 23:28:14.615] [error]   16# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   17# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   18# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   19# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   20# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   21# _CxxFrameHandler4 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   22# 0x00007FF6E3B48D50 in casparcg
[2024-05-04 23:28:14.615] [error]   23# _chkstk in ntdll
[2024-05-04 23:28:14.615] [error]   24# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   25# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   26# RaiseException in KERNELBASE
[2024-05-04 23:28:14.615] [error]   27# CxxThrowException in VCRUNTIME140
[2024-05-04 23:28:14.615] [error]   28# 0x00007FF6E3919526 in casparcg
[2024-05-04 23:28:14.615] [error]   29# 0x00007FF6E391DC5E in casparcg
[2024-05-04 23:28:14.615] [error]   30# 0x00007FF6E391CCC7 in casparcg
[2024-05-04 23:28:14.615] [error]   31# 0x00007FF6E3903209 in casparcg
[2024-05-04 23:28:14.615] [error]   32# 0x00007FF6E3903866 in casparcg
[2024-05-04 23:28:14.615] [error]   33# 0x00007FF6E39036EA in casparcg
[2024-05-04 23:28:14.615] [error]   34# 0x00007FF6E38FA8F2 in casparcg
[2024-05-04 23:28:14.615] [error]   35# 0x00007FF6E38FDC64 in casparcg
[2024-05-04 23:28:14.615] [error]   36# 0x00007FF6E38D4952 in casparcg
[2024-05-04 23:28:14.615] [error]   37# 0x00007FF6E38D7E62 in casparcg
[2024-05-04 23:28:14.615] [error]   38# 0x00007FF6E3B49384 in casparcg
[2024-05-04 23:28:14.615] [error]   39# BaseThreadInitThunk in KERNEL32
[2024-05-04 23:28:14.615] [error]   40# RtlUserThreadStart in ntdll
[2024-05-04 23:28:14.615] [error]   
[2024-05-04 23:28:14.615] [error]   

[2024-05-04 23:28:14.615] [error]    0# 0x00007FF6E38D2C17 in casparcg
[2024-05-04 23:28:14.615] [error]    1# 0x00007FF6E38D26A5 in casparcg
[2024-05-04 23:28:14.615] [error]    2# 0x00007FF6E3B85A99 in casparcg
[2024-05-04 23:28:14.615] [error]    3# 0x00007FF97A8C1080 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]    4# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]    5# RtlCaptureContext2 in ntdll
[2024-05-04 23:28:14.615] [error]    6# 0x00007FF6E38D5BCE in casparcg
[2024-05-04 23:28:14.615] [error]    7# terminate in ucrtbase
[2024-05-04 23:28:14.615] [error]    8# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]    9# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   10# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   11# _CxxFrameHandler4 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   12# 0x00007FF6E3B48D50 in casparcg
[2024-05-04 23:28:14.615] [error]   13# _chkstk in ntdll
[2024-05-04 23:28:14.615] [error]   14# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   15# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   16# RaiseException in KERNELBASE
[2024-05-04 23:28:14.615] [error]   17# CxxThrowException in VCRUNTIME140
[2024-05-04 23:28:14.615] [error]   18# 0x00007FF6E3938A96 in casparcg
[2024-05-04 23:28:14.615] [error]   19# 0x00007FF6E3A8E018 in casparcg
[2024-05-04 23:28:14.615] [error]   20# 0x00007FF6E3A8EE75 in casparcg
[2024-05-04 23:28:14.615] [error]   21# 0x00007FF6E38ED07D in casparcg
[2024-05-04 23:28:14.615] [error]   22# 0x00007FF6E38EFD47 in casparcg
[2024-05-04 23:28:14.615] [error]   23# 0x00007FF6E38CCC8E in casparcg
[2024-05-04 23:28:14.615] [error]   24# 0x00007FF97A8C10EA in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   25# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   26# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   27# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   28# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   29# _CxxFrameHandler4 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   30# 0x00007FF6E3B48D50 in casparcg
[2024-05-04 23:28:14.615] [error]   31# _chkstk in ntdll
[2024-05-04 23:28:14.615] [error]   32# RtlUnwindEx in ntdll
[2024-05-04 23:28:14.615] [error]   33# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   34# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   35# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   36# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   37# _NLG_Return2 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   38# _CxxFrameHandler4 in VCRUNTIME140_1
[2024-05-04 23:28:14.615] [error]   39# 0x00007FF6E3B48D50 in casparcg
[2024-05-04 23:28:14.615] [error]   40# _chkstk in ntdll
[2024-05-04 23:28:14.615] [error]   41# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   42# RtlRaiseException in ntdll
[2024-05-04 23:28:14.615] [error]   43# RaiseException in KERNELBASE
[2024-05-04 23:28:14.615] [error]   44# CxxThrowException in VCRUNTIME140
[2024-05-04 23:28:14.615] [error]   45# 0x00007FF6E3919526 in casparcg
[2024-05-04 23:28:14.615] [error]   46# 0x00007FF6E391DC5E in casparcg
[2024-05-04 23:28:14.615] [error]   47# 0x00007FF6E391CCC7 in casparcg
[2024-05-04 23:28:14.615] [error]   48# 0x00007FF6E3903209 in casparcg
[2024-05-04 23:28:14.615] [error]   49# 0x00007FF6E3903866 in casparcg
[2024-05-04 23:28:14.615] [error]   50# 0x00007FF6E39036EA in casparcg
[2024-05-04 23:28:14.615] [error]   51# 0x00007FF6E38FA8F2 in casparcg
[2024-05-04 23:28:14.615] [error]   52# 0x00007FF6E38FDC64 in casparcg
[2024-05-04 23:28:14.615] [error]   53# 0x00007FF6E38D4952 in casparcg
[2024-05-04 23:28:14.615] [error]   54# 0x00007FF6E38D7E62 in casparcg
[2024-05-04 23:28:14.615] [error]   55# 0x00007FF6E3B49384 in casparcg
[2024-05-04 23:28:14.615] [error]   56# BaseThreadInitThunk in KERNEL32
[2024-05-04 23:28:14.615] [error]   57# RtlUserThreadStart in ntdll
[2024-05-04 23:28:14.615] [error]   

Update on the situation, the problem was that the system was not allowing the Nvidia card to function correctly, for that reason the server could not initialize.

I am installing the system on a Dell Power Edge R720 server with the Esxi virtualization system from VMWare, for this reason I was installing an instance of W10 from scratch, I think it is working well, I will keep you posted and maybe make a topic about it, to guide others.

1 Like