[Bug 50392] New: Adobe DNG converter 13.x (Win10 app) installer creates broken installation despite reporting success (main binaries missing)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 23 16:14:56 CST 2020


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

            Bug ID: 50392
           Summary: Adobe DNG converter 13.x (Win10 app) installer creates
                    broken installation despite reporting success (main
                    binaries missing)
           Product: Wine
           Version: 5.10
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
      Distribution: ---

Hello folks,

while checking bug 49563 ("Adobe DNG converter crashes after updating to wine
5.12") I've noticed that Adobe DNG converter 13.x installer reports success on
all Wine 3.x, 4.x, 5.x releases but leaves a broken installation until Wine
5.12. The main binaries are missing.

Adobe DNG converter 13.x requires WinVer set to 'Windows 10' otherwise the
installer will refuse to run.

This was fixed by commit
https://source.winehq.org/git/wine.git/commitdiff/c70a303cd44e3463772ab9ecd2c6f4e73df676cd
("kernel32: Implement IsWow64Process2.").

Before:

--- snip ---
$ tree --charset=ANSI .wine/drive_c/Program\ Files/Adobe/

.wine/drive_c/Program Files/Adobe/
`-- Adobe DNG Converter

$ du -sh .wine/drive_c/Program\ Files/Adobe/

8.0K    .wine/drive_c/Program Files/Adobe/

$ tree --charset=ANSI -L 2 .wine/drive_c/ProgramData/Adobe/

.wine/drive_c/ProgramData/Adobe/
`-- CameraRaw
    |-- CameraProfiles
    |-- LensProfiles
    |-- SaveOptions
    `-- Settings

$ du -sh .wine/drive_c/ProgramData/Adobe/

983M    .wine/drive_c/ProgramData/Adobe/
--- snip ---

After:

--- snip ---
$ tree --charset=ANSI .wine/drive_c/Program\ Files/Adobe/

.wine/drive_c/Program Files/Adobe/
`-- Adobe DNG Converter
    |-- Adobe DNG Converter.exe
    |-- vcruntime140_1.dll
    `-- vcruntime140.dll

$ du -sh .wine/drive_c/Program\ Files/Adobe/

113M    .wine/drive_c/Program Files/Adobe/

$ tree --charset=ANSI -L 2 .wine/drive_c/ProgramData/Adobe/
.wine/drive_c/ProgramData/Adobe/
`-- CameraRaw
    |-- CameraProfiles
    |-- LensProfiles
    |-- SaveOptions
    `-- Settings

$ du -sh .wine/drive_c/ProgramData/Adobe/

983M    .wine/drive_c/ProgramData/Adobe/
--- snip ---

I'm intentionally creating this as dupe to make the broken behaviour of the
Adobe DNG converter 13.x installer more visible in Bugzilla and search engine
results.

I've created snapshots via Internet Archive:

$ sha1sum DNGConverter_13_*
f13e96f38fbd00c65f4b181294a71812ffd09d70  DNGConverter_13_0.exe
3552c924a6928aa092384cae54a2511bc056d1eb  DNGConverter_13_1.exe

$ du -sh DNGConverter_13_*
475M    DNGConverter_13_0.exe
567M    DNGConverter_13_1.exe

$ wine --version
wine-5.11-229-gc70a303cd44

Regards

-- 
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