Hello, I'm trying to run Corel Gallery. I've installed succesfully the application. When I select convert in menu, nothing happen and wine said : err:ole:CoGetClassObject class {57a17730-e8d6-11d1-b1ff-99a7a7feb94a} not registered err:ole:CoGetClassObject no class object {57a17730-e8d6-11d1-b1ff-99a7a7feb94a} could be created for context 0x1 On a regular windows, the id matches this key : [HKEY_CLASSES_ROOT\CLSID\{57A17730-E8D6-11D1-B1FF-99A7A7FEB94A}\InprocServer32] @="C:\\Corel\\GALLERY 3\\Gallery\\Programs\\CNSFlt80.dll" "ThreadingModel"="Apartment" The install hasn't registered this dll. When I register manually the dll : $ regsvr32 CNSFlt80.dll err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9 (Pointer_EnableKeys) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=0,scanCode=0,keycode=8,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FEF9 (Pointer_EnableKeys) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=90,scanCode=45,keycode=4D,state=1) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=0) err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 0000 (No Name) : err:keyboard:X11DRV_ToUnicodeEx (virtKey=FC,scanCode=0,keycode=0,state=1) fixme:mmio:MMIO_InstallIOProc Global procedures not implemented Successfully registered DLL CNSFlt80.dll but, regsvr32 doesn't add the key in the CLSID registry. If I import the key, the application crashes when I select convert. Anybody can help me ? Thank you
Gilles Hamel
2007-Mar-19 18:11 UTC
[Wine] Re: Running Corel Gallery, unable to register dll
However, the dll registration with regsvr32 doesn't work.> > If I import the key, the application crashes when I select convert. >Ok, solved ! I found the IDIOTS GIUDE HOW TO RUN TROUBLESHOOTING APPS ON WINE, here : http://appdb.winehq.org/appview.php?iVersionId=2670 Run the application with comdlg32.dll native version fix the problem. This application is very useful to convert .ccx secret & private corel format. There is no such application on linux. Thank you wine !