Trying to run Proselect software: missing dll's

Questions about Wine on Linux
Locked
mojoman317717
Newbie
Newbie
Posts: 4
Joined: Sat May 24, 2014 9:10 pm

Trying to run Proselect software: missing dll's

Post by mojoman317717 »

I need help getting Proselect to run on Xubuntu 14.04. It installed pretty well through wine, but I think I am missing a couple of DLL's.

After launching the program in the CLI using

Code: Select all

env WINEPREFIX="/home/astro/.wine" wine C:\\Program\ Files\ \(x86\)\\TimeExposure\\ProSelect\\ProSelect.exe 
I get the following error feedback:

Code: Select all

err:module:import_dll Library ICM32.dll (which is needed by L"C:\\Program Files (x86)\\TimeExposure\\ProSelect\\ProSelect Libs\\MBSWindowsICMPlugin16619.dll") not found
err:module:import_dll Library ICMUI.DLL (which is needed by L"C:\\Program Files (x86)\\TimeExposure\\ProSelect\\ProSelect Libs\\MBSWindowsICMPlugin16619.dll") not found
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f4a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f4a8,0x00000000), stub!
Is this indicating I need both ICM32.dll and ICMUI.dll?? According to a quick google search these are both related to Windows color management.

Thoughts anyone?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Trying to run Proselect software: missing dll's

Post by dimesio »

mojoman317717 wrote: Is this indicating I need both ICM32.dll and ICMUI.dll??
Yes.
mojoman317717
Newbie
Newbie
Posts: 4
Joined: Sat May 24, 2014 9:10 pm

Re: Trying to run Proselect software: missing dll's

Post by mojoman317717 »

Ok, so how do I get them?
mojoman317717
Newbie
Newbie
Posts: 4
Joined: Sat May 24, 2014 9:10 pm

Re: Trying to run Proselect software: missing dll's

Post by mojoman317717 »

ok, I've made some progress on this issue. I can download the missing DLL's easily enough, but apparently they need to be registered into the "windows" registry. On an actual windows machine this would be done with a run command "regsrvr32", but obviously this is not a windows machine. So, the obvious question is--how do I register these files once I have them in the proper directory?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Trying to run Proselect software: missing dll's

Post by dimesio »

With Wine's regsvr32.
mojoman317717
Newbie
Newbie
Posts: 4
Joined: Sat May 24, 2014 9:10 pm

Re: Trying to run Proselect software: missing dll's

Post by mojoman317717 »

Thank you for responding. Is it possible for you to provide a few more details? Like, how to run the command, and from where etc...?
Locked