[Bug 13285] WriteIniValues does not create c:/windows/ DieVölkerGold .ini

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 19 10:29:17 CDT 2008


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


Jörg Höhle <hoehle at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13177|0                           |1
        is obsolete|                            |




--- Comment #5 from Jörg Höhle <hoehle at users.sourceforge.net>  2008-05-19 10:29:17 ---
Created an attachment (id=13180)
 --> (http://bugs.winehq.org/attachment.cgi?id=13180)
WINEDEBUG=+msi,+profile trace from msiexec /i

The following excerpt hints at what's going wrong:

trace:msi:ITERATE_WriteIniValues Adding value L"Version" to section L"Info" in
L"C:\\windows\\diev\00f6l~1.ini|diev\00f6lkergold.ini"
trace:profile:PROFILE_Open path:
L"C:\\windows\\diev\00f6l~1.ini|diev\00f6lkergold.ini"
warn:profile:PROFILE_Open Error 123 opening file
L"C:\\windows\\diev\00f6l~1.ini|diev\00f6lkergold.ini"
winerror.h:#define ERROR_INVALID_NAME  123

I used 0.9.61 (not rc1) for this one log.
kernel32/profile.c:PROFILE_Open uses:
    hFile = CreateFileW(buffer, GENERIC_READ, FILE_SHARE_READ, NULL,
OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);

So either the Umlaut is the problem, or the surprising (to me)
"...|alternatename.ini" syntax.


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