https://bugs.winehq.org/show_bug.cgi?id=53103
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Eric Pouech from comment #3)
workaround:
We need to ensure that spupdsvc.exe finishes before starting ie8 (ie start any other program and wait for the whole session termination). For example:
./wine ping && ./server/wineserver -w
when back to prompt, running ie8 should work
Thanks for the analysis/workaround. I've added a workaround to winetricks: https://github.com/Winetricks/winetricks/commit/3351af82bfdf68e8ff9929751d24...