Unimplemented function SHLWAPI.dll.SHRegGetValueW

Questions about Wine on Linux
Locked
leonicolas
Newbie
Newbie
Posts: 2
Joined: Thu Feb 27, 2014 10:33 am

Unimplemented function SHLWAPI.dll.SHRegGetValueW

Post by leonicolas »

Hello

I'm trying to execute a specific Windows software on Wine but I'm getting the above error when it tries to login using an Internet request.

wine: Call from 0x7bc54260 to unimplemented function SHLWAPI.dll.SHRegGetValueW, aborting

First, the software crashed by error in wininet.dll. To solve the problem, I overrode the dll with a native version and installed the IE8 with winetricks.
After that, I got stuck on the shlwapi.dll error. I tried to solve overriding shlwapi.dll with a native version but the error still persists.
leonicolas
Newbie
Newbie
Posts: 2
Joined: Thu Feb 27, 2014 10:33 am

Re: Unimplemented function SHLWAPI.dll.SHRegGetValueW

Post by leonicolas »

I'm using the last Wine version, 1.7.13
Locked