[Bug 39124] Paint Shop Pro X8 Installer hangs

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 24 03:38:30 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=39124

Jeff D. Hanson <jhansonxi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhansonxi at gmail.com

--- Comment #3 from Jeff D. Hanson <jhansonxi at gmail.com> ---
The installer is actually a downloader and front-end to the installer.  It
needs native urlmon.dll (and its dependency iertutil.dll).  This is enough to
get it to download the install package (about 140MB) to:

$WINEPREFIX/drive_c/users/$USER/Temp/(varies)/pspx8_en_32.zip

The downloader will not progress to actually installing after the file is
downloaded.  To get the downloader fully working requires IE.  Using
"winetricks -q ie8" will also include native urlmon.dll (at least on 32-bit). 
The actual installer requires msxml3 (and/or msxml4) and will install dotnet40
and vcrun2012 (not preventable, even if pre-installed).  To make dotnet40
happy, corefonts are needed.  The gdiplus.dll is also included. So base install
prerequisites are something like:

winetricks -q corefonts dotnet40 msxml3 msxml4 vcrun2012 ie8 win7

Installer still crashes however.  Seems to be related to mouse events.  If
you're fast you can agree to the EULA and get through the dialogs to where it
begins installing before it crashes.

Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (git)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list