All, The error message below appears on Wine start up. The .wine/config directory does not have a file L defined. Where does it, "L", come from? What is the cause of these errors? This configuration is Wine using a native position. Are these errors a result of the native registry or the wine registry? I have booted the native partition and run RegClean; it is happy with the native registry. This is a win98 system. Where did the win95 registry reference come from? Is this significant? Thanks, Dan [dan@600e bin]$ wine /mnt/win98/Program\ Files/Microsoft\ Office/Office/winword.exe err:reg:_convert_win95_registry_to_wine_format unable to load native win95 registry file L"c:\\windows\\user.dat": unknown signature. err:reg:_convert_win95_registry_to_wine_format Unable to load native win95 registry file L"c:\\windows\\user.dat". err:reg:_convert_win95_registry_to_wine_format Please report this. err:reg:_convert_win95_registry_to_wine_format Make a backup of the file, run a good reg cleaner program and try again! Warning: could not find DOS drive for current working directory '/usr/local/bin', starting in the Windows directory.
michael@cherryblossom.homelinux.com
2004-Aug-23 21:08 UTC
[Wine]wine reg clean up questions ??
On Sun, Aug 22, 2004 at 02:39:02PM -0700, Dan Sawyer wrote:> All, > > The error message below appears on Wine start up. The .wine/config > directory does not have a file L defined. Where does it, "L", come from?Someone said somewhere that L is not a typo (or anything else) -- it's supposedly some sort of Unicode marker. *shrugs*> What is the cause of these errors? This configuration is Wine using a > native position. Are these errors a result of the native registry or the > wine registry? I have booted the native partition and run RegClean; it > is happy with the native registry.Probably native, or both. Maybe wine just doesn't like your particular W98 user.dat -- did M$ decide to change the format of user.dat between W95/W98? As for regclean, have you tried rebuilding the registry? I believe that you (using windows regedit) export the entire registry to a .reg file, then in DOS mode, use regedit to create the registry from that reg file. I dunno if it works, but in lots of Windows' Tips and Tricks magazines, that's how they clean the registry. You do have the correct permissions on this partition, right? Linux has problems with FAT not having owners or true permssions -- if it's mounted with fstab, it becomes owned by root on my system, which might be annoying. Dunno though.> This is a win98 system. Where did the win95 registry reference come > from? Is this significant?Possibly. Could be an incomplete extension. In your config, are you emulating W98 mode, or W95 mode?> Thanks, > Dan > > [dan@600e bin]$ wine /mnt/win98/Program\ Files/Microsoft\ > Office/Office/winword.exe > err:reg:_convert_win95_registry_to_wine_format unable to load native > win95 registry file L"c:\\windows\\user.dat": unknown signature. > err:reg:_convert_win95_registry_to_wine_format Unable to load native > win95 registry file L"c:\\windows\\user.dat". > err:reg:_convert_win95_registry_to_wine_format Please report this. > err:reg:_convert_win95_registry_to_wine_format Make a backup of the > file, run a good reg cleaner program and try again! > Warning: could not find DOS drive for current working directory > '/usr/local/bin', starting in the Windows directory. > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-usersHope I helped. -Michael Chang