Announcement

Collapse
No announcement yet.

PowerPoint 2010 not running on wine [but the rest of the Office is running]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PowerPoint 2010 not running on wine [but the rest of the Office is running]

    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.

    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
    Any ideas?
    Kubuntu 15.10 - Asus All-in-one (i3, 4GB ram)

    #2
    have you tried using libreoffice to open your powerpoint file?
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Yes. It is a presentation made by somebody else full of geometrical figures and animation. Libreoffice is not keeping the level of details that I need to see...
      Kubuntu 15.10 - Asus All-in-one (i3, 4GB ram)

      Comment


        #4
        Have you tried Kingsoft Office or FreeOffice

        Comment


          #5
          Solved!

          I overrode (on winecfg) the library riched20 forcing it to use "Native (windows)" instead of Native then builtin.
          Kubuntu 15.10 - Asus All-in-one (i3, 4GB ram)

          Comment

          Working...
          X