Hello,
trying to install ie6 on current wine gives me an endless loop with function calls to CommonUnimpStub().
I started with .wine and dirve_c created by wine and installed dcom98, vc c++ runtime, vb 5 + 6 Runtime
What i found so far is that it happens when the iebatch.exe gets started. The call the DllMain of the gdi32.dll never returns.
In the traces i can see:
0016:Call PE DLL (proc=0x4080e5a4,module=0x40800000 L"gdi32.dll",reason=PROCESS_ATTACH,res=0x1)
but a line like
0016:Ret PE DLL (proc=0x409b15a4,module=0x409a0000 L"gdi32.dll",reason=PROCESS_ATTACH,res=0x1) retval=1
is not inside the log file.
Any tips to get around this problem ?
Bye Stefan