Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Questions about Wine on Linux
Locked
yoav_chai
Newbie
Newbie
Posts: 1
Joined: Mon Feb 08, 2021 7:24 am

Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Post by yoav_chai »

Hey,
I tried to install Adobe DNG Converter 13.1 using this guide with wine 6.0 (I have successfully installed previous versions)
https://rawpedia.rawtherapee.com/How_to ... ats_to_DNG

But I get “windows 10 and above required”
Is there a way to prevent it that adobe see it as windows 10?
I config using winecfg to windows 10.

wine --version
wine-6.0

ubuntu 18.04

Thanks!
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Post by jkfloris »

What is the output of:

Code: Select all

wine reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion"
piratenpanda
Newbie
Newbie
Posts: 1
Joined: Sun May 09, 2021 10:25 am

Re: Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Post by piratenpanda »

Wine 6.8 fixed this for me on Arch. DNG Converter 13.2 installed fined now, previously same error
winetime
Newbie
Newbie
Posts: 1
Joined: Sat Nov 14, 2020 2:07 pm

Re: Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Post by winetime »

Adobe DNG converter 13.3 does not work on Wine 6.12 staging. Querying the registry reports a build number of 17134, but Adobe's site states the minimum requirement for this version is 1809.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Install Adobe DNG converter 13.1 in linux - wine fails due to “windows 10 and above required”

Post by jkfloris »

Windows 10 uses a version number and an OS build number. If the version number needs to be 1809, that is equal to build number 17763.

Since Wine 5.19, 17763 is the build number for Windows 10

Do you get the right number when you change the Windows version to Windows 7 and back again?

Code: Select all

winecfg -v win7
winecfg -v win10
Locked