http://bugs.winehq.org/show_bug.cgi?id=29958
Bug #: 29958 Summary: UIRibbon Framework not implemented: 926749fa-2615-4987-8845-c33e65f2b957 Product: Wine Version: 1.4-rc4 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de Classification: Unclassified
The Ribbon Framework is not implemented:
0009:err:ole:CoGetClassObject class {926749fa-2615-4987-8845-c33e65f2b957} not registered 0009:err:ole:create_server class {926749fa-2615-4987-8845-c33e65f2b957} not registered 0009:err:ole:CoGetClassObject no class object {926749fa-2615-4987-8845-c33e65f2b957} could be created for context 0x17
Example App (needs native msvcp100, see bug #29340): http://www.codeproject.com/Articles/140647/How-to-Support-the-Ribbon-and-a-M...
http://bugs.winehq.org/show_bug.cgi?id=29958
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://www.codeproject.com/ | |Articles/140647/How-to-Supp | |ort-the-Ribbon-and-a-Menu-i | |n-the-Same-E Depends on| |29340
http://bugs.winehq.org/show_bug.cgi?id=29958
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=29958
Bug 29958 depends on bug 29340, which changed state.
Bug 29340 Summary: Multiple apps need msvcp100.dll.??5?$basic_istream@DU?$char_traits@D@std@@@std@@QAEAAV01@AAI@Z (Cave Story+, Arda C&C Red Alert extension) http://bugs.winehq.org/show_bug.cgi?id=29340
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=29958
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #1 from Jerome Leclanche adys.wh@gmail.com 2013-02-07 06:39:33 CST --- *** Bug 31950 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=29958
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2013-02-07 07:35:34 CST --- Simple test case, from Zezula's MPQEditor:
static bool IsRibbonSupported() { IUIFramework * pUIFramework = NULL; HRESULT hr; hr = CoCreateInstance(CLSID_UIRibbonFramework, NULL, CLSCTX_INPROC_SERVER,__uuidof(IUIFramework), (PVOID *)&pUIFramework); if(SUCCEEDED(hr)) { pUIFramework->Release(); return true; } return false; }
https://bugs.winehq.org/show_bug.cgi?id=29958
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- More info
https://msdn.microsoft.com/en-us/library/windows/desktop/dd742706(v=vs.85).a...
https://bugs.winehq.org/show_bug.cgi?id=29958
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Resolution|--- |FIXED Fixed by SHA1| |ec1b32624bc4fb34f6438a3d73d | |b1be0f13d04b3 Status|NEW |RESOLVED
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Fixed since ec1b32624bc4fb34f6438a3d73db1be0f13d04b3.
Still has no working implementation though, and probably won't have for a long time.
https://bugs.winehq.org/show_bug.cgi?id=29958
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.17.