Skip to content

Instantly share code, notes, and snippets.

@jadbox
Created October 31, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jadbox/a5045b3f2ed1c30d559daaa821357d41 to your computer and use it in GitHub Desktop.
Save jadbox/a5045b3f2ed1c30d559daaa821357d41 to your computer and use it in GitHub Desktop.
Fedora 29 battle.net installer error
I've installed a fresh copy of Fedora 29, installed wine-staging and other battle.net deps recommended for Fedora (see below).
However, when I try to install Battle.net (or Overwatch), I get the following logs before the battle.net installer crashes.
Installer failure image:
https://imgur.com/a/QfuCpPL
DEBUG 2018-10-31 06:26:18,888 [thread]:Processes monitored: Battle.net-Setu (5752:R), Battle.net-Setu (5752:R)
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load default config file
0013:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffa, 0xaefea0
ntlm_auth: relocation error: /usr/lib64/samba/libkrb5samba-samba4.so: symbol gss_acquire_cred_from version gssapi_krb5_2_MIT not defined in file libgssapi_krb5.so.2 with link time reference
0009: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.
0009:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
When I click "OK" to then continue after this error, I get another error:
ERROR 2018-10-31 06:56:58,626 [jobs]:Error while completing task <bound method CommandsMixin.task of <lutris.installer.interpreter.ScriptInterpreter object at 0x7fa620b64358>>: [Errno 2] No such file or directory: '/home/jdunlap/.cache/lutris/winekeys.reg'
<class 'FileNotFoundError'> [Errno 2] No such file or directory: '/home/jdunlap/.cache/lutris/winekeys.reg'
File "/usr/lib/python3.7/site-packages/lutris/util/jobs.py", line 29, in target
result = self.function(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/lutris/installer/commands.py", line 398, in task
thread = task(**data)
File "/usr/lib/python3.7/site-packages/lutris/runners/wine.py", line 56, in set_regedit
os.remove(reg_path)
----
sudo dnf install gnutls gnutls-devel openldap openldap-devel libgpg-error
Last metadata expiration check: 0:24:18 ago on Wed 31 Oct 2018 06:29:22 AM PDT.
Package gnutls-3.6.4-1.fc29.x86_64 is already installed.
Package gnutls-3.6.4-1.fc29.i686 is already installed.
Package gnutls-devel-3.6.4-1.fc29.x86_64 is already installed.
Package gnutls-devel-3.6.4-1.fc29.i686 is already installed.
Package openldap-2.4.46-9.fc29.x86_64 is already installed.
Package openldap-2.4.46-9.fc29.i686 is already installed.
Package openldap-devel-2.4.46-9.fc29.x86_64 is already installed.
Package openldap-devel-2.4.46-9.fc29.i686 is already installed.
Package libgpg-error-1.31-2.fc29.x86_64 is already installed.
Package libgpg-error-1.31-2.fc29.i686 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
----
wine-3.18 (Staging)
kernel: 4.18.16-300.fc29.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment