http://bugs.winehq.org/show_bug.cgi?id=36800
--- Comment #12 from Qian Hong fracting@gmail.com --- (In reply to Qian Hong from comment #11)
(In reply to Hao Peng from comment #10)
patch applied, no same error appeared when re-installing. But services.exe still crashes.
I have checked that two dlls, they are no need to register. It seems services.exe failed to load a third-party service, and crash after that. this crash will happen when opening any other apps in this WINEPREFIX.
I can reproduce services.exe crashing before applying the patch, but I can't reproduce services.exe crashing after the patch.
Could you double check? Have you really remove the old WINEPREFIX before the second test? (When we say a clean wineprefix, we mean remove or backup the old wineprefix before install the app again)
I can reproduce another crashing in XMP.exe, but that's a new bug.
Ok, I know how to reproduce. After first time installation, services.exe won't quit, that is why I can't reproduce before. However if you kill services.exe, it will crash in the future.
The interesting thing is, without the wineconsole patch, the installer seems hangs at the end.
An easy workaround for the services.exe crashing is copying those depended dlls to system32: ~/.wine/drive_c/Program Files/Common Files/Thunder Network/ServicePlatform$ cp *.dll ~/.wine/drive_c/windows/system32
However, we need to investigate what's the right fix, which seems not a easy work. Thanks for testing!