User Details
- User Since
- Aug 1 2016, 12:10 PM (133 w, 4 d)
Fri, Feb 15
Tue, Feb 5
Thank you for clarification! Indeed, this is an important remark! Seems that we checked on an outdated website for minimum compiler version before fixing this.
Fri, Feb 1
Pushed new branch T25979-FixImageStatisticsContainerCompilerError.
Dec 21 2018
Oct 12 2018
By the way: Linking works fine if OpenIGTLink is built separately and specified in CMake via EXTERNAL_OpenIGTLink_DIR. But the link libraries property is also empty in this case.
We figured out that the exported target OpenIGTLink does not have any linked libraries. Thank you @kislinsk for your help!
Sep 14 2018
The issue still occurs on both Windows and Linux systems. The transfer function widget seems to be initialized correctly. The last MITK method called before diving into VTK internals mentioned above is VtkMapper::MitkRenderVolumetricGeometry.
We noticed a changed behavior compared to previous workbench release:
- Load data as described above (topmost visible data set has 3 time steps, data set below has 10 time steps)
- Move time slider to the end
--> Slider can be moved to a 12th time step
Aug 27 2018
Pushed new branch T25237-FixCompilerErrorAndCleanupIplImageRemoval.
Changing the return type of ImageToOpenCVImageFilter::GetOpenCVImage() leads to a compiler error in test method "ConvertIplImageForthAndBack" of test driver "mitkOpenCVMitkConversionTest".
Aug 22 2018
I already downgraded to 15.7.6, sorry! But I still have the error prompt in case that helps. Maybe @aguilera still has 15.8.0 installed and can test the proposed solution?
Aug 20 2018
I can confirm an internal compiler error when building with Visual Studio 15.8.0 and 15.8.1 (I updated today). Python, Numpy, and SimpleITK were not enabled in my case.
Aug 3 2018
What is the status? Ready to be merged in the alpha branch?
This issue does not occur anymore!
Pushed new branch T25179-FixCompilerError.
Jul 6 2018
Could you please provide a data set in order to reproduce this bug (maybe from MITK-Data)?
Jun 22 2018
We found out that volume visualization works as expected when following the described steps:
- Close rendering display
- Open MITK-Data/3D+t-Heart (rendering display is opened automatically)
- Switch on volume visualization
- No crash :)
Jun 18 2018
Jun 8 2018
Pushed new branch T24763-ResponsiveLayoutOfWelcomeScreen.
It appears on Linux as well!
May 25 2018
May 15 2018
May 11 2018
Segmentation fault occurs in vtkAOSDataArrayTemplate::GetTypedComponent(vtkIdType tupleIdx, int comp) after accessing the buffer[0].
Crash only occurs with the DICOM 3D+t image which also causes trouble in T24767 and T24766. Seems to work with all other 3d+t images in MITKData. Volume visualization works for the image if it is exported to .nrrd first.
We tested on Windows 7 and Ubuntu 15.04. 2D Fast Marching Segmentation Tool is working without any warnings.
Apr 27 2018
Pushed new branch T24355-SetDefaultFocusToBasicInformationTab-v2.
This occurs again in v2018.04-alpha branch.
Pushed new branch T24726-FixLinuxCompileIssues.
Apr 13 2018
Apr 11 2018
Pushed new branch T19348-SupportOpenCV3.
Apr 5 2018
Pushed new branch T24212-VTKDebugLeaksInUltrasoundSupport-Integration.
There's the issue, that removing a created USDevice doesn't lead to a destructor call of the respective instance. I'm expecting the device instance to be deleted. So I checked the reference count of the USDevice instance after removing it: After unregistering the device from the micro service, the reference count is 2.
Apr 3 2018
Debug leaks also occur in MITK v2016.11.
Mar 28 2018
Mar 27 2018
The error "ServiceRegistrationBase object invalid" was solved in T24505.