3D slicer not responding - Found unusual solution

I have been struggling with Slicer not responding for the last few weeks and finally found a working solution for my case.

System info: Windows 11, Slicer 5.8

Solution: Remove your Slicer settings directory (for example, c:\Users\<yourusername>\AppData\Roaming\slicer.org

Reference: Get Help — 3D Slicer documentation

However, I need to delete this folder every time before starting Slicer. Otherwise, it doesn’t work.
I am not sure what the permanent solution is.

You should not need to delete the folder every time. If you find that you often need to do it then probably there is something unusual about your display configuration. Do you use multiple screens?

Yes, I have 2 displays with my desktop.
Do you have any suggestions on how to make it work with 2 displays?

Thank you!

Slicer saves your window positions by default. If you change your display configurations (sometimes unplug a monitor, change resolution, etc.) then the windows might be restored in invalid positions.

If you often change your screen configuration then it may make sense to disable “Save user interface size and position on exit” option in menu: Edit → Application settings → Appearance.

If you rarely change your screen configuration then managing your Slicer application settings file (Slicer.ini) can help. For example, you could save a settings file that you use for a single screen and another settings file that you use for two screens.

1 Like

Disabling the “Save user interface size and position on exit” option worked!

I don’t usually change the display configuration. It has been the same for the last few months. I am not sure if the system (e.g., OS) does something in the background or not. But this trick worked for me anyway!

Thank you so much!