DxO PureRaw 2 wrong Windows Version

Questions about Wine on Linux
Locked
wapitifass
Newbie
Newbie
Posts: 2
Joined: Thu Apr 22, 2021 7:21 pm

DxO PureRaw 2 wrong Windows Version

Post by wapitifass »

Hi,

I try to install DxO PureRaw 2 on wine. It works ok, because you can use everything except the latest algorithm. When you start the program it say, that the windows version is not supported and you need to upgrade your windows. Requirements from DxO are:

Microsoft® Windows® 10 version 1809 (64-bit) and above, Microsoft® Windows® 11

I use wine-7.21 and changed to Windows 10 in winecfg.

I also changed CurrentBuild and CurrentBuildNumber to 19044 in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion

Don't know if 19044 is the newest one I just read it in a post.

But it didn't work. Is there any other option I have?

If I ignore the error-message about my Windows 10 version and use the latest algorithm anyway the program freezes and I get:

Code: Select all

010c:fixme:winsock:setsockopt SO_ERROR, stub!
010c:err:virtual:virtual_setup_exception stack overflow 1808 bytes in thread 010c addr 0x1700317a2 stack 0x208f0 (0x20000-0x21000-0x120000)
So if you have any ideas I would appreciate it. Other than that the program is totally useable, so it would be very nice.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: DxO PureRaw 2 wrong Windows Version

Post by jkfloris »

The program also wants a ReleaseID-key in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion:

Code: Select all

wine reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' /t REG_SZ /reg:64 /v ReleaseID /d 2009
Unfortunately, this does not solve the crash.
Locked