Office 2010 German "error install language unsupported&

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
scenox
Level 2
Level 2
Posts: 17
Joined: Fri Aug 27, 2010 8:54 am

Office 2010 German "error install language unsupported&

Post by scenox »

Hi, I'm trying to install Office 2010 German version, and I get the following error some seconds after the office splash screen:

error_install_language_unsupported

I have Arch Linux, German setup, also winecfg appears in German when I start it. Wine version 1.3.4-1

wine output until the error message appears:

Code: Select all

wine setup.exe
fixme:advapi:RegisterTraceGuidsA (0x2e034e56, 0x2e0b3d78, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33fd38, (null), (null), 0x2e0b3d78,)
fixme:process:GetSystemDEPPolicy stub
fixme:advapi:RegisterTraceGuidsA (0x101f577c, 0x103a5908, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33ee8c, (null), (null), 0x103a5908,)
fixme:system:SetProcessDPIAware stub!
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:REExtendedRegisterClass semi stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
err:ole:CoGetClassObject class {f5078f32-c551-11d3-89b9-0000f81fe221} not registered
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
wine output after the error message:

Code: Select all

fixme:ole:NdrCorrelationInitialize (0x33d28c, 0x33ce8c, 1024, 0x0): stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
What could I do?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

You can try starting it with

Code: Select all

LANG=de_DE.utf8 wine setup.exe
but even if it works it will probably just get you to http://bugs.winehq.org/show_bug.cgi?id=24605

So far no one has reported success in installing Office 2010. http://appdb.winehq.org/objectManager.p ... ion&iId=31
scenox
Level 2
Level 2
Posts: 17
Joined: Fri Aug 27, 2010 8:54 am

Post by scenox »

dimesio wrote:

Code: Select all

LANG=de_DE.utf8 wine setup.exe
1
No, same error. Maybe it's also a bug?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

scenox wrote:No, same error. Maybe it's also a bug?
Are you installing this from a cd, or did you manually extract the setup.exe file from a downloaded installer?

The reason I ask is because I get the same error message from the English trial version if I manually extract the files and try to run setup.exe directly, but don't if I just run the downloaded installer and let it do the extracting. From what I can find out from googling, one of the causes of that error message in Windows is improper extraction of the language packs by third party extractors. The solution is to let the installer extract them (as it's supposed to). So if your setup.exe has been manually extracted, it's not a Wine bug.
scenox
Level 2
Level 2
Posts: 17
Joined: Fri Aug 27, 2010 8:54 am

Post by scenox »

I mounted the .iso file (RTM iso downloaded from Technet).

mount -o loop -t iso9660 office14.iso /mnt/disk


I also can't download the Trial Version from the MS Office site, because i get redirected to the Click-To-Run-Installer, which doesn't work (see http://appdb.winehq.org/objectManager.p ... &iId=17336 )

I've found a German trial-version as .exe-file on another site, but this -exe doesn't even start:

Code: Select all

wine X16-32011.exe
err:ole:create_server class {2933bf90-7b36-11d2-b20e-00c04f983e60} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {2933bf90-7b36-11d2-b20e-00c04f983e60} could be created for context 0x17
Then I deleted the .wine directory and downloaded the German .exe directly from MS via this site: http://www.mydigitallife.info/2010/09/1 ... installer/
But.. same error as above.
scenox
Level 2
Level 2
Posts: 17
Joined: Fri Aug 27, 2010 8:54 am

Post by scenox »

next strange thing: i can't install msxml6 via winetricks any longer, i get the following error message:

This MSXML6.0 package is not supported on the current processor type.

I have 32bit wine and 64bit linux and the msxml6 installation worked a week ago.[/code]
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I mounted the .iso file (RTM iso downloaded from Technet).
Use your original cd, not an iso.
next strange thing: i can't install msxml6 via winetricks any longer, i get the following error message:

This MSXML6.0 package is not supported on the current processor type.

I have 32bit wine and 64bit linux and the msxml6 installation worked a week ago.[/code]
Installs fine here, but I have a 32 bit system. Are you sure you have pure 32 bit Wine? Did you upgrade anything in the past week?
scenox
Level 2
Level 2
Posts: 17
Joined: Fri Aug 27, 2010 8:54 am

Post by scenox »

msxml6 didn't install because of the 64bit prefix, wine is now in [multilib] repo in my distro and this is a bug for some winetricks packages. i could create a 32bit prefix with the env var WINEARCH=win32

But the strange thing now is that I get no output at all now when starting the installer lol
Locked