Rubberband Pick

Hello,
We are doing a rubberband pick on simple PolyData, Polylines. The rubberbandpick code is using the code from the Rubberbandpick example here: https://examples.vtk.org/site/Java/Interaction/RubberBandPick/

In general, the code works perfect. However, on some computers we get Access Violations, using the same binary code (we believe).

On one machine, we get the following error from the VTK backend when engaging the rubberband pick code:

Any hints on how to move forward from this tricky error?
The application is using VTK 9.1 and QT 6.5 on Windows.

Thanks