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

RangeError in tests with VTK.js version 25.7.0 #590

Open
PaulHax opened this issue Oct 5, 2022 · 0 comments
Open

RangeError in tests with VTK.js version 25.7.0 #590

PaulHax opened this issue Oct 5, 2022 · 0 comments

Comments

@PaulHax
Copy link
Collaborator

PaulHax commented Oct 5, 2022

Error in tests:

Chrome 80.0.3987.0 (Linux x86_64) LOG: 'ok 77 setImageScale did not error'
Chrome 80.0.3987.0 (Linux x86_64) WARN: 'Resetting view-up since view plane normal is parallel'
Chrome 80.0.3987.0 (Linux x86_64) WARN: 'Resetting view-up since view plane normal is parallel'
Chrome 80.0.3987.0 (Linux x86_64) WARN: 'Resetting view-up since view plane normal is parallel'
Chrome 80.0.3987.0 (Linux x86_64) ERROR: '[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: 'Reaction[Reaction@42]'', RangeError: Invalid typed array length: 16
RangeError: Invalid typed array length: 16
    at new Float32Array (<anonymous>)
    at Object.publicAPI.buildArrays (webpack-internal:///./node_modules/vtk.js/Sources/Rendering/Core/Glyph3DMapper/index.js:179:17)
    at Object.publicAPI.getBounds (webpack-internal:///./node_modules/vtk.js/Sources/Rendering/Core/Glyph3DMapper/index.js:129:15)
    at Object.publicAPI.getBounds (webpack-internal:///./node_modules/vtk.js/Sources/Rendering/Core/Actor/index.js:92:28)
    at handleProp (webpack-internal:///./node_modules/vtk.js/Sources/Proxy/Core/AbstractRepresentationProxy/index.js:311:112)
    at Array.forEach (<anonymous>)
    at Object.publicAPI.getBounds (webpack-internal:///./node_modules/vtk.js/Sources/Proxy/Core/AbstractRepresentationProxy/index.js:325:20)
    at eval (webpack-internal:///./src/Rendering/VTKJS/vtk/ItkVtkViewProxy.js:296:323)
    at Array.forEach (<anonymous>)
    at updateAxes (webpack-internal:///./src/Rendering/VTKJS/vtk/ItkVtkViewProxy.js:295:27)

But tests continue without failing anyway

Error starts when using VTK.js version 25.7.0

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