[Bug 32329] New: RegOpenKeyExW causes dll initializations to fail

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 29 18:27:56 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32329

             Bug #: 32329
           Summary: RegOpenKeyExW causes dll initializations to fail
           Product: Wine
           Version: 1.5.18
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: advapi32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: tom.gankema at gmail.com
    Classification: Unclassified


I encountered this problem when trying to run a cracked version of Football
Manager 2013, this game works under windows though. The errors I got look like:

err:module:attach_process_dlls "mpr.dll" failed to initialize, aborting

Tried to trace it down and it seems to be caused by the RegOpenKeyExW function,
which is called somewhere in the initialization of the dll. When changing the
call to RegOpenKeyExA the problem seems to be solved, but I am not
knowledgeable to see what side effects this might have. The same problem occurs
for other dll initializations for this game.

So it seems to be an ansi / unicode error which not exists under windows.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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