PWP 7 on Xubuntu 12.04

Moderator: jsachs

Post Reply
RScholl
Posts: 6
Joined: May 11th, 2013, 10:39 am
What is the make/model of your primary camera?: unkown

PWP 7 on Xubuntu 12.04

Post by RScholl »

I installed PWP 6 under Xubuntu 12.04 / Wine. The installation was easy and apart from some bugs using workflows PWP 6 works properly.
Now I wanted to install PWP 7, but got an error message "Picture Window Pro 32 v7.0 Setup Wizard ended prematurely because of an error."
Has anybody tried to install PWP 7 under Linux?
gio
Posts: 16
Joined: April 24th, 2009, 1:16 pm
What is the make/model of your primary camera?: NIkon D7000
Location: St. Florian / Austria
Contact:

Re: PWP 7 on Xubuntu 12.04

Post by gio »

I just tried it on Fedora 20 - PwP 7 brings the same error, PwP 6 can be installed:

first Version 7:

Code: Select all

wine setup.exe 
fixme:explorerframe:taskbar_list_SetProgressValue iface 0x12f7f0, hwnd 0x3004c, ullCompleted 10000, ullTotal c3800 stub!
fixme:explorerframe:taskbar_list_SetProgressState iface 0x12f7f0, hwnd 0x3004c, flags 0 stub!
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ready_media cabinet not found: L"C:\\users\\gio\\Application Data\\Digital Light & Color\\Picture Window Pro 32 v7.0 7.0.11\\install\\disk1.cab"
err:msi:ACTION_InstallFiles Failed to ready media for L"Gray_Wedge_15.tif"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:mstask:MSTASK_ITaskScheduler_Delete 0x131718, L"Z__mnt_hgfs_pwp_setuppwp32.exe.job": stub
then Version 6:

Code: Select all

[gio@localhost pwp]$ wine setuppwp6.exe 
fixme:explorerframe:taskbar_list_SetProgressValue iface 0x12d910, hwnd 0x3004c, ullCompleted 10000, ullTotal 7562da stub!
fixme:explorerframe:taskbar_list_SetProgressState iface 0x12d910, hwnd 0x3004c, flags 0 stub!
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:mstask:MSTASK_ITaskScheduler_Delete 0x12f5d8, L"Z__mnt_hgfs_pwp_setuppwp6.exe.job": stub
which works. Obviously the media cabinet disk1.cab cannot be extracted when used with wine.

regards
gio
ksinkel
Posts: 594
Joined: April 2nd, 2009, 11:58 am
Contact:

Re: PWP 7 on Xubuntu 12.04

Post by ksinkel »

I have received the following from someone who wants to post anonymously:

I was able to install and run both the 32-bit and 64-bit version of PWP7 (replace wine by wine64 for installing the 64-bit version) under Wine 1.4.1 on Ubuntu 13.10 using the following procedure:
1. Download the PWP7 setup.exe to an empty folder
2. Open a terminal, change directory to the directory containing the just downloaded PWP setup.exe
3. Type: wine setup.exe /extract:
4. Type: wine msiexec /i *.msi
5. Complete the setup.

If anyone tries it, please let us know what your success is.

Kiril
Kiril Sinkel
Digital Light & Color
gio
Posts: 16
Joined: April 24th, 2009, 1:16 pm
What is the make/model of your primary camera?: NIkon D7000
Location: St. Florian / Austria
Contact:

Re: PWP 7 on Xubuntu 12.04

Post by gio »

Hello Kiril,

I tried it on Fedora 20 with wine64 - the installation went ok and PwP works!
Thank you and the anonymous Supporter!

Code: Select all

[gio@localhost PwP]$ wine64 setup.exe /extract
fixme:explorerframe:taskbar_list_SetProgressValue iface 0x12d2e0, hwnd 0x1004c, ullCompleted 10000, ullTotal 2cbde89 stub!
fixme:explorerframe:taskbar_list_SetProgressState iface 0x12d2e0, hwnd 0x1004c, flags 0 stub!
[gio@localhost PwP]$ ls -l
insgesamt 92028
-rw-rw-r--. 1 gio gio 46311049 14. Jän 06:44 disk1.cab
-rw-r--r--. 1 gio gio 47313463 14. Jän 06:44 setup.exe
-rw-rw-r--. 1 gio gio   604160 14. Jän 06:44 setup.msi
[gio@localhost PwP]$ wine64 msiexec /i setup.msi
wine: created the configuration directory '/home/gio/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xeee2f8, overlapped 0xeee310): stub
fixme:storage:create_storagefile Storage share mode not implemented.
p11-kit: couldn't load module: /usr/lib/pkcs11/p11-kit-trust.so: /usr/lib/pkcs11/p11-kit-trust.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
fixme:iphlpapi:NotifyAddrChange (Handle 0x122e8b0, overlapped 0x122e8bc): stub
wine: configuration in '/home/gio/.wine' has been updated.
fixme:storage:create_storagefile Storage share mode not implemented.
[gio@localhost PwP]$ 
Best regards
gio
GBolgar
Posts: 1
Joined: August 6th, 2015, 7:06 am
What is the make/model of your primary camera?: FujiFilm X-S1

Re: PWP 7 on Xubuntu 12.04

Post by GBolgar »

Worked for me also, thanks.

Only slight issue was that even though I had installed 64 bit Wine, the wine configuration was still set at 32 bit, so I had create a new 64 bit wine configuration and get everything to point to that.

https://wiki.archlinux.org/index.php/Wine#Configuration
Post Reply