error installing msoffice 2016 on ubuntu 24 with wine version 9: You may be missing a libnss plugin

Questions about Wine on Linux
Locked
cb49747
Newbie
Newbie
Posts: 1
Joined: Fri Jan 03, 2025 5:20 pm

error installing msoffice 2016 on ubuntu 24 with wine version 9: You may be missing a libnss plugin

Post by cb49747 »

I'm trying to install Microsoft Office 2016 on my ubuntu 24 machine using wine version 9 and I get the following error

0108:err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin

Code: Select all

xxx@megatron:~/office-install$ wine Setup.exe 
xxx@megatron:~/office-install$ 0108:err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin
02bc:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 02bc, blocked by 01cc, retrying (60 sec)
02c4:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 02c4, blocked by 01cc, retrying (60 sec)
0240:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0240, blocked by 01cc, retrying (60 sec)
0234:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0234, blocked by 01cc, retrying (60 sec)
0254:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0254, blocked by 01cc, retrying (60 sec)
0250:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0250, blocked by 01cc, retrying (60 sec)
0238:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0238, blocked by 01cc, retrying (60 sec)
023c:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 023c, blocked by 01cc, retrying (60 sec)
024c:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 024c, blocked by 01cc, retrying (60 sec)
0248:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0248, blocked by 01cc, retrying (60 sec)
0244:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0244, blocked by 01cc, retrying (60 sec)
0230:err:sync:RtlpWaitForCriticalSection section 00006FFFF73A8168 (null) wait timed out in thread 0230, blocked by 01cc, retrying (60 sec)
108:err:winediag:addrinfo_err_from_unix getaddrinfo() returned EBUSY. You may be missing a libnss plugin0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
0334:err:msxml:doparse Unsupported encoding unicode
I ran wine --version and got wine-9.0 (Ubuntu 9.0~repack-4build3)

using apt to install libnss I get this.

libnss-mymachines is already the newest version (255.4-1ubuntu8.4).

Anyone have any ideas?
Locked