https://bugs.winehq.org/show_bug.cgi?id=53620
--- Comment #1 from Jactry Zeng jactry92@gmail.com --- Hi,
(In reply to wuyudi1109 from comment #0)
I find it's about shell32.dll. And I find that this key is not in wine's reg. So how can I fix it? (I tried to add it by hand, but still not work.)
You can't fix it by adding a register simply. If you want to go further, you can try to add a stub of IEnumObjects interface. You can find some commits as examples from `git log dlls/shell32/shell32_classes.idl`.