Trying to run PhotoimpactX3

Questions about Wine on macOS.
Locked
rin67630
Level 2
Level 2
Posts: 16
Joined: Sun Nov 21, 2021 4:19 pm

Trying to run PhotoimpactX3

Post by rin67630 »

Hi I am trying to run Photoimpact X3 on Wine.

It installed correctly, but refuses to start.

Code: Select all

0024:fixme:shell:IShellBrowser_fnOnViewWindowActive stub, 0x15cea0 (0x1976e0)
0024:fixme:exec:SHELL_execute flags ignored: 0x0000000c
0208:err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Corel\\Ulead PhotoImpact X3\\Iedit.exe") not found
0208:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\Corel\\Ulead PhotoImpact X3\\Iedit.exe" failed, status c0000135
MFC42.DLL should be the Visual c++ library, which I tried to retrofit using Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) [vc_redist.exe] (13.767.776 bytes) which is the only pckage left by Microsoft to download.

It installed ans reported OK, but I keep getting the same error upon trying to start C:\\Program Files\\Corel\\Ulead PhotoImpact X3\\Iedit.exe.

Has anyone an idea what I could do?
Thank you.

Laszlo
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Trying to run PhotoimpactX3

Post by Gcenx »

You want to be installing dotnet/vcrun etc using winetricks as that will download/install and set any needed overrides.
rin67630
Level 2
Level 2
Posts: 16
Joined: Sun Nov 21, 2021 4:19 pm

Re: Trying to run PhotoimpactX3

Post by rin67630 »

Thank you for your help. Winetricks worked.
👍
Regards
Laszlo
Locked