Invalid handles for RegOpenKey with 64bit wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Invalid handles for RegOpenKey with 64bit wine

Post by yugandhar »

Hi,

Am using wine-1.1.17 version compiled for 64 bit linux to run 64bit windows applications.
When my application tries to open any RegistryKey's, I find always the INVALID_HANDLE for open_keys.Is there any specific configuration required either thru winetricks or any form to access the registry keys?

Thanks,
Yugandhar
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Invalid handles for RegOpenKey with 64bit wine

Post by austin987 »

On Wed, Apr 8, 2009 at 10:25 AM, yugandhar <[email protected]> wrote:
Hi,

Am using wine-1.1.17 version compiled for 64 bit linux to run 64bit windows applications.
When my application tries to open any RegistryKey's, I find always the INVALID_HANDLE for open_keys.Is there any specific configuration required either thru winetricks or any form to access the registry keys?
No, winetricks won't be of any help here. The problem is that a lot of
stuff on 64-bit platforms isn't yet implemented.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Invalid handles for RegOpenKey with 64bit wine

Post by vitamin »

yugandhar wrote:Am using wine-1.1.17 version compiled for 64 bit linux to run 64bit windows applications.
When my application tries to open any RegistryKey's, I find always the INVALID_HANDLE for open_keys.
Open bug report. All support for win-64 is highly experiential atm.
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Post by yugandhar »

This problem got resolved with wine 1.1.19 version
Locked