Code Monkey home page Code Monkey logo

wine's Introduction

1. INTRODUCTION

Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x, Win32, and Win64 executables) on Unix.
It consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix, X11 or Mac equivalents.  The library may also
be used for porting Windows code into native Unix executables.

Wine is free software, released under the GNU LGPL; see the file
LICENSE for the details.


2. QUICK START

From the top-level directory of the Wine source (which contains this file),
run:

./configure
make

Then either install Wine:

make install

Or run Wine directly from the build directory:

./wine notepad

Run programs as "wine program".  For more information and problem
resolution, read the rest of this file, the Wine man page, and
especially the wealth of information found at https://www.winehq.org.


3. REQUIREMENTS

To compile and run Wine, you must have one of the following:

  Linux version 2.0.36 or later
  FreeBSD 8.0 or later
  Solaris x86 9 or later
  NetBSD-current
  Mac OS X 10.8 or later

As Wine requires kernel-level thread support to run, only the operating
systems mentioned above are supported.  Other operating systems which
support kernel threads may be supported in the future.

FreeBSD info:
  Wine will generally not work properly on versions before FreeBSD 8.0.
  See https://wiki.freebsd.org/Wine for more information.

Solaris info:
  You will most likely need to build Wine with the GNU toolchain
  (gcc, gas, etc.). Warning : installing gas does *not* ensure that it
  will be used by gcc. Recompiling gcc after installing gas or
  symlinking cc, as and ld to the gnu tools is said to be necessary.

NetBSD info:
  Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
  turned on in your kernel.

Mac OS X info:
  You need Xcode/Xcode Command Line Tools or Apple cctools.  The
  minimum requirements for compiling Wine are clang 3.8 with the
  MacOSX10.10.sdk and mingw-w64 v8.  The MacOSX10.14.sdk and later can
  only build wine64.


Supported file systems:
  Wine should run on most file systems. A few compatibility problems
  have also been reported using files accessed through Samba. Also,
  NTFS does not provide all the file system features needed by some
  applications.  Using a native Unix file system is recommended.

Basic requirements:
  You need to have the X11 development include files installed
  (called xorg-dev in Debian and libX11-devel in Red Hat).

  Of course you also need "make" (most likely GNU make).

  You also need flex version 2.5.33 or later and bison.

Optional support libraries:
  Configure will display notices when optional libraries are not found
  on your system. See https://wiki.winehq.org/Recommended_Packages for
  hints about the packages you should install. On 64-bit platforms,
  you have to make sure to install the 32-bit versions of these
  libraries.


4. COMPILATION

To build Wine, do:

./configure
make

This will build the program "wine" and numerous support libraries/binaries.
The program "wine" will load and run Windows executables.
The library "libwine" ("Winelib") can be used to compile and link
Windows source code under Unix.

To see compile configuration options, do ./configure --help.

For more information, see https://wiki.winehq.org/Building_Wine


5. SETUP

Once Wine has been built correctly, you can do "make install"; this
will install the wine executable and libraries, the Wine man page, and
other needed files.

Don't forget to uninstall any conflicting previous Wine installation
first.  Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall"
before installing.

Once installed, you can run the "winecfg" configuration tool. See the
Support area at https://www.winehq.org/ for configuration hints.


6. RUNNING PROGRAMS

When invoking Wine, you may specify the entire path to the executable,
or a filename only.

For example: to run Notepad:

    wine notepad            (using the search Path as specified in
    wine notepad.exe         the registry to locate the file)

    wine c:\\windows\\notepad.exe      (using DOS filename syntax)

    wine ~/.wine/drive_c/windows/notepad.exe  (using Unix filename syntax)

    wine notepad.exe readme.txt          (calling program with parameters)

Wine is not perfect, so some programs may crash. If that happens you
will get a crash log that you should attach to your report when filing
a bug.


7. GETTING MORE INFORMATION

WWW:	A great deal of information about Wine is available from WineHQ at
	https://www.winehq.org/ : various Wine Guides, application database,
	bug tracking. This is probably the best starting point.

FAQ:	The Wine FAQ is located at https://www.winehq.org/FAQ

Wiki:	The Wine Wiki is located at https://wiki.winehq.org

Mailing lists:
	There are several mailing lists for Wine users and developers;
	see https://www.winehq.org/forums for more information.

Bugs:	Report bugs to Wine Bugzilla at https://bugs.winehq.org
	Please search the bugzilla database to check whether your
	problem is already known or fixed before posting a bug report.

IRC:	Online help is available at channel #WineHQ on irc.libera.chat.

Git:	The current Wine development tree is available through Git.
	Go to https://www.winehq.org/git for more information.

If you add something, or fix a bug, please send a patch (preferably
using git-format-patch) to the [email protected] list for
inclusion in the next release.

--
Alexandre Julliard
[email protected]

wine's People

Contributors

aeikum avatar alesliehughes avatar alexhenrie avatar andrerh avatar aricstewart avatar austin987 avatar cjacek avatar ericzp avatar fdela avatar fgouget avatar hdmdavies avatar hughmcmaster avatar jozefkucia avatar juanlang avatar julliard avatar kenthomases avatar kgbricola avatar mlankhorst avatar msmeissn avatar mstefani avatar nsivov avatar piotrcw avatar rbernon avatar sgwaki avatar slackner avatar stefand avatar truiken avatar winspool avatar zfigura avatar zzhiyi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wine's Issues

Problem with mouse scrolling in Wow using lutris-nofshack-4.19

When using latest version of lutris-nofshack (both 4.19 and 4.18) I get some problems with mouse scrolling (using the wheel on the mouse) in games..

Example in Wow mouse works for zooming in and out on character.
Not working in chat or on other menus like achievements.

Rolling back to lutris-4.16 fix my problems.

Origin Launcher EACoreServer.exe && Activation.exe bugz

I know it doesn't really belong to lutris, but I think here is it also good placed.

Problem:
After Downloading for example BF1 or BF3 the can't be started due to "License Reactivation" stuff.
It just says "Hey dude, enter your serial number or gtfo", it also reports your Origin Account Name as "empty" or "DisplayName".
After entering your serial number or logging in it just says... "bro EA is down, sorry for that" - then welcome in the endless loop.

So basically one of these two Executables getting the things into trouble:

  1. EACoreServer.exe
  2. Activation.exe

Also two Webservers having the JSON stuff for the Activation:

  1. https://river.data.ea.com
  2. https://eaproxy.. blah (don't remember it anymore, just do a quick Wireshark on it, then you will see it)

What I've tried:
Internet Explorer: checking if the Domain works, if connectivity is good..
Origin: Deactivating Ingame-Launch, Deactivate Auto-Update, Activate Beta etc. (literally Everything --_-- )

Maybe you have some fix for that issue, but I couldn't find anything in the Internet (tried every search engine, even chinese ones and so on), would be nice to know. Or maybe I am the only stupid guy here having that issue, then just drop it :>

Greetz!

Lutris Wine 5.21 Joystick (gamepad) regression

Lutris Wine 5.21no longer gets js (jscal) gamepad profiles. This means my gamepads are useless.
The official (upstream) wine-staging 5.21 works normally. Hope this will get fixed easily.

Star Wars Battlefront 2 (from 2017) does not start.

Big log, small logs and json system information file are available at the folder web folder:

http://www.skybuck.org/Games/Battlefront2/Lutris/

Small log example:

Running /usr/bin/wine /media/skybuck/06FAAE82FAAE6E1D/Games/Star Wars - Battlefront 2/starwarsbattlefrontii.exe
000b:fixme:winediag:start_process Wine Staging 4.19 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
002a:fixme:ver:GetCurrentPackageId (0x22d9f0 (nil)): stub
002a:fixme:ntdll:NtQuerySystemInformation returning fake driver list
002a:fixme:heap:RtlSetHeapInformation 0xb50000 0 0x22d8a0 4 stub
Waiting on children
All children gone
Exit with returncode 91

System information:

{
"comment": "Star Wars Battlefront 2 from 2017 does not start.",
"system": {
"gpus": [
{
"DRIVER": "radeon",
"PCI_ID": "1002:68C1",
"PCI_SUBSYS_ID": "1179:FD00",
"PCI_CLASS": "30000",
"PCI_SLOT_NAME": "0000:01:00.0",
"MODALIAS": "pci:v00001002d000068C1sv00001179sd0000FD00bc03sc00i00"
}
],
"env": {
"USER": "skybuck",
"LC_TIME": "nl_NL.UTF-8",
"XDG_SEAT": "seat0",
"XDG_SESSION_TYPE": "x11",
"SSH_AGENT_PID": "1019",
"HOME": "/home/skybuck",
"DESKTOP_SESSION": "xfce",
"XDG_SEAT_PATH": "/org/freedesktop/DisplayManager/Seat0",
"LC_MONETARY": "nl_NL.UTF-8",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"QT_QPA_PLATFORMTHEME": "gtk2",
"LOGNAME": "skybuck",
"XDG_SESSION_CLASS": "user",
"XDG_SESSION_ID": "1",
"PATH": "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games",
"LC_ADDRESS": "nl_NL.UTF-8",
"XDG_SESSION_PATH": "/org/freedesktop/DisplayManager/Session0",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XDG_MENU_PREFIX": "xfce-",
"LC_TELEPHONE": "nl_NL.UTF-8",
"LANG": "en_US.UTF-8",
"XDG_CURRENT_DESKTOP": "XFCE",
"XDG_SESSION_DESKTOP": "xfce",
"XAUTHORITY": "/home/skybuck/.Xauthority",
"XDG_GREETER_DATA_DIR": "/var/lib/lightdm/data/skybuck",
"SSH_AUTH_SOCK": "/tmp/ssh-HKhz6gKNBr4H/agent.990",
"SHELL": "/bin/bash",
"LC_NAME": "nl_NL.UTF-8",
"GDMSESSION": "xfce",
"QT_ACCESSIBILITY": "1",
"LC_MEASUREMENT": "nl_NL.UTF-8",
"LC_IDENTIFICATION": "nl_NL.UTF-8",
"XDG_VTNR": "7",
"PWD": "/home/skybuck",
"XDG_DATA_DIRS": "/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share",
"XDG_CONFIG_DIRS": "/etc/xdg",
"LC_NUMERIC": "nl_NL.UTF-8",
"LC_PAPER": "nl_NL.UTF-8",
"SESSION_MANAGER": "local/USBStick:@/tmp/.ICE-unix/990,unix/USBStick:/tmp/.ICE-unix/990",
"PANEL_GDK_CORE_DEVICE_EVENTS": "0",
"DISPLAY": ":0.0"
},
"missing_libs": {
"OPENGL": [
[],
[]
],
"VULKAN": [
[],
[]
],
"WINE": [
[],
[]
],
"GAMEMODE": [
[
"libgamemodeauto.so"
],
[
"libgamemodeauto.so"
]
]
},
"cpus": [
{
"processor": "0",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "37",
"model name": "Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz",
"stepping": "5",
"microcode": "0x7",
"cpu MHz": "1331.143",
"cache size": "3072 KB",
"physical id": "0",
"siblings": "4",
"core id": "0",
"cpu cores": "2",
"apicid": "0",
"initial apicid": "0",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "11",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "5319.37",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "36 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "1",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "37",
"model name": "Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz",
"stepping": "5",
"microcode": "0x7",
"cpu MHz": "1357.986",
"cache size": "3072 KB",
"physical id": "0",
"siblings": "4",
"core id": "0",
"cpu cores": "2",
"apicid": "1",
"initial apicid": "1",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "11",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "5319.37",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "36 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "2",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "37",
"model name": "Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz",
"stepping": "5",
"microcode": "0x7",
"cpu MHz": "1420.642",
"cache size": "3072 KB",
"physical id": "0",
"siblings": "4",
"core id": "2",
"cpu cores": "2",
"apicid": "4",
"initial apicid": "4",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "11",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "5319.37",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "36 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "3",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "37",
"model name": "Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz",
"stepping": "5",
"microcode": "0x7",
"cpu MHz": "1294.931",
"cache size": "3072 KB",
"physical id": "0",
"siblings": "4",
"core id": "2",
"cpu cores": "2",
"apicid": "5",
"initial apicid": "5",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "11",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida arat flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "5319.37",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "36 bits physical, 48 bits virtual",
"power management": ""
}
],
"drives": [
{
"name": "sda",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sda1",
"fstype": "ntfs",
"label": "Door systeem gereserveerd",
"uuid": "D28AAA208AAA00D9",
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sda2",
"fstype": "ntfs",
"label": null,
"uuid": "06FAAE82FAAE6E1D",
"fsavail": "89G",
"fsuse%": "81%",
"mountpoint": "/media/skybuck/06FAAE82FAAE6E1D"
}
]
},
{
"name": "sdb",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sdb1",
"fstype": "vfat",
"label": "EFI",
"uuid": "67E3-17ED",
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sdb2",
"fstype": "ntfs",
"label": "External Harddisk",
"uuid": "CEF0ABAFF0AB9BE9",
"fsavail": "4,3T",
"fsuse%": "7%",
"mountpoint": "/media/skybuck/External Harddisk"
}
]
},
{
"name": "sdc",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sdc1",
"fstype": "vfat",
"label": "SPARKY_64BI",
"uuid": "14F4-2A56",
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sdc2",
"fstype": "ext4",
"label": null,
"uuid": "edcc9ade-a815-4f64-94d2-78c76807811a",
"fsavail": "53,8G",
"fsuse%": "25%",
"mountpoint": "/"
},
{
"name": "sdc3",
"fstype": "swap",
"label": null,
"uuid": "35732adc-28a3-4566-8db4-6e9b5283995a",
"fsavail": null,
"fsuse%": null,
"mountpoint": "[SWAP]"
}
]
},
{
"name": "sr0",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
}
],
"ram": {
"mem": {
"total": "5960292",
"used": "667784",
"free": "460444",
"shared": "54064",
"buff/cache": "4832064",
"available": "4941232"
},
"swap": {
"total": "33555024",
"used": "0",
"free": "33555024"
}
},
"dist": [
"SparkyLinux",
"6",
"Po-Tolo"
],
"glxinfo": {
"name_of_display": ":0.0",
"opengl_core_profile_version": "3.3 (Core Profile) Mesa 19.2.1",
"opengl_core_profile_context_flags": "(none)",
"display": ":0",
"opengl_shading_language_version": "1.40",
"opengl_core_profile_profile_mask": "core profile",
"opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.10",
"direct_rendering": "Yes",
"opengl_renderer": "AMD REDWOOD (DRM 2.50.0 / 5.2.0-3-amd64, LLVM 9.0.0)",
"opengl_version": "3.1 Mesa 19.2.1",
"opengl_context_flags": "(none)",
"opengl_vendor": "X.Org",
"opengl_core_profile_shading_language_version": "3.30",
"opengl_es_profile_version": "OpenGL ES 3.1 Mesa 19.2.1",
"screen": "0"
}
}
}

Is there anything I can do to make it work a bit better ? Perhaps update something ? Try different drivers ? Problem seems to be the "fixme" issues.

Dropping libpng12 in favor of libpng16

Debian unstable recently dropped libpng12 in favor of libpng16, and ubuntu has dropped libpng12 for several years now.

Current lutris wine builds fail to load png files on such systems unless they install older versions of libpng

Star Ocean The Last Hope 4K & Full HD Remaster -- Crashes at menu

The game crashes when any action is taken at the staring screen after the game loads.

I cant find any log output for the game. I tried clicking the "Show Logs" button in lutris but nothing showed up in the window it opens. Im running the game on Wine Steam.

Unable to run League of Legends : "Exit with returncode 3"

Good morning,

I tried to run League of Legends but I get this log :

success: success
operation_type: check
patchline: live-euw-win
patcher: chunking
published_at: 2019-10-23T05:22:42.987000
version: 63
url: https://lol.secure.dyn.riotcdn.net/channels/public/live-euw-win.json
LeagueClient.exe(00000009): ALWAYS| Queued Dradis event to be sent.
LeagueClient.exe(0000003C): ALWAYS| rcp-be-client-config| Updated public config for LeagueClient with 60 entries
LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-riot-messaging-service: 1.3.10
LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-entitlements: 0.0.28
LeagueClient.exe(00000009): ALWAYS| Plugin Manager| Initializing plugin rcp-be-lol-bootstrap: 1.0.20
LeagueClient.exe(00000009): ALWAYS| Phase End - Initializing plugins - duration was 731.45ms
LeagueClient.exe(0000003D): ALWAYS| rcp-be-lol-rso-auth| Client is configured. RSO Proxy: true
LeagueClient.exe(00000009): ALWAYS| Foundation is now running.
LeagueClient.exe(00000009): ALWAYS| Phase End - Init - duration was 1095.87ms
LeagueClient.exe(00000009): ALWAYS| Phase Begin - MainLoop
Waiting on children
Waiting on children
2019-10-29 12:44:18,135: Unable to read stat for process 13618
2019-10-29 12:44:18,136: Unable to read stat for process 13618
All children gone
Exit with returncode 3

How should I fix that ?

"No file provided" when launching any EPIC GAMES STORE game

Describe the bug
Unable to launch Epic Games Store of any game for that platform
Expected behavior
To launch Epic Games Store or The Witness (both installed)

Current behavior
Appears a window with the error "No file provided" and the only option is to click in "Accept"

Steps to reproduce
1 - Launch Lutris
2 - Search "Epic Games Store" and install it
3 - Click "Launch" button after correct installation
Appears an error "No file provided" and the only option is to click in "Accept"

1 - Launch Lutris
2 - Look for "The Witness" for Epic Games and install it
3 - Launch "The Witness" after a correct installation
Appears an error "No file provided" and the only option is to click in "Accept"

Lutris debugging output

The terminal output of lutris -d.

