https://bugs.winehq.org/show_bug.cgi?id=7517
--- Comment #18 from Oleksandr Gavenko gavenkoa@gmail.com --- ``wine hh FILE.chm`` failed with:
fixme:urlmon:URLMoniker_BindToObject use running object table ... Unhandled page fault on read access to 0x00000000 ... Backtrace: =>0 0x5d48b623 in itss (+0xb623) (0x0033d078) 1 0x7df890a3 in urlmon (+0x190a2) (0x0033d1b8) 2 0x7df7f222 in urlmon (+0xf221) (0x0033d258)
When I add exception to use built-in ``itss.dll`` via ``winecfg`` those crashes go away.
So instead of using native ``itss.dll`` as default config it is better to add exception for ``hhc.exe`` and ``hhw.exe``...