http://bugs.winehq.org/show_bug.cgi?id=3690
------- Additional Comments From hammet@medipal-onko.ru 2005-28-11 15:46 ------- I've installed last Wine from CVS and removed ".wine" from my home directory. This solves a problem with javascript so I've decided it was not a bug of Wine, but a problem of some windows software.
But I've faced a problem with dreamweaver installer which one I have never seen before: at the end of installation, after creating "start menu" items, installer says: "An error occurred while launching the setup. (0x800706c0)" console messages are the following:
fixme:ole:RpcChannelBuffer_GetDestCtx (0x148cf1a8,0x148cf1ac), stub! fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8efd8,0x7ba8efdc), stub! fixme:ole:RpcChannelBuffer_GetDestCtx (0x7ba8eebc,0x7ba8eec0), stub! fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0x2) 7beb0064 fixme:ole:VARIANT_UserFree handle unknown complex type err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to dispatch exception. err:ole:xCall RpcChannelBuffer SendReceive failed, 800706c0
however, program starts correctly except for problem described at the start of discussion.
Also there is some bugs which I saw at old versions of Wine and which ones have not solved so far.
Firstly, there is a bug with active content in the "design view": I've created an empty HTML document, then switched to the "design view" and then inserted a flash movie in it. Next I've started to play this movie and tried to switch back to the "code view". Both the "view" buttons have stayed pressed and from now on I had no way to look at the "design view" except closing a document and opening it again. this I've seen in console:
fixme:imm:ImmGetContext (0x...): stub fixme:imm:ImmReleaseContext (0x..., (nil)): stub
I've created an empty document once again. Then, I've clicked to the "Insert Table" button on taskbar. Dialog window had opened, but with no controls. After moving that window and clicking on it, I realized that controls had been created but had not been drawn. The same thing happens with some other dialogs (e.g. "Insert Date") console messages are the same as in previous bug..