https://bugs.winehq.org/show_bug.cgi?id=48171
--- Comment #13 from Primoz primoz.salic@gmail.com --- I would like to point on two things that I see from top level when try to start COD warzone with wine:
1. When running with proton: WINEPREFIX=/shared/BlizzardGames/wine_data ~/.steam/steam/steamapps/common/Proton\ 5.0/dist/bin/wine /shared/BlizzardGames/wine_data/drive_c/Program\ Files\ (x86)/Call\ of\ Duty\ Modern\ Warfare/Modern\ Warfare\ Launcher.exe
I see log: 0244:fixme:process:CreateProcessInternalW Unsupported attribute 0x20002.
It looks that process is not correctly created. Attribute 0x20002 means PROC_THREAD_ATTRIBUTE_HANDLE_LIST.
2. Once I installed warzone in windows and keep logs file for future use. There are differences in Logs files between wine and windows.
file:C:/ProgramData/Battle.net/Agent/Agent.7093/Logs/Agent-20200624T084857.log
wine log: "user_id": "S-1-5-21-0-0-0-1000",^M "user_name": "S-1-5-21-0-0-0-1000",
windows log "user_id": "S-1-5-21-2247222531-3710022340-2960316094-5232", "user_name": "S-1-5-21-2247222531-3710022340-2960316094-5232",
It looks that COD game in wine tries to start COD as default user.