On Wed, 07 Jul 2004 21:05:58 -0400, Robert Reif wrote:
Where and how. It looks like wine/misc/registry.c _allocate_default_keys is creating HKEY_DYN_DATA\PerfStats but adding code for a new key doesn't get called. How and when does this code get called.
Make sure the wineserver shuts down between runs. If you have regedit running in the background that won't happen. Default key initialization only takes place when the client is the first to connect to the server.
wineserver -k can be used to force it to shut down.
thanks -mike