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

The "Loading DICOM data" progress bar does not reach 100% #19

Open
didymo opened this issue Jun 27, 2019 · 0 comments
Open

The "Loading DICOM data" progress bar does not reach 100% #19

didymo opened this issue Jun 27, 2019 · 0 comments

Comments

@didymo
Copy link
Owner

didymo commented Jun 27, 2019

Description

The "Loading DICOM data" progress bar stops before reaching 100% (normally around 98% - 99%) and throws an assertion error.

Steps to Reproduce:

  1. Open the Dicompyler
  2. Open Patient file
  3. Select one of the files of the patient tree
  4. Choose Select
  5. Select DICOM tree
  6. Select any file from the "Select a DICOM dataset" dropdown menu
  7. 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.

0001-Temporally-give-a-fixed-value-1-to-the-precentDone-v.patch.gz

@sohaibshd sohaibshd changed the title The loading patient Data progress bar is not moving The "Loading DICOM data" progress bar does not reach 100% Jun 27, 2019
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