http://bugs.winehq.org/show_bug.cgi?id=25498
Summary: ACDSeePFM doesn't see dlls in Common Files Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=32462) --> (http://bugs.winehq.org/attachment.cgi?id=32462) Terminal output on Wine 1.3.9 at installation
Steps to reproduce: 1) remove ~/.wine 2) install acdseepfm-1-0-81-win-en.exe 3) wine ACDSeePFM.exe
Behaviour: err:module:import_dll
Expected behaviour: no err:module:import_dll
Terminal output: err:module:import_dll Library ShellIntMgrPFMU.dll (which is needed by L"C:\Program Files\ACD Systems\ACDSee Picture Frame Manager\1.0\ACDSeePFM.exe") not found err:module:import_dll Library ACDInTouch70U.dll (which is needed by L"C:\Program Files\ACD Systems\ACDSee Picture Frame Manager\1.0\ACDSeePFM.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\ACD Systems\ACDSee Picture Frame Manager\1.0\ACDSeePFM.exe" failed, status c0000135
Additional info: Both dlls are available in "~/.wine/drive_c/Program Files/Common Files/ACD Systems" and if I copy them to application main directory both errors disappear.
http://bugs.winehq.org/show_bug.cgi?id=25498
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://files.acdsystems.com | |/english/installers/acdseep | |fm-1-0-81-win-en.exe
http://bugs.winehq.org/show_bug.cgi?id=25498
--- Comment #1 from butraxz@gmail.com 2013-06-27 12:15:32 CDT --- This ticket has not been updated for over 900 days.
Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=25498
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |wylda@volny.cz Ever confirmed|0 |1
--- Comment #2 from Wylda wylda@volny.cz --- Confirming. The app still can't find ShellIntMgrPFMU.dll & ACDInTouch70U.dll.
Those two files are actually in: * /Program Files/Common Files/ACD Systems/ShellIntMgrPFMU.dll * /Program Files/Common Files/ACD Systems/EN/ACDInTouch70U.dll
Tested under wine-1.7.29.
https://bugs.winehq.org/show_bug.cgi?id=25498
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- still failing to find files
wine 1.7.50
https://bugs.winehq.org/show_bug.cgi?id=25498
--- Comment #4 from super_man@post.com --- (In reply to super_man from comment #3)
still failing to find files
wine 1.7.50
I think the problem is somewhere here.
http://source.winehq.org/git/wine.git/blob/442e60b7e4c010e6622d524f47a2dd0d2...
Maybe wine should on instead of error message put common files as argument to "load_path". And check the dlls available and then print the error messages if files arent found. It shouldnt be too complicated to form a patch.
Still valid issue 1.9.7
https://bugs.winehq.org/show_bug.cgi?id=25498
Qwerty Chouskie asdfghrbljzmkd@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd@outlook.com
https://bugs.winehq.org/show_bug.cgi?id=25498
--- Comment #5 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- This bug affects the Adobe Creative Cloud app as well:
"<prefix>/drive_c/Program Files/Common Files/Adobe/Adobe Desktop Common/HEX/Creative Cloud UI Helper.exe"
looks for
"<prefix>/drive_c/Program Files/Common Files/Adobe/Adobe Desktop Common/CEF/libcef.dll"
but it can't find it.
Steps to reproduce:
1. Download WebView2 Runtime (https://go.microsoft.com/fwlink/p/?LinkId=2124703) and install it 2. Add a config for `msedgewebview2.exe` and set the Windows version for it to Windows 7 3. Download and install Creative Cloud (`Creative_Cloud_Set-Up.exe`) 4. Try to run it 5. Notice a ton of errors as it tries to load libcef.dll
https://bugs.winehq.org/show_bug.cgi?id=25498
--- Comment #6 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Oops, forgot to mention, when running the creative cloud setup, you need to use this env var:
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--no-sandbox"