[Bug 24332] WoW: Cataclysm crashes on startup (needs GetUserDefaultLocaleName impl)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 16 11:21:17 CDT 2010


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

Robert Breithuber <brt at fdread.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30799|application/octet-stream    |text/plain
          mime type|                            |

--- Comment #15 from Robert Breithuber <brt at fdread.org> 2010-09-16 11:21:17 CDT ---
(From update of attachment 30799)
does not work for me, see attched log/backtrace

using ubuntu lucid wine1.3-1.3.2 sources from ppa

i am sure i patched the file correctly, the section in the patched locale.c
looks like this:


INT WINAPI GetUserDefaultLocaleName(LPWSTR localename, int buffersize)
{
    LCID userlcid;

    TRACE("%p, %d\n", localename,  buffersize);

    userlcid = GetUserDefaultLCID();
    return LCIDToLocaleName(userlcid, localename, buffersize, 0);
}

-- 
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