Re: [Patch] dlls/oleaut32/typelib.c - fix kazaalite
"Stefan Jones" <cretin(a)gentoo.org> wrote:
On upgrading to Wine 20030618/20030709 I found that kazaa lite will no longer work
...
The following patch reversal fixes it: ( it undoes Dmitry's patch )
If you could confirm that after your patch attached program while loading native olepro32.dll and msvbvm60.dll still prints the following: Loading: "olepro32.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 0 Loading: "msvbvm60.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 0 then your patch is OK. -- Dmitry.
It of course does not produce the same results, I get Loading: "olepro32.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 32 Loading: "msvbvm60.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 29 But the patch which fixed above must of induced an error elsewhere which broke kazaaLite, I will investigate further. Stefan On Fri, 2003-07-11 at 03:46, Dmitry Timoshkov wrote:
"Stefan Jones" <cretin(a)gentoo.org> wrote:
On upgrading to Wine 20030618/20030709 I found that kazaa lite will no longer work
...
The following patch reversal fixes it: ( it undoes Dmitry's patch )
If you could confirm that after your patch attached program while loading native olepro32.dll and msvbvm60.dll still prints the following:
Loading: "olepro32.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 0 Loading: "msvbvm60.dll" LoadTypeLib() = 00000000 GetLibAttr() = 00000000 ITypeLib2_Release() = 0
then your patch is OK.
participants (2)
-
Dmitry Timoshkov -
Stefan Jones