I am having trouble properly installing Steam. I've installed it in the past before, perfectly fine after editing DWrite and whatnot. But on Ubuntu 14.04 I can't seem to do it.
Whenever I open the application a box appears giving me the following error but Steam stays open. Pages like the store or profile refuse to load or open correctly. Here is the backtrace.txt it generated:
Dorzalty wrote: I've installed it in the past before, perfectly fine after editing DWrite and whatnot. But on Ubuntu 14.04 I can't seem to do it.
I don't know what you mean by "editing dwrite." What you're supposed to do is disable it, and from the output you posted, you didn't. So you need to do that.
Pages like the store or profile refuse to load or open correctly.
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.
Dorzalty wrote:I used regedit to accomplish the changes:
Disable it in winecfg.
I'm sorry, I do not follow; how am I supposed to fix it? I do not understand where to find this winbind package or the path it wants etc.
Install whatever package provides it through your package manager. On openSUSE the packages are named samba-winbind and samba-winbind-32bit, but packages names vary by distro, so yours may be different. Ask for help on your distro support forum if you're not sure which package to install.
Alright, I have disabled Dwrite as directed and tried to install winebind. It claims it is already installed (all attempts at installing report this). The errors still persist, as well.
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.
is a missing package (probably the 32 bit one), but as the console output says, it could also be caused by an outdated version of ntlm_auth or it not being in your path. You will have to figure out which one it is.
The 32bit package of what? Winbind? Because when attempting to use this url (http://www.ubuntuupdates.org/package/co ... se/winbind) to install the 32bit it claims I need the "samba 2:4.1.6+dfsg-1ubuntu2" file, but when I install that it claims it is already installed/has the latest version. How would I check to see if it is in the current path?