http://bugs.winehq.org/show_bug.cgi?id=16876
--- Comment #11 from Anastasius Focht focht@gmx.net 2013-05-01 05:19:33 CDT --- Hello folks,
same procedure as every year .. still present.
Can be reproduced with current Wine as follows with clean 32-bit WINEPREFIX. Remove builtins physically before running installer:
--- snip --- $ find .wine/drive_c/windows/system32/ ( -iname windowsc*.dll -o -iname photo*.dll ) -exec rm {} ; --- snip ---
To work around broken libx11 on various distros, prepend "taskset -c 0" (bug 32859) before the command:
--- snip --- $ taskset -c 0 wine ./wic_x86_enu.exe --- snip ---
After install completes and pressing "finish" button the installer doesn't terminate (everything explained in previous comments, patch is available for long time).
$ wine --version wine-1.5.29-38-g8e4317c
Regards