http://bugs.winehq.org/show_bug.cgi?id=2872
lod@infaze.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|20050310 |20050830
------- Additional Comments From lod@infaze.com.au 2005-08-10 09:37 ------- Using: Wine 20050830
I tried running the setup command normally, 'wine setup.exe' It dies with an InstallShield error during the "Configuring windows installer" stage, 1608: Unable to create InstallDriver instance. Wine produces the following errors,
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for interface {00000131-0000-0000-c000-000000000046}, error 0x80040155 err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
Running with the frankscorner workaround used in the earlier report causes the installer to die at the same point. Wine then attempts to launch the debugger but it doesn't seem to be able to start. The following error is produced after I ctrl-c the attempt to load the debugger.
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0xb7f6f336
I also experimented in setting, WINEDEBUG="warn+all" wine without producing any extra information. Attempting to use winedbg was unsucessful as it exited in wine_switch_to_stack before the installshield program started.