http://bugs.winehq.org/show_bug.cgi?id=18970
Summary: COM components referencing invalid CLSID's (appinstall) Product: Wine Version: 1.1.21 Platform: PC URL: http://www.ccleaner.com/download OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
First one: The COM component IImgCtx references an invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry value in question: ActiveX/COM Issue IImgCtx - {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}h HKCR\IImgCtx
Second one: The COM component CLSID{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C} references an invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry entry: ActiveX/COM Issue InProcServer32\C:\windows\system32\qmgrprxy.dll HKCR\CLSID{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}
http://bugs.winehq.org/show_bug.cgi?id=18970
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #1 from butraxz@gmail.com 2012-05-23 13:50:13 CDT --- This bug has not been updated for three years. Is this still an issue i current (1.5.4) or newer wine ?
https://bugs.winehq.org/show_bug.cgi?id=18970
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
https://bugs.winehq.org/show_bug.cgi?id=18970
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #2 from Béla Gyebrószki gyebro69@gmail.com --- CLSID IImgCtx {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B} is used by comctl32 or mshtml to display images for backgrounds and in list view controls, if I'm reading this page properly: http://www.geoffchappell.com/studies/windows/ie/mshtml/interfaces/iimgctx.ht...
Some of the installers from the publisher Viva Media are showing images in their installers, and the images are cycling as a slideshow during installation. The images are positioned below the progress bar inside the installer window. Those images are missing when installing the game in Wine.There is a <Show details> button below the progress bar, but it shows only 'Installing xyz...' I'm getting these in the terminal during installation: fixme:mshtml:DllGetClassObject Unknown class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} not registered err:ole:CoGetClassObject no class object {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} could be created for context 0x7
Tried with native ie6 and ie7, but the images just didn't appear in the installer.
wine-1.7.49-41-g36a39ce
https://bugs.winehq.org/show_bug.cgi?id=18970
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Let's make this about IImgCtx then, and component to mshtml?
https://bugs.winehq.org/show_bug.cgi?id=18970
--- Comment #4 from Béla Gyebrószki gyebro69@gmail.com --- (In reply to Nikolay Sivov from comment #3)
Let's make this about IImgCtx then, and component to mshtml?
I can open a new bug about the missing CLSID IImgCtx issue that affects those installers, if that's more appropriate.
https://bugs.winehq.org/show_bug.cgi?id=18970
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Béla Gyebrószki from comment #4)
(In reply to Nikolay Sivov from comment #3)
Let's make this about IImgCtx then, and component to mshtml?
I can open a new bug about the missing CLSID IImgCtx issue that affects those installers, if that's more appropriate.
Sure, go ahead. This interface is already documented apparently, it increases chances that someone will pick it up.
https://bugs.winehq.org/show_bug.cgi?id=18970
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-6.18?
https://bugs.winehq.org/show_bug.cgi?id=18970
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? |
--- Comment #7 from Austin English austinenglish@gmail.com --- (In reply to joaopa from comment #6)
Does the bug still occur with wine-6.18?
There's a download available to test yourself