Skip to content

Unable to retrieve images with Cast API after firmware upgrade #209

@simi05

Description

@simi05

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:

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions