http://bugs.winehq.org/show_bug.cgi?id=26193
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE
--- Comment #6 from Anastasius Focht focht@gmx.net 2011-05-15 14:24:09 CDT --- Hello,
well sorry to disturb you again guys ... it _is_ a duplicate - but now of bug 23861 ;-) I ran the thing under a debugger to avoid the app's own crash handler (see exceptions first) ... and came across this:
--- snip --- ... err:ole:CoGetClassObject no class object {1968106d-f3b5-44cf-890e-116fcb9ecef1} could be created for context 0x17 Unhandled exception: page fault on read access to 0x0000041c in 32-bit code ... Backtrace: =>0 0x01198ffe in foo_upnp (+0x28ffe) (0x0033e5e4) 1 0x68a62d3b get_marshaler+0x3e(riid=0x68b1f32c, pUnk=0x13f4204, dwDestContext=0, pvDestContext=0x0(nil), mshlFlags=0x1, pMarshal=0x33e6d4) [/opt/projects/wine/wine-git/dlls/ole32/marshal.c:1546] in ole32 (0x0033e624) 2 0x68a6366f CoMarshalInterface+0x1a6(pStream=0x164ae8, riid=0x68b1f32c, pUnk=0x13f4204, dwDestContext=0, pvDestContext=0x0(nil), mshlFlags=0x1) [/opt/projects/wine/wine-git/dlls/ole32/marshal.c:1741] in ole32 (0x0033e754) 3 0x68a69c82 RegisterDragDrop+0x2a3(hwnd=0x2009e, pDropTarget=0x13f422c) [/opt/projects/wine/wine-git/dlls/ole32/ole2.c:461] in ole32 (0x0033e7c4) 4 0x0117eea6 in foo_upnp (+0xeea5) (0x0033e7f8) 5 0x0117d55d in foo_upnp (+0xd55c) (0x0033e81c) 6 0x01199516 in foo_upnp (+0x29515) (0x0033e840) 7 0x01198e73 in foo_upnp (+0x28e72) (0x0033e86c) 8 0x01199130 in foo_upnp (+0x2912f) (0x0033e8b4) 9 0x0119905c in foo_upnp (+0x2905b) (0x0033e8dc) --- snip ---
Bingo ... applying a partly reverted version of http://source.winehq.org/git/wine.git/commitdiff/6d1ef3a6a64f0fabf05ce1bba5f... no crash happens. A dialog to select one of the uPNP media servers discovered on my network is shown.
Regards
*** This bug has been marked as a duplicate of bug 23861 ***