User Details
- User Since
- Aug 1 2016, 12:10 PM (436 w, 5 d)
- Roles
- Disabled
Jun 22 2020
Nov 18 2019
Oct 28 2019
Oct 18 2019
on MITK master:
Sep 30 2019
This is still inconsistent, see screenshots:
Aug 26 2019
Speculating:
Maybe that was a bash environment side effect, i cannot reproduce this error on my GNU/Linux system where I use tcsh instead of bash.
The tcsh environment does not contain anything "conda" related, while bash does, if (ana|mini)conda is installed.
Jul 10 2019
Same bug with alternative build configuration:
Jul 8 2019
Ich sah hier was ähnliches, beim MITK bauen auf meiner ubuntu-OpenStack-Instanz, allerdings ohne Anaconda, mit gcc 7 (g++-7/gcc-7 version g++-7 (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0): undefined reference to `ucnv_convertEx*'
Jun 13 2019
Jun 7 2019
Pushed new branch T26385-remove-undeclared-function-from-QmitkFiberQuantificationView.cpp.
Jun 5 2019
Does not crash anymore, but the network node's balloon info text remains visible and unchanged, sticking to the world geometry even after deleting data node in the Data Manager.
Someone fixed it, thanks.
Underlying geometry problem seems to be fixed, cannot reproduce this bug anymore.
I cannot find those names in ep/src/DCMQI (d067f81c8a8e43900b91861f771013406868672f) or DCMTK, either:
git-grep in the actual master (c4445dc0ce19d9e3b3c0bb930ee84543aed4e5b2) shows only one match:
Pushed new branch T26384-fix-misleading-inidentation.
Apr 15 2019
You mean like
-Wno-error=catch-value=
Mar 22 2019
Nov 16 2018
Nov 9 2018
May 2 2018
I ran into the same problem on Debian/Gnu Linux, on both "buster" and "sid", i.e. testing and unstable, using g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 compiler.
Feb 14 2018
Jan 23 2018
Jan 22 2018
Dec 14 2017
Aug 16 2017
Mar 17 2017
Mar 8 2017
Awaiting code review by O1.
Mar 1 2017
In hindsight, operator== didn't fail at all and remains unchanged, besides some cosmetics to debug messages.
There where 2 UpdateStatusBar() functions m)
Feb 22 2017
Feb 17 2017
Hmm, the exception "ERROR: Unhandled excaption caught in ExecuteAction(): /home/mhettich/MITK/Modules/Core/include/mitkImagePixelAccessor.h:89: Invalid ImageAccessor: PixelTypes of Image and ImageAccessor are not equal." now only happens on clicking on the image in the StdMultiWidget, NOT when navigating via the ImageNavigationView
Maybe from QmitkImageNavigatorView::UpdateStatusBar() Line 263 ?
29:[4.105] Trying to load dti as nrrd ...
30:|> mitk::PixelType::operator==
31:|m_BytesPerComponent = 4, 4
32:|m_NumberOfComponents = 6, 1
33:|m_PixelTypeName = ,
34:|m_ComponentTypeName = float, float
35:|m_PixelType = 9, 1
36:|m_ComponentType = 9, 9
37:|PixelTypeOper==() false! ||
38:|> mitk::PixelType::operator==
39:|m_BytesPerComponent = 4, 4
40:|m_NumberOfComponents = 6, 6
41:|m_PixelTypeName = ,
42:|m_ComponentTypeName = float, float
43:|m_PixelType = 9, 5
44:|m_ComponentType = 9, 9
45:|PixelTypeOper==() false! ||
46:#4.344# ERROR: An error occurred: MITK Exception:
47:
48:Description: Invalid ImageAccessor: PixelTypes of Image and ImageAccessor are not equal image->GetPixelType(): N4mitk9PixelTypeE
49:
50: m_ImageDataItem->GetDimension(): 3 , VDimension: 3 , TPixel: f , NumberOfComponents: 6
51:
52:
53:Filename: /home/mhettich/MITK/Modules/Core/include/mitkImagePixelAccessor.h
54:
55:Line: 87
Feb 13 2017
Feb 10 2017
Pushed new branch T22510-ImagePixelAccessorPixelTypesComparison.
Jan 13 2017
crashes in different ways or at different points within the vtk rendering chain, but always after repeating this user action, and not on the first time.
Jan 11 2017
not complete yet: T22342-fix_vtk_rendering_crash_in_connectomics_balloon_help.
Pushed new branch T22342-fix_vtk_rendering_crash_in_connectomics_balloon_help.
Here the backtrace:
Jan 3 2017
Dec 19 2016
Dec 14 2016
see also T20227
Dec 12 2016
GUI shall present a clickable matrix (from,to) and a action button which shall produce a new fiber bundle with only the selected fibers.
Dec 5 2016
Seems to work now in master, commit bfcf1f07676058b32bee39f295ea1019013943ec
Thanks
works now fine.
diff --git a/Modules/BoundingShape/src/Rendering/mitkBoundingShapeVtkMapper3D.cpp b/Modules/BoundingShape/src/Rendering/mitkBoundingShapeVtkMap
index 8918161..a034bf7 100644
- a/Modules/BoundingShape/src/Rendering/mitkBoundingShapeVtkMapper3D.cpp
+++ b/Modules/BoundingShape/src/Rendering/mitkBoundingShapeVtkMapper3D.cpp
@@ -94,6 +94,8 @@ mitk::BoundingShapeVtkMapper3D::~BoundingShapeVtkMapper3D()
void mitk::BoundingShapeVtkMapper3D::ApplyColorAndOpacityProperties(BaseRenderer *renderer, vtkActor *actor)
{
//Superclass::ApplyColorAndOpacityProperties(renderer, actor);
+ (void) renderer;
+ (void) actor;
}
compile errors:
Don't mind me, just a stupid part-time student assistant...