> userdef.reg is supposed to contain only HKEY_USERS/.Default; but it
> seems a typo crept it at some point that causes it to contain the
> whole registry. This should fix it (and may also fix some of your
> other issues):

ok, i see. that patch helped a bit. however: 
system.reg   --> HKEY_LOCAL_MACHINE
userdef.reg  --> HKEY_USERS/.DEFAULT
user.reg     --> HKEY_USERS/%username%

where is the place for HKEY_USERS/Software/... key? my native windows
registry contain one. i'm able to load it properly where it belongs, but
after wine exit that key will end in userdef.reg file. next time i run
regedit (and load only from home registry) the key is under
HKEY_USERS/.DEFAULT again, what is wrong.

what about change userdef.reg to contain HKEY_USERS and rename it to
some other name (and drop user.reg file because of duplicity)? there's a
patch about it in wine-patches. see if it's good enough.

martin

Reply via email to