[Bug 29958] New: UIRibbon Framework not implemented: 926749fa-2615-4987-8845-c33e65f2b957
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(a)winehq.org ReportedBy: wine.dev(a)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... -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29958 Detlef Riekenberg <wine.dev(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29958 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
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(a)DU?$char_traits(a)D@std@@@std@@QAEAAV01(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29958 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz(a)gmail.co | |m --- Comment #1 from Jerome Leclanche <adys.wh(a)gmail.com> 2013-02-07 06:39:33 CST --- *** Bug 31950 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29958 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)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; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29958 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #3 from winetest(a)luukku.com --- More info https://msdn.microsoft.com/en-us/library/windows/desktop/dd742706(v=vs.85).a... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29958 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de Resolution|--- |FIXED Fixed by SHA1| |ec1b32624bc4fb34f6438a3d73d | |b1be0f13d04b3 Status|NEW |RESOLVED --- Comment #4 from Fabian Maurer <dark.shadow4(a)web.de> --- Fixed since ec1b32624bc4fb34f6438a3d73db1be0f13d04b3. Still has no working implementation though, and probably won't have for a long time. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=29958 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.17. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org