-
Notifications
You must be signed in to change notification settings - Fork 28
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
Filename without file extension in PlusRemote recording crashes PlusServer #55
Comments
Interesting. Thanks, I'll take a look at it. |
Thanks! Also, Filename, Add timestamp to filename, and Compression GUI elements should probably be disabled if actively recording, since changing the properties of those widgets such as updating the filename aren't actually used when stop recording is pressed. They are only used the next time Start Recording is pressed. |
The crash should be fixed by: PlusToolkit/PlusLib@78c6532 |
Just tested and that solved the PlusServer crash. 👍 Thanks! There's really no indication when using the PlusRemote module that a filename recording issue occurred other than looking at the Plus log messages in another window. Log below
|
Version Details:
Windows 7
Slicer 4.9.0-2018-08-17 and installed SlicerOpenIGTLink extension
Plus-2.7.0.ecfe7933 - Win64
Issue:
If you specify a filename without a file extension in the PlusRemote recording section, it will crash PlusServer:
ERROR|011.172000| No writer for file: Recording| in E:\D\PTNP64b\PlusLib\src\PlusCommon\IO\vtkPlusSequenceIO.cxx(99)
In Plus, if you stop recording and specify a output-file without an extension it will give a warning and choose the nrrd extension type.
WARNING|025.160000| Writing sequence file with '' extension is not supported. Using nrrd extension instead.| in E:\D\PTNP64b\PlusLib\src\PlusCommon\IO\vtkPlusNrrdSequenceIO.cxx(1300)
The text was updated successfully, but these errors were encountered: