http://bugs.winehq.org/show_bug.cgi?id=2622
------- Additional Comments From jonathan@ernstfamily.ch 2005-26-09 04:46 -------
After a cvs update -PAd, I did a make uninstall, moved my .wine out of the way,
Don't do that in that order, it wont uninstall cleanly in all cases... Make something like:
make uninstall; update -PAd ; ./configure; make depend && make ; make install
and then executed tools/wineinstall. Once it was in place, I verified that my
This is not needed anymore
I've never directly edited user.reg, and it didn't seem to have a DllOverrides section, so I made the changes requested in comment #7 in my .wine/config.
DllOverrides are modified using winecfg in recent wines and .wine/config file is not used (and ignored afaik), so don't use it. winecfg is a graphical front-end to edit Wine's configuration.