Office 2007 works on every user account except one

Questions about Wine on Linux
Locked
krtkus001
Newbie
Newbie
Posts: 1
Joined: Fri May 11, 2018 8:25 am

Office 2007 works on every user account except one

Post by krtkus001 »

Hi, I have recently installed MS Office 2007 on my Manjaro Linux machine. I have multiple user accounts, so I created new account only for installing windows programs and am running them using sudo -u. I KNOW it should not be done this way, but I do not have enough Office keys to install it separately for every user. After a lot of tweaking I got it working on every user account, but on one of them any program from Office suite fails to run. Here is the terminal output:

[michal@manjaro-workstation ~]$ sudo -u wineuser wine C:\\windows\\command\\start.exe /Unix /home/wineuser/.wine/dosdevices/c:/users/wineuser/Start\ Menu/Programs/Microsoft\ Office/Microsoft\ Office\ Word\ 2007.lnk
No protocol specified
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
0009:fixme:exec:SHELL_execute flags ignored: 0x00004100
002d:fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub
[michal@manjaro-workstation ~]$ 002d:fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub
002d:fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub
002d:fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub
002d:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002d:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
002d:fixme:reg:RegQueryInfoKeyW security argument not supported.
002d:fixme:heap:RtlSetHeapInformation 0x110000 1 (nil) 0 stub
002d:err:ole:CoFreeUnusedLibrariesEx apartment not initialised
002d:err:ole:CoFreeUnusedLibrariesEx apartment not initialised
002d:fixme:msvcrt:__clean_type_info_names_internal (0x3213c1d4) stub
002d:fixme:msvcrt:__clean_type_info_names_internal (0x3b2cbf50) stub
002d:fixme:msvcrt:__clean_type_info_names_internal (0x6be76cb4) stub
002d:fixme:msvcrt:__clean_type_info_names_internal (0x334d0b14) stub

Neither of suggestions I found online worked for me. I checked that I've got $DISPLAY set correctly (:0.0), that I have installed everything necessary etc.

Could you please help me with this? Thanks.
Locked