http://bugs.winehq.org/show_bug.cgi?id=23912
Summary: dvdflick has an error on startup: "Object doesn't support this property or method" Product: Wine Version: 1.3.0 Platform: x86 URL: http://sourceforge.net/project/showfiles.php?group_id= 170196&package_id=194180 OS/Version: Linux Status: NEW Keywords: download, regression, source Severity: trivial Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: huw@codeweavers.com
Created an attachment (id=30022) --> (http://bugs.winehq.org/attachment.cgi?id=30022) terminal output
Regression caused by: baef9a7e92d93bde21303d8f81c7d80dee9b1780 is the first bad commit commit baef9a7e92d93bde21303d8f81c7d80dee9b1780 Author: Huw Davies huw@codeweavers.com Date: Thu Jul 29 13:20:21 2010 +0100
oleaut32: Don't invoke a function that has the restricted attribute or is part of an interface that's marked as restricted.
:040000 040000 b3bd2113fdf40b71ba94ba11f68607422777a388 b3e20e99539ff392dd8edce0af67d4c2491fae57 M dlls
easy to reproduce. Download app, install, and run. I'm not sure what it breaks, if anything. The app itself is kinda useless, see bug 15225.
http://bugs.winehq.org/show_bug.cgi?id=23912
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |baef9a7e92d93bde21303d8f81c | |7d80dee9b1780
http://bugs.winehq.org/show_bug.cgi?id=23912
jhgf bernhardloos@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos@googlemail.com
--- Comment #1 from jhgf bernhardloos@googlemail.com 2011-09-29 18:15:53 CDT --- I'm not 100% sure what the restricted keyword is supposed to do, msdn mentions only that "for example, it can prevent a data item from being used by a macro programmer." But suspect the access check is supposed to happen in the macro interpreter instead of the typelib system in oleaut32.
The actual failures in this case come from two points: One are calls to IDispatch (which is restricted) from the stdole2.tlb type library. The other point are a bunch of calls to restricted methods in IFolderCollection in the scrrun.dll type library. This isn't part of wine so it's not a case of a wrong idl file somewhere.
http://bugs.winehq.org/show_bug.cgi?id=23912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29830
http://bugs.winehq.org/show_bug.cgi?id=23912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2012-02-07 17:12:16 CST --- Works after http://source.winehq.org/git/wine.git/commitdiff/0425a110d92ba61fcb3638443bc...
and working around bug 29830 with `winetricks -q wsh57`.
Thanks Huw!
http://bugs.winehq.org/show_bug.cgi?id=23912
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0425a110d92ba61fcb3638443bc | |7782c9dbd7cde
http://bugs.winehq.org/show_bug.cgi?id=23912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-02-11 13:52:07 CST --- Closing bugs fixed in 1.4-rc3.
http://bugs.winehq.org/show_bug.cgi?id=23912
Bug 23912 depends on bug 29830, which changed state.
Bug 29830 Summary: dvdflick has an error on startup: ActiveX component can't create object http://bugs.winehq.org/show_bug.cgi?id=29830
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
https://bugs.winehq.org/show_bug.cgi?id=23912
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL|http://sourceforge.net/proj |https://web.archive.org/web |ect/showfiles.php?group_id= |/20130202010017/http://iweb |170196&package_id=194180 |.dl.sourceforge.net/project | |/dvdflick/dvdflick/DVD%20Fl | |ick%201.3.0.7/dvdflick_setu | |p_1.3.0.7.exe Summary|dvdflick has an error on |DVD Flick 1.3.0.7 has an |startup: "Object doesn't |error on startup: "Object |support this property or |doesn't support this |method" |property or method" Severity|trivial |minor