http://bugs.winehq.org/show_bug.cgi?id=30033
Bug #: 30033 Summary: Office 2010 Standard: Volume activation fails Product: Wine Version: 1.4-rc5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sean@techobrien.com Classification: Unclassified
Created attachment 39121 --> http://bugs.winehq.org/attachment.cgi?id=39121 Activation failure inside of winword.exe
Product activation of Office 2010 Standard Edition with a Volume License Key fails when using change product key method for activation. (VLK installer does not require a key during setup, only after installation for activation)
"Configuring Microsoft Office Standard 2010" fails with error message "Microsoft Office Standard 2010 configuration did not complete successfully
Attached log is of changing product key inside of winword.exe, but process and failure is the same for all office applications.
http://bugs.winehq.org/show_bug.cgi?id=30033
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Office 2010 Standard: |Office 2010 Standard, Pro |Volume activation fails |Plus: Volume activation | |fails Ever Confirmed|0 |1
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net 2012-02-28 07:28:18 CST --- Confirming; also happens with Office 2010 Professional Plus.
http://bugs.winehq.org/show_bug.cgi?id=30033
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net
http://bugs.winehq.org/show_bug.cgi?id=30033
patrick.gaubatz@univie.ac.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.gaubatz@univie.ac.a | |t
http://bugs.winehq.org/show_bug.cgi?id=30033
thohai haitzer@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |haitzer@gmx.at
http://bugs.winehq.org/show_bug.cgi?id=30033
sandbergja@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sandbergja@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30033
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Miroslav.Ilias@umb.sk
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2012-05-22 11:55:37 CDT --- *** Bug 30749 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2012-05-22 12:01:58 CDT ---
err:rpc:I_RpcReceive we got fault packet with status 0x80070241 fixme:ole:NdrCorrelationInitialize (0xab8d448, 0xab8d048, 1024, 0x0): stub fixme:rpc:NdrStubCall2 new correlation description not implemented fixme:ole:NdrCorrelationFree (0xab8d448): stub err:msi:ITERATE_Actions Execution halted, action L"CAInstallSppPlugin.x86" returned 1603
0x80070241 = ERROR_INVALID_IMAGE_HASH
Does the problem occur if you install and run Office with native msxml3 and msxml6?
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net 2012-05-22 12:50:02 CDT --- Yes. Tested in wine-1.5.4-234-g27ca37d.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #5 from miro ilias Miroslav.Ilias@umb.sk 2012-05-29 01:32:25 CDT --- Created attachment 40321 --> http://bugs.winehq.org/attachment.cgi?id=40321 MS Office 2010 Professional Plus registration, wine-1.5.5
Hi,
with wine-1.5.4 I installed in 32-bit version MS Office 2010 Pro Plus suite. Registration didn't work.
Now with fresh wine-1.5.5 the registration process fails as well (Ubuntu 12.04 x86_64), and the log is attached:
~/.wine/drive_c/Program\ Files/Microsoft\ Office/Office14/EXCEL.EXE > excel_32bit_registration.log 2>&1
Best, Miro
http://bugs.winehq.org/show_bug.cgi?id=30033
robspaulo@freenet.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robspaulo@freenet.de
--- Comment #6 from robspaulo@freenet.de 2012-06-15 05:41:44 CDT --- Hello everybody,
for those who are working with MS Office for example in a company that provides a volume licence should have noticed that it is not possible to activate the product with the "cscript <whatever>" solution.
I analysed this visual basic script and found a workaround for this issue:
There are three different registry entries that have to be added:
[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]
Insert:
"KeyManagementServiceName REG_SZ <Licence server>" "KeyManagementServicePort REG_SZ <Port of licence server>"
Start MS Office (i.e. Word). Then an additional entry will be automatically created:
[HKEY_USERS\S-1-5-20\Software\Microsoft\OfficeSoftwareProtectionPlatform]
Insert: "VLRenewalSchedule REG_BINARY <any value>"
Alternatively it might be possible to copy the value of "VLRenewalSchedule" from [HKEY_USERS\S-1-5-21-0-0-0-1000\Software\Microsoft\OfficeSoftwareProtectionPlatform]
It is possible that you have to start MS Office, close it completely and restart it.
In the menu of Word go to "File - Help". You should now see that MS Office was successfully activated.
Greetings,
Robert.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #7 from Sean O'Brien sean@techobrien.com 2012-06-15 13:19:39 CDT --- Wow...thanks for checking that out Robert, that's fantastic insight. Since we no longer have a local MS license server for office and rely on Microsoft's own VLK activation servers, is this workaround possible?
What values would you use for the two keys mentioned? "KeyManagementServiceName REG_SZ <Licence server>" "KeyManagementServicePort REG_SZ <Port of licence server>"
Thanks for your help on this bug
-Sean
(In reply to comment #6)
Hello everybody,
for those who are working with MS Office for example in a company that provides a volume licence should have noticed that it is not possible to activate the product with the "cscript <whatever>" solution.
I analysed this visual basic script and found a workaround for this issue:
There are three different registry entries that have to be added:
[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]
Insert:
"KeyManagementServiceName REG_SZ <Licence server>" "KeyManagementServicePort REG_SZ <Port of licence server>"
Start MS Office (i.e. Word). Then an additional entry will be automatically created:
[HKEY_USERS\S-1-5-20\Software\Microsoft\OfficeSoftwareProtectionPlatform]
Insert: "VLRenewalSchedule REG_BINARY <any value>"
Alternatively it might be possible to copy the value of "VLRenewalSchedule" from [HKEY_USERS\S-1-5-21-0-0-0-1000\Software\Microsoft\OfficeSoftwareProtectionPlatform]
It is possible that you have to start MS Office, close it completely and restart it.
In the menu of Word go to "File - Help". You should now see that MS Office was successfully activated.
Greetings,
Robert.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #8 from robspaulo@freenet.de 2012-06-18 09:45:31 CDT --- Hello,
I hope I really understood what you desire.
I am working on the university. Here a specific central license server is installed to which I have to connect. This server should be different in other companies. Basis of this possibility is a volume license somehow a mess license that can be run with many clients in a company network. Further information can be seen here: http://office.microsoft.com/en-gb/buy/how-to-buy-office-2010-through-volume-...
Waht I want to tell is that the values hardly depent on your license server if there is one.
Greetings,
Robert.
(In reply to comment #7)
Wow...thanks for checking that out Robert, that's fantastic insight. Since we no longer have a local MS license server for office and rely on Microsoft's own VLK activation servers, is this workaround possible?
What values would you use for the two keys mentioned? "KeyManagementServiceName REG_SZ <Licence server>" "KeyManagementServicePort REG_SZ <Port of licence server>"
Thanks for your help on this bug
-Sean
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #9 from Rosanne DiMesio dimesio@earthlink.net 2012-06-18 10:30:20 CDT ---
(In reply to comment #8)
Waht I want to tell is that the values hardly depent on your license server if there is one.
Microsoft offers companies two ways to activate their volume licenses: KMS and MAK. KMS relies on a central server within the company, and is apparently what you have. MAK connects to Microsoft's central servers, and is what my employer and Sean's have. The workaround you posted may work for KMS activation, but those of us with MAK-activated licenses can't even test it without knowing what values to put for License server and Port of license server.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #10 from robspaulo@freenet.de 2012-06-19 03:51:11 CDT --- Do you have at least one computer that works with Windows OS? If so what variables are in "[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]"? Are there also those variables "KeyManagementServiceName" and "KeyManagementServicePort"? If they exist do these variables have some values?
This was the way I went by analysing the VB script. I also had a Virtual Box Windows installation with MS Office 2010 where activation was no problem.
Maybe some very intersting information for this topic are also described here: http://technet.microsoft.com/de-de/library/ff793438.aspx It is explained for MS Windows activation only but maybe it helps.
Greetings.
(In reply to comment #9)
Microsoft offers companies two ways to activate their volume licenses: KMS and MAK. KMS relies on a central server within the company, and is apparently what you have. MAK connects to Microsoft's central servers, and is what my employer and Sean's have. The workaround you posted may work for KMS activation, but those of us with MAK-activated licenses can't even test it without knowing what values to put for License server and Port of license server.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #11 from Sean O'Brien sean@techobrien.com 2012-06-19 16:22:35 CDT --- On my working installation on Windows 7, I have neither of those variables inside of:[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]
I have the following 4 entries instead: (Default) REG_SZ (value not set) Path REG_SZ C:\Program Files\Common (....etc) ServiceSessionId REG_BINARY (A 32 character alpha-numeric code) UserOperations REG_BINARY 0x00000000 (0)
From the looks of it, I don't think this will help those of us using MAK
Activation.
Thank you for explaining Rosanne, I couldn't remember the names of the two types of activation. It is correct that I'm trying to activate office with a MAK-activated license through Microsoft directly and not KMS activation with local activation servers like you Robert. I think perhaps my company has a KMS key...but no local servers set up to activate it with (and many remote locations to activate), thus why we use the MAK activation method.
(In reply to comment #10)
Do you have at least one computer that works with Windows OS? If so what variables are in "[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]"? Are there also those variables "KeyManagementServiceName" and "KeyManagementServicePort"? If they exist do these variables have some values?
This was the way I went by analysing the VB script. I also had a Virtual Box Windows installation with MS Office 2010 where activation was no problem.
Maybe some very intersting information for this topic are also described here: http://technet.microsoft.com/de-de/library/ff793438.aspx It is explained for MS Windows activation only but maybe it helps.
Greetings.
(In reply to comment #9)
Microsoft offers companies two ways to activate their volume licenses: KMS and MAK. KMS relies on a central server within the company, and is apparently what you have. MAK connects to Microsoft's central servers, and is what my employer and Sean's have. The workaround you posted may work for KMS activation, but those of us with MAK-activated licenses can't even test it without knowing what values to put for License server and Port of license server.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #12 from robspaulo@freenet.de 2012-06-25 02:27:05 CDT --- May it help to search in regedit for "MAK" or "MultipleActivationKey"? The procedure is more complicate then for KMS as I understand, but there must also be a way to overcome this problem.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #13 from robspaulo@freenet.de 2012-06-26 02:23:44 CDT --- Did you try out this way?
wine "setup.exe" "/admin"
Then the OCT (Office Customization Tool in Office 2010) starts and give further advices. Does this work?
More intels are here: http://technet.microsoft.com/en-us/library/cc179097.aspx
http://bugs.winehq.org/show_bug.cgi?id=30033
Steven Broadbridge steven.broadbridge@senecacollege.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |steven.broadbridge@senecaco | |llege.ca
--- Comment #14 from Steven Broadbridge steven.broadbridge@senecacollege.ca 2012-07-11 09:49:25 CDT --- You can find your company's activation server with host -t SRV _vlmcs._tcp If more than one is found, check out http://en.wikipedia.org/wiki/SRV_record to learn how to use the priority and weight fields. Aside: if this bug is in how wine queries SRV records from DNS, it will impact all applications that uses RFC 2782 to autodiscover services.
http://bugs.winehq.org/show_bug.cgi?id=30033
t-roy@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |t-roy@mailinator.com
--- Comment #15 from t-roy@mailinator.com 2012-08-13 10:45:16 CDT --- I've added the following to the comments section of the AppDB Page before I saw this bug report. It is possible to do KMS Activation, but the provided OSPP.VBS script does not work with wines wscript implementation. I wrote a small OSPP.VBS replacement which just accomplishes the /act function of the original OSPP.VBS.
f you use office products which use Microsoft KMS to activate, the OSPP.VBS script doesn't work with wines wscript. I've created a script which does the activiation, its much shorter than OSPP.VBS. You have to set your activation host in the registry before using the script.
Per the documentation here technet.microsoft.com/en-us/library/ee624350.aspx
use regedit to set HKLM\Software\Microsoft\OfficeSoftwareProtectionPlatform\KeyManagementServiceName to your KMS server address or IP, then save the following visual basic script in a .VBS file and run it with wscript from the wine cmd prompt.
Z:> wscript OSPP-ACT.VBS
you will be able to activate MSOffice products via KMS in Wine.
'-----------VB SCRIPT-------------
Set objWMI = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & "." & "\root\cimv2")
ExecuteQuery "ID, ApplicationId, PartialProductKey, Description, Name","PartialProductKey null","OfficeSoftwareProtectionProduct"
Function ExecuteQuery(strSelect,strWhere,strClass)
Err.Clear
If strWhere = "" Then Set productinstances = objWMI.ExecQuery("SELECT " & strSelect & " FROM " & strClass) Else Set productinstances = objWMI.ExecQuery("SELECT " & strSelect & " FROM " & strClass & " WHERE " & strWhere) End If
sppErrHandle ""
End Function
Set count = productinstances.Count
For index = 0 to count set instance = productinstances.Item(index) If (LCase(instance.ApplicationId) = OfficeAppId) Then If instance.PartialProductKey "" Then i = i + 1 End If instance.Activate SppErrHandle(strCommand) End If Next
'------------------END VBSCRIPT--------------
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?
http://bugs.winehq.org/show_bug.cgi?id=30033
Fabio fabio.ped@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fabio.ped@libero.it
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #17 from Rosanne DiMesio dimesio@earthlink.net 2012-12-26 13:40:39 CST --- Still an issue in 1.5.20.
http://bugs.winehq.org/show_bug.cgi?id=30033
steven.byrnes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |steven.byrnes@gmail.com
--- Comment #18 from steven.byrnes@gmail.com 2013-01-28 09:52:56 CST --- Still an issue in 1.5.22.
Tip: If you need to type in a 25-character key, then you have MAK not KMS. I have MAK. It seems that no one has figured out an MAK workaround yet. :-(
Robspaulo -- I have a working installation in Windows 7 64-bit (the other half of my dual-boot). The registry there has no entries matching "MAK" or "MultipleActivationKey". In [HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform] there are entries for Default, Path, ReferralData, ServiceSessionID, and UserOperations. Plus there are subfolders -- data, Plugins, ReferralData. Nothing has any IP address or server name as far as I can see.
I tried running wine "setup.exe" "/admin". I don't think it's helpful. The only thing you can do in this interface is create a ".MDP" installation customization file, which I can save the key inside. If I put this MDP file into the "Updates" folder in the installation CD, BEFORE installing Office, then Office setup will automatically try to activate during installation. But I don't see how that could possibly help. It will still presumably use the exact same activation script, which doesn't work. (I didn't try it though.)
Let me know if there's anything I can do to help...
http://bugs.winehq.org/show_bug.cgi?id=30033
Thomas ridershome@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ridershome@gmail.com
--- Comment #19 from Thomas ridershome@gmail.com 2013-02-06 11:07:23 CST --- Still an issue in 1.5.23. MAK seems not to work. Also wine "setup.exe" "/admin" -> then copying the .msp file to Updates did not help.
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #20 from Steve steven.byrnes@gmail.com 2013-02-19 08:32:41 CST --- MAK still fails in 1.5.24.
http://bugs.winehq.org/show_bug.cgi?id=30033
fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
--- Comment #21 from fincer89@hotmail.com 2013-03-01 06:59:49 CST --- Confinming. The bug exists in version 1.5.24. I am unable to activate my Office 2010 installation.
http://bugs.winehq.org/show_bug.cgi?id=30033
dasarne arne.v.irmer@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arne.v.irmer@gmx.de
--- Comment #22 from dasarne arne.v.irmer@gmx.de 2013-07-23 06:27:49 CDT --- MAK still fails in 1.6.
http://bugs.winehq.org/show_bug.cgi?id=30033
ttz tristanthetinkerer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tristanthetinkerer@gmail.co | |m
--- Comment #23 from ttz tristanthetinkerer@gmail.com 2013-07-29 06:32:01 CDT --- confirmed: MAK type licence (MS Office 2010 Professional Plus), wine 1.6, running on ubuntu 12.04 LTS: activation is not working
http://bugs.winehq.org/show_bug.cgi?id=30033
DJ dj@lucasit.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dj@lucasit.com
--- Comment #24 from DJ dj@lucasit.com 2013-08-03 15:16:31 CDT --- FYI, while this is not directly related to fixing the bug, I was able to successessfully install and activate Office 2010 Professional Plus with MAK by removing all Updates in the "Updates" folder, creating an admin install msp on a Windows PC, and running setup with the /adminfile switch.
I doubt that it matters, but just in case, here is full disclosure: I did a pretty minimal installation (Word, Excel, Outlook, Powerpoint), agreed to the licensing, and applied the MAK in the admin script. I also used the full path (ex: wine C:\Office2010\setup.exe /adminfile C:\Office2010\Linux_MAK.msp). After installation, on first run, Word prompted to activate, and was successful.
I was not able to modify the installation after the fact, but I was able to blow it away and add Access and SharePoint during the initial installation. This covered all that I needed, so I didn't go any furthur with it. I was unable to successfully install updates (I attempted both SP1 and SP2 extracted patches to no avail).
http://bugs.winehq.org/show_bug.cgi?id=30033
dxwang wdx1989811@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wdx1989811@gmail.com
--- Comment #25 from dxwang wdx1989811@gmail.com 2013-11-04 16:24:21 CST --- Hi DJ,
Thanks for the post. I'd like to try your method, but how can I "create an admin install msp on a Windows PC"?
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #26 from miro ilias Miroslav.Ilias@umb.sk --- Hi,
with the fresh wine-1.7.9 and installed MS Office 2010 Plus (yes, 32-bit installation works) the product's online activation (launched from MS Excel help menu) fails, giving this error list below.
Any help, please ?
Unhandled exception: page fault on read access to 0x00000080 in 32-bit code (0x7c4a55c5). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7c4a55c5 ESP:0033f834 EBP:0033f858 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00000000 EBX:7c54a000 ECX:0a0c65a4 EDX:0a0c6590 ESI:0a0c6590 EDI:07b397f0 Stack dump: 0x0033f834: 00000000 00000014 4d430003 7e2b5000 0x0033f844: 00205a20 0033f878 7c54a000 00000000 0x0033f854: 0a0c6590 0033f878 7c4a565f 00000000 0x0033f864: 00000000 00000000 7e24e84a 0a0c6590 0x0033f874: 00000000 0033f8b8 7c4a3a4d 0a0c6590 0x0033f884: 00000000 2027313d 663c3e2f 656d6172 000c: sel=0067 base=00000000 limit=00000000 32-bit --x Backtrace: =>0 0x7c4a55c5 in mshtml (+0x855c5) (0x0033f858) 1 0x7c4a565f in mshtml (+0x8565e) (0x0033f878) 2 0x7c4a3a4d in mshtml (+0x83a4c) (0x0033f8b8) 3 0x7e23ed62 in urlmon (+0xed61) (0x0033f908) 4 0x7e240bdc in urlmon (+0x10bdb) (0x0033f938) 5 0x7e241cb2 in urlmon (+0x11cb1) (0x0033f988) 6 0x7e2461c0 in urlmon (+0x161bf) (0x0033f9e8) 7 0x7e2471bd in urlmon (+0x171bc) (0x0033fa18) 8 0x7e24612b in urlmon (+0x1612a) (0x0033fa38) 9 0x7e246b8f in urlmon (+0x16b8e) (0x0033fa78) 10 0x7e9c07ea WINPROC_wrapper+0x19() in user32 (0x0033fab8) 11 0x7e9c0f26 in user32 (+0xa0f25) (0x0033fb08) 12 0x7e9c3683 in user32 (+0xa3682) (0x0033fb58) 13 0x7e984475 DispatchMessageW+0xb4() in user32 (0x0033fc58) 14 0x30024572 in excel (+0x24571) (0x0033fc84) 15 0x30024441 in excel (+0x24440) (0x0033fd50) 16 0x3000424b in excel (+0x424a) (0x0033fdd0) 17 0x30003f0a in excel (+0x3f09) (0x0033fe60) 18 0x7b85ed0c call_process_entry+0xb() in kernel32 (0x0033fe78) 19 0x7b85fd93 in kernel32 (+0x4fd92) (0x0033feb8) 20 0x7bc7fd90 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8) 21 0x7bc82d1d call_thread_func+0x7c() in ntdll (0x0033ffa8) 22 0x7bc7fd6e RtlRaiseException+0x21() in ntdll (0x0033ffc8) 23 0x7bc5449e call_dll_entry_point+0x7ed() in ntdll (0x0033ffe8) 24 0xf760063d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 25 0xf76006fb wine_switch_to_stack+0x2a() in libwine.so.1 (0xffbc14f8) 26 0x7bc5a012 LdrInitializeThunk+0x3a1() in ntdll (0xffbc1558) 27 0x7b8665a3 __wine_kernel_init+0xa12() in kernel32 (0xffbc2678) 28 0x7bc5a5d3 __wine_process_init+0x192() in ntdll (0xffbc2708) 29 0xf75fdda8 wine_init+0x327() in libwine.so.1 (0xffbc2768) 30 0x7bf00fdc main+0xfb() in <wine-loader> (0xffbc2bb8) 31 0xf7410905 __libc_start_main+0xf4() in libc.so.6 (0x00000000) 0x7c4a55c5: movl 0x80(%eax),%eax Modules: Module Address Debug info Name (193 modules) PE 750000- a70000 Deferred msointl PE a80000- 4faa000 Deferred msores PE 8800000- 8827000 Deferred smime3 PE 8c80000- 914f000 Deferred gkmedias PE 10000000-1040f000 Deferred office.odf PE 30000000-313d1000 Export excel PE 34f00000-34fa7000 Deferred outlfltr PE 39000000-3a1e0000 Deferred mso PE 3d000000-3d037000 Deferred analys32.xll PE 3f860000-3f899000 Deferred msproof7 PE 42280000-43612000 Deferred oart PE 437a0000-4394b000 Deferred gfx PE 44020000-441b4000 Deferred ogl PE 61700000-6179a000 Deferred mozsqlite3 PE 61e40000-61e4c000 Deferred mozalloc PE 622c0000-622cd000 Deferred plds4 PE 64f40000-64f76000 Deferred nspr4 PE 65000000-6528d000 Deferred vbe7 PE 65300000-65326000 Deferred vbe7intl PE 65fc0000-6605d000 Deferred mozglue PE 66840000-66873000 Deferred ssl3 PE 67400000-674ea000 Deferred nss3 PE 69300000-69321000 Deferred nssutil3 PE 69c40000-6b82b000 Deferred xul PE 6be90000-6beb0000 Deferred osppc PE 6bed0000-6c064000 Deferred osppcext PE 6ce40000-6ce4d000 Deferred plc4 PE 70180000-705d3000 Deferred mozjs ELF 7ac00000-7ac60000 Deferred riched20<elf> -PE 7ac10000-7ac60000 \ riched20 ELF 7b800000-7ba5c000 Dwarf kernel32<elf> -PE 7b810000-7ba5c000 \ kernel32 ELF 7bc00000-7bce4000 Dwarf ntdll<elf> -PE 7bc10000-7bce4000 \ ntdll ELF 7bf00000-7bf04000 Dwarf <wine-loader> ELF 7c009000-7c0a3000 Deferred jscript<elf> -PE 7c010000-7c0a3000 \ jscript ELF 7c0a3000-7c114000 Deferred setupapi<elf> -PE 7c0b0000-7c114000 \ setupapi ELF 7c114000-7c200000 Deferred comdlg32<elf> -PE 7c120000-7c200000 \ comdlg32 ELF 7c410000-7c55a000 Dwarf mshtml<elf> -PE 7c420000-7c55a000 \ mshtml ELF 7c5d2000-7c61d000 Deferred libdbus-1.so.3 ELF 7c61d000-7c645000 Deferred libk5crypto.so.3 ELF 7c645000-7c714000 Deferred libkrb5.so.3 ELF 7c714000-7c751000 Deferred libgssapi_krb5.so.2 ELF 7c751000-7c7bd000 Deferred libcups.so.2 ELF 7c7bd000-7c800000 Deferred winspool<elf> -PE 7c7c0000-7c800000 \ winspool ELF 7c90b000-7c922000 Deferred libresolv.so.2 ELF 7c922000-7c934000 Deferred libavahi-client.so.3 ELF 7c934000-7c9fa000 Deferred libgnutls.so.26 ELF 7c9fa000-7caca000 Deferred crypt32<elf> -PE 7ca00000-7caca000 \ crypt32 ELF 7cad0000-7cb54000 Deferred libgcrypt.so.11 ELF 7cb54000-7ccae000 Deferred libxml2.so.2 ELF 7ccae000-7cd6d000 Deferred msxml3<elf> -PE 7ccc0000-7cd6d000 \ msxml3 ELF 7cd86000-7ce3e000 Deferred winmm<elf> -PE 7cd90000-7ce3e000 \ winmm ELF 7cf41000-7cf4a000 Deferred librt.so.1 ELF 7cf4a000-7cf87000 Deferred winhttp<elf> -PE 7cf50000-7cf87000 \ winhttp ELF 7cf87000-7cfbe000 Deferred ws2_32<elf> -PE 7cf90000-7cfbe000 \ ws2_32 ELF 7cfbe000-7d000000 Deferred rsaenh<elf> -PE 7cfc0000-7d000000 \ rsaenh ELF 7d102000-7d117000 Deferred t2embed<elf> -PE 7d110000-7d117000 \ t2embed ELF 7d117000-7d12d000 Deferred dwmapi<elf> -PE 7d120000-7d12d000 \ dwmapi ELF 7d12d000-7d16a000 Deferred libxslt.so.1 ELF 7d16a000-7d191000 Deferred liblzma.so.5 ELF 7d194000-7d19d000 Deferred libkrb5support.so.0 ELF 7d19d000-7d1bc000 Deferred libp11-kit.so.0 ELF 7d1bc000-7d1d9000 Deferred libgcc_s.so.1 ELF 7d1d9000-7d300000 Deferred actxprxy<elf> -PE 7d200000-7d300000 \ actxprxy ELF 7d401000-7d430000 Deferred msxml6<elf> -PE 7d410000-7d430000 \ msxml6 ELF 7d438000-7d44d000 Deferred rasdlg<elf> -PE 7d440000-7d44d000 \ rasdlg ELF 7d44d000-7d468000 Deferred rasapi32<elf> -PE 7d450000-7d468000 \ rasapi32 ELF 7d468000-7d484000 Deferred wsock32<elf> -PE 7d470000-7d484000 \ wsock32 ELF 7d484000-7d4af000 Deferred msacm32<elf> -PE 7d490000-7d4af000 \ msacm32 ELF 7d4af000-7d4d3000 Deferred hlink<elf> -PE 7d4b0000-7d4d3000 \ hlink ELF 7d4d3000-7d4ec000 Deferred userenv<elf> -PE 7d4e0000-7d4ec000 \ userenv ELF 7d4ec000-7d500000 Deferred normaliz<elf> -PE 7d4f0000-7d500000 \ normaliz ELF 7d601000-7d608000 Deferred libnss_dns.so.2 ELF 7d608000-7d64b000 Deferred usp10<elf> -PE 7d610000-7d64b000 \ usp10 ELF 7d64b000-7d6b3000 Deferred dbghelp<elf> -PE 7d650000-7d6b3000 \ dbghelp ELF 7d6b3000-7d6ea000 Deferred mscoree<elf> -PE 7d6c0000-7d6ea000 \ mscoree ELF 7d83f000-7d851000 Deferred libtasn1.so.3 ELF 7d851000-7d865000 Deferred psapi<elf> -PE 7d860000-7d865000 \ psapi ELF 7d865000-7d883000 Deferred msimtf<elf> -PE 7d870000-7d883000 \ msimtf ELF 7da00000-7da04000 Deferred libkeyutils.so.1 ELF 7da04000-7da09000 Deferred libcom_err.so.2 ELF 7da09000-7da17000 Deferred libavahi-common.so.3 ELF 7da17000-7da2d000 Deferred winscard<elf> -PE 7da20000-7da2d000 \ winscard ELF 7da2d000-7da53000 Deferred iphlpapi<elf> -PE 7da30000-7da53000 \ iphlpapi ELF 7da53000-7da82000 Deferred netapi32<elf> -PE 7da60000-7da82000 \ netapi32 ELF 7da82000-7dab5000 Deferred secur32<elf> -PE 7da90000-7dab5000 \ secur32 ELF 7dab5000-7dada000 Deferred imm32<elf> -PE 7dac0000-7dada000 \ imm32 ELF 7dafc000-7db32000 Deferred uxtheme<elf> -PE 7db00000-7db32000 \ uxtheme ELF 7db32000-7db38000 Deferred libxfixes.so.3 ELF 7db38000-7db43000 Deferred libxcursor.so.1 ELF 7db43000-7db54000 Deferred libxi.so.6 ELF 7db54000-7db58000 Deferred libxcomposite.so.1 ELF 7db58000-7db63000 Deferred libxrandr.so.2 ELF 7db63000-7db6e000 Deferred libxrender.so.1 ELF 7db6e000-7db74000 Deferred libxxf86vm.so.1 ELF 7db74000-7db78000 Deferred libxinerama.so.1 ELF 7db78000-7db7f000 Deferred libxdmcp.so.6 ELF 7db7f000-7db83000 Deferred libxau.so.6 ELF 7db83000-7dba4000 Deferred libxcb.so.1 ELF 7dba4000-7dcd9000 Deferred libx11.so.6 ELF 7dcd9000-7dcec000 Deferred libxext.so.6 ELF 7dcec000-7dcf1000 Deferred libgpg-error.so.0 ELF 7dd17000-7ddaa000 Deferred winex11<elf> -PE 7dd20000-7ddaa000 \ winex11 ELF 7ddaa000-7ddca000 Deferred cabinet<elf> -PE 7ddb0000-7ddca000 \ cabinet ELF 7ddca000-7ded1000 Deferred comctl32<elf> -PE 7ddd0000-7ded1000 \ comctl32 ELF 7ded1000-7def9000 Deferred mpr<elf> -PE 7dee0000-7def9000 \ mpr ELF 7def9000-7df75000 Deferred wininet<elf> -PE 7df00000-7df75000 \ wininet ELF 7df75000-7dfef000 Deferred shlwapi<elf> -PE 7df80000-7dfef000 \ shlwapi ELF 7dfef000-7e224000 Deferred shell32<elf> -PE 7e000000-7e224000 \ shell32 ELF 7e224000-7e2c6000 Dwarf urlmon<elf> -PE 7e230000-7e2c6000 \ urlmon ELF 7e2c6000-7e3c2000 Deferred msi<elf> -PE 7e2d0000-7e3c2000 \ msi ELF 7e4b7000-7e4e0000 Deferred libexpat.so.1 ELF 7e4e0000-7e51a000 Deferred libfontconfig.so.1 ELF 7e51a000-7e534000 Deferred libz.so.1 ELF 7e534000-7e5d3000 Deferred libfreetype.so.6 ELF 7e5fe000-7e636000 Deferred msvcr100<elf> -PE 7e610000-7e636000 \ msvcr100 ELF 7e636000-7e64a000 Deferred msimg32<elf> -PE 7e640000-7e64a000 \ msimg32 ELF 7e64a000-7e662000 Deferred wtsapi32<elf> -PE 7e650000-7e662000 \ wtsapi32 ELF 7e662000-7e70c000 Deferred msvcrt<elf> -PE 7e680000-7e70c000 \ msvcrt ELF 7e70c000-7e739000 Deferred msvcr90<elf> -PE 7e710000-7e739000 \ msvcr90 ELF 7e753000-7e888000 Deferred oleaut32<elf> -PE 7e770000-7e888000 \ oleaut32 ELF 7e888000-7e90c000 Deferred rpcrt4<elf> -PE 7e890000-7e90c000 \ rpcrt4 ELF 7e90c000-7ea67000 Dwarf user32<elf> -PE 7e920000-7ea67000 \ user32 ELF 7ea67000-7eba5000 Deferred ole32<elf> -PE 7ea80000-7eba5000 \ ole32 ELF 7eba5000-7ecc3000 Deferred gdi32<elf> -PE 7ebb0000-7ecc3000 \ gdi32 ELF 7ecc3000-7ed35000 Deferred advapi32<elf> -PE 7ecd0000-7ed35000 \ advapi32 ELF 7ed35000-7ed42000 Deferred libnss_files.so.2 ELF 7ed42000-7ed4e000 Deferred libnss_nis.so.2 ELF 7ed4e000-7ed67000 Deferred libnsl.so.1 ELF 7ed78000-7ed92000 Deferred version<elf> -PE 7ed80000-7ed92000 \ version ELF 7ef92000-7efd5000 Deferred libm.so.6 ELF 7efd9000-7efe2000 Deferred libnss_compat.so.2 ELF f73f7000-f75ab000 Dwarf libc.so.6 ELF f75ab000-f75b0000 Deferred libdl.so.2 ELF f75b1000-f75cc000 Deferred libpthread.so.0 ELF f75f7000-f77ac000 Dwarf libwine.so.1 ELF f77ae000-f77d0000 Deferred ld-linux.so.2 ELF f77d0000-f77d1000 Deferred [vdso].so Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000042 0 00000041 0 0000001b 0 00000014 0 00000010 0 0000000f 0 00000012 winedevice.exe 00000020 0 00000018 0 00000017 0 00000013 0 00000019 plugplay.exe 0000001f 0 0000001d 0 0000001a 0 00000025 explorer.exe 00000026 0 0000003f OSPPSVC.EXE 00000055 0 0000002c 0 00000059 0 00000021 0 0000005d 0 00000051 0 00000084 0 00000029 0 0000004c 0 00000075 0 00000071 0 00000054 0 0000002a 0 0000003d 0 0000004f 0 00000091 0 0000008f 0 0000008d 0 0000008b 0 00000089 0 00000087 0 00000080 0 0000007e 0 00000033 0 00000032 0 00000023 0 00000024 0 00000027 0 00000028 0 00000046 0 00000045 0 00000043 0 00000040 0 0000006e rpcss.exe 0000006a 0 00000069 0 00000078 0 00000077 0 00000074 0 00000073 0 00000072 0 00000070 0 0000006f 0 00000083 (D) C:\Program Files\Microsoft Office\Office14\EXCEL.EXE 00000060 0 0000005f 0 00000031 -1 00000056 -1 0000002d 0 0000002f 0 0000004e 0 0000005c 0 0000005a 0 0000000b 0 0000005e 0 00000022 0 00000047 0 00000052 0 0000002e 0 0000007b 0 00000079 0 0000006c 0 0000006b 0 00000067 0 00000066 0 00000065 0 00000063 0 00000062 0 0000003c 0 0000003b 0 0000003a 0 00000039 0 00000038 0 0000007c 0 0000007d -2 00000086 0 00000081 0 00000064 0 00000044 0 00000082 0 <== System information: Wine build: wine-1.7.9 Platform: i386 Host system: Linux Host version: 3.11.0-14-generic
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #27 from miro ilias Miroslav.Ilias@umb.sk --- The same problem with installed product's (MS Office Pro Plus, 32-bit) online activation is with recent wine-1.7.11.
http://bugs.winehq.org/show_bug.cgi?id=30033
Simon swdevelop1981@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |swdevelop1981@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30033
winehq@s.ek2.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@s.ek2.org
http://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #28 from Rosanne DiMesio dimesio@earthlink.net --- Still present in 1.7.22 for MAK activation.
https://bugs.winehq.org/show_bug.cgi?id=30033
Ronan ronisbr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ronisbr@gmail.com
--- Comment #29 from Ronan ronisbr@gmail.com --- I also have the same problem with Wine 1.7.35 (openSUSE 13.2). Does anyone have any news about this bug?
https://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #30 from Ronan ronisbr@gmail.com --- The bug still exists with wine 1.7.37.
https://bugs.winehq.org/show_bug.cgi?id=30033
Andre alopes@ime.usp.br changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alopes@ime.usp.br
--- Comment #31 from Andre alopes@ime.usp.br --- Workaround for MAK keys activation (worked for me)
Found on PlayOnLinux Forums - https://www.playonlinux.com/en/topic-4452-2.html - Try following these instructions... It seems that if you enter the MAK serial number on the config.xml and run the installer, it will install and activate the Office 2010 Standard (and hopefully other versions)
1) Copy the CD content to a folder on your computer 2) There'll be a folder named "Standard.WW" (or ProPlus.WW or whatever your version name) 3) Inside "Standard.WW", there is a file named config.xml 4) Edit config.xml and make sure that it has the following lines (for Standard version):
<Configuration Product="Standard"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" /> <Setting Id="AUTO_ACTIVATE" Value="1"/> </Configuration>
Where XXXXXXXXXXXXXXXXXXXXXXXXX is yours 25 chars serial key without dashes.
5) Save the file and now install it through setup.exe
This should install, verify and activate Office 2010 for you. It worked for me on Zorin OS 9 Linux running the installer through PlayOnLinux 4.2.2
https://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #32 from Rosanne DiMesio dimesio@earthlink.net --- The workaround works here, too, for Pro Plus.
The line
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
isn't necessary; that just makes it a silent install, so you don't have to accept the EULA, etc., but doesn't affect activation (at least not on my system).
https://bugs.winehq.org/show_bug.cgi?id=30033
--- Comment #33 from Ronan ronisbr@gmail.com --- Yes, it seems to work here too.
https://bugs.winehq.org/show_bug.cgi?id=30033
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=30033
張修銘 cges30901@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cges30901@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=30033
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch