[OLE #31] Dynamically Allocate the MTA

Vincent Béron vberon at mecano.gme.usherb.ca
Sun Jan 16 15:28:55 CST 2005


Le mar 11/01/2005 à 14:03, Robert Shearman a écrit :
> Changelog:
> - Make MTA dynamically allocated so that proxies and other resources are 
> freed at the proper time.
> - Changed/removed some incorrect comments regarding apartments.
> ----
> 

This patch broke wineprefixcreate invocation for me.

What happens is I get a:
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Resource id in failed request:  0x77e61740
  Serial number of failed request:  107
  Current serial number in output stream:  114
error while wineprefixcreate runs "wine rundll32.exe
setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf".

The error do go away if one of avifil32.dll or devenum.dll is commented
out in [RegisterDllsSection] in wine.inf.

My personal guess is that one (or both) of those dlls do something which
they should not, and we end up with using freed or unallocated memory.

Vincent





More information about the wine-devel mailing list