lutris -d

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
2019-09-28 06:04:36,818: GLib.set_option_context_summary missing, was added in GLib 2.56 (Released 2018-03-12)
INFO 2019-09-28 06:04:36,822 [application.do_command_line:225]:Running Lutris 0.5.2.1
INFO 2019-09-28 06:04:36,822 [startup.check_driver:54]:Using NVIDIA drivers 418.87.00 for x86_64
INFO 2019-09-28 06:04:36,822 [startup.check_driver:58]:GPU: GeForce GTX 1050 Ti
INFO 2019-09-28 06:04:36,822 [startup.check_driver:75]:GPU: 10DE:1C82 3842:6255 using nvidia drivers
INFO 2019-09-28 06:04:36,844 [startup.check_vulkan:129]:Vulkan is supported
ERROR 2019-09-28 06:04:36,847 [startup.fill_missing_platforms:159]:Providing missing platorm for game kmines
DEBUG 2019-09-28 06:04:36,847 [game.save:212]:Saving KMines (linux)
ERROR 2019-09-28 06:04:36,924 [startup.fill_missing_platforms:159]:Providing missing platorm for game kpatience
DEBUG 2019-09-28 06:04:36,925 [game.save:212]:Saving KPatience (linux)
ERROR 2019-09-28 06:04:37,008 [startup.fill_missing_platforms:159]:Providing missing platorm for game kreversi
DEBUG 2019-09-28 06:04:37,008 [game.save:212]:Saving KReversi (linux)
ERROR 2019-09-28 06:04:37,093 [startup.fill_missing_platforms:159]:Providing missing platorm for game winemine
DEBUG 2019-09-28 06:04:37,093 [game.save:212]:Saving Winemine (linux)
INFO 2019-09-28 06:04:37,168 [dxvk.get_dxvk_versions:24]:Updating DXVK versions

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:71:36: The style property GtkCheckMenuItem:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

(lutris:27030): Gtk-WARNING **: Theme parsing error: gtk.css:76:30: The style property GtkExpander:expander-size is deprecated and shouldn't be used anymore. It will be removed in a future version
INFO 2019-09-28 06:04:37,370 [lutriswindow.toggle_connection:562]:Connected to lutris.net as MyNickname
DEBUG 2019-09-28 06:04:37,374 [store.get_missing_media:178]:Requesting missing icons from API for 18 games
DEBUG 2019-09-28 06:04:37,374 [http.get:68]:GET https://lutris.net/api/runtime
DEBUG 2019-09-28 06:04:37,378 [http.get:68]:GET https://lutris.net/api/games
DEBUG 2019-09-28 06:04:37,381 [http.get:68]:GET https://lutris.net/api/games/library/MyNickname
DEBUG 2019-09-28 06:04:37,719 [api.get_game_api_page:132]:Loaded 8 games from page 1
DEBUG 2019-09-28 06:04:46,606 [application.launch:339]:Launching The Witness (wine) (139709790290424)
DEBUG 2019-09-28 06:04:46,613 [game.play:269]:Prelaunching <lutris.runners.wine.wine object at 0x7f10b8157c18>
WARNING 2019-09-28 06:04:46,614 [joypad.get_devices:15]:python3-evdev not installed, controller support not available
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/dxgi with DXVK version
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/d3d11 with DXVK version
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/d3d10core with DXVK version
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/d3d10_1 with DXVK version
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/d3d10 with DXVK version
INFO 2019-09-28 06:04:46,637 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/system32/d3d9 with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/dxgi with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/d3d11 with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/d3d10core with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/d3d10_1 with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/d3d10 with DXVK version
INFO 2019-09-28 06:04:46,638 [dxvk.enable_dxvk_dll:128]:Replacing /home/myuser/Juegos/the-witness/drive_c/windows/syswow64/d3d9 with DXVK version
DEBUG 2019-09-28 06:04:46,638 [display._get_vidmodes:15]:Retrieving video modes from XrandR
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

System information
The .json file created by typing lutris --submit-issue in a terminal.
{
"comment": ""No file provided" when launching any EPIC GAMES STORE game",
"system": {
"nvidia_driver": {
"nvrm": {
"vendor": "NVIDIA",
"platform": "UNIX",
"arch": "x86_64",
"version": "418.87.00",
"date": "Thu Aug 8 15:35:46 CDT 2019"
}
},
"nvidia_gpus": [
{
"Model": "GeForce GTX 1050 Ti",
"IRQ": "143",
"GPU UUID": "GPU-777ba20b-0645-0528-c2d7-39e82fd94fdf",
"Video BIOS": "86.07.59.00.50",
"Bus Type": "PCIe",
"DMA Size": "47 bits",
"DMA Mask": "0x7fffffffffff",
"Bus Location": "0000:02:00.0",
"Device Minor": "0",
"Blacklisted": "No"
}
],
"gpus": [
{
"DRIVER": "nvidia",
"PCI_ID": "10DE:1C82",
"PCI_SUBSYS_ID": "3842:6255",
"PCI_CLASS": "30000",
"PCI_SLOT_NAME": "0000:02:00.0",
"MODALIAS": "pci:v000010DEd00001C82sv00003842sd00006255bc03sc00i00"
}
],
"env": {
"GS_LIB": "/home/myuser/.fonts",
"KDE_FULL_SESSION": "true",
"LS_COLORS": "no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:.cmd=00;32:.exe=01;32:.com=01;32:.bat=01;32:.btm=01;32:.dll=01;32:.tar=00;31:.tbz=00;31:.tgz=00;31:.rpm=00;31:.deb=00;31:.arj=00;31:.taz=00;31:.lzh=00;31:.lzma=00;31:.zip=00;31:.zoo=00;31:.z=00;31:.Z=00;31:.gz=00;31:.bz2=00;31:.tb2=00;31:.tz2=00;31:.tbz2=00;31:.xz=00;31:.avi=01;35:.bmp=01;35:.dl=01;35:.fli=01;35:.gif=01;35:.gl=01;35:.jpg=01;35:.jpeg=01;35:.mkv=01;35:.mng=01;35:.mov=01;35:.mp4=01;35:.mpg=01;35:.pcx=01;35:.pbm=01;35:.pgm=01;35:.png=01;35:.ppm=01;35:.svg=01;35:.tga=01;35:.tif=01;35:.webm=01;35:.webp=01;35:.wmv=01;35:.xbm=01;35:.xcf=01;35:.xpm=01;35:.aiff=00;32:.ape=00;32:.au=00;32:.flac=00;32:.m4a=00;32:.mid=00;32:.mp3=00;32:.mpc=00;32:.ogg=00;32:.voc=00;32:.wav=00;32:.wma=00;32:*.wv=00;32:",
"HOSTTYPE": "x86_64",
"XAUTHLOCALHOSTNAME": "Projects",
"LESSCLOSE": "lessclose.sh %s %s",
"XKEYSYMDB": "/usr/X11R6/lib/X11/XKeysymDB",
"LANG": "es_ES.UTF-8",
"WINDOWMANAGER": "/usr/bin/startkde",
"LESS": "-M -I -R",
"PROFILEHOME": "",
"DISPLAY": ":0",
"JAVA_ROOT": "/usr/lib64/jvm/jre-11-openjdk",
"HOSTNAME": "Projects",
"SHELL_SESSION_ID": "3d7af27dba934b06bc6223aa11ab5fc1",
"CONFIG_SITE": "/usr/share/site/x86_64-unknown-linux-gnu",
"CSHEDIT": "emacs",
"GPG_TTY": "/dev/pts/2",
"AUDIODRIVER": "pulseaudio",
"LESS_ADVANCED_PREPROCESSOR": "no",
"COLORTERM": "truecolor",
"JAVA_HOME": "/usr/lib64/jvm/jre-11-openjdk",
"ALSA_CONFIG_PATH": "/etc/alsa-pulse.conf",
"MACHTYPE": "x86_64-suse-linux",
"XDG_VTNR": "7",
"SSH_AUTH_SOCK": "/tmp/ssh-8Vll2YTusmJs/agent.30999",
"QEMU_AUDIO_DRV": "pa",
"MINICOM": "-c on",
"QT_SYSTEM_DIR": "/usr/share/desktop-data",
"OSTYPE": "linux",
"XDG_SESSION_ID": "3",
"USER": "myuser",
"PAGER": "less",
"DESKTOP_SESSION": "/usr/share/xsessions/plasma5",
"KONSOLE_VERSION": "181203",
"GTK2_RC_FILES": "/etc/gtk-2.0/gtkrc:/home/myuser/.gtkrc-2.0:/home/myuser/.config/gtkrc-2.0",
"MORE": "-sl",
"PWD": "/home/myuser/bin/Telegram",
"SSH_ASKPASS": "/usr/lib/ssh/ssh-askpass",
"HOME": "/home/myuser",
"SSH_AGENT_PID": "31068",
"HOST": "Projects",
"XCURSOR_SIZE": "0",
"XNLSPATH": "/usr/share/X11/nls",
"XDG_SESSION_TYPE": "x11",
"XDG_DATA_DIRS": "/home/myuser/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share",
"KONSOLE_DBUS_SESSION": "/Sessions/1",
"XDG_SESSION_DESKTOP": "KDE",
"PROFILEREAD": "true",
"KONSOLE_DBUS_WINDOW": "/Windows/1",
"GTK_MODULES": "canberra-gtk-module",
"FROM_HEADER": "",
"MAIL": "/var/spool/mail/myuser",
"LESSKEY": "/etc/lesskey.bin",
"TERM": "xterm-256color",
"SHELL": "/bin/bash",
"KONSOLE_DBUS_SERVICE": ":1.151",
"XDG_SESSION_CLASS": "user",
"XDG_SEAT_PATH": "/org/freedesktop/DisplayManager/Seat0",
"QT_IM_MODULE": "xim",
"XMODIFIERS": "@im=local",
"LS_OPTIONS": "-N --color=tty -T 0",
"XCURSOR_THEME": "Comix-Orange",
"XDG_CURRENT_DESKTOP": "KDE",
"KONSOLE_PROFILE_NAME": "Por omisi\u00f3n",
"PYTHONSTARTUP": "/etc/pythonstart",
"XDG_SEAT": "seat0",
"SHLVL": "2",
"COLORFGBG": "15;0",
"LANGUAGE": "es",
"G_FILENAME_ENCODING": "@Locale,UTF-8,ISO-8859-15,CP1252",
"MANPATH": "/usr/local/man:/usr/share/man",
"GTK_RC_FILES": "/etc/gtk/gtkrc:/home/myuser/.gtkrc:/home/myuser/.config/gtkrc",
"WINDOWID": "73400326",
"XSESSION_IS_UP": "yes",
"LOGNAME": "myuser",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XAUTHORITY": "/home/myuser/.Xauthority",
"JRE_HOME": "/usr/lib64/jvm/java-11-openjdk-11",
"XDG_SESSION_PATH": "/org/freedesktop/DisplayManager/Session2",
"QT_AUTO_SCREEN_SCALE_FACTOR": "0",
"XDG_CONFIG_DIRS": "/etc/xdg",
"PATH": "/home/myuser/bin:/usr/local/bin:/usr/bin:/bin:/home/myuser/bin/Telegram",
"JAVA_BINDIR": "/usr/lib64/jvm/jre-11-openjdk/bin",
"KDE_SESSION_UID": "1000",
"SDL_AUDIODRIVER": "pulse",
"KDE_SESSION_VERSION": "5",
"QT_IM_SWITCHER": "imsw-multi",
"G_BROKEN_FILENAMES": "1",
"HISTSIZE": "1000",
"SESSION_MANAGER": "local/Projects:@/tmp/.ICE-unix/31165,unix/Projects:/tmp/.ICE-unix/31165",
"CPU": "x86_64",
"LESSOPEN": "lessopen.sh %s",
"GTK_IM_MODULE": "cedilla",
"_": "/usr/bin/lutris",
"OLDPWD": "/home/myuser/bin"
},
"missing_libs": {
"OPENGL": [
[],
[]
],
"VULKAN": [
[],
[]
],
"WINE": [
[],
[]
],
"GAMEMODE": [
[
"libgamemodeauto.so"
],
[
"libgamemodeauto.so"
]
]
},
"cpus": [
{
"processor": "0",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "94",
"model name": "Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz",
"stepping": "3",
"microcode": "0xcc",
"cpu MHz": "3500.000",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "0",
"cpu cores": "4",
"apicid": "0",
"initial apicid": "0",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "22",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "7008.00",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "1",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "94",
"model name": "Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz",
"stepping": "3",
"microcode": "0xcc",
"cpu MHz": "3500.000",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "1",
"cpu cores": "4",
"apicid": "2",
"initial apicid": "2",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "22",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "7008.00",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "2",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "94",
"model name": "Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz",
"stepping": "3",
"microcode": "0xcc",
"cpu MHz": "3500.000",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "2",
"cpu cores": "4",
"apicid": "4",
"initial apicid": "4",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "22",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "7008.00",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "3",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "94",
"model name": "Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz",
"stepping": "3",
"microcode": "0xcc",
"cpu MHz": "3500.000",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "3",
"cpu cores": "4",
"apicid": "6",
"initial apicid": "6",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "22",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs",
"bogomips": "7008.00",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
}
],
"drives": [
{
"name": "sda",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sda1",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": "97,6G",
"fsuse%": "79%",
"mountpoint": "/home"
}
]
},
{
"name": "sdb",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sdb1",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sdb2",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sdb3",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "sdb4",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": "2,5G",
"fsuse%": "93%",
"mountpoint": "/run/media/myuser/Windows"
},
{
"name": "sdb5",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": "29,9G",
"fsuse%": "98%",
"mountpoint": "/mnt/Juegos_y_descargas"
},
{
"name": "sdb6",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": "[SWAP]"
}
]
},
{
"name": "sdh",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sdh1",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": "9,8G",
"fsuse%": "32%",
"mountpoint": "/run/media/myuser/GLIM"
}
]
},
{
"name": "sr0",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "nvme0n1",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "nvme0n1p1",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "nvme0n1p2",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "nvme0n1p3",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "nvme0n1p4",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null
},
{
"name": "nvme0n1p5",
"fstype": null,
"label": null,
"uuid": null,
"fsavail": "28,6G",
"fsuse%": "52%",
"mountpoint": "/boot/grub2/x86_64-efi"
}
]
}
],
"ram": {
"mem": {
"total": "32874988",
"used": "11943084",
"free": "14894168",
"shared": "594752",
"buff/cache": "6037736",
"available": "19857976"
},
"swap": {
"total": "16766972",
"used": "2265648",
"free": "14501324"
}
},
"dist": [
"openSUSE Leap",
"15.1",
""
],
"glxinfo": {
"opengl_vendor": "NVIDIA Corporation",
"opengl_core_profile_context_flags": "(none)",
"opengl_core_profile_version": "4.5.0 NVIDIA 418.87.00",
"opengl_version": "4.6.0 NVIDIA 418.87.00",
"opengl_core_profile_shading_language_version": "4.50 NVIDIA",
"opengl_shading_language_version": "4.60 NVIDIA",
"screen": "0",
"display": ":0",
"name_of_display": ":0",
"opengl_core_profile_profile_mask": "core profile",
"opengl_context_flags": "(none)",
"opengl_profile_mask": "(none)",
"opengl_es_profile_version": "OpenGL ES 3.2 NVIDIA 418.87.00",
"opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
"opengl_renderer": "GeForce GTX 1050 Ti/PCIe/SSE2",
"direct_rendering": "Yes"
}
}
}
Screenshots

If applicable, add screenshots to help explain your problem.

LoL not open after update (with both installers)

video: https://vimeo.com/373495775
old issue: lutris/lutris#2467
last outputs:

Running /home/flakesrc/.local/share/lutris/runners/wine/lutris-lol-4.17-x86_64/bin/wine /home/flakesrc/Games/league-of-legends/drive_c/Riot Games/League of Legends/LeagueClient.exe
Running /home/flakesrc/Games/league-of-legends/syscall_check.sh
Waiting on children
Exit with returncode 0
DEBUG    2019-11-15 18:42:08,968 [command.on_stop:161]:The process has terminated with code 0
DEBUG    2019-11-15 18:42:08,968 [command.stop:246]:Management process looks dead already.
DEBUG    2019-11-15 18:42:08,968 [command.stop:258]:logger already detached
LeagueClient.exe(00000009): ALWAYS| Application Version:9.22.297.3335 - CL:2973335 - Build Date:Nov 11 2019 - Build Time:15:12:54
LeagueClient.exe(00000009): ALWAYS| Direct Launch enabled for league_of_legends.live in environment 'live' for app path 'C:\Riot Games\League of Legends\LeagueClient.exe' and install dir 'C:\Riot Games\League of Legends'
LeagueClient.exe(00000009): ALWAYS| Found associated Riot Client install (C:/Riot Games/Riot Client/RiotClientServices.exe)
LeagueClient.exe(00000009): ALWAYS| Riot Client started. Exiting with the expectation of being restarted (ExitForDirectLaunch).
Waiting on children
Waiting on children

Overwatch: Compiling shaders...

When I run overwatch on lutris it says "Compiling shaders..." for a while. Happens every time I start the game on Lutris, but not on Windows 10. It's not a big issue because the game still works well, but maybe there is some issue.

Overwatch displaying Compiling shaders...

League of Legends doesn't install

Describe the bug

League of Legends' installation fails at a point where it should not.

Expected behavior

I expect League of legends to install without an issue, and without crashing in the middle of the installation.

Current behavior

After agreeing to the terms of use, I try to install league of legends just to read an error message that a signal was killed on something related with DirectX9.

Steps to reproduce

  • Install via any of the LoL installers in lutris.
  • Get to the Wine part.
  • After agreeing to the terms of use and pressing next, get the crash report.

Lutris debugging output

https://paste.ubuntu.com/p/skFVp5s8qR/

NOTE: the samba error on lines 43-45 got fixed by installing samba. Still gave same error message at the end.

System information

