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!