You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Loading DICOM data" progress bar stops before reaching 100% (normally around 98% - 99%) and throws an assertion error.
Steps to Reproduce:
Open the Dicompyler
Open Patient file
Select one of the files of the patient tree
Choose Select
Select DICOM tree
Select any file from the "Select a DICOM dataset" dropdown menu
Check the progress bar if it reaches 100%
Expected Results:
The bar should be moving forward.
Actual Results:
The progress bar stops at a certain point and it dose not move forward or increase.
Error displayed
wx._core.wxAssertionError: C++ assertion "pos <= m_rangeMax" failed at /tmp/pip-build-_qk6tw08/wxpython/ext/wxWidgets/src/gtk/gauge.cpp(95) in SetValue(): invalid value in wxGauge::SetValue()
The patch to work around the issue is, this is not a fix only a hack.
Description
The "Loading DICOM data" progress bar stops before reaching 100% (normally around 98% - 99%) and throws an assertion error.
Steps to Reproduce:
Expected Results:
The bar should be moving forward.
Actual Results:
The progress bar stops at a certain point and it dose not move forward or increase.
Error displayed
wx._core.wxAssertionError: C++ assertion "pos <= m_rangeMax" failed at /tmp/pip-build-_qk6tw08/wxpython/ext/wxWidgets/src/gtk/gauge.cpp(95) in SetValue(): invalid value in wxGauge::SetValue()
The patch to work around the issue is, this is not a fix only a hack.
0001-Temporally-give-a-fixed-value-1-to-the-precentDone-v.patch.gz
The text was updated successfully, but these errors were encountered: