Hello @Esenych, we're using one issue report per unofficially supported game title, so I've gone ahead and transferred this issue report to https://github.com/ValveSoftware/Proton/issues/8072#issuecomment-5495346697.
proton experimentalx1 2026-09proton hotfixx1 2026-09
Compatibility Report
System Information
I confirm:
Symptoms
There are two major issues:
Launch failure on Proton Experimental & Proton Hotfix:
The game fails to launch entirely when using official Proton Experimental or Proton Hotfix. Easy Anti-Cheat halts initialization with the popup error:
Texture Streaming pool overflow / Crash on Patch 14.1 (GE-Proton 11-5):
After 190+ hours of stable gameplay prior to Patch 14.1, reproducible crashes occur during extended play sessions (e.g. Operations /
hm_fortressmap). The engine triggers an unhandled exception / Crash Dump Sending Utility because the Texture Streaming allocator exceeds its assigned budget without triggering mipmap drops/eviction (0.0 mips drop).Memory dump state at exception:
Title memory: 5887.6 / 11360.1 MB (3074.4 MB free)
GeomStreaming: 544.3 / 550.0 MB [Utilization: ~98.9%]
TexStreaming: 2065.3 / 2000.0 MB [OVERFLOW: +65.3 MB, 0.0 mips drop]
Reserved memory: 300.0 MB, 0.0 temp [MB]
Total Memory: 8168714240 bytes (~7.6 GB budget reported under Wine DXGI)
Free Host Memory: 26723504128 bytes (~24.8 GB)
Technical breakdown:
8168714240 bytes(~7.6 GB) on a 12 GB physical GPU, causing the game to set a tight 2000 MB limit forTexStreaming.TexStreamingexceeds this hard cap (reaching 2065.3 MB), but GC/eviction fails (0.0 mips drop), leading to an immediate Access Violation crash.Reproduction
For EAC Launch Error:
Unexpected error. (#1).For Streaming Pool Crash (GE-Proton 11-5):
hm_fortress/ Decapitation).TexStreamingexceeds 2000 MB.