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

cwipc_register test fails on Windows in CI/CD only #168

Closed
jackjansen opened this issue Jan 13, 2025 · 2 comments
Closed

cwipc_register test fails on Windows in CI/CD only #168

jackjansen opened this issue Jan 13, 2025 · 2 comments
Milestone

Comments

@jackjansen
Copy link
Contributor

The cwipc_register test has been disabled for now, because it is failing on Windows only, in the GitHub action ci/cd only. Works fine on the desktop.

The failure is a weird one, the realsense DLL (which is only loaded because it is loaded early so that the realsense grabber is available to the generic grabber) fails its initialisation routine.

The problem may be simply that the tests are run concurrently, and there's somehow a clash with another test.

@jackjansen
Copy link
Contributor Author

Hmm. Just had a completely different crash on a completely fresh Windows 11 machine: the cwipc nightly build can't open a window (for example with cwipc_view). Crashes with Windows Error 0xe06d7363.

On a hunch I checked which version of the vc++ redistributable was installed, and it was 14.42.34433, which is apparently rather new.

On other machines I have 14.40.33810, which is from around June 2024.

Remembering the problems with that redistributable last year I'm now wondering: would Microsoft again have created an incompatible version of the vc++ redistributable?

@jackjansen jackjansen added this to the 7.6 Release milestone Jan 15, 2025
@jackjansen
Copy link
Contributor Author

Fixed in 8a891ad

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

No branches or pull requests

1 participant