To get a clean config file:
Now to reproduce:
```
<Item key="IsShowThumbnail" value="True" />
<Item key="IsThumbnailHorizontal" value="False" />
<Item key="ThumbnailBarWidth" value="990" />
```
The idea is to set `ThumbnailBarWidth` to a value close or greater than the window width defined in `frmMain.WindowsBound`. In my case, it was set to 1000 by default:
```
<Item key="frmMain.WindowsBound" value="280,125,1000,800" />
```
ImageGlass fails to start. No error is displayed.
ThumbnailBarWidth should be reset to an appropriate value and ImageGlass should start.

It happened to me in the first place without tampering the config file. I'm not sure how though...
Yup, I've struggled with this in the past. I thought I fixed 'em all but apparently missed something.
Fix available in latest ImageGlass Moon. (https://imageglass.org/moon)
Most helpful comment
Fix available in latest ImageGlass Moon. (https://imageglass.org/moon)