Necesito ayuda por favor, quiero identificar el error

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

[2021-02-05 16:54:37.180] [info] ############################################################################
[2021-02-05 16:54:37.184] [info] CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2021-02-05 16:54:37.184] [info] under the GNU General Public License GPLv3 or higher.
[2021-02-05 16:54:37.185] [info] Please see LICENSE.TXT for details.
[2021-02-05 16:54:37.185] [info] http://www.casparcg.com/
[2021-02-05 16:54:37.185] [info] ############################################################################
[2021-02-05 16:54:37.185] [info] Starting CasparCG Video and Graphics Playout Server 2.3.1 e767c1dda Release
[2021-02-05 16:54:37.332] [info] Initializing OpenGL Device.
[2021-02-05 16:54:37.339] [info] Initialized OpenGL 4.5.14758 Core Profile Context 21.1.1 27.20.14527.2002 ATI Technologies Inc.
[2021-02-05 16:54:37.372] [info] D3D11: Selected adapter: Radeon RX550/550 Series
[2021-02-05 16:54:37.372] [info] D3D11: Selected feature level: 45312
[2021-02-05 16:54:37.397] [info] [asio] Shutting down global io_service.
[2021-02-05 16:54:37.397] [info] [asio] Global io_service uninitialized.
[2021-02-05 16:54:37.397] [error] Exception: C:\Code\casparcg\official-master\src\accelerator\ogl\util\device.cpp(132): Throw in function __cdecl caspar::accelerator::ogl::device::impl::impl(void)
[2021-02-05 16:54:37.397] [error] Dynamic exception type: class boost::exception_detail::clone_impl
[2021-02-05 16:54:37.397] [error] [struct caspar::tag_msg_info * __ptr64] = Failed to initialize d3d interop.
[2021-02-05 16:54:37.397] [error] [struct caspar::tag_stacktrace_info * __ptr64] = 0# 0x00007FF7E3CE524E in casparcg
[2021-02-05 16:54:37.397] [error] 1# 0x00007FF7E3D057C0 in casparcg
[2021-02-05 16:54:37.397] [error] 2# 0x00007FF7E3D28D18 in casparcg
[2021-02-05 16:54:37.397] [error] 3# 0x00007FF7E3D27DA3 in casparcg
[2021-02-05 16:54:37.397] [error] 4# 0x00007FF7E3D0A6AC in casparcg
[2021-02-05 16:54:37.397] [error] 5# 0x00007FF7E3D0AC6C in casparcg
[2021-02-05 16:54:37.397] [error] 6# 0x00007FF7E3D0ABC5 in casparcg
[2021-02-05 16:54:37.397] [error] 7# 0x00007FF7E3CF7660 in casparcg
[2021-02-05 16:54:37.397] [error] 8# 0x00007FF7E3CF80AA in casparcg
[2021-02-05 16:54:37.397] [error] 9# 0x00007FF7E3CE7409 in casparcg
[2021-02-05 16:54:37.397] [error] 10# 0x00007FF7E3CEA85D in casparcg
[2021-02-05 16:54:37.397] [error] 11# 0x00007FF7E3F11DF8 in casparcg
[2021-02-05 16:54:37.397] [error] 12# BaseThreadInitThunk in KERNEL32
[2021-02-05 16:54:37.397] [error] 13# RtlUserThreadStart in ntdll
[2021-02-05 16:54:37.397] [error]
[2021-02-05 16:54:37.397] [error]

[2021-02-05 16:54:37.397] [error] 0# 0x00007FF7E3CE524E in casparcg
[2021-02-05 16:54:37.397] [error] 1# 0x00007FF7E3CE4D2F in casparcg
[2021-02-05 16:54:37.397] [error] 2# 0x00007FF7E3F4E78A in casparcg
[2021-02-05 16:54:37.397] [error] 3# 0x00007FFDDE001030 in VCRUNTIME140
[2021-02-05 16:54:37.397] [error] 4# is_exception_typeof in VCRUNTIME140
[2021-02-05 16:54:37.397] [error] 5# RtlCaptureContext in ntdll
[2021-02-05 16:54:37.397] [error] 6# 0x00007FF7E3CEA85D in casparcg
[2021-02-05 16:54:37.397] [error] 7# 0x00007FF7E3F11DF8 in casparcg
[2021-02-05 16:54:37.397] [error] 8# BaseThreadInitThunk in KERNEL32
[2021-02-05 16:54:37.397] [error] 9# RtlUserThreadStart in ntdll
[2021-02-05 16:54:37.397] [error]
[2021-02-05 16:54:37.490] [fatal] Unhandled exception in main thread. Please report this error on the GitHub project page (www.github.com/casparcg/server/issues).

CasparCG will automatically shutdown. See the log file located at the configured log-file folder for more information.

Please post only in english and select all the caspar log and click the </> button to format it as code so it’s easier to read.

About the error, it seems like there’s a problem either with the GPU drivers or there are some DirectX files missing.
Try setting <enable-gpu>false</enable-gpu> in the config file.