-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Since the firmware upgrade to API-Version 12.2.2 (Cast API) we are unable to use the Cast API in our application. We have obtained the latest binaries from https://github.com/clariusdev/cast/releases and added them to our application, as well as completely rebuilt the caster example from https://github.com/clariusdev/cast/archive/refs/tags/v12.2.2.zip. The build process was successful, and the connection parameters, WLAN interface, and firewall were set up successfully. Nevertheless, the following two errors occur during the call of castInit() function:
error: Failed to initialize native OpenGL functions
error: Failed to create offscreen context
If these two errors were ignored and the imaging is started anyway, the offscreen context error happens again, and the application crashes:
We tested this on different machines, one of them had never seen the Cast API before. The behaviour is the same for all tested systems.
Environment:
- SDK variant: Cast API
- Development platform: Windows 11, Visual Studio Community 2022, MSVC Toolset, v143, C++ Standards C++14 and C++17 both tested
- SDK version: 12.2.2
- Clarius App version: 12.2.3-766