I am trying to run a .exe from a C++ program i found online and wine tells me that I am missing 2 .dll files which i then download and throw into the folder with the .exe. I then get the error err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject no class object {102225e5-ea25-11d3-886e-00105a154a4d} could be created for context 0x3 I tried copying the .dlls to the .wine/drive_c/system directory to no avial. I think the issue is with installing the DLL's in wine. I read winetricks might be the way to go but I am having a hard time using it. Please Help!
On Thu, Mar 1, 2012 at 10:36 AM, CallmeJeff <wineforum-user at winehq.org> wrote:> I am trying to run a .exe from a C++ program i found online and wine tells me that I am missing 2 .dll files which i > then download and throw into the folder with the .exe. ?I then get the error > > err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered > err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered > err:ole:CoGetClassObject no class object {102225e5-ea25-11d3-886e-00105a154a4d} could be created for context 0x3 > > I tried copying the .dlls to the .wine/drive_c/system directory to no avial. ?I think the issue is with installing the > DLL's in wine. ?I read winetricks might be the way to go but I am having a hard time using it. ?Please Help!Put the dlls in the same directory as where the program is executed from and then run winecfg and set the dlls to native. BTW, what are the names of the dll file(s)? James
I did that and the dlls do not show up in winecfg. The dlls are MFC42D.DLL and MFCO42D.DLL.
CallmeJeff wrote:> > I tried copying the .dlls to the .wine/drive_c/system directoryPut them in .wine/drive_c/system32.
dimesio wrote:> > CallmeJeff wrote: > > > > I tried copying the .dlls to the .wine/drive_c/system directory > > Put them in .wine/drive_c/system32.Correction: that should be .wine/drive_c/windows/system32.
On Thu, Mar 1, 2012 at 10:35 PM, CallmeJeff <wineforum-user at winehq.org> wrote:> I did that and the dlls do not show up in winecfg. ?The dlls are MFC42D.DLL and MFCO42D.DLL. >Install those properly with winetricks winetricks vcrun6 John
John Drescher wrote:> On Thu, Mar 1, 2012 at 10:35 PM, CallmeJeff <wineforum-user at winehq.org> wrote: > > > I did that and the dlls do not show up in winecfg. ?The dlls are MFC42D.DLL and MFCO42D.DLL. > > > > > > Install those properly with winetricks > > winetricks vcrun6 >They're not installed by vcrun6.
CallmeJeff wrote:> I am trying to run a .exe from a C++ program i found online and wine tells me that I am missing 2 .dll files which i then download and throw into the folder with the .exe. I then get the error > > err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered > err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered > err:ole:CoGetClassObject no class object {102225e5-ea25-11d3-886e-00105a154a4d} could be created for context 0x3 > > I tried copying the .dlls to the .wine/drive_c/system directory to no avial. I think the issue is with installing the DLL's in wine. I read winetricks might be the way to go but I am having a hard time using it. Please Help!Is this software for a webcam ? The class id in your error message matches vportal2.dll, by Logitech. If so, try to run Code: regsvr32 vportal2