http://bugs.winehq.org/show_bug.cgi?id=30033
florisvda@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |florisvda@gmail.com
--- Comment #16 from florisvda@gmail.com 2012-10-29 04:54:12 CDT --- Running the KMS activation script that you provided yields: wine wscript OSPP.VBS err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:wscript:ActiveScriptSite_OnScriptError () fixme:wscript:run_script ParseScriptText failed: 800a03f9
When running the OSPP.VBS provided with Office I get the same error: wine wscript OSPP.VBS /sethst:licoffice.fu.bar err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 fixme:wscript:Host_CreateObject (L"WSCript.Shell" L"" 0x32f6a4) fixme:wscript:Host_CreateObject (L"WSCript.Network" L"" 0x32f6a4) fixme:wscript:Host_Echo (0x18c9b8)
I'm guessing something is wrong with my local wine setup, however I'm unable to determine what it is. Googling suggested to install mdac, however the problem persists after installing it. Either the installation didn't complete or the problem lies elsewhere. I've installed office 2010 to a separate wineprefix (msoffice2010), but set the correct environment variable when running the script/installing mdac. I'm using wine-1.5.15 on Ubu x86_64 12.04.1 btw. Do you have any suggestions?