On Sun, 29 Aug 2004 13:55:49 +0200, Stefan Leichter wrote:
trying to install ie6 on current wine gives me an endless loop with function calls to CommonUnimpStub().
Try export WINEDLLOVERRIDES="advapi32=builtin"
You may need others. You can refer to the source of my IE6 installer script to see how to solve some similar problems.
Unfortunately the only way to fix this one so it works out of the box is to force advapi32 to always load builtin, and never native. I'm not sure what Alexandres policy on modifying the default DLL overrides in the source is. Last time I submitted a patch to change the internal table it was rejected.