Installing Steam on ubuntu

Questions about Wine on Linux
Locked
davidashe
Newbie
Newbie
Posts: 2
Joined: Sun Mar 19, 2023 4:55 pm

Installing Steam on ubuntu

Post by davidashe »

I am getting:

0300:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

do i need to run a `wine` command to get `ntlm_auth` updated?
davidashe
Newbie
Newbie
Posts: 2
Joined: Sun Mar 19, 2023 4:55 pm

Re: Installing Steam on ubuntu

Post by davidashe »

Er, fixed that with an `apt install winbind`

Now I get:

Code: Select all

[0319/180034.665:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 0
IPC client is in my process, could/should be using an in-process pipe.wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
[0319/180036.709:ERROR:browser_gpu_channel_host_factory.cc(167)] Failed to launch GPU process.
0124:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
Locked