{
"comment": "After agreeing to the terms of use, I try to install league of legends just to read an error message that a signal was killed on something related with DirectX9.",
"system": {
"nvidia_driver": {
"nvrm": {
"vendor": "NVIDIA",
"platform": "UNIX",
"arch": "x86_64",
"version": "430.50",
"date": "Thu Sep 5 22:36:31 CDT 2019"
}
},
"nvidia_gpus": [
{
"Model": "GeForce GTX 960",
"IRQ": "33",
"GPU UUID": "GPU-a6d30124-63f1-5a79-ca7e-dc3087e8488c",
"Video BIOS": "84.06.14.40.06",
"Bus Type": "PCIe",
"DMA Size": "40 bits",
"DMA Mask": "0xffffffffff",
"Bus Location": "0000:01:00.0",
"Device Minor": "0",
"Blacklisted": "No"
}
],
"gpus": [
{
"DRIVER": "nvidia",
"PCI_ID": "10DE:1401",
"PCI_SUBSYS_ID": "1458:368F",
"PCI_CLASS": "30000",
"PCI_SLOT_NAME": "0000:01:00.0",
"MODALIAS": "pci:v000010DEd00001401sv00001458sd0000368Fbc03sc00i00"
},
{
"DRIVER": "i915",
"PCI_ID": "8086:0412",
"PCI_SUBSYS_ID": "1458:D000",
"PCI_CLASS": "30000",
"PCI_SLOT_NAME": "0000:00:02.0",
"MODALIAS": "pci:v00008086d00000412sv00001458sd0000D000bc03sc00i00"
}
],
"env": {
"LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.Z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.zst=01;31:.tzst=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.wim=01;31:.swm=01;31:.dwm=01;31:.esd=01;31:.jpg=01;35:.jpeg=01;35:.mjpg=01;35:.mjpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.ogv=01;35:.ogx=01;35:.aac=00;36:.au=00;36:.flac=00;36:.m4a=00;36:.mid=00;36:.midi=00;36:.mka=00;36:.mp3=00;36:.mpc=00;36:.ogg=00;36:.ra=00;36:.wav=00;36:.oga=00;36:.opus=00;36:.spx=00;36:.xspf=00;36:",
"LESSCLOSE": "/usr/bin/lesspipe %s %s",
"LANG": "es_ES.UTF-8",
"GDM_LANG": "es_ES",
"DISPLAY": ":0",
"GTK_OVERLAY_SCROLLING": "1",
"COLORTERM": "truecolor",
"XDG_VTNR": "7",
"SSH_AUTH_SOCK": "/run/user/1000/keyring/ssh",
"MANDATORY_PATH": "/usr/share/gconf/cinnamon.mandatory.path",
"XDG_SESSION_ID": "c1",
"XDG_GREETER_DATA_DIR": "/var/lib/lightdm-data/javier",
"USER": "javier",
"DESKTOP_SESSION": "cinnamon",
"GNOME_TERMINAL_SCREEN": "/org/gnome/Terminal/screen/a5e85b07_d5c5_42e6_a8ef_e39ece87b8f6",
"DEFAULTS_PATH": "/usr/share/gconf/cinnamon.default.path",
"QT_QPA_PLATFORMTHEME": "qt5ct",
"PWD": "/home/javier",
"HOME": "/home/javier",
"SSH_AGENT_PID": "1071",
"QT_ACCESSIBILITY": "1",
"XDG_SESSION_TYPE": "x11",
"XDG_DATA_DIRS": "/usr/share/cinnamon:/usr/share/gnome:/home/javier/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share",
"XDG_SESSION_DESKTOP": "cinnamon",
"GJS_DEBUG_OUTPUT": "stderr",
"GTK_MODULES": "gail:atk-bridge",
"TERM": "xterm-256color",
"SHELL": "/bin/bash",
"VTE_VERSION": "5202",
"XDG_SEAT_PATH": "/org/freedesktop/DisplayManager/Seat0",
"XDG_CURRENT_DESKTOP": "X-Cinnamon",
"GPG_AGENT_INFO": "/run/user/1000/gnupg/S.gpg-agent:0:1",
"GNOME_TERMINAL_SERVICE": ":1.130",
"XDG_SEAT": "seat0",
"SHLVL": "1",
"LANGUAGE": "es_ES",
"GDMSESSION": "cinnamon",
"GNOME_DESKTOP_SESSION_ID": "this-is-deprecated",
"LOGNAME": "javier",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"XDG_RUNTIME_DIR": "/run/user/1000",
"XAUTHORITY": "/home/javier/.Xauthority",
"XDG_SESSION_PATH": "/org/freedesktop/DisplayManager/Session0",
"XDG_CONFIG_DIRS": "/etc/xdg/xdg-cinnamon:/etc/xdg",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games",
"CINNAMON_VERSION": "4.2.4",
"GJS_DEBUG_TOPICS": "JS ERROR;JS LOG",
"SESSION_MANAGER": "local/javier-B85M-D3H:@/tmp/.ICE-unix/1005,unix/javier-B85M-D3H:/tmp/.ICE-unix/1005",
"LESSOPEN": "| /usr/bin/lesspipe %s",
"_": "/usr/bin/lutris"
},
"missing_libs": {
"OPENGL": [
[],
[]
],
"VULKAN": [
[],
[]
],
"WINE": [
[],
[]
],
"GAMEMODE": [
[
"libgamemodeauto.so"
],
[
"libgamemodeauto.so"
]
]
},
"cpus": [
{
"processor": "0",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "60",
"model name": "Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz",
"stepping": "3",
"microcode": "0x27",
"cpu MHz": "3374.523",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "0",
"cpu cores": "4",
"apicid": "0",
"initial apicid": "0",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "13",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
"bogomips": "6385.05",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "1",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "60",
"model name": "Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz",
"stepping": "3",
"microcode": "0x27",
"cpu MHz": "3265.199",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "1",
"cpu cores": "4",
"apicid": "2",
"initial apicid": "2",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "13",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
"bogomips": "6385.05",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "2",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "60",
"model name": "Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz",
"stepping": "3",
"microcode": "0x27",
"cpu MHz": "2875.774",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "2",
"cpu cores": "4",
"apicid": "4",
"initial apicid": "4",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "13",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
"bogomips": "6385.05",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
},
{
"processor": "3",
"vendor_id": "GenuineIntel",
"cpu family": "6",
"model": "60",
"model name": "Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz",
"stepping": "3",
"microcode": "0x27",
"cpu MHz": "2417.589",
"cache size": "6144 KB",
"physical id": "0",
"siblings": "4",
"core id": "3",
"cpu cores": "4",
"apicid": "6",
"initial apicid": "6",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "13",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
"bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit",
"bogomips": "6385.05",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "39 bits physical, 48 bits virtual",
"power management": ""
}
],
"drives": [
{
"name": "sda",
"fstype": null,
"label": null,
"uuid": null,
"mountpoint": null,
"children": [
{
"name": "sda1",
"fstype": "ntfs",
"label": "Recuperaci\u00f3n",
"uuid": "BC2A3A112A39C8E2",
"mountpoint": null
},
{
"name": "sda2",
"fstype": "vfat",
"label": null,
"uuid": "143A-5CFA",
"mountpoint": "/boot/efi"
},
{
"name": "sda3",
"fstype": null,
"label": null,
"uuid": null,
"mountpoint": null
},
{
"name": "sda4",
"fstype": "ntfs",
"label": null,
"uuid": "5E784BD3784BA91B",
"mountpoint": null
},
{
"name": "sda5",
"fstype": "ext4",
"label": null,
"uuid": "b08b1a62-75d0-4f7c-94ea-8750198a3cca",
"mountpoint": "/"
}
]
},
{
"name": "sdb",
"fstype": null,
"label": null,
"uuid": null,
"mountpoint": null,
"children": [
{
"name": "sdb1",
"fstype": "ntfs",
"label": "2-TB",
"uuid": "DCAC4676AC464AEA",
"mountpoint": null
}
]
},
{
"name": "sr0",
"fstype": null,
"label": null,
"uuid": null,
"mountpoint": null
}
],
"ram": {
"memoria": {
"total": "8049088",
"usado": "1789908",
"libre": "366516",
"compartido": "221152",
"b\u00fafer/cach\u00e9": "5892664",
"disponible": "5739652"
},
"swap": {
"total": "2097148",
"usado": "1024",
"libre": "2096124"
}
},
"dist": [
"Linux Mint",
"19.2",
"tina"
],
"glxinfo": {
"direct_rendering": "Yes",
"opengl_version": "4.6.0 NVIDIA 430.50",
"screen": "0",
"opengl_shading_language_version": "4.60 NVIDIA",
"opengl_profile_mask": "(none)",
"display": ":0",
"opengl_es_profile_version": "OpenGL ES 3.2 NVIDIA 430.50",
"opengl_core_profile_context_flags": "(none)",
"opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
"opengl_core_profile_shading_language_version": "4.60 NVIDIA",
"opengl_vendor": "NVIDIA Corporation",
"name_of_display": ":0",
"opengl_context_flags": "(none)",
"opengl_core_profile_version": "4.6.0 NVIDIA 430.50",
"opengl_renderer": "GeForce GTX 960/PCIe/SSE2",
"opengl_core_profile_profile_mask": "core profile"
}
}
}

Screenshots

https://cdn.discordapp.com/attachments/538903130704838656/643916963516776469/unknown.png

https://cdn.discordapp.com/attachments/538903130704838656/643917379432087562/unknown.png

https://cdn.discordapp.com/attachments/538903130704838656/643909236601913385/unknown.png

ge-protonified wine builds break Hearthstone Deck Tracker

I don't know where else to report a bug in Lutris' ge-protonified wine builds, since GloriousEggroll has issue reports disabled, so I'm reporting it here.

ge-protonified-4.9 and ge-protonified-4.10 break Hearthstone Deck Tracker's ability to sync card collections with hsreplay.net.

The sync is triggered after a player who has linked his hsreplay.net account acquires new cards or disenchants cards. HDT normally notices this, uploads the changes to the hsreplay, and displays a little pop-up notification that it has done so. After switching from tkg-4.6 to ge-protonified, the notification stops appearing, and HDT instead adds a warning icon to its main window title bar. Clicking the icon reveals the message: "HSReplay.net error โ€” Could not update your collection. Please try again later. If this problem persists please try logging out and back in under 'options > hsreplay.net > my account' "

Screenshot_2019-07-15_14-43-39

These wine errors appear on the console when launching HDT with ge-protonified:

wine: Unhandled page fault on read access to 0x400000038 at address 0x7bccb85c (thread 0017), starting debugger...
wine: Unhandled page fault on read access to 0x400000038 at address 0x7bccb85c (thread 0023), starting debugger...

These appear on the console when exiting HDT with ge-protonified:

wine: Unhandled page fault on read access to 0x0197a850 at address 0x6898a1 (thread 012f), starting debugger...
018e:fixme:dbghelp:elf_search_auxv can't find symbol in module

That elf_search_auxv message repeats dozens of times before the process exits.

I tried logging HDT out of hsreplay and then back in again, as recommended by the error message, as well as deleting its oauth credentials and creating new ones. It didn't help.

Switching the runner for Hearthstone/HDT back to wine tkg-4.6 fixes the problem. Switching it to my system's wine-stagig 4.11 build fixes it, too. Seems like the problem is either in ge builds or in wine versions 4.9 and 4.10. I wanted to narrow this down by trying a tkg-4.9 or 4.10 build, but Lutris apparently doesn't offer one.

Lutris Wine v5.6-2/5.7 sr0 error's

I've been getting some error's with Lutris-wine v5.6-2/5.7. Seems to be some Buffer I/O error on dev sr0... CD-rom drive. v5.5-2 doesn't produce these errors. Here's the log from terminal:

Apr 28 06:59:59 arch kernel: blk_update_request: I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x0 phys_seg 2 prio class 0
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 0, async page read
Apr 28 06:59:59 arch kernel: blk_update_request: I/O error, dev sr0, sector 1 op 0x0:(READ) flags 0x0 phys_seg 8 prio class 0
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 1, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 2, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 3, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 4, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 5, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 6, async page read
Apr 28 06:59:59 arch kernel: Buffer I/O error on dev sr0, logical block 7, async page read

Zwift RunFromProcess "cannot find the specified process"

Hello,

I am an humble Ubuntu end-user, not a coder, attracted by the open and fair numeric world. But I am also a cycling rider ! I wanted to get Zwift running on my Ubuntu 18.04.4 LTS. I found out your Lutris program. I followed all the steps, even the additional installation of Vulkan. I updated & upgraded my packages afterwards, and rebooted.

Then I followed the last step described on Lutris installation notice:
Zwift requires the launcher to be running at all times. Select "Run EXE inside wine prefix" and select "drive_c/Program Files (x86)/Zwift/ZwiftLauncher.exe". Once it's running you can hit "Play".

But it won't play anything, instead I get a wine warning pop-up:
+ title: RunFromProcess
+ statement: "cannot find the specified process"

Any idea what's going on? After clicking "OK" nothing would happen and obviously, Zwift doesn't launch.

Cheers

Sims 3 (Origin) among other older Origin games won't run after installed.

Origin has decided that the old pre-windows7 Origin client will no longer be able to launch games. The sims 3 installer depends on the older origin client to launch. Any other installer/script will fail to end up with being able to launch the game if it depends on the legacy origin client.
Proof:
https://help.ea.com/en-us/help/origin/origin/operating-system-not-supported-by-origin/
Game launch denied.
Annotation 2020-01-14 185206

Expected behavior game launches.
Current behavior origin says update client and wont launch game.

Steps to reproduce:

create a win xp/vista wine environment
install legacy origin client https://www.origin.com/usa/en-us/store/download
update it to latest legacy if possible.
try to launch any game to get issue.

System information
Ubuntu. issue is permissions in client and is intended behavior by EA.

How to set up correctly?

Hello. I am trying to start the Empire Automation game with these settings:
ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ ะพั‚ 2019-11-23 17-17-44
ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ ะพั‚ 2019-11-23 17-17-50
ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ ะพั‚ 2019-11-23 17-17-55
But after starting the game all the text is missing
ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ ะพั‚ 2019-11-23 17-07-13
ะกะฝะธะผะพะบ ัะบั€ะฐะฝะฐ ะพั‚ 2019-11-23 20-31-28
What could be wrong?

Graphics Device can't be initialized

Describe the bug

A clear and concise description of what the bug is.
League of Legends

Successfully login but after selecting champion. It reports can't initialize graphics devices. Installed all drivers required.

Expected behavior

Games successfully loaded

Current behavior

Game is not loaded after selecting champion in client.

Steps to reproduce

  • open lutris
  • launch client
  • select champion after creating a game
  • error occurs

Lutris debugging output

The terminal output of lutris -d.

INFO 2020-03-23 18:21:30,745 [application.do_command_line:225]:Running Lutris 0.5.4
INFO 2020-03-23 18:21:30,751 [startup.check_driver:55]:Using NVIDIA drivers 440.64 for x86_64
INFO 2020-03-23 18:21:30,751 [startup.check_driver:60]:GPU: Unknown
INFO 2020-03-23 18:21:30,751 [startup.check_driver:79]:GPU: 10DE:1F47 1043:8702 using nvidia drivers
INFO 2020-03-23 18:21:30,752 [startup.check_driver:79]:GPU: 8086:3E92 1043:8694 using i915 drivers
INFO 2020-03-23 18:21:30,805 [startup.check_vulkan:132]:Vulkan is supported
INFO 2020-03-23 18:21:30,806 [dxvk.get_dxvk_versions:21]:Updating DXVK versions
DEBUG 2020-03-23 18:21:30,961 [http.get:65]:GET https://lutris.net/api/runtime
INFO 2020-03-23 18:21:31,301 [dxvk.get_dxvk_versions:21]:Updating D9VK versions
2020-03-23 18:23:20,240: Running Lutris 0.5.4
2020-03-23 18:23:20,240: Using NVIDIA drivers 440.64 for x86_64
2020-03-23 18:23:20,240: GPU: Unknown
2020-03-23 18:23:20,240: GPU: 10DE:1F47 1043:8702 using nvidia drivers
2020-03-23 18:23:20,240: GPU: 8086:3E92 1043:8694 using i915 drivers
2020-03-23 18:23:20,246: Vulkan is supported

System information

lutris-issue-report.txt

Screenshots

League of Legends is not working after a fresh install

I tried to debug this and also open an issue to RIOT, but it seems that something is happening with wine there.

The main problem is

000005.105|  ERROR| ClientWebSocketTransport: After SSL_connect SSL_get_error returned 5...
000005.105|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - The underlying BIO reported an I/O error.
000005.105|  ERROR| ClientWebSocketTransport: SSL_ERROR_SYSCALL - errno is 10054: Connection reset by peer.

Which causes the LOL client not to start after the RIOT authentication.

It worth telling that this was broken after the last update of league of legends.

Wine 5.21 blizzard battle.net cannot update

When using either Lutris Wine 5.21 or Wine Staging 5.21, blizzard battle.net cannot update itself.

It does show update bar, but then it disappear each time, when using Lutris Wine 5.21 or Wine Staging 5.21. Been trying to get battle.net update when using Lutris Wine 5.7-11, but it seems like update process is very random, it either happens or not, very hard to get logs for this problem.

[Bug] Assassin's Creed IV: Black Flag fails to install DirectX

NVIDIA Driver version: 440.31

I'm having problems trying to get Assassin's Creed IV Black Flag working (UPlay version).
UPlay installed fine, as did Black Flag, but upon trying to launch it, it tries to install DirectX, and then throws this error: This application could not be started
Here's the output from lutris -d

GTA V can't be installed

Since Rockstar published their Rockstar Games Launcher, people who had GTA V in social club edition can't install it because it have to be installed via the launcher of rockstar and that launchers gets frozen.

Diablo 2 failed to download

Hello!

Diablo 2 official downloader failed to work under lutris wine. I tested all from 4.20 up to 5.7. Yet, debian system wine works fine (4.0 and 4.2).

Difference between log from lutris and wine is:

fixme:dwmapi:DwmIsCompositionEnabled

https://lutris.net/games/diablo-ii/

000b:fixme:winediag:__wine_start_process Wine TkG 5.7 is a testing version containing experimental patches.
000b:fixme:winediag:__wine_start_process Please don't report bugs about it on winehq.org and use https://github.com/Tk-Glitch/PKGBUILDS/issues instead.
000d:err:module:__wine_process_init L"C:\\windows\\system32\\winemenubuilder.exe" not found
000b:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
0027: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.
0027:fixme:dwmapi:DwmIsCompositionEnabled 000000006DFA0434
0032:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69ed306d, context 0x10b1830, init_notify 0, handle 0x196fa00): stub
0027:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
004a: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.
004a:fixme:dwmapi:DwmIsCompositionEnabled 6D95DD14
004c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0df537, context 0x96deca8, init_notify 0, handle 0x9eefce8): stub
004a:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
wine: configuration in L"/home/axet/.wine" has been updated.
0009:err:wincodecs:JpegDecoder_CreateInstance Failed reading JPEG because unable to find libjpeg.so.8
0009:fixme:ole:CoCreateInstanceEx no instance created for interface {9edde9e7-8dee-47ea-99df-e6faf2ed44bf} of class {9456a480-e88b-43ea-9e73-0b2d9b71b1ca}, hres is 0x80004005
0009:err:olepicture:OleLoadPicture IPersistStream_Load failed

system wine says:

002c: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.
9[a5d17e0]: TSF: 0xdd45268 TSFStaticSink::Init() FAILED to install ITfInputProcessorProfileActivationSink (0x80004001)
9[a5d17e0]: TSF:   TSFTextStore::Initialize() FAILED to initialize TSFStaticSink instance
0009:err:ole:CoGetClassObject class {38be3000-dbf4-11d0-860e-00a024cfef6d} not registered
0009:err:ole:CoGetClassObject no class object {38be3000-dbf4-11d0-860e-00a024cfef6d} could be created for context 0x1
0009:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\qasf.dll"
0009:err:ole:CoGetClassObject no class object {94297043-bd82-4dfd-b0de-8177739c6d20} could be created for context 0x1
0009:err:ole:CoGetClassObject class {32d186a7-218f-4c75-8876-dd77273a8999} not registered
0009:err:ole:CoGetClassObject no class object {32d186a7-218f-4c75-8876-dd77273a8999} could be created for context 0x1
0009:err:ole:CoGetClassObject class {62ce7e72-4c71-4d20-b15d-452831a87d9d} not registered
0009:err:ole:CoGetClassObject no class object {62ce7e72-4c71-4d20-b15d-452831a87d9d} could be created for context 0x1
0009:err:ole:CoGetClassObject class {38be3000-dbf4-11d0-860e-00a024cfef6d} not registered
0009:err:ole:CoGetClassObject no class object {38be3000-dbf4-11d0-860e-00a024cfef6d} could be created for context 0x1
0009:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\qasf.dll"
0009:err:ole:CoGetClassObject no class object {94297043-bd82-4dfd-b0de-8177739c6d20} could be created for context 0x1

World of Warcraft freezing once inside the game

Describe the bug

Freezing after short time in game without any specific error messages.

Steps to reproduce

I doubt anyone will be able to reproduce it, haven't seen anything else on this topic, there are other crash/freeze reports but they all give error messages and mine doesn't. I just have looked everywhere as to what the problem is or even a clue to help diagnose and I have nothing.

All I did was run the wow installer from Lutris and start the game. I've installed all appropriate dependencies and drivers from the DXVK and esync Lutris pages. I have tried turning esync off and it didn't seem to freeze or crash but performance was so bad that it was unplayable.

Tried with both Lutris' wine install and the latest wine-staging. The issue is that there is literally no error given to me at all via lutris -d or when I run wow from the console. There are some DX11 warns and an audio error but that is about it. I'm not even really sure where to look for what might be wrong? I'm assuming it is either dvxk or esync that I didn't do correctly but I followed the instructions to the letter,

Also tried uploading a new wow cache which didn't do anything.

Lutris debugging output (Optional)

The terminal output of lutris -d.

Unable to load locale dir, translations won't work.
2020-09-13 11:29:22,854: MAME XML generation launched in the background, not returning anything this time
2020-09-13 11:29:22,854: Getting full game list from MAME...
2020-09-13 11:29:22,856: MAME isn't installed, can't retrieve systems list.
INFO     2020-09-13 11:29:22,934 [application.do_command_line:275]:Running Lutris 0.5.7.1
INFO     2020-09-13 11:29:22,934 [startup.check_driver:54]:Using NVIDIA drivers 450.66 for x86_64
INFO     2020-09-13 11:29:22,935 [startup.check_driver:58]:GPU: GeForce RTX 2080 Ti
INFO     2020-09-13 11:29:22,935 [startup.check_driver:73]:GPU: 10DE:1E07 1462:3715 using nvidia drivers
INFO     2020-09-13 11:29:22,953 [startup.check_vulkan:124]:Vulkan is supported
DEBUG    2020-09-13 11:29:23,117 [http.get:71]:GET https://lutris.net/api/runtime
INFO     2020-09-13 11:29:23,354 [mame.notify_mame_xml:31]:MAME XML written
DEBUG    2020-09-13 11:29:28,911 [application.launch:407]:Launching World of Warcraft (wine)
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
Exception ignored in: <function InputDevice.__del__ at 0x7efc00124670>
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 159, in __del__
    self.close()
  File "/usr/lib/python3.8/site-packages/evdev/device.py", line 304, in close
    super().close()
  File "/usr/lib/python3.8/site-packages/evdev/eventio_async.py", line 54, in close
    loop = asyncio.get_event_loop()
  File "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop
    raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-6'.
DEBUG    2020-09-13 11:29:29,052 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/system32/dxgi with DXVK version
DEBUG    2020-09-13 11:29:29,053 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/system32/d3d11 with DXVK version
DEBUG    2020-09-13 11:29:29,053 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/system32/d3d10core with DXVK version
DEBUG    2020-09-13 11:29:29,054 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/system32/d3d9 with DXVK version
DEBUG    2020-09-13 11:29:29,054 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/system32/d3d12 with DXVK version
DEBUG    2020-09-13 11:29:29,056 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/syswow64/dxgi with DXVK version
DEBUG    2020-09-13 11:29:29,056 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/syswow64/d3d11 with DXVK version
DEBUG    2020-09-13 11:29:29,057 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/syswow64/d3d10core with DXVK version
DEBUG    2020-09-13 11:29:29,058 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/syswow64/d3d9 with DXVK version
DEBUG    2020-09-13 11:29:29,058 [dxvk.enable_dxvk_dll:173]:Replacing /home/chris/Games/world-of-warcraft/drive_c/windows/syswow64/d3d12 with DXVK version
DEBUG    2020-09-13 11:29:29,060 [xrandr._get_vidmodes:15]:Retrieving video modes from XrandR
DEBUG    2020-09-13 11:29:29,092 [game.configure_game:322]:Launching World of Warcraft
DEBUG    2020-09-13 11:29:29,092 [game.configure_game:323]:{
  "env": {
    "DXVK_HUD": "compiler",
    "DXVK_STATE_CACHE_PATH": "/home/chris/Games/world-of-warcraft",
    "STAGING_SHARED_MEMORY": "1",
    "__GL_SHADER_DISK_CACHE": "1",
    "__GL_SHADER_DISK_CACHE_PATH": "/home/chris/Games/world-of-warcraft",
    "STEAM_RUNTIME": "/home/chris/.local/share/lutris/runtime/steam",
    "LD_LIBRARY_PATH": "/home/chris/.local/share/lutris/runtime/lib32:/home/chris/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/i386/lib:/home/chris/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/i386/usr/lib:/home/chris/.local/share/lutris/runtime/lib64:/home/chris/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/amd64/lib:/home/chris/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/amd64/usr/lib:$LD_LIBRARY_PATH",
    "WINEDEBUG": "-all",
    "WINEARCH": "win64",
    "WINE": "/usr/bin/wine",
    "WINEPREFIX": "/home/chris/Games/world-of-warcraft",
    "WINEESYNC": "1",
    "WINEFSYNC": "0",
    "WINEDLLOVERRIDES": "d3d10core,d3d11,d3d12,d3d9,dxgi=n;winemenubuilder.exe=d;nvapi,nvapi64=",
    "WINE_LARGE_ADDRESS_AWARE": "1"
  },
  "command": [
    "/usr/bin/wine",
    "/home/chris/Games/world-of-warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net.exe"
  ]
}
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:SDL_VIDEO_FULLSCREEN_DISPLAY="off"
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:DXVK_HUD="compiler"
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:DXVK_STATE_CACHE_PATH="/home/chris/Games/world-of-warcraft"
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:STAGING_SHARED_MEMORY="1"
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:__GL_SHADER_DISK_CACHE="1"
DEBUG    2020-09-13 11:29:29,093 [command.start:135]:__GL_SHADER_DISK_CACHE_PATH="/home/chris/Games/world-of-warcraft"
DEBUG    2020-09-13 11:29:29,093 [command.st
art:135]:STEAM_RUNTIME="/home/chris/.local/share/lutris/runtime/steam"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:LD_LIBRARY_PATH="/home/chris/.local/share/lutris/runtime/lib32:/home/chris/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/i386/lib:/home/chris/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/i386/usr/lib:/home/chris/.local/share/lutris/runtime/lib64:/home/chris/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/amd64/lib:/home/chris/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/chris/.local/share/lutris/runtime/steam/amd64/usr/lib:$LD_LIBRARY_PATH"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEDEBUG="-all"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEARCH="win64"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINE="/usr/bin/wine"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEPREFIX="/home/chris/Games/world-of-warcraft"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEESYNC="1"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEFSYNC="0"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINEDLLOVERRIDES="d3d10core,d3d11,d3d12,d3d9,dxgi=n;winemenubuilder.exe=d;nvapi,nvapi64="
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:WINE_LARGE_ADDRESS_AWARE="1"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:game_name="World of Warcraft"
DEBUG    2020-09-13 11:29:29,094 [command.start:135]:PYTHONPATH="/usr/lib/lutris:/usr/bin:/usr/lib/python38.zip:/usr/lib/python3.8:/usr/lib/python3.8/lib-dynload:/home/chris/.local/lib/python3.8/site-packages:/usr/lib/python3.8/site-packages"
DEBUG    2020-09-13 11:29:29,094 [command.start:136]:/usr/share/lutris/bin/lutris-wrapper World of Warcraft 0 2 Agent.exe Battle.net Helper.exe /usr/bin/wine /home/chris/Games/world-of-warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net.exe

Using the debug option reveals possible backtraces or missing libraries. This can help us track down your issue.

System information (Optional)

{
  "comment": "Wow is freezing with no error",
  "system": {
    "nvidia_driver": {
      "nvrm": {
        "vendor": "NVIDIA",
        "platform": "UNIX",
        "arch": "x86_64",
        "version": "450.66",
        "date": "Wed Aug 12 19:42:48 UTC 2020"
      }
    },
    "nvidia_gpus": [
      {
        "Model": "GeForce RTX 2080 Ti",
        "IRQ": "104",
        "GPU UUID": "GPU-c080a834-82e4-8d29-9740-adddadb42af4",
        "Video BIOS": "90.02.17.00.2c",
        "Bus Type": "PCIe",
        "DMA Size": "47 bits",
        "DMA Mask": "0x7fffffffffff",
        "Bus Location": "0000:26:00.0",
        "Device Minor": "0",
        "Blacklisted": "No"
      }
    ],
    "gpus": [
      {
        "DRIVER": "nvidia",
        "PCI_ID": "10DE:1E07",
        "PCI_SUBSYS_ID": "1462:3715",
        "PCI_CLASS": "30000",
        "PCI_SLOT_NAME": "0000:26:00.0",
        "MODALIAS": "pci:v000010DEd00001E07sv00001462sd00003715bc03sc00i00"
      }
    ],
    "env": {
      "SHELL": "/bin/bash",
      "WINDOWID": "75497483",
      "COLORTERM": "truecolor",
      "CONDA_EXE": "/opt/miniconda3/bin/conda",
      "_CE_M": "",
      "PUID": "1000",
      "I3SOCK": "/run/user/1000/i3/ipc-socket.719",
      "EDITOR": "vim",
      "GTK_MODULES": "canberra-gtk-module",
      "XDG_SEAT": "seat0",
      "PWD": "/home/chris",
      "LOGNAME": "chris",
      "XDG_SESSION_TYPE": "x11",
      "MYSQL_ROOT_PASSWORD": "passsword",
      "XAUTHORITY": "/home/chris/.Xauthority",
      "DESKTOP_STARTUP_ID": "i3/kitty/719-14-arch_TIME3429331",
      "TZ": "America/Los_Angeles",
      "MOTD_SHOWN": "pam",
      "HOME": "/home/chris",
      "LANG": "en_US.UTF-8",
      "PGID": "970",
      "KITTY_WINDOW_ID": "1",
      "XDG_SESSION_CLASS": "user",
      "TERMINFO": "/usr/lib/kitty/terminfo",
      "TERM": "xterm-kitty",
      "_CE_CONDA": "",
      "USER": "chris",
      "CONDA_SHLVL": "0",
      "DISPLAY": ":0.0",
      "SHLVL": "1",
      "USERDIR": "/home/chris",
      "XDG_VTNR": "7",
      "XDG_SESSION_ID": "1",
      "CONDA_PYTHON_EXE": "/opt/miniconda3/bin/python",
      "XDG_RUNTIME_DIR": "/run/user/1000",
      "PS1": "\\[\\e[1;37m\\]\\w `if [ $? = 0 ]; then echo -e '\\[\\e[1;32m\\]'; else echo -e '\\[\\e[1;31m\\]'; fi`\\$ \\[\\e[0m\\]",
      "LC_COLLATE": "C",
      "XDG_DATA_DIRS": "/home/chris/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share",
      "PATH": "/home/chris/google-cloud-sdk/bin:/opt/miniconda3/condabin:/usr/local/bin:/usr/local/sbin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl",
      "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
      "MAIL": "/var/mail/chris",
      "_": "/usr/bin/lutris"
    },
    "missing_libs": {
      "OPENGL": [
        [],
        []
      ],
      "VULKAN": [
        [],
        []
      ],
      "WINE": [
        [],
        []
      ],
      "GAMEMODE": [
        [
          "libgamemodeauto.so"
        ],
        [
          "libgamemodeauto.so"
        ]
      ]
    },
    "cpus": [
      {
        "processor": "0",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "4297.911",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "0",
        "cpu cores": "8",
        "apicid": "0",
        "initial apicid": "0",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "1",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "1984.158",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "1",
        "cpu cores": "8",
        "apicid": "2",
        "initial apicid": "2",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "2",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2533.334",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "2",
        "cpu cores": "8",
        "apicid": "4",
        "initial apicid": "4",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "3",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2011.822",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "3",
        "cpu cores": "8",
        "apicid": "6",
        "initial apicid": "6",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "4",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2149.285",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "4",
        "cpu cores": "8",
        "apicid": "8",
        "initial apicid": "8",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "5",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2148.643",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "5",
        "cpu cores": "8",
        "apicid": "10",
        "initial apicid": "10",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "6",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2149.719",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "6",
        "cpu cores": "8",
        "apicid": "12",
        "initial apicid": "12",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "7",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "4267.743",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "7",
        "cpu cores": "8",
        "apicid": "14",
        "initial apicid": "14",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "8",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "4297.815",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "0",
        "cpu cores": "8",
        "apicid": "1",
        "initial apicid": "1",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "9",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2044.857",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "1",
        "cpu cores": "8",
        "apicid": "3",
        "initial apicid": "3",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7403.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "10",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2760.007",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "2",
        "cpu cores": "8",
        "apicid": "5",
        "initial apicid": "5",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "11",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "1982.715",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "3",
        "cpu cores": "8",
        "apicid": "7",
        "initial apicid": "7",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "12",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2149.074",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "4",
        "cpu cores": "8",
        "apicid": "9",
        "initial apicid": "9",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "13",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2147.814",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "5",
        "cpu cores": "8",
        "apicid": "11",
        "initial apicid": "11",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "14",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "2148.497",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "6",
        "cpu cores": "8",
        "apicid": "13",
        "initial apicid": "13",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      },
      {
        "processor": "15",
        "vendor_id": "AuthenticAMD",
        "cpu family": "23",
        "model": "8",
        "model name": "AMD Ryzen 7 2700X Eight-Core Processor",
        "stepping": "2",
        "microcode": "0x800820d",
        "cpu MHz": "4299.177",
        "cache size": "512 KB",
        "physical id": "0",
        "siblings": "16",
        "core id": "7",
        "cpu cores": "8",
        "apicid": "15",
        "initial apicid": "15",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca",
        "bugs": "sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass",
        "bogomips": "7402.38",
        "TLB size": "2560 4K pages",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "43 bits physical, 48 bits virtual",
        "power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
      }
    ],
    "drives": [
      {
        "name": "sda",
        "fstype": null,
        "fsver": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sda1",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null
          },
          {
            "name": "sda2",
            "fstype": "vfat",
            "fsver": "FAT32",
            "label": null,
            "uuid": "5421-D1D9",
            "fsavail": "451.5M",
            "fsuse%": "12%",
            "mountpoint": "/boot"
          },
          {
            "name": "sda3",
            "fstype": "swap",
            "fsver": "1",
            "label": null,
            "uuid": "a72c127b-95bc-4e43-ad95-a5ec85be0ddf",
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": "[SWAP]"
          },
          {
            "name": "sda4",
            "fstype": "btrfs",
            "fsver": null,
            "label": null,
            "uuid": "cd7d3d63-3d38-4990-84ae-7da4436d8cc8",
            "fsavail": "759.4G",
            "fsuse%": "17%",
            "mountpoint": "/"
          }
        ]
      },
      {
        "name": "sdb",
        "fstype": null,
        "fsver": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sdb1",
            "fstype": null,
            "fsver": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null
          }
        ]
      }
    ],
    "ram": {
      "MemTotal": "16402216",
      "MemFree": "2786692",
      "MemAvailable": "9599308",
      "Buffers": "1712",
      "Cached": "7704600",
      "SwapCached": "0",
      "Active": "7737828",
      "Inactive": "4784732",
      "Active(anon)": "4643716",
      "Inactive(anon)": "890552",
      "Active(file)": "3094112",
      "Inactive(file)": "3894180",
      "Unevictable": "16",
      "Mlocked": "16",
      "SwapTotal": "16797692",
      "SwapFree": "16795132",
      "Dirty": "904",
      "Writeback": "0",
      "AnonPages": "4816440",
      "Mapped": "1979260",
      "Shmem": "719072",
      "KReclaimable": "151920",
      "Slab": "414972",
      "SReclaimable": "151920",
      "SUnreclaim": "263052",
      "KernelStack": "18320",
      "PageTables": "54364",
      "NFS_Unstable": "0",
      "Bounce": "0",
      "WritebackTmp": "0",
      "CommitLimit": "24998800",
      "Committed_AS": "15647672",
      "VmallocTotal": "34359738367",
      "VmallocUsed": "68240",
      "VmallocChunk": "0",
      "Percpu": "21376",
      "HardwareCorrupted": "0",
      "AnonHugePages": "0",
      "ShmemHugePages": "0",
      "ShmemPmdMapped": "0",
      "FileHugePages": "0",
      "FilePmdMapped": "0",
      "HugePages_Total": "0",
      "HugePages_Free": "0",
      "HugePages_Rsvd": "0",
      "HugePages_Surp": "0",
      "Hugepagesize": "2048",
      "Hugetlb": "0",
      "DirectMap4k": "1949448",
      "DirectMap2M": "14776320",
      "DirectMap1G": "1048576"
    },
    "dist": [
      "Arch Linux",
      "rolling",
      "n/a"
    ],
    "arch": "x86_64",
    "kernel": "5.8.8-arch1-1",
    "glxinfo": {
      "opengl_es_profile_version": "OpenGL ES 3.2 NVIDIA 450.66",
      "opengl_context_flags": "(none)",
      "opengl_core_profile_version": "4.6.0 NVIDIA 450.66",
      "opengl_core_profile_profile_mask": "core profile",
      "opengl_renderer": "GeForce RTX 2080 Ti/PCIe/SSE2",
      "opengl_profile_mask": "(none)",
      "direct_rendering": "Yes",
      "name_of_display": ":0.0",
      "opengl_core_profile_context_flags": "(none)",
      "opengl_vendor": "NVIDIA Corporation",
      "opengl_core_profile_shading_language_version": "4.60 NVIDIA",
      "opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
      "display": ":0",
      "screen": "0",
      "opengl_version": "4.6.0 NVIDIA 450.66",
      "opengl_shading_language_version": "4.60 NVIDIA"
    }
  }
}

from terminal running wow.exe:

Running /usr/bin/wine /home/chris/Games/world-of-warcraft/drive_c/Program Files (x86)/Battle.net/Battle.net.exe
Initial process has started with pid 21651
Game is considered started.
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
ALSA lib pcm_dmix.c:1090:(snd_pcm_dmix_open) unable to open slave
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
ALSA lib pcm_dsnoop.c:642:(snd_pcm_dsnoop_open) unable to open slave
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
[0913/131339.756:ERROR:network_change_notifier_win.cc(156)] WSALookupServiceBegin failed with: 0
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
[0913/131340.367:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 373
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
[2020-09-13T20:13:40Z][..\source\main.cpp:475][INFO]: System Survey 2.4.1.48, Data Version 3, Git Revision v2.4.0.47-7-g0e76705e, Copyright (C) 2013 Blizzard Entertainment. All rights reserved.
[2020-09-13T20:13:40Z][..\source\main.cpp:549][INFO]: Exit value: 0
info:  Game: Battle.net.exe
info:  DXVK: v1.7.1-2-g743f309
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
warn:  OpenVR: Failed to locate module
info:  Enabled instance extensions:
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
warn:  D3D9: VK_FORMAT_D16_UNORM_S8_UINT -> VK_FORMAT_D24_UNORM_S8_UINT
warn:  D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
info:  GeForce RTX 2080 Ti:
info:    Driver: 450.66.0
info:    Vulkan: 1.2.133
info:    Memory Heap[0]: 
info:      Size: 11264 MiB
info:      Flags: 0x1
info:      Memory Type[7]: Property Flags = 0x1
info:    Memory Heap[1]: 
info:      Size: 12013 MiB
info:      Flags: 0x0
info:      Memory Type[0]: Property Flags = 0x0
info:      Memory Type[1]: Property Flags = 0x0
info:      Memory Type[2]: Property Flags = 0x0
info:      Memory Type[3]: Property Flags = 0x0
info:      Memory Type[4]: Property Flags = 0x0
info:      Memory Type[5]: Property Flags = 0x0
info:      Memory Type[6]: Property Flags = 0x0
info:      Memory Type[8]: Property Flags = 0x6
info:      Memory Type[9]: Property Flags = 0xe
info:    Memory Heap[2]: 
info:      Size: 246 MiB
info:      Flags: 0x1
info:      Memory Type[10]: Property Flags = 0x7
info:  Process set as DPI aware
info:  Game: Battle.net.exe
info:  DXVK: v1.7.1-2-g743f309
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
warn:  OpenVR: Failed to locate module
info:  Enabled instance extensions:
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
info:  GeForce RTX 2080 Ti:
info:    Driver: 450.66.0
info:    Vulkan: 1.2.133
info:    Memory Heap[0]: 
info:      Size: 11264 MiB
info:      Flags: 0x1
info:      Memory Type[7]: Property Flags = 0x1
info:    Memory Heap[1]: 
info:      Size: 12013 MiB
info:      Flags: 0x0
info:      Memory Type[0]: Property Flags = 0x0
info:      Memory Type[1]: Property Flags = 0x0
info:      Memory Type[2]: Property Flags = 0x0
info:      Memory Type[3]: Property Flags = 0x0
info:      Memory Type[4]: Property Flags = 0x0
info:      Memory Type[5]: Property Flags = 0x0
info:      Memory Type[6]: Property Flags = 0x0
info:      Memory Type[8]: Property Flags = 0x6
info:      Memory Type[9]: Property Flags = 0xe
info:    Memory Heap[2]: 
info:      Size: 246 MiB
info:      Flags: 0x1
info:      Memory Type[10]: Property Flags = 0x7
info:  D3D11CoreCreateDevice: Probing D3D_FEATURE_LEVEL_11_1
info:  D3D11CoreCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_1
info:  Device properties:
info:    Device name:     : GeForce RTX 2080 Ti
info:    Driver version   : 450.66.0
info:  Enabled device extensions:
info:    VK_EXT_custom_border_color
info:    VK_EXT_depth_clip_enable
info:    VK_EXT_host_query_reset
info:    VK_EXT_shader_demote_to_helper_invocation
info:    VK_EXT_shader_viewport_index_layer
info:    VK_EXT_transform_feedback
info:    VK_EXT_vertex_attribute_divisor
info:    VK_KHR_create_renderpass2
info:    VK_KHR_depth_stencil_resolve
info:    VK_KHR_draw_indirect_count
info:    VK_KHR_driver_properties
info:    VK_KHR_image_format_list
info:    VK_KHR_sampler_mirror_clamp_to_edge
info:    VK_KHR_swapchain
info:  Device features:
info:    robustBufferAccess                     : 1
info:    fullDrawIndexUint32                    : 1
info:    imageCubeArray                         : 1
info:    independentBlend                       : 1
info:    geometryShader                         : 1
info:    tessellationShader                     : 1
info:    sampleRateShading                      : 1
info:    dualSrcBlend                           : 1
info:    logicOp                                : 1
info:    multiDrawIndirect                      : 1
info:    drawIndirectFirstInstance              : 1
info:    depthClamp                             : 1
info:    depthBiasClamp                         : 1
info:    fillModeNonSolid                       : 1
info:    depthBounds                            : 1
info:    multiViewport                          : 1
info:    samplerAnisotropy                      : 1
info:    textureCompressionBC                   : 1
info:    occlusionQueryPrecise                  : 1
info:    pipelineStatisticsQuery                : 1
info:    vertexPipelineStoresAndAtomics         : 1
info:    fragmentStoresAndAtomics               : 1
info:    shaderImageGatherExtended              : 1
info:    shaderStorageImageExtendedFormats      : 1
info:    shaderStorageImageReadWithoutFormat    : 1
info:    shaderStorageImageWriteWithoutFormat   : 1
info:    shaderClipDistance                     : 1
info:    shaderCullDistance                     : 1
info:    shaderFloat64                          : 1
info:    shaderInt64                            : 1
info:    variableMultisampleRate                : 1
info:  VK_EXT_conditional_rendering
info:    conditionalRendering                   : 1
info:  VK_EXT_4444_formats
info:    formatA4R4G4B4                         : 0
info:    formatA4B4G4R4                         : 0
info:  VK_EXT_custom_border_color
info:    customBorderColors                     : 1
info:    customBorderColorWithoutFormat         : 1
info:  VK_EXT_depth_clip_enable
info:    depthClipEnable                        : 1
info:  VK_EXT_extended_dynamic_state
info:    extendedDynamicState                   : 0
info:  VK_EXT_host_query_reset
info:    hostQueryReset                         : 1
info:  VK_EXT_memory_priority
info:    memoryPriority                         : 0
info:  VK_EXT_robustness2
info:    robustBufferAccess2                    : 0
info:    robustImageAccess2                     : 0
info:    nullDescriptor                         : 0
info:  VK_EXT_shader_demote_to_helper_invocation
info:    shaderDemoteToHelperInvocation         : 1
info:  VK_EXT_transform_feedback
info:    transformFeedback                      : 1
info:    geometryStreams                        : 1
info:  VK_EXT_vertex_attribute_divisor
info:    vertexAttributeInstanceRateDivisor     : 1
info:    vertexAttributeInstanceRateZeroDivisor : 1
info:  Queue families:
info:    Graphics : 0
info:    Transfer : 1
info:  DXVK: Read 27 valid state cache entries
info:  DXVK: Using 10 compiler thread
s
info:  DXGI: NvAPI workaround enabled, reporting AMD GPU
info:  DXGI: NvAPI workaround enabled, reporting AMD GPU
err:   D3D11DXGIResource::GetSharedHandle: Stub
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  9d8e1289-d7b3-465f-8126-250e349af85d
warn:  winevulkan detected, disabling exclusive fullscreen support
info:  Presenter: Actual swap chain properties:
info:    Format:       VK_FORMAT_B8G8R8A8_UNORM
info:    Present mode: VK_PRESENT_MODE_IMMEDIATE_KHR
info:    Buffer size:  104x1
info:    Image count:  2
info:    Exclusive FS: 2
warn:  DXGI: MakeWindowAssociation: Ignoring flags
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  9d8e1289-d7b3-465f-8126-250e349af85d
err:   D3D11DXGIResource::GetSharedHandle: Stub
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  9d8e1289-d7b3-465f-8126-250e349af85d
warn:  winevulkan detected, disabling exclusive fullscreen support
info:  Presenter: Actual swap chain properties:
info:    Format:       VK_FORMAT_B8G8R8A8_UNORM
info:    Present mode: VK_PRESENT_MODE_IMMEDIATE_KHR
info:    Buffer size:  1000x2052
info:    Image count:  2
info:    Exclusive FS: 2
warn:  DXGI: MakeWindowAssociation: Ignoring flags
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  9d8e1289-d7b3-465f-8126-250e349af85d
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
warn:  D3Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
D11TFontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
exture2DFontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
:Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
:QuerFontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"y
Interface: Unknown interfaceFontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
 query
warn:  f8fb5c27-c6bFontconfig error: Cannot load default config file
3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig error: Cannot load default config file
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
warn:  D3D11Texture2D::QueryInterface: Unknown interface query
warn:  f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
info:  Presenter: Actual swap chain properties:
info:    Format:       VK_FORMAT_B8G8R8A8_UNORM
info:    Present mode: VK_PRESENT_MODE_FIFO_KHR
info:    Buffer size:  1000x2052
info:    Image count:  3
info:    Exclusive FS: 2
[0913/131343.920:ERROR:network_change_notifier_win.cc(156)] WSALookupServiceBegin failed with: 0
[0913/131344.640:ERROR:mf_video_decoder.cc(747)] Unsupported codec by MfVideoDecoder: 6
[0913/131344.674:ERROR:mf_audio_decoder.cc(713)] Unsupported codec by MfAudioDecoder: 12
[0913/131344.685:ERROR:mf_audio_decoder.cc(713)] Unsupported codec by MfAudioDecoder: 4
[0913/131344.693:ERROR:mf_video_decoder.cc(747)] Unsupported codec by MfVideoDecoder: 6
ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred

On Arch, Ryzen 3700, RTX 2080ti

Uplay issue, No Internet connection, Manjaro

I recently updated Lutris to the version 0.5.7.1 and after doing that upgrade, I don't get any Internet connection on Uplay Launcher.
I'm facing the same issue on my notebook.

Expected behavior
If I launch the game, I should get past Uplay launcher and the game should run in fullscreen mod.
It should get past the login screen after entering the valid credentials and doing the email 2fa verification.

Current behavior

What is the current behavior?

I press on the Play button, the Uplay launcher starts asking me for credentials and after this, I'm getting an error "If this is your first time using Uplay on this computer, you need to log in online at least once before you can use offline mode". After clicking the login button, I'm getting another error "Connection lost. There seems to be a problem with your internet connection. Please check your settings or switch to offline mode."

Steps to reproduce

  • Start Lutris
  • Select on Far Cry New Dawn (Uplay version)
  • Press on Play and login with your credentials

Lutris debugging output

~]$ lutris -d
Unable to load locale dir, translations won't work.
2020-08-20 19:29:39,856: Getting full game list from MAME...
2020-08-20 19:29:39,856: MAME XML generation launched in the background, not returning anything this time
2020-08-20 19:29:39,857: MAME isn't installed, can't retrieve systems list.
INFO 2020-08-20 19:29:39,884 [application.do_command_line:275]:Running Lutris 0.5.7.1
INFO 2020-08-20 19:29:39,885 [startup.check_driver:60]:Using X.Org
INFO 2020-08-20 19:29:39,885 [startup.check_driver:62]:Running Mesa driver 20.1.5 on Radeon RX 580 Series (POLARIS10, DRM 3.38.0, 5.8.0-2-MANJARO, LLVM 10.0.1) (0x67df)
INFO 2020-08-20 19:29:39,885 [startup.check_driver:73]:GPU: 1002:67DF 174B:353E using amdgpu drivers
INFO 2020-08-20 19:29:39,911 [startup.check_vulkan:124]:Vulkan is supported
DEBUG 2020-08-20 19:29:40,098 [http.get:71]:GET https://lutris.net/api/runtime
INFO 2020-08-20 19:29:40,099 [lutriswindow.toggle_connection:632]:Connected to lutris.net as ElSombero
DEBUG 2020-08-20 19:29:40,107 [http.get:71]:GET https://lutris.net/api/games/library/ElSombero
INFO 2020-08-20 19:29:40,342 [mame.notify_mame_xml:31]:MAME XML written
DEBUG 2020-08-20 19:29:43,403 [application.launch:407]:Launching Far Cry New Dawn (wine)
DEBUG 2020-08-20 19:29:43,507 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/system32/dxgi with DXVK version
DEBUG 2020-08-20 19:29:43,508 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/system32/d3d11 with DXVK version
DEBUG 2020-08-20 19:29:43,509 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/system32/d3d10core with DXVK version
DEBUG 2020-08-20 19:29:43,509 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/system32/d3d9 with DXVK version
DEBUG 2020-08-20 19:29:43,510 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/system32/d3d12 with DXVK version
DEBUG 2020-08-20 19:29:43,511 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/syswow64/dxgi with DXVK version
DEBUG 2020-08-20 19:29:43,512 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/syswow64/d3d11 with DXVK version
DEBUG 2020-08-20 19:29:43,512 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/syswow64/d3d10core with DXVK version
DEBUG 2020-08-20 19:29:43,513 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/syswow64/d3d9 with DXVK version
DEBUG 2020-08-20 19:29:43,514 [dxvk.enable_dxvk_dll:173]:Replacing /home/michal/Games/far-cry-new-dawn/drive_c/windows/syswow64/d3d12 with DXVK version
DEBUG 2020-08-20 19:29:43,516 [xrandr._get_vidmodes:15]:Retrieving video modes from XrandR
DEBUG 2020-08-20 19:29:43,545 [game.configure_game:322]:Launching Far Cry New Dawn
DEBUG 2020-08-20 19:29:43,545 [game.configure_game:323]:{
"env": {
"DXVK_CONFIG_FILE": "/home/michal/Games/far-cry-new-dawn/dxvk.conf",
"DXVK_HUD": "0",
"DXVK_STATE_CACHE_PATH": "/home/michal/Games/far-cry-new-dawn",
"STEAM_RUNTIME": "/home/michal/.local/share/lutris/runtime/steam",
"LD_LIBRARY_PATH": "/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib:/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib64:/usr/lib/libfakeroot:/usr/lib/openmpi:/usr/lib32:/usr/lib:/usr/lib64:/home/michal/.local/share/lutris/runtime/lib32:/home/michal/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/i386/lib:/home/michal/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/i386/usr/lib:/home/michal/.local/share/lutris/runtime/lib64:/home/michal/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/amd64/lib:/home/michal/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/amd64/usr/lib:$LD_LIBRARY_PATH",
"WINEDEBUG": "-all",
"WINEARCH": "win64",
"WINE": "/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine",
"WINEPREFIX": "/home/michal/Games/far-cry-new-dawn",
"WINEESYNC": "1",
"WINEFSYNC": "0",
"WINEDLLOVERRIDES": "d3d10core,d3d11,d3d12,d3d9,dxgi=n;winemenubuilder.exe=d",
"WINE_LARGE_ADDRESS_AWARE": "1"
},
"command": [
"/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine",
"/home/michal/Games/far-cry-new-dawn/drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe",
"uplay://launch/5210/0"
]
}
DEBUG 2020-08-20 19:29:43,545 [command.start:135]:SDL_VIDEO_FULLSCREEN_DISPLAY="off"
DEBUG 2020-08-20 19:29:43,545 [command.start:135]:DXVK_CONFIG_FILE="/home/michal/Games/far-cry-new-dawn/dxvk.conf"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:DXVK_HUD="0"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:DXVK_STATE_CACHE_PATH="/home/michal/Games/far-cry-new-dawn"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:STEAM_RUNTIME="/home/michal/.local/share/lutris/runtime/steam"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:LD_LIBRARY_PATH="/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib:/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib64:/usr/lib/libfakeroot:/usr/lib/openmpi:/usr/lib32:/usr/lib:/usr/lib64:/home/michal/.local/share/lutris/runtime/lib32:/home/michal/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/i386/lib:/home/michal/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/i386/usr/lib:/home/michal/.local/share/lutris/runtime/lib64:/home/michal/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/amd64/lib:/home/michal/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/michal/.local/share/lutris/runtime/steam/amd64/usr/lib:$LD_LIBRARY_PATH"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEDEBUG="-all"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEARCH="win64"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINE="/home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEPREFIX="/home/michal/Games/far-cry-new-dawn"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEESYNC="1"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEFSYNC="0"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINEDLLOVERRIDES="d3d10core,d3d11,d3d12,d3d9,dxgi=n;winemenubuilder.exe=d"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:WINE_LARGE_ADDRESS_AWARE="1"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:game_name="Far Cry New Dawn"
DEBUG 2020-08-20 19:29:43,546 [command.start:135]:PYTHONPATH="/usr/lib/lutris:/usr/bin:/usr/lib/python38.zip:/usr/lib/python3.8:/usr/lib/python3.8/lib-dynload:/usr/lib/python3.8/site-packages"
DEBUG 2020-08-20 19:29:43,546 [command.start:136]:/usr/share/lutris/bin/lutris-wrapper Far Cry New Dawn 0 0 /home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine /home/michal/Games/far-cry-new-dawn/drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe uplay://launch/5210/0
lutris-wrapper: Far Cry New Dawn
Running /home/michal/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine /home/michal/Games/far-cry-new-dawn/drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe uplay://launch/5210/0
Initial process has started with pid 55716
Game is considered started.
esync: up and running.
Initial process has exited.
info: Game: upc.exe
info: DXVK: v1.7.1-2-g743f309
info: Found config file: /home/michal/Games/far-cry-new-dawn/dxvk.conf
info: Effective configuration:
info: dxgi.maxFrameLatency = 1
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
warn: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
warn: D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
info: AMD RADV POLARIS10 (LLVM 10.0.1):
info: Driver: 20.1.5
info: Vulkan: 1.2.131
info: Memory Heap[0]:
info: Size: 7936 MiB
info: Flags: 0x1
info: Memory Type[0]: Property Flags = 0x1
info: Memory Heap[1]:
info: Size: 8192 MiB
info: Flags: 0x0
info: Memory Type[1]: Property Flags = 0x6
info: Memory Type[3]: Property Flags = 0xe
info: Memory Heap[2]:
info: Size: 256 MiB
info: Flags: 0x1
info: Memory Type[2]: Property Flags = 0x7
info: Process set as DPI aware
[0820/192949.297:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8
[0820/192949.738:ERROR:viz_main_impl.cc(201)] Exiting GPU process due to errors during initialization
[0820/192949.747:ERROR:service_manager_context.cc(250)] Attempting to run unsupported native service: C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\content_gpu.service.exe
[0820/192950.121:ERROR:viz_main_impl.cc(201)] Exiting GPU process due to errors during initialization
[0820/192950.136:ERROR:browser_gpu_channel_host_factory.cc(119)] Failed to launch GPU process.
[0820/192950.136:ERROR:gpu_process_transport_factory.cc(1026)] Lost UI shared context.
info: Game: upc.exe
info: DXVK: v1.7.1-2-g743f309
info: Found config file: /home/michal/Games/far-cry-new-dawn/dxvk.conf
info: Effective configuration:
info: dxgi.maxFrameLatency = 1
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
warn: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
warn: D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
info: AMD RADV POLARIS10 (LLVM 10.0.1):
info: Driver: 20.1.5
info: Vulkan: 1.2.131
info: Memory Heap[0]:
info: Size: 7936 MiB
info: Flags: 0x1
info: Memory Type[0]: Property Flags = 0x1
info: Memory Heap[1]:
info: Size: 8192 MiB
info: Flags: 0x0
info: Memory Type[1]: Property Flags = 0x6
info: Memory Type[3]: Property Flags = 0xe
info: Memory Heap[2]:
info: Size: 256 MiB
info: Flags: 0x1
info: Memory Type[2]: Property Flags = 0x7
info: Process set as DPI aware
[0820/193018.977:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8
[0820/193019.350:ERROR:viz_main_impl.cc(201)] Exiting GPU process due to errors during initialization
[0820/193019.356:ERROR:service_manager_context.cc(250)] Attempting to run unsupported native service: C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\content_gpu.service.exe
[0820/193019.813:ERROR:viz_main_impl.cc(201)] Exiting GPU process due to errors during initialization
[0820/193019.827:ERROR:browser_gpu_channel_host_factory.cc(119)] Failed to launch GPU process.
[0820/193019.827:ERROR:gpu_process_transport_factory.cc(1026)] Lost UI shared context.
<

System information

{
"comment": "",
"system": {
"gpus": [
{
"DRIVER": "amdgpu",
"PCI_ID": "1002:67DF",
"PCI_SUBSYS_ID": "174B:353E",
"PCI_CLASS": "30000",
"PCI_SLOT_NAME": "0000:07:00.0",
"MODALIAS": "pci:v00001002d000067DFsv0000174Bsd0000353Ebc03sc00i00"
}
],
"env": {
"SHELL": "/bin/bash",
"SESSION_MANAGER": "local/lonl-tech:@/tmp/.ICE-unix/5852,unix/lonl-tech:/tmp/.ICE-unix/5852",
"WINDOWID": "65011715",
"COLORTERM": "truecolor",
"XDG_CONFIG_DIRS": "/etc/xdg",
"XDG_SESSION_PATH": "/org/freedesktop/DisplayManager/Session0",
"XDG_MENU_PREFIX": "xfce-",
"LC_ADDRESS": "de_DE.UTF-8",
"LC_NAME": "de_DE.UTF-8",
"SSH_AUTH_SOCK": "/tmp/ssh-yrhNAYcQhMn9/agent.5968",
"DESKTOP_SESSION": "xfce",
"LC_MONETARY": "de_DE.UTF-8",
"SSH_AGENT_PID": "5969",
"EDITOR": "/usr/bin/nano",
"GTK_MODULES": "canberra-gtk-module:canberra-gtk-module",
"XDG_SEAT": "seat0",
"PWD": "/home/michal",
"LOGNAME": "michal",
"XDG_SESSION_DESKTOP": "xfce",
"QT_QPA_PLATFORMTHEME": "qt5ct",
"XDG_SESSION_TYPE": "x11",
"PANEL_GDK_CORE_DEVICE_EVENTS": "0",
"XAUTHORITY": "/home/michal/.Xauthority",
"XDG_GREETER_DATA_DIR": "/var/lib/lightdm-data/michal",
"GTK2_RC_FILES": "/home/michal/.gtkrc-2.0",
"HOME": "/home/michal",
"LC_PAPER": "de_DE.UTF-8",
"LANG": "en_US.utf8",
"LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.Z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.jpg=01;35:.jpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.axv=01;35:.anx=01;35:.ogv=01;35:.ogx=01;35:.pdf=00;32:.ps=00;32:.txt=00;32:.patch=00;32:.diff=00;32:.log=00;32:.tex=00;32:.doc=00;32:.aac=00;36:.au=00;36:.flac=00;36:.m4a=00;36:.mid=00;36:.midi=00;36:.mka=00;36:.mp3=00;36:.mpc=00;36:.ogg=00;36:.ra=00;36:.wav=00;36:.axa=00;36:.oga=00;36:.spx=00;36:.xspf=00;36:",
"XDG_CURRENT_DESKTOP": "XFCE",
"VTE_VERSION": "6003",
"XDG_SEAT_PATH": "/org/freedesktop/DisplayManager/Seat0",
"XDG_SESSION_CLASS": "user",
"LC_IDENTIFICATION": "de_DE.UTF-8",
"TERM": "xterm-256color",
"USER": "michal",
"DISPLAY": ":0.0",
"SHLVL": "1",
"LC_TELEPHONE": "de_DE.UTF-8",
"LC_MEASUREMENT": "de_DE.UTF-8",
"XDG_VTNR": "7",
"XDG_SESSION_ID": "2",
"MOZ_PLUGIN_PATH": "/usr/lib/mozilla/plugins",
"XDG_RUNTIME_DIR": "/run/user/1000",
"LC_TIME": "de_DE.UTF-8",
"QT_AUTO_SCREEN_SCALE_FACTOR": "0",
"XDG_DATA_DIRS": "/home/michal/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share",
"PATH": "/home/michal/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin",
"GDMSESSION": "xfce",
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"MAIL": "/var/spool/mail/michal",
"LC_NUMERIC": "de_DE.UTF-8",
"_": "/usr/bin/lutris"
},
"missing_libs": {
"OPENGL": [
[],
[]
],
"VULKAN": [
[],
[]
],
"WINE": [
[],
[]
],
"GAMEMODE": [
[
"libgamemodeauto.so"
],
[
"libgamemodeauto.so"
]
],
"RADEON": [
[],
[]
]
},
"cpus": [
{
"processor": "0",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2810.841",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "0",
"cpu cores": "6",
"apicid": "0",
"initial apicid": "0",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "1",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2108.051",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "1",
"cpu cores": "6",
"apicid": "2",
"initial apicid": "2",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "2",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "1967.106",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "2",
"cpu cores": "6",
"apicid": "4",
"initial apicid": "4",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "3",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2193.518",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "4",
"cpu cores": "6",
"apicid": "8",
"initial apicid": "8",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "4",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2196.043",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "5",
"cpu cores": "6",
"apicid": "10",
"initial apicid": "10",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "5",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2195.531",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "6",
"cpu cores": "6",
"apicid": "12",
"initial apicid": "12",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "6",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "3186.869",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "0",
"cpu cores": "6",
"apicid": "1",
"initial apicid": "1",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "7",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2016.395",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "1",
"cpu cores": "6",
"apicid": "3",
"initial apicid": "3",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "8",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "1893.279",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "2",
"cpu cores": "6",
"apicid": "5",
"initial apicid": "5",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "9",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2195.427",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "4",
"cpu cores": "6",
"apicid": "9",
"initial apicid": "9",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "10",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2194.756",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "5",
"cpu cores": "6",
"apicid": "11",
"initial apicid": "11",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
},
{
"processor": "11",
"vendor_id": "AuthenticAMD",
"cpu family": "23",
"model": "113",
"model name": "AMD Ryzen 5 3600 6-Core Processor",
"stepping": "0",
"microcode": "0x8701021",
"cpu MHz": "2194.289",
"cache size": "512 KB",
"physical id": "0",
"siblings": "12",
"core id": "6",
"cpu cores": "6",
"apicid": "13",
"initial apicid": "13",
"fpu": "yes",
"fpu_exception": "yes",
"cpuid level": "16",
"wp": "yes",
"flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca",
"bugs": "sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass",
"bogomips": "7189.66",
"TLB size": "3072 4K pages",
"clflush size": "64",
"cache_alignment": "64",
"address sizes": "43 bits physical, 48 bits virtual",
"power management": "ts ttp tm hwpstate cpb eff_freq_ro [13] [14]"
}
],
"drives": [
{
"name": "loop1",
"fstype": null,
"fsver": null,
"label": null,
"uuid": null,
"fsavail": "0",
"fsuse%": "100%",
"mountpoint": "/var/lib/snapd/snap/nextcloud/22653"
},
{
"name": "loop2",
"fstype": null,
"fsver": null,
"label": null,
"uuid": null,
"fsavail": "0",
"fsuse%": "100%",
"mountpoint": "/var/lib/snapd/snap/core18/1885"
},
{
"name": "sda",
"fstype": null,
"fsver": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "sda1",
"fstype": "ntfs",
"fsver": null,
"label": "games and stuff",
"uuid": "4FA67A133CDEAD7C",
"fsavail": null,
"fsuse%": null,
"mountpoint": null
}
]
},
{
"name": "nvme0n1",
"fstype": null,
"fsver": null,
"label": null,
"uuid": null,
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "nvme0n1p1",
"fstype": "crypto_LUKS",
"fsver": "1",
"label": null,
"uuid": "d97c6d8d-bee3-4b2d-9105-df5631b128a3",
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "luks-d97c6d8d-bee3-4b2d-9105-df5631b128a3",
"fstype": "ext4",
"fsver": "1.0",
"label": null,
"uuid": "23b321ce-6485-4847-a11b-8f17ca191a34",
"fsavail": "77,7G",
"fsuse%": "59%",
"mountpoint": "/"
}
]
},
{
"name": "nvme0n1p2",
"fstype": "crypto_LUKS",
"fsver": "1",
"label": null,
"uuid": "0799a4b8-5480-4646-9366-e83e5645bea8",
"fsavail": null,
"fsuse%": null,
"mountpoint": null,
"children": [
{
"name": "luks-0799a4b8-5480-4646-9366-e83e5645bea8",
"fstype": "swap",
"fsver": "1",
"label": null,
"uuid": "5601ca8c-696e-4adb-89db-0da8e5a281d6",
"fsavail": null,
"fsuse%": null,
"mountpoint": "[SWAP]"
}
]
}
]
}
],
"ram": {
"MemTotal": "16321084",
"MemFree": "10542744",
"MemAvailable": "13665424",
"Buffers": "76480",
"Cached": "3326552",
"SwapCached": "0",
"Active": "3007152",
"Inactive": "2211940",
"Active(anon)": "1827252",
"Inactive(anon)": "99608",
"Active(file)": "1179900",
"Inactive(file)": "2112332",
"Unevictable": "80",
"Mlocked": "80",
"SwapTotal": "17953344",
"SwapFree": "17953344",
"Dirty": "620",
"Writeback": "0",
"AnonPages": "1816228",
"Mapped": "548872",
"Shmem": "116508",
"KReclaimable": "163892",
"Slab": "345716",
"SReclaimable": "163892",
"SUnreclaim": "181824",
"KernelStack": "15600",
"PageTables": "20620",
"NFS_Unstable": "0",
"Bounce": "0",
"WritebackTmp": "0",
"CommitLimit": "26113884",
"Committed_AS": "6406100",
"VmallocTotal": "34359738367",
"VmallocUsed": "56332",
"VmallocChunk": "0",
"Percpu": "19712",
"HardwareCorrupted": "0",
"AnonHugePages": "0",
"ShmemHugePages": "0",
"ShmemPmdMapped": "0",
"FileHugePages": "0",
"FilePmdMapped": "0",
"HugePages_Total": "0",
"HugePages_Free": "0",
"HugePages_Rsvd": "0",
"HugePages_Surp": "0",
"Hugepagesize": "2048",
"Hugetlb": "0",
"DirectMap4k": "417500",
"DirectMap2M": "8949760",
"DirectMap1G": "8388608"
},
"dist": [
"Manjaro Linux",
"20.1",
"Mikah"
],
"arch": "x86_64",
"kernel": "5.8.0-2-MANJARO",
"glxinfo": {
"name_of_display": ":0.0",
"opengl_core_profile_profile_mask": "core profile",
"screen": "0",
"opengl_profile_mask": "compatibility profile",
"opengl_core_profile_context_flags": "(none)",
"opengl_vendor": "X.Org",
"opengl_context_flags": "(none)",
"opengl_es_profile_version": "OpenGL ES 3.2 Mesa 20.1.5",
"opengl_version": "4.6 (Compatibility Profile) Mesa 20.1.5",
"opengl_core_profile_shading_language_version": "4.60",
"display": ":0",
"opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
"direct_rendering": "Yes",
"opengl_renderer": "Radeon RX 580 Series (POLARIS10, DRM 3.38.0, 5.8.0-2-MANJARO, LLVM 10.0.1)",
"opengl_shading_language_version": "4.60",
"opengl_core_profile_version": "4.6 (Core Profile) Mesa 20.1.5"
}
}
}
<

Screenshots
Like we see here, I'm currently connected to the internet
issue screenshot

Unable to install/launch Overwatch on Debian 10

Describe the bug

Installation appears to finish, although a few things flash by saying exit code 1, so it's not without errors. When clicking on play, I get the message that says No file provided. I never get to Battle.net

Expected behavior

Battle.net launches and lets me install Overwatch.

Current behavior

Lutris installer appears to finish, but I receive the message that says No file provided from Lutris when attempting to launch the game.

Lutris debugging output

$ lutris -d lutris:overwatch
INFO     2019-07-29 11:49:32,971 [application.do_command_line:225]:Running Lutris 0.5.2.2
INFO     2019-07-29 11:49:32,972 [startup.check_driver:54]:Using NVIDIA drivers 430.34 for x86_64
INFO     2019-07-29 11:49:32,972 [startup.check_driver:58]:GPU: GeForce GTX 970
INFO     2019-07-29 11:49:32,972 [startup.check_driver:75]:GPU: 10DE:13C2 1458:366A using nvidia drivers
INFO     2019-07-29 11:49:32,994 [startup.check_vulkan:129]:Vulkan is supported
INFO     2019-07-29 11:49:32,995 [dxvk.get_dxvk_versions:24]:Updating DXVK versions
DEBUG    2019-07-29 11:49:33,141 [http.get:68]:GET https://lutris.net/api/runtime
DEBUG    2019-07-29 11:49:46,993 [__init__.on_button_toggled:173]:Action set to play
DEBUG    2019-07-29 11:49:46,994 [__init__.on_button_toggled:173]:Action set to install
DEBUG    2019-07-29 11:49:50,421 [__init__.on_confirm:177]:Action install confirmed
DEBUG    2019-07-29 11:49:50,427 [interpreter.fetch_script:54]:Fetching installer https://lutris.net/api/installers/overwatch
DEBUG    2019-07-29 11:49:50,428 [http.get:68]:GET https://lutris.net/api/installers/overwatch
DEBUG    2019-07-29 11:49:52,988 [display._get_vidmodes:15]:Retrieving video modes from XrandR
DEBUG    2019-07-29 11:50:06,226 [interpreter.check_runner_install:440]:Required runners: [<lutris.runners.wine.wine object at 0x7f40683165f8>]
DEBUG    2019-07-29 11:50:06,227 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
INFO     2019-07-29 11:50:06,232 [interpreter.iter_game_files:374]:Downloading file 1 of 2
DEBUG    2019-07-29 11:50:06,233 [installer_file.get_download_info:96]:Downloading [setup]: http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe to /home/graham/.cache/lutris/installer/overwatch/setup/Battle.net-Setup-enUS.exe
DEBUG    2019-07-29 11:50:06,236 [installerwindow.start_download:307]:Downloading http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe to /home/graham/.cache/lutris/installer/overwatch/setup/Battle.net-Setup-enUS.exe
DEBUG    2019-07-29 11:50:06,238 [downloader.start:55]:Starting download of:
 http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe
DEBUG    2019-07-29 11:50:06,747 [downloader.on_done:97]:Finished downloading http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe
INFO     2019-07-29 11:50:07,240 [interpreter.iter_game_files:374]:Downloading file 2 of 2
DEBUG    2019-07-29 11:50:07,241 [installer_file.get_download_info:96]:Downloading [dxvkcache]: https://github.com/tannisroot/dxvk-caches/raw/master/Overwatch.tar.xz to /home/graham/.cache/lutris/installer/overwatch/dxvkcache/Overwatch.tar.xz
DEBUG    2019-07-29 11:50:07,241 [installerwindow.start_download:307]:Downloading https://github.com/tannisroot/dxvk-caches/raw/master/Overwatch.tar.xz to /home/graham/.cache/lutris/installer/overwatch/dxvkcache/Overwatch.tar.xz
DEBUG    2019-07-29 11:50:07,243 [downloader.start:55]:Starting download of:
 https://github.com/tannisroot/dxvk-caches/raw/master/Overwatch.tar.xz
DEBUG    2019-07-29 11:50:07,998 [downloader.on_done:97]:Finished downloading https://github.com/tannisroot/dxvk-caches/raw/master/Overwatch.tar.xz
DEBUG    2019-07-29 11:50:08,245 [interpreter._iter_commands:564]:Installer command: {'task': {'arch': 'win64', 'name': 'create_prefix', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:08,246 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
INFO     2019-07-29 11:50:08,249 [wine.create_prefix:98]:Creating a win64 prefix in /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:08,249 [system.execute:38]:Executing /home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wineboot
DEBUG    2019-07-29 11:50:08,249 [system.execute:44]:WINEARCH=win64 WINEPREFIX=/media/Games/lutris/overwatch3 WINEDLLOVERRIDES=
INFO     2019-07-29 11:50:23,475 [wine.create_prefix:147]:win64 Prefix created in /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:23,500 [interpreter._iter_commands:564]:Installer command: {'extract': {'dst': '$GAMEDIR', 'file': 'dxvkcache'}}
DEBUG    2019-07-29 11:50:23,502 [commands.extract:174]:Extracting Overwatch.tar.xz
DEBUG    2019-07-29 11:50:23,502 [commands.extract:178]:extracting file /home/graham/.cache/lutris/installer/overwatch/dxvkcache/Overwatch.tar.xz to /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:23,512 [extract.extract_archive:68]:Extracting /home/graham/.cache/lutris/installer/overwatch/dxvkcache/Overwatch.tar.xz to /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:23,910 [extract.extract_archive:145]:Finished extracting /home/graham/.cache/lutris/installer/overwatch/dxvkcache/Overwatch.tar.xz to /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:23,911 [interpreter._iter_commands:564]:Installer command: {'write_file': {'content': 'dxgi.nvapiHack = False', 'file': '$GAMEDIR/dxvk.conf'}}
DEBUG    2019-07-29 11:50:23,913 [interpreter._iter_commands:564]:Installer command: {'write_file': {'content': "#!/bin/bash \n\nxmodmap -e 'keycode 37 = Control_R'\nxmodmap -e 'keycode 105 = Control_L' ", 'file': '$GAMEDIR/ctrl_fix_start.sh'}}
DEBUG    2019-07-29 11:50:23,915 [interpreter._iter_commands:564]:Installer command: {'write_file': {'content': "#!/bin/bash \n\nxmodmap -e 'keycode 37 = Control_L'\nxmodmap -e 'keycode 105 = Control_R' ", 'file': '$GAMEDIR/ctrl_fix_stop.sh'}}
DEBUG    2019-07-29 11:50:23,916 [interpreter._iter_commands:564]:Installer command: {'chmodx': '$GAMEDIR/ctrl_fix_start.sh'}
DEBUG    2019-07-29 11:50:23,917 [interpreter._iter_commands:564]:Installer command: {'chmodx': '$GAMEDIR/ctrl_fix_stop.sh'}
DEBUG    2019-07-29 11:50:23,918 [interpreter._iter_commands:564]:Installer command: {'task': {'arch': 'win64', 'app': 'arial', 'name': 'winetricks', 'silent': True, 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:23,919 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:23,922 [wine.use_lutris_runtime:113]:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine is provided by Lutris, using runtime
WARNING  2019-07-29 11:50:23,922 [wine.game_exe:491]:The game doesn't have an executabe
DEBUG    2019-07-29 11:50:23,922 [command.start:111]:Running /usr/bin/lutris-wrapper 0 0 /home/graham/.local/share/lutris/runtime/winetricks/winetricks --unattended arial
DEBUG    2019-07-29 11:50:23,922 [command.start:113]:ENV: WINEARCH="win64"
DEBUG    2019-07-29 11:50:23,923 [command.start:113]:ENV: WINE="/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine"
DEBUG    2019-07-29 11:50:23,923 [command.start:113]:ENV: WINEPREFIX="/media/Games/lutris/overwatch3"
DEBUG    2019-07-29 11:50:23,923 [command.start:113]:ENV: LD_LIBRARY_PATH="/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib64:/lib:/lib64:/lib32:/lib64:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-i686:/home/graham/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/lib:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-x86_64:/home/graham/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/lib:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib"
DEBUG    2019-07-29 11:50:23,923 [command.start:113]:ENV: PYTHONPATH="/usr/bin:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages"
DEBUG    2019-07-29 11:50:23,926 [signals.register_handler:26]:Registering <bound method MonitoredCommand.on_stop of <lutris.command.MonitoredCommand object at 0x7f40684cd7f0>> to 4370
Running /home/graham/.local/share/lutris/runtime/winetricks/winetricks --unattended arial
------------------------------------------------------
WINEPREFIX INFO:
Drive C: total 32
drwxr-xr-x  7 graham graham 4096 Jul 29 11:50 .
drwxr-xr-x  4 graham graham 4096 Jul 29 11:50 ..
drwxr-xr-x  3 graham graham 4096 Jul 29 11:50 ProgramData
drwxr-xr-x  6 graham graham 4096 Jul 29 11:50 Program Files
drwxr-xr-x  6 graham graham 4096 Jul 29 11:50 Program Files (x86)
drwxr-xr-x  4 graham graham 4096 Jul 29 11:50 users
drwxr-xr-x 18 graham graham 4096 Jul 29 11:50 windows
-rw-r--r--  1 graham graham    9 Jul 29 11:50 .windows-serial

Registry info:
/media/Games/lutris/overwatch3/system.reg:#arch=win64
/media/Games/lutris/overwatch3/user.reg:#arch=win64
/media/Games/lutris/overwatch3/userdef.reg:#arch=win64
------------------------------------------------------
------------------------------------------------------
/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine cmd.exe /c echo '%ProgramFiles%' returned empty string, error message "wine: failed to initialize: /home/ubuntu/buildbot/runners/wine/lutris-4.12.1-x86_64/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory" 
------------------------------------------------------
Waiting on children
Exit with returncode 1
DEBUG    2019-07-29 11:50:24,025 [command.on_stop:158]:The process has terminated with code 256
DEBUG    2019-07-29 11:50:24,026 [command.stop:241]:Management process looks dead already.
DEBUG    2019-07-29 11:50:24,026 [command.stop:253]:logger already detached
DEBUG    2019-07-29 11:50:24,928 [interpreter._iter_commands:564]:Installer command: {'task': {'arch': 'win64', 'path': 'HKEY_CURRENT_USER\\Software\\Wine', 'value': 'win10', 'name': 'set_regedit', 'key': 'Version', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:24,929 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:24,933 [wine.set_regedit:52]:Setting [HKEY_CURRENT_USER\Software\Wine]:Version="win10"
DEBUG    2019-07-29 11:50:24,935 [wine.use_lutris_runtime:113]:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 is provided by Lutris, using runtime
DEBUG    2019-07-29 11:50:24,935 [system.execute:38]:Executing /home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 regedit /S /home/graham/.cache/lutris/winekeys.reg
DEBUG    2019-07-29 11:50:24,936 [system.execute:44]:WINEARCH=win64 WINE=/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 WINEPREFIX=/media/Games/lutris/overwatch3 LD_LIBRARY_PATH=/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib64:/lib:/lib64:/lib32:/lib64:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-i686:/home/graham/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/lib:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-x86_64:/home/graham/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/lib:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib
DEBUG    2019-07-29 11:50:25,533 [interpreter._iter_commands:564]:Installer command: {'task': {'name': 'winekill', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:25,533 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:25,535 [wine.winekill:190]:Killing all wine processes: ['/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wineserver', '-k']
DEBUG    2019-07-29 11:50:25,535 [wine.winekill:191]:   Wine prefix: /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:25,535 [wine.winekill:192]:   Wine arch: win64
DEBUG    2019-07-29 11:50:25,589 [wine.winekill:198]:Waiting for wine processes to terminate
DEBUG    2019-07-29 11:50:25,589 [wine.winekill:216]:Done waiting.
DEBUG    2019-07-29 11:50:25,590 [interpreter._iter_commands:564]:Installer command: {'write_json': {'data': {'Client': {'Streaming': {'StreamingEnabled': 'false'}, 'Sound': {'Enabled': 'false'}, 'GameLaunchWindowBehavior': '2', 'HardwareAcceleration': 'false', 'GameSearch': {'BackgroundSearch': 'true'}}}, 'file': '$GAMEDIR/drive_c/users/$USER/Application Data/Battle.net/Battle.net.config'}}
ERROR    2019-07-29 11:50:25,591 [commands.write_json:468]:Failed to parse JSON from file /media/Games/lutris/overwatch3/drive_c/users/graham/Application Data/Battle.net/Battle.net.config
DEBUG    2019-07-29 11:50:25,592 [interpreter._iter_commands:564]:Installer command: {'write_config': {'key': 'WindowMode', 'value': '"1"', 'section': 'Render.13', 'file': '$GAMEDIR/drive_c/users/$USER/My Documents/Overwatch/Settings/Settings_v0.ini'}}
DEBUG    2019-07-29 11:50:25,594 [interpreter._iter_commands:564]:Installer command: {'write_config': {'key': 'Type', 'value': '"1"', 'section': 'MovieExport.1', 'file': '$GAMEDIR/drive_c/users/$USER/My Documents/Overwatch/Settings/Settings_v0.ini'}}
DEBUG    2019-07-29 11:50:25,595 [interpreter._iter_commands:564]:Installer command: {'write_config': {'key': 'UseHardware', 'value': '"0"', 'section': 'MovieExport.1', 'file': '$GAMEDIR/drive_c/users/$USER/My Documents/Overwatch/Settings/Settings_v0.ini'}}
DEBUG    2019-07-29 11:50:25,597 [interpreter._iter_commands:564]:Installer command: {'task': {'arch': 'win64', 'path': 'HKEY_CURRENT_USER\\Software\\Wine\\DXVA2', 'value': 'va', 'name': 'set_regedit', 'key': 'backend', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:25,598 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:25,600 [wine.set_regedit:52]:Setting [HKEY_CURRENT_USER\Software\Wine\DXVA2]:backend="va"
DEBUG    2019-07-29 11:50:25,601 [wine.use_lutris_runtime:113]:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 is provided by Lutris, using runtime
DEBUG    2019-07-29 11:50:25,601 [system.execute:38]:Executing /home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 regedit /S /home/graham/.cache/lutris/winekeys.reg
DEBUG    2019-07-29 11:50:25,601 [system.execute:44]:WINEARCH=win64 WINE=/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine64 WINEPREFIX=/media/Games/lutris/overwatch3 LD_LIBRARY_PATH=/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib64:/lib:/lib64:/lib32:/lib64:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-i686:/home/graham/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/lib:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-x86_64:/home/graham/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/lib:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib
DEBUG    2019-07-29 11:50:26,150 [interpreter._iter_commands:564]:Installer command: {'task': {'name': 'winekill', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:26,151 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:26,152 [wine.winekill:190]:Killing all wine processes: ['/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wineserver', '-k']
DEBUG    2019-07-29 11:50:26,152 [wine.winekill:191]:   Wine prefix: /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:26,153 [wine.winekill:192]:   Wine arch: win64
DEBUG    2019-07-29 11:50:26,207 [wine.winekill:198]:Waiting for wine processes to terminate
DEBUG    2019-07-29 11:50:26,207 [wine.winekill:216]:Done waiting.
DEBUG    2019-07-29 11:50:26,208 [interpreter._iter_commands:564]:Installer command: {'task': {'executable': 'setup', 'arch': 'win64', 'name': 'wineexec', 'exclude_processes': 'Battle.net.exe Agent.exe "Battle.net Helper.exe"'}}
DEBUG    2019-07-29 11:50:26,208 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:26,220 [wine.use_lutris_runtime:113]:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine is provided by Lutris, using runtime
DEBUG    2019-07-29 11:50:26,220 [command.start:111]:Running /usr/bin/lutris-wrapper 0 3 Battle.net.exe Agent.exe Battle.net Helper.exe /home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine /home/graham/.cache/lutris/installer/overwatch/setup/Battle.net-Setup-enUS.exe
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: WINEARCH="win64"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: WINE="/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: WINEPREFIX="/media/Games/lutris/overwatch3"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: LD_LIBRARY_PATH="/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib:/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/lib64:/lib:/lib64:/lib32:/lib64:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-i686:/home/graham/.local/share/lutris/runtime/steam/i386/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/lib:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib/i386-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/i386/usr/lib:/home/graham/.local/share/lutris/runtime/Ubuntu-18.04-x86_64:/home/graham/.local/share/lutris/runtime/steam/amd64/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/lib:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib/x86_64-linux-gnu:/home/graham/.local/share/lutris/runtime/steam/amd64/usr/lib"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: DXVK_CONFIG_FILE="/media/Games/lutris/overwatch3/dxvk.conf"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: __GL_SHADER_DISK_CACHE="1"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: DXVK_HUD="compiler"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: DXVK_STATE_CACHE_PATH="/media/Games/lutris/overwatch3"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: STAGING_SHARED_MEMORY="1"
DEBUG    2019-07-29 11:50:26,221 [command.start:113]:ENV: __GL_SHADER_DISK_CACHE_PATH="/media/Games/lutris/overwatch3"
DEBUG    2019-07-29 11:50:26,222 [command.start:113]:ENV: PYTHONPATH="/usr/bin:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages"
DEBUG    2019-07-29 11:50:26,225 [signals.register_handler:26]:Registering <bound method MonitoredCommand.on_stop of <lutris.command.MonitoredCommand object at 0x7f4068237080>> to 4507
Running /home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wine /home/graham/.cache/lutris/installer/overwatch/setup/Battle.net-Setup-enUS.exe
wine: failed to initialize: /home/ubuntu/buildbot/runners/wine/lutris-4.12.1-x86_64/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory
Waiting on children
Exit with returncode 1
DEBUG    2019-07-29 11:50:26,298 [command.on_stop:158]:The process has terminated with code 256
DEBUG    2019-07-29 11:50:26,299 [command.stop:241]:Management process looks dead already.
DEBUG    2019-07-29 11:50:26,299 [command.stop:253]:logger already detached
DEBUG    2019-07-29 11:50:27,226 [interpreter._iter_commands:564]:Installer command: {'task': {'name': 'winekill', 'prefix': '$GAMEDIR'}}
DEBUG    2019-07-29 11:50:27,227 [commands._get_runner_version:37]:Install script uses Wine lutris-4.12.1-x86_64
DEBUG    2019-07-29 11:50:27,230 [wine.winekill:190]:Killing all wine processes: ['/home/graham/.local/share/lutris/runners/wine/lutris-4.12.1-x86_64/bin/wineserver', '-k']
DEBUG    2019-07-29 11:50:27,230 [wine.winekill:191]:   Wine prefix: /media/Games/lutris/overwatch3
DEBUG    2019-07-29 11:50:27,230 [wine.winekill:192]:   Wine arch: win64
DEBUG    2019-07-29 11:50:27,237 [wine.winekill:198]:Waiting for wine processes to terminate
DEBUG    2019-07-29 11:50:27,237 [wine.winekill:216]:Done waiting.
DEBUG    2019-07-29 11:50:27,257 [game.save:212]:Saving Overwatch (wine)
DEBUG    2019-07-29 11:50:27,257 [config.save:208]:Saving LutrisConfig(level=game, game_config_id=overwatch-standard-1564415427, runner=wine) config to /home/graham/.config/lutris/games/overwatch-standard-1564415427.yml
DEBUG    2019-07-29 11:50:27,274 [lutriswindow.on_game_updated:698]:Updating game Overwatch (wine)
DEBUG    2019-07-29 11:50:27,380 [interpreter._write_config:656]:Saved game entry overwatch (2)
WARNING  2019-07-29 11:50:27,392 [interpreter._finish_install:609]:No executable found at specified location /media/Games/lutris/overwatch3/drive_c/Program Files (x86)/Battle.net/Battle.net.exe
DEBUG    2019-07-29 11:53:43,773 [system.remove_folder:197]:Removing folder /home/graham/.cache/lutris/installer/overwatch
DEBUG    2019-07-29 11:53:43,783 [application.launch:339]:Launching Overwatch (wine) (139914264674664)
DEBUG    2019-07-29 11:53:43,794 [game.play:269]:Prelaunching <lutris.runners.wine.wine object at 0x7f40684cdb70>
INFO     2019-07-29 11:53:43,867 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/system32/dxgi with DXVK version
INFO     2019-07-29 11:53:43,868 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/system32/d3d11 with DXVK version
INFO     2019-07-29 11:53:43,868 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/system32/d3d10core with DXVK version
INFO     2019-07-29 11:53:43,868 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/system32/d3d10_1 with DXVK version
INFO     2019-07-29 11:53:43,868 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/system32/d3d10 with DXVK version
INFO     2019-07-29 11:53:43,869 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/syswow64/dxgi with DXVK version
INFO     2019-07-29 11:53:43,869 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/syswow64/d3d11 with DXVK version
INFO     2019-07-29 11:53:43,869 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/syswow64/d3d10core with DXVK version
INFO     2019-07-29 11:53:43,869 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/syswow64/d3d10_1 with DXVK version
INFO     2019-07-29 11:53:43,870 [dxvk.enable_dxvk_dll:131]:Replacing /media/Games/lutris/overwatch3/drive_c/windows/syswow64/d3d10 with DXVK version
DEBUG    2019-07-29 11:53:43,870 [display._get_vidmodes:15]:Retrieving video modes from XrandR
INFO     2019-07-29 11:53:47,496 [application.do_shutdown:440]:Shutting down Lutris

System information

{
  "comment": "",
  "system": {
    "nvidia_driver": {
      "nvrm": {
        "vendor": "NVIDIA",
        "platform": "UNIX",
        "arch": "x86_64",
        "version": "430.34",
        "date": "Wed Jun 26 12:19:48 CDT 2019"
      }
    },
    "nvidia_gpus": [
      {
        "Model": "GeForce GTX 970",
        "IRQ": "40",
        "GPU UUID": "GPU-14f81208-584f-73f1-4fa5-3cfbe914c9b5",
        "Video BIOS": "84.04.31.00.b3",
        "Bus Type": "PCIe",
        "DMA Size": "40 bits",
        "DMA Mask": "0xffffffffff",
        "Bus Location": "0000:01:00.0",
        "Device Minor": "0",
        "Blacklisted": "No"
      }
    ],
    "gpus": [
      {
        "DRIVER": "nvidia",
        "PCI_ID": "10DE:13C2",
        "PCI_SUBSYS_ID": "1458:366A",
        "PCI_CLASS": "30000",
        "PCI_SLOT_NAME": "0000:01:00.0",
        "MODALIAS": "pci:v000010DEd000013C2sv00001458sd0000366Abc03sc00i00"
      }
    ],
    "env": {
      "USER": "graham",
      "LOGNAME": "graham",
      "HOME": "/home/graham",
      "PATH": "/usr/local/bin:/usr/bin:/bin:/usr/games",
      "MAIL": "/var/mail/graham",
      "SHELL": "/bin/zsh",
      "SSH_CLIENT": "192.168.2.125 46974 22",
      "SSH_CONNECTION": "192.168.2.125 46974 192.168.2.140 22",
      "SSH_TTY": "/dev/pts/1",
      "TERM": "xterm-kitty",
      "XDG_SESSION_ID": "9",
      "XDG_RUNTIME_DIR": "/run/user/1000",
      "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
      "XDG_SESSION_TYPE": "tty",
      "XDG_SESSION_CLASS": "user",
      "LANG": "en_US.UTF-8",
      "SHLVL": "1",
      "PWD": "/home/graham",
      "OLDPWD": "/home/graham",
      "PAGER": "less",
      "LESS": "-R",
      "LC_CTYPE": "en_US.UTF-8",
      "LSCOLORS": "Gxfxcxdxbxegedabagacad",
      "LS_COLORS": "no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:",
      "DISPLAY": ":0",
      "_": "/usr/bin/lutris"
    },
    "missing_libs": {
      "OPENGL": [
        [],
        []
      ],
      "VULKAN": [
        [],
        []
      ],
      "WINE": [
        [],
        []
      ],
      "GAMEMODE": [
        [
          "libgamemodeauto.so"
        ],
        [
          "libgamemodeauto.so"
        ]
      ]
    },
    "cpus": [
      {
        "processor": "0",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "42",
        "model name": "Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz",
        "stepping": "7",
        "microcode": "0x2f",
        "cpu MHz": "1858.666",
        "cache size": "6144 KB",
        "physical id": "0",
        "siblings": "4",
        "core id": "0",
        "cpu cores": "4",
        "apicid": "0",
        "initial apicid": "0",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp kaiser tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds",
        "bogomips": "6621.41",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "36 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "1",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "42",
        "model name": "Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz",
        "stepping": "7",
        "microcode": "0x2f",
        "cpu MHz": "1618.780",
        "cache size": "6144 KB",
        "physical id": "0",
        "siblings": "4",
        "core id": "1",
        "cpu cores": "4",
        "apicid": "2",
        "initial apicid": "2",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp kaiser tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds",
        "bogomips": "6621.41",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "36 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "2",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "42",
        "model name": "Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz",
        "stepping": "7",
        "microcode": "0x2f",
        "cpu MHz": "1864.508",
        "cache size": "6144 KB",
        "physical id": "0",
        "siblings": "4",
        "core id": "2",
        "cpu cores": "4",
        "apicid": "4",
        "initial apicid": "4",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp kaiser tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds",
        "bogomips": "6621.41",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "36 bits physical, 48 bits virtual",
        "power management": ""
      },
      {
        "processor": "3",
        "vendor_id": "GenuineIntel",
        "cpu family": "6",
        "model": "42",
        "model name": "Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz",
        "stepping": "7",
        "microcode": "0x2f",
        "cpu MHz": "1790.789",
        "cache size": "6144 KB",
        "physical id": "0",
        "siblings": "4",
        "core id": "3",
        "cpu cores": "4",
        "apicid": "6",
        "initial apicid": "6",
        "fpu": "yes",
        "fpu_exception": "yes",
        "cpuid level": "13",
        "wp": "yes",
        "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp kaiser tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts md_clear flush_l1d",
        "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds",
        "bogomips": "6621.41",
        "clflush size": "64",
        "cache_alignment": "64",
        "address sizes": "36 bits physical, 48 bits virtual",
        "power management": ""
      }
    ],
    "drives": [
      {
        "name": "sda",
        "fstype": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sda1",
            "fstype": "ext4",
            "label": null,
            "uuid": "198bae06-8136-45d4-87c5-8a478b11e62c",
            "fsavail": "2T",
            "fsuse%": "38%",
            "mountpoint": "/media/Media/Video/TV"
          }
        ]
      },
      {
        "name": "sdb",
        "fstype": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sdb1",
            "fstype": "ext4",
            "label": null,
            "uuid": "679a3feb-a855-4a29-a301-8f38ff0fc9be",
            "fsavail": "431.8G",
            "fsuse%": "79%",
            "mountpoint": "/media/Games"
          }
        ]
      },
      {
        "name": "sdc",
        "fstype": "ext4",
        "label": "Media",
        "uuid": "a24482f5-74be-47ee-8803-232500bcd88b",
        "fsavail": "81.1G",
        "fsuse%": "90%",
        "mountpoint": "/media/Media"
      },
      {
        "name": "sdd",
        "fstype": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sdd1",
            "fstype": "ext4",
            "label": null,
            "uuid": "d09af15a-6963-43fe-ad12-7a9be9bb5ebe",
            "fsavail": "137.1G",
            "fsuse%": "65%",
            "mountpoint": "/home"
          }
        ]
      },
      {
        "name": "sde",
        "fstype": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sde1",
            "fstype": "ext4",
            "label": null,
            "uuid": "398d694a-754b-4d71-a96c-78a03be020de",
            "fsavail": "1.2T",
            "fsuse%": "63%",
            "mountpoint": "/media/Media/Videos"
          }
        ]
      },
      {
        "name": "sdf",
        "fstype": null,
        "label": null,
        "uuid": null,
        "fsavail": null,
        "fsuse%": null,
        "mountpoint": null,
        "children": [
          {
            "name": "sdf1",
            "fstype": "ext4",
            "label": null,
            "uuid": "b19bdc27-2841-4c7d-b793-c161e43af9fd",
            "fsavail": "1.1G",
            "fsuse%": "92%",
            "mountpoint": "/"
          },
          {
            "name": "sdf2",
            "fstype": null,
            "label": null,
            "uuid": null,
            "fsavail": null,
            "fsuse%": null,
            "mountpoint": null
          }
        ]
      }
    ],
    "ram": {
      "mem": {
        "total": "16403596",
        "used": "1189784",
        "free": "11727556",
        "shared": "42024",
        "buff/cache": "3486256",
        "available": "14835684"
      },
      "swap": {
        "total": "0",
        "used": "0",
        "free": "0"
      }
    },
    "dist": [
      "Debian GNU/Linux",
      "10",
      "buster"
    ],
    "glxinfo": {
      "opengl_core_profile_context_flags": "(none)",
      "opengl_version": "4.6.0 NVIDIA 430.34",
      "opengl_core_profile_profile_mask": "core profile",
      "opengl_profile_mask": "(none)",
      "display": ":0",
      "opengl_shading_language_version": "4.60 NVIDIA",
      "opengl_renderer": "GeForce GTX 970/PCIe/SSE2",
      "opengl_core_profile_version": "4.5.0 NVIDIA 430.34",
      "opengl_es_profile_version": "OpenGL ES 3.2 NVIDIA 430.34",
      "opengl_es_profile_shading_language_version": "OpenGL ES GLSL ES 3.20",
      "opengl_context_flags": "(none)",
      "name_of_display": ":0",
      "direct_rendering": "Yes",
      "opengl_vendor": "NVIDIA Corporation",
      "screen": "0",
      "opengl_core_profile_shading_language_version": "4.50 NVIDIA"
    }
  }
}%                                                  

lutris-* wine packages regression with NFS: Shift 2 Unleashed

When using any lutris-* wine package to play Need For Speed Shift 2 Unleashed, the game will run fine until you start a race. Right before the green light is turned on the physics engine will freeze and everything will become unresponsive and frozen except for the game UI. The game will crash if you continue waiting.

This only happens if, and only if:
You are running any lutris-* wine package
You are using DXVK (tested w/ 1.7.1L-743f309 only)

This does not happen if:
You are using wine-staging from the system
You are using tkg-* wine packages

Tested on:
Pascal Nvidia GPU, proprietary driver
Skylake Intel CPU

Origin error 327684:1

Just wanted to let people know in case they have questions. I've been fighting this error for a few days trying to install Anthem. Found that the xaudio2_0 wasn't able to find the files the dll was trying to include, so I went to wine configuration and added that to the override list (native, then builtin). Then I got the same error but this time xaudio2_1. So I went through and add xaudo2_0 through xaudio2_9 to the override and got the game to install and work. This could also work for 372684:3.

Sorry if this is the wrong place, new to posting on github and couldn't find anywhere else to leave feedback.

Error 0xE0010180 when launching Overwatch

I went through all the documentation and also updated Settings_0v.int as I am on a laptop with igpu, i7-8550U, running Arco Linux. Battle.net opens fine, clicking play brings up a black screen, after a few seconds the message saying that I am playing goes away and the play button appears again, and a few minutes later a wine window stating "general error 0xE0010180".

Users with NVIDIA are also experiencing a similar issue: https://www.reddit.com/r/Lutris/comments/j231jb/overwatch_black_screen_on_start_then_general/

Disabling DXVK does not fix the issue.

GTA V Online problem

Describe the bug
When I try to go online, it freezes the game on loading screen and then it prints an error message, I installed the game via the rockstar games launcher -> https://lutris.net/games/rockstar-games-launcher/

Expected behavior

Enter to GTA Online

Current behavior
Crashes when going online

Steps to reproduce

  • Launch Rockstar Games Launcher
  • Start GTA V
  • Go GTA Online, in any way

Lutris debugging output

https://pastebin.com/mnRbJDjC.

System information
https://pastebin.com/AEzMjq7B

Screenshots
online

If applicable, add screenshots to help explain your problem.

Uplay crash when launching Watchdogs

Hello,

With every version of Lutris wine builds (from 4.20 to 5.5.2), wineserver crashes most of the time (sometimes it doesn't) when Uplay is about to launch Watchdogs (when the dialog box appears to explain that disabling uplay overlay is not such a good idea, or when telling it is starting the game). It happens with or without DXVK, with or without esync. It doesn't happen with lutris wine 4.16 and it doesn't happen with vanilla wine version 5.5. Uplay is version of 26/03/2020.

I attach a log and a core dump.

How can I help you to debug further?

Thank you.

image

wineserver.watchdogs.log
core.wineserver.watchdogs.gz

Overwatch: lutris-5.0 does not detect high refresh rate screen

My screen can display up to 120Hz, with lutris-4.13-x86_64 runner I get top FPS, however with newer version lutris-5.0-x86_64 (default) I only can configure video settings inside Overwatch to 50FPS@FHD.

Lutris 4.13:
Lutris 4.13

Lutris 5.0:
Lutris 5.0

Everything else is just exactly the same.

[Dev Info] Battle.net Launcher doesn't start starting wine-staging at commit 02913f7

Hello! First of all, thank you for your amazing work!

I am here to report what seems to be a bug and I am ready to try to fix it myself if I get enough help. Since I don't have enough knowledge about wine's shenanigans.

Bug description

Starting from commit 02913f7 of the wine-staging code, the Battle.net Launcher from Overwatch doesn't seem to start anymore from Lutris (which enables then to run Overwatch).

I have confirmed at least that if I go to the wine executable from that specific wine-staging version that doesn't work with Lutris and use it to run Battle.net with

/wine-staging-02913f7/wine "/path/to/overwatch/drive_c/Program Files (x86)/Battle.net/Battle.net.exe"

Battle.net does work: I can login and launch the game (without dxvk)

Steps to reproduce

  • Clone TK-Glitch's git to compile wine-staging with fsync : https://github.com/Frogging-Family/wine-tkg-git
  • Open the file wine-tkg-git/customization.cfg
    • Update _nomakepkg_dep_resolution_distro with the used distro
    • reference wine-staging's commit : _staging_version="02913f7"
  • Compile by running wine-tkg-git/non-makepkg-build.sh
  • Install Overwatch in Lutris on a "regular" wine version (the game won't be downloaded, only Battle.net. It will only take few minutes to complete)
  • Verify that the Battle.net Launcher works fine with the regular wine version
  • Add the custom compiled wine to Lutris and try use it to run Overwatch

Even though I am using wine-staging with additional patches, I am sure the problem doesn't come from the patchset that is applied on top of wine-staging. Because that same patchset is applied on earlier wine-staging versions and the launcher works fine. But if you wish I can try vanilla wine-staging at that commit and report back.

Debug information

lutris-debug-out.txt

lutris-issue-report.txt

DXVK causing overwatch to hang

I recently started experiencing gpu hangs in overwatch running on lutris wine + dxvk, looking further into the issue I believe it is fsync related.
Attached are a few files, overwatch.txt contains all my versions' info for my environment, overwatch.png shows an example where the game hung, and as with every other time the audio and video stopped on some frame, seemingly randomly during gameplay. overwatch.log is error-level log of dxvk,wine,mono,etc.., overwatch2.log is only wine debugging (fixme+all,err+all,warn+all,trace-all), and overwatch3.log is with fsync disabled (game does not freeze / hang during that run).
The reason I think this is an fsync issue is because trying several different kernel images, wine versions, dxvk versions, and even nvidia drivers versions produced the same issue but when i disabled fsync I was able to play through a game without the game hanging (albeit at 10% my normal average FPS).

I know that an updated patch for fsync is in the works but waiting on the mf patches, but even if that finally comes out with updated wine versions it may not fix this issue with overwatch, so it may still be worth the effort to troubleshoot this further (especially since it's a very popular FPS).
I couldn't gather anything definitive from my analysis of the logs but I am assuming that one of the overwatch updates (probably the most recent) used an interface or API call that was not properly implemented in the fsync patches and caused the game to wait on some response that never returns.
overwatch.log
overwatch2.log
overwatch3.log
overwatch.png
overwatch.txt

Rerunning with +esync,+fsync,+sync,+server,+timestamp,+seh,+pid for WINEDEBUG produces some more fsync related information. Here's the pertinent part of the log (when overwatch hangs):
overwatch4-partial.log

Epic Games Store not launching

After installing it without any changes Epic Games Store just doesn't run, crashes immediatly.
Log:
Running /home/derryplaysxd/.local/share/lutris/runners/wine/lutris-wf-nofshack-4.15-x86_64/bin/wine /home/derryplaysxd/Games/epic-games-store/drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe -opengl
esync: up and running.
Waiting on children
All children gone
Exit with returncode 66

Controller controls off in game

Describe the bug
In madden 20 thru origin after lutris updated to 5.2 and higher the controllers I have keys are messed up so when u press A it doesnt work if u press b it does what a should of and x does what b should of. Inverts the xbox type controller and the ps3 type controller
A clear and concise description of what the bug is.

so when u press A it doesnt work if u press b it does what a should of and x does what b should of. Inverts the xbox type controller and the ps3 type controller worked before 5.2 now it is messed up it worked in the 4.12 version the 4.16 version always crashed so never used it. It seems like a runner issue where its picking wrong controller. Tried with reg lutris lutris-fshack both were messed up.

This repository isn't for reporting game bugs or game related issues. Feel free to contact us on Discord, the Forums, or the IRC channel #lutris on freenode.org for that. We'll try and help as best we can.

Expected behavior

Please describe the behavior you are expecting.
the a key to be a key in game and b key and so on.
Current behavior

What is the current behavior?
right now all the keys are wrong on ps3 and xbox controllers I have a microsoft gamepad that is like a ps3 and I have a afterglow both the key are off inside game started after it updated t 5.2 runner.
Steps to reproduce
play game and at main menu it wwill be messed up

Lutris debugging output

The terminal output of lutris -d.

Using the debug option reveals possible backtraces or missing libraries. This can help us track down your issue.

System information

The .json file created by typing lutris --submit-issue in a terminal.

Screenshots

If applicable, add screenshots to help explain your problem.

Lutris doesn't install games/programs correctly

Trying to install any program with lutris it doesn't add any of the executable files, and gives the error "no file provided" (for obvious reasons) when trying to launch. I have tried reinstalling wine and lutris, followed the dependencies instructions, and tried other programs. Yet I can't seem to get lutris to install programs, anyone know what's wrong?

[lutris-lol] symbol error on launch

version: lutris-git-0.5.7.1.r124.g39e578c4-1 (AUR)

When starting league using lutris-lol-5.5-2 build it outputs:

/home/samega7cattac/.local/share/lutris/runners/wine/lutris-lol-5.5-2-x86_64/bin/wine: symbol lookup error: /home/samega7cattac/.local/share/lutris/runners/wine/lutris-lol-5.5-2-x86_64/bin/wine: undefined symbol: wine_get_libs, version WINE_1.0

Already tried to select other build to update the prefix and switch it back, but didn't work.

Epic game launcher problem

Distorted screen, scratch screen or something
Hello guys. I am a newbie.
I install wine, install Lutris then install Epic game store form Lutris. When i open Epic game store, it comes out like this:

Screenshot from 2020-09-08 22-43-38

System information
Ubuntu 20.04
2 monitor
VGA: RX580

Is there anyone meet that problem. Is there any solution?
Thank for reading.

World of Warcraft DirectX12 Problems

Hello guys,

First of all.. sorry for my bad english. :)

Since Lutris 0.5.6-1 I've got performance issues with DirectX 12 in World of Warcraft. My FPS dropped to the half of my average FPS in WoW (In Lutris 0.5.5 ~144-160FPS with DX12 - now 60-77 FPS with DX12). The loading time is beyond the 30 seconds mark (even with tweaks, WoW Cache from the git etc..).

If I switch to the DX11 version, everything is fine. Even if I switch to the 0.5.5 Lutris client, the DX12 version of WoW works fine. I've only got the problems with Lutris 0.5.6.

I've reproduced the problem with Ubuntu 19.10/20.04/Pop_OS!, Manjaro, Fedora.

Further Sepc-Information:

GPU: NVIDIA GTX 1080 (Nvidia 440.82)

CPU: I7-8700K

Edit: Used different Lutris wine versions (5.6, 5.7, 5.5, 5.4). None of these versions fixed the problem.

Lutris won't install Origin correctly

When trying to install origin with lutris, it "installs", but then gives the message that the exe file cannot be found and some parts of the installation might not be complete, when I check the folder there is no exe file, and so obviously I cannot run it. Does anyone know how to fix this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.