Unfortunately, I need to use microsoft Office once in a while...
I installed Office Pro 2010 on my Kubuntu 15.04 64 bits using a 32 bits profile, as described here: http://www.barichello.coffee/blog/office-2010-wine
But after some days using it with no problem, Powerpoint stopped to load (Word and Excel are both OK).
When I run the code below (the one registered in the application launcher) on konsole i got the output below and no window.
Any ideas?
I installed Office Pro 2010 on my Kubuntu 15.04 64 bits using a 32 bits profile, as described here: http://www.barichello.coffee/blog/office-2010-wine
But after some days using it with no problem, Powerpoint stopped to load (Word and Excel are both OK).
When I run the code below (the one registered in the application launcher) on konsole i got the output below and no window.
Code:
env WINEPREFIX="/home/leo/.wine32" wine C:\\windows\\command\\start.exe /Unix /home/leo/.wine32/dosdevices/c:/users/ttxlb42/Start\ Menu/Programs/Microsoft\ Office/Microsoft\ PowerPoint\ 2010.lnk
Code:
fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:exec:SHELL_execute flags ignored: 0x00004100 ttxlb42@leo-uni-linux:~$ fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub fixme:advapi:RegisterTraceGuidsA (0x2e857d99, 0x2ea715c0, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33fc9c, (null), (null), 0x2ea715c0): stub fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub fixme:advapi:RegisterTraceGuidsA (0x39b19f12, 0x3a048568, {8736922d-e8b2-47eb-8564-23e77e728cf3}, 1, 0x33f71c, (null), (null), 0x3a048568): stub fixme:advapi:RegisterTraceGuidsW (0x39b19f12, 0x3a05d4c8, {a019725f-cff1-47e8-8c9e-8fe2635b6388}, 1, 0x33f690, (null), (null), 0x3a05d4c8): stub fixme:advapi:RegisterTraceGuidsW register trace class {a019725f-cff1-47e8-8c9e-8fe2635b6388} fixme:process:SetProcessDEPPolicy (1): stub fixme:advapi:UnregisterTraceGuids deadbeef: stub fixme:advapi:UnregisterTraceGuids 0: stub fixme:msvcrt:__clean_type_info_names_internal (0x3a05c9a4) stub fixme:msvcrt:__clean_type_info_names_internal (0x2ea715ac) stub fixme:msvcrt:__clean_type_info_names_internal (0x42db7988) stub fixme:msvcrt:__clean_type_info_names_internal (0x43920ad4) stub
Comment