# There are some problems with the Windows version

**URL:** https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484
**Category:** Support
**Created:** [July 11, 2020, 9:14am UTC](https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484 "2020-07-11T09:14:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![KIM\_TY](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/kim_ty/32/7283_2.png) [@KIM\_TY](https://discourse.slicer.org/u/KIM_TY)
#### Post date: [July 11, 2020, 9:14am UTC](https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484/1 "2020-07-11T09:14:12Z")

</div>

Thank you for providing us with a great program called 3D slicer for free.

There are some problems with the Windows version.

This is the same problem with MSI, ASUS gaming laptop, and high-performance PC.(window 10 pro)

- Version 4.10.2 does not have an editor. \<-Unable to make tensor image.

4.11.X

- There is no slicerDcm2nii in the 4.11.x version coming out after June 2020.

- Install SlicerDMRI extension is currently unavailable. \<- Installation is possible, but there is no change.

- The program terminates in sliderDMRI loading while loading the Dicom file.\<- If uninstall the sliderDMRI, can load it normally.

- When start the 3D slider:  
There are other DICOM listener running.  
Do you want to end them?  
There is an error.

I would like to express my infinite gratitude to those who make this program.

---

<div class="post-metadata">

### Author: ![jamesobutler](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jamesobutler/32/7511_2.png) [@jamesobutler](https://discourse.slicer.org/u/jamesobutler)
#### Post date: [July 11, 2020, 11:27am UTC](https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484/2 "2020-07-11T11:27:54Z")

</div>

> [@KIM\_TY](#):
>
> Version 4.10.2 does not have an editor. \<-Unable to make tensor image.

This other thread(linked below) has a lot of good details about this that can help guide you.

> [@Where can I found Editor module](https://discourse.slicer.org/t/where-can-i-found-editor-module/10408):
>
> Hi I am beginner in 3D Slicer. I want to segment the Brain Corpus callosum and Cerebellum. In training movies I found the “Editor” models that can be helpful but in latest installed version (4.10.2 r28257) and in extensions , I can’t find Editor module to use. Only I can see Segment Editor that seems its function is different to " Editor" model.Please help how to find and integrate “Editor” . Thanks in advance

> [@KIM\_TY](#):
>
> There is no slicerDcm2nii in the 4.11.x version coming out after June 2020.

Are you saying the SlicerDcm2nii extension is unavailable on the extensions manager? Or after you install it, it doesn’t function/you can’t use it? It might be this issue related to the time you check for the extension.

> [@Extension manager problems](https://discourse.slicer.org/t/extension-manager-problems/11946/4):
>
> It is also a timing issue - between about 1am-10am EST, extensions are not available yet for the latest Slicer Preview Release (see some more information and solution [here](https://discourse.slicer.org/t/is-it-possible-to-do-a-segmentation-of-the-lumbar-spine-from-ct-data-and-use-the-3d-model-igs-for-further-finite-element-analysis-in-abaqus-or-febio/10444/17)). You need to do this only once. All recent (not more than a few months old) Slicer Preview Releases can work from the same DICOM database. If you open the same database with an older Slicer version (e.g., 4.10) then it will downgrade the database. I would suggest not to mix Slicer-4.10 and 4.11 and just use recent Slicer-4.…

As it relates to SlicerDMRI, it looks like code maintenance on it hasn’t been that frequent over the past year so there is likely a good chance that extension could be broken or breaking other things.

- It appears many tests are failing for it because it is trying to look for testing datasets within the Slicer source code that have been moved to SlicerTestingData ([Update broken testing data usage · Issue #130 · SlicerDMRI/SlicerDMRI · GitHub](https://github.com/SlicerDMRI/SlicerDMRI/issues/130))
- On Windows there are build errors building a test which look familiar to what me and @Sam_Horvath ran into during the transition to using an updated Visual studio toolkit. We ended up just disabling the tests which could probably be done again in the short term to fix the build issue.

> [@KIM\_TY](#):
>
> When start the 3D slider:  
> There are other DICOM listener running.

@lassoan might know more about this topic, but you can disable it by pasting this code in the Slicer python console and then restart.

`slicer.app.settings().setValue("DICOM/RunListenerAtStart", False)`

---

<div class="post-metadata">

### Author: ![Sam\_Horvath](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/sam_horvath/32/3092_2.png) [@Sam\_Horvath](https://discourse.slicer.org/u/Sam_Horvath)
#### Post date: [July 13, 2020, 2:11pm UTC](https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484/3 "2020-07-13T14:11:35Z")

</div>

I have put up a pull request on SlicerDMRI to disable the broken tests.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [July 13, 2020, 2:19pm UTC](https://discourse.slicer.org/t/there-are-some-problems-with-the-windows-version/12484/4 "2020-07-13T14:19:15Z")

</div>

[quote=“jamesobutler, post:2, topic:12484”]

> [@KIM\_TY](#):
>
> When start the 3D slider:  
> There are other DICOM listener running.

This means that DCMTK toolkit’s DICOM store SCP process (storescp.exe) is running. If you haven’t started it and you haven’t installed any other software that uses it then most likely 3D Slicer started it, because you enabled it in the DICOM module. In Slicer-4.11, you can enable/disable it by clicking on “Storage listener” checkbox in DICOM module’s networking section.
