bouken
|
Hi,
I use archlinux (a newbie to that as well) with the KDE desktop
$uname -a Linux thinkPhD .4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:59:31 CEST 2012 x86_64 GNU/Linux
$wine --version wine-1.5.11
$playonlinux --version PlayOnLinux 4.1.7
I am trying to install Office 2010 from a recent DVD. I shall paste the errors from the terminal. In some cases I found some solutions. Will paste them too for others who are facing similar issues.
---- Error 1 [Solved]--------------------------------------------------------------
[POL_System_CheckFS] Message: Checking filesystem for dotnetfx.exe [POL_Wine] Message: Running wine-1.5.3 dotnetfx.exe /q /c:install.exe /q (Working directory : /home/meenakshi/.PlayOnLinux/ressources/dotnet20) fixme:advapi:DecryptFileA "C:\\\\users\\\\meenakshi\\\\Temp\\\\IXP001.TMP\\\\" 00000000 err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
The following link provided me with the solution http://forum.winehq.org/viewtopic.php?p=67852 So I installed lib32-mpg123 $pacman -S lib32-mpg123
---------------------------------------------------------------------------------
---- Error 2 --------------------------------------------------------------------
err:rpc:I_RpcGetBuffer no binding err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub ..... ... Similar errors for other objects
----------------------------------------------------------------------------------
----- Error 3 [Solved]------------------------------------------------------------
err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory err:module:find_forwarded_export module not found for forward 'msxml3.DllGetClassObject' used by L"C:\\\\windows\\\\system32\\\\msxml6.dll" err:ole:COMPOBJ_DllList_Add couldn't find function DllGetClassObject in L"C:\\\\windows\\\\system32\\\\msxml6.dll"
Based on a guess from Error 1
I did the following
$pacman -S lib32-libxml
That worked!!!! ----------------------------------------------------------------------------------
With that I could Install Microsoft Office Professional. But when I run powerpoint crashes,
A Portion of the output is crash report is given below:
-----------------Error 4--------------------------------------------------------- Unhandled exception: 0xe0000002 in 32-bit code (0x7b83bb52). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b83bb52 ESP:0032cbd0 EBP:0032cc34 EFLAGS:00000246( - -- I Z- -P- ) EAX:7b827b0d EBX:7b89a5f0 ECX:00000000 EDX:00000000 ESI:e0000002 EDI:7ffd8000 Stack dump: 0x0032cbd0: 00000103 0032cbec 7bc709ee e0000002 0x0032cbe0: 00000000 00000000 7b83bb52 00000000 0x0032cbf0: 00000000 3904e32b 3904e336 00000000 0x0032cc00: 3904e2af c07e0b13 0200fffe 05f00fdc 0x0032cc10: 00000020 001a6a58 00000000 0032cc04 0x0032cc20: 0001006e 0032eaa8 7b83bb0a 00000008
---------------------------------------------------------------------------------
Thanks a lot in advance for the help.
Regards Bouken
|