Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With "GPU enable" server don't start #1387

Closed
AndreaSpinetti opened this issue Jul 24, 2021 · 1 comment · Fixed by #1499
Closed

With "GPU enable" server don't start #1387

AndreaSpinetti opened this issue Jul 24, 2021 · 1 comment · Fixed by #1499

Comments

@AndreaSpinetti
Copy link

Expected behaviour

I guess start normally and play html + threejs templates

Current behaviour

does't start, shows a log with some errors and at the end a line to report here this issue

`[2021-07-21 12:00:59.271] [info] ############################################################################
[2021-07-21 12:00:59.272] [info] CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2021-07-21 12:00:59.272] [info] under the GNU General Public License GPLv3 or higher.
[2021-07-21 12:00:59.272] [info] Please see LICENSE.TXT for details.
[2021-07-21 12:00:59.272] [info] http://www.casparcg.com/
[2021-07-21 12:00:59.272] [info] ############################################################################
[2021-07-21 12:00:59.272] [info] Starting CasparCG Video and Graphics Playout Server 2.3.2 4de6d18 Dev
[2021-07-21 12:00:59.456] [info] Initializing OpenGL Device.
[2021-07-21 12:00:59.459] [info] Initialized OpenGL 4.5.13587 Core Profile Context 20.2.2 26.20.15019.19000 ATI Technologies Inc.
[2021-07-21 12:00:59.492] [info] D3D11: Selected adapter: Radeon RX Vega M GH Graphics
[2021-07-21 12:00:59.492] [info] D3D11: Selected feature level: 45312
[2021-07-21 12:00:59.517] [info] [asio] Shutting down global io_service.
[2021-07-21 12:00:59.517] [info] [asio] Global io_service uninitialized.
[2021-07-21 12:00:59.517] [error] Exception: C:\Program Files (x86)\Jenkins\workspace\casparcg-server-dep\master\src\accelerator\ogl\util\device.cpp(132): Throw in function __cdecl caspar::accelerator::ogl::device::impl::impl(void)
[2021-07-21 12:00:59.517] [error] Dynamic exception type: class boost::exception_detail::clone_impl
[2021-07-21 12:00:59.517] [error] [struct caspar::tag_msg_info * __ptr64] = Failed to initialize d3d interop.
[2021-07-21 12:00:59.517] [error] [struct caspar::tag_stacktrace_info * __ptr64] = 0# 0x00007FF6965BA37E in casparcg
[2021-07-21 12:00:59.517] [error] 1# 0x00007FF6965E9690 in casparcg
[2021-07-21 12:00:59.517] [error] 2# 0x00007FF696622510 in casparcg
[2021-07-21 12:00:59.517] [error] 3# 0x00007FF696621033 in casparcg
[2021-07-21 12:00:59.517] [error] 4# 0x00007FF6965F057D in casparcg
[2021-07-21 12:00:59.517] [error] 5# 0x00007FF6965F0475 in casparcg
[2021-07-21 12:00:59.517] [error] 6# 0x00007FF6965D54FC in casparcg
[2021-07-21 12:00:59.517] [error] 7# 0x00007FF6965D619A in casparcg
[2021-07-21 12:00:59.517] [error] 8# 0x00007FF6965BD2E4 in casparcg
[2021-07-21 12:00:59.517] [error] 9# 0x00007FF6965C111D in casparcg
[2021-07-21 12:00:59.517] [error] 10# 0x00007FF6969F6A88 in casparcg
[2021-07-21 12:00:59.517] [error] 11# BaseThreadInitThunk in KERNEL32
[2021-07-21 12:00:59.517] [error] 12# RtlUserThreadStart in ntdll
[2021-07-21 12:00:59.517] [error]
[2021-07-21 12:00:59.517] [error]

[2021-07-21 12:00:59.517] [error] 0# 0x00007FF6965BA37E in casparcg
[2021-07-21 12:00:59.517] [error] 1# 0x00007FF6965B9CAF in casparcg
[2021-07-21 12:00:59.517] [error] 2# 0x00007FF696AA09E7 in casparcg
[2021-07-21 12:00:59.517] [error] 3# 0x00007FFE692C1030 in VCRUNTIME140
[2021-07-21 12:00:59.517] [error] 4# is_exception_typeof in VCRUNTIME140
[2021-07-21 12:00:59.517] [error] 5# RtlCaptureContext2 in ntdll
[2021-07-21 12:00:59.517] [error] 6# 0x00007FF6965C111D in casparcg
[2021-07-21 12:00:59.517] [error] 7# 0x00007FF6969F6A88 in casparcg
[2021-07-21 12:00:59.517] [error] 8# BaseThreadInitThunk in KERNEL32
[2021-07-21 12:00:59.517] [error] 9# RtlUserThreadStart in ntdll
[2021-07-21 12:00:59.517] [error]
[2021-07-21 12:00:59.630] [fatal] Unhandled exception in main thread. Please report this error on the GitHub project page (www.github.com/casparcg/server/issues).`

Steps to reproduce

  1. use hades canyon pc [Intel® NUC Kit NUC8i7HVK] tried also with a Core M3-7Y30with Intel HD 615 GPU
  2. enable gpu in the config file

Environment

Commit: 4de6d18
Server version: v2.3.2
Operating system: Windows 10
PC: Intel® NUC Kit NUC8i7HVK with Radeon™ RX Vega M GH graphics (integrated)

@Julusian
Copy link
Member

Julusian commented Mar 6, 2023

I don't think the gpu-enabled flag supports AMD gpu at all. But it shouldnt crash, and should simply ignore the flag instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants