I suggest to close this as it's likely outdated.
The game and Proton have received many updates since then.
Also, each Call of the Wild updated is pestered with in-game bugs like this regardless of the platform. 😢
TheHunter - Call of the Wild // Linux Mint
Issue transferred from https://github.com/ValveSoftware/Proton/issues/5732.
@FluffyFoxy89 posted on 2022-03-30T11:47:27:
Hallo, ich kann das Spiel TheHunter - Call of the Wild nicht mehr starten. Betriebssystem ist Linux Mint und ich spiele über Steam Play. Zuvor ließ sich das Spiel ohne Probleme mit Proton Experimental starten, doch seit neuestem, ich vermute seitdem Proton 7.0-1 erschienen ist, lässt sich das Spiel nicht mehr starten. Können Sie das bitte wieder beheben? Vielen Dank im Voraus. // Hello, I can no longer launch the game TheHunter - Call of the Wild. Operating system is Linux Mint and I play via Steam Play. Previously the game could be launched without problems using Proton Experimental, but recently, I guess since Proton 7.0-1 was released, the game no longer launches. Can you please fix this again? Thank you very much in advance.
Hello @FluffyFoxy89, please add PROTON_LOG=1 %command% to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.) Also, please copy your system information from Steam (Steam -> Help -> System Information) and put it in a gist, then include a link to the gist in this issue report.
Can you check if any of the recent point releases of Proton does run the game for you?
Hi,
I'm trying to run theHunter - Call of the Wild in Mint/Cinnamon as well.
The game is starting, even without forcing compatibility modes but it will go minimized right after it starts. When clicking on the taskbar icon it will pop up and go minimized again.
I can see the game is loading into the main menu by spamming the taskbar icon and sound is also present.
Please find attached some logs and system info.
sysinfo.txt
steam-518790.log
bump...could somebody have a look please.
Unable to use specific version of Proton within steam for a specific game
Issue transferred from https://github.com/ValveSoftware/Proton/issues/8014.
@Theoryless posted on 2024-08-22T19:17:46:
GPU: 6600xt
Video driver version: driverInfo = Mesa 24.2.0 - kisak-mesa PPA
Kernel version: 6.9.1-060901-generic
Link to full system information report as Gist: https://gist.github.com/Theoryless/59007b24610b4eeb60104de9f1db9692
Proton version: 5.13-6
Unable to do this as no log gets generated, but here are logs from terminal when running steam:
https://gist.github.com/Theoryless/8b6779bc7a4f7b8323c301eafa3c4ea1
Getting the above error when running this version of proton. This game ONLY works on this version of proton without getting a driver error. I used to play this game exclusively on this version when I was on linux a year ago, and I just came back to linux after a hiatus on windows and I can't play this game. Please assist me with getting this version working.
theHunter: Call of the Wild OOM after alt-tab on NVIDIA 610 / Proton Experimental, swapchain recreation before crash
Issue transferred from https://github.com/ValveSoftware/Proton/issues/9875.
@TeraByteCoder posted on 2026-06-14T15:11:04:
nvidia-bug-report.log.gzexperimental-11.0-20260609steam 1.0.0.85-7plasma-desktop 6.6.5-1kwin 6.6.5-3When running theHunter: Call of the Wild through Steam Proton and alt-tabbing out of the game, system RAM usage grows until the kernel OOM killer terminates the game. This reproduced twice in the same boot.
The issue appears during or shortly after display/window transitions. The Proton log shows repeated DXVK/Vulkan swapchain recreation around the alt-tab event:
Presenter: Got VK_SUBOPTIMAL_KHR, recreating swapchain
Presenter: Got VK_ERROR_OUT_OF_DATE_KHR, recreating swapchain
After that, the log shows the game watchdog thread hitting an access violation and Wine synchronization timeouts:
warn:threadname:dispatch_exception Thread ID 0360 renamed to "dead_lock_watch_dog_thread"
warn:seh:dispatch_exception backtrace: --- Exception 0xc0000005.
trace:seh:dispatch_exception code=c0000005 (EXCEPTION_ACCESS_VIOLATION) flags=0 addr=0000000140751EDD
warn:seh:virtual_unwind backtrace: 0000000140751EDD: L"theHunterCotW_F.exe" + 0000000000751EDD.
warn:seh:virtual_unwind backtrace: 0000000140D6ED31: L"theHunterCotW_F.exe" + 0000000000D6ED31.
err:sync:RtlpWaitForCriticalSection section 0000000005B19F60 "?" wait timed out in thread 0138, blocked by 0198, retrying (60 sec)
The kernel OOM log shows the game process consuming very large RSS values.
First OOM:
Jun 14 16:44:21
Out of memory: Killed process 3584 (theHunterCotW_F)
total-vm:39693176kB
anon-rss:5780940kB
file-rss:22074688kB
shmem-rss:9276kB
Second OOM:
Jun 14 17:00:42
Out of memory: Killed process 14529 (theHunterCotW_F)
total-vm:38257996kB
anon-rss:6531516kB
file-rss:20663360kB
shmem-rss:7840kB
During the second OOM, related processes in the same Steam cgroup were also killed:
Out of memory: Killed process 15468 (dead_lock_watch)
Out of memory: Killed process 13051 (steamwebhelper)
The first OOM also produced NVIDIA kernel module allocation failures:
nv_alloc_system_pages+0x6e6/0x730 [nvidia]
nv_alloc_pages+0x111/0x210 [nvidia]
osAllocPagesInternal+0x302/0x680 [nvidia]
memdescAlloc+0x328/0xde0 [nvidia]
sysmemConstruct_IMPL+0x40c/0xd12 [nvidia]
NVRM: GPU0 _iovaspaceCreateMappingDataFromMemDesc: failed to allocate 0x20028 bytes for IOVA mapping metadata
NVRM: GPU0 nvAssertFailedNoLog: Assertion failed: status == NV_OK @ mem_desc.c:4313
NVRM: GPU0 nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1338
NVRM: GPU0 nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from rmStatus @ system_mem.c:353
theHunter: Call of the Wild with Proton Experimental.Alt-tabbing should not cause runaway system RAM growth or an OOM kill.
System RAM usage rises until the kernel OOM killer kills the game. The issue reproduced twice.
I can provide these logs:
steam-518790-oom-2026-06-14-170042.logkernel-log-oom-2026-06-14.lognvidia-bug-report.log.gz@TeraByteCoder commented on 2026-06-14T15:12:39:
steam-518790-oom-2026-06-14-170042.log
kernel-log-oom-2026-06-14.log
nvidia-bug-report.log.gz
proton experimentalx2 2026-06proton 7.0-1x1 2022-03PROTON_LOG=1x1 2022-030xc0000005x1 2026-06
Compatibility Report
Name of the game with compatibility issues: The Hunter: Call of the Wild
Steam AppID of the game: 518790
System Information
Proton:4.11-5
Distro:Arch Linux
Kernel:5.3.0-arch1-1-ARCH
RAM:16 GB
GPU Driver:4.5 Mesa 19.3.0-devel (git-8b78cce433)
GPU:AMD Radeon R9 Fury
CPU:AMD Ryzen 5 1600 Six-Core
I confirm:
[ x ] that I haven't found an existing compatibility report for this game.
[ x ] that I have checked whether there are updates for my system available.
Symptoms
AI is not working correctly (Animals constantly get stuck and teleport)
Reproduction
Follow an Animal