http://bugs.codeweavers.com/show_bug.cgi?id=618
*** shadow/618 Thu Apr 25 12:54:07 2002 --- shadow/618.tmp.31920 Thu Apr 25 12:54:07 2002 *************** *** 0 **** --- 1,32 ---- + +============================================================================+ + | msvcrt error and regedit strange message | + +----------------------------------------------------------------------------+ + | Bug #: 618 Product: Wine | + | Status: UNCONFIRMED Version: 20020411 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-programs | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: wine_bugtracking_account@dias.com.br | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + I have set up a clean fake windows dir with a WINEPREFIX set. + The config is set to not load the global registries. + After I install the program, I try to export the registry, this is what I get: + + $ regedit /E export_to.reg + fixme:msvcrt:MSVCRT__sopen : pmode 0x40020074 ignored + regedit: warning - unsupported registry format '7', treat as binary + + and MSVCRT error, + and a warning about the registry format, however, there is no binary dat files. + The only registry available is the .reg files in $WINEPREFIX. + + Note that everything works, I do the the final registry exported. + + The regedit tool is the one wine provides using winelib. \ No newline at end of file