protonscr

FEAR 2 Download errors out because of case-sensitivity

steamclosed
ValveSoftware/steam-for-linux#13444 · opened 2026-07-25 by xamionex · updated 2026-07-25 · 1 comments · github
Xxamionex 2026-07-25 github

Your system information

  • Steam client version (build number or date): 1784669098
  • Distribution (e.g. Ubuntu): Arch Linux
  • Opted into Steam client beta?: No
  • Have you checked for system updates?: Yes
  • Steam Logs: https://pastebin.com/EkyUxiGf
  • GPU: AMD

Please describe your issue in as much detail as possible:

When downloading FEAR 2
Steam tries moving 2 files from the "game" folder instead of the "Game" folder, which causes steam to report Disk Write Error

Steps for reproducing this issue:

  1. Try downloading FEAR 2
  2. Disk Write Error

Temp Fix

This can be worked around by creating dummy files (adjust to steam library path)

mkdir -p "~/.local/share/Steam/steamapps/downloading/16450/game"
touch "~/.local/share/Steam/steamapps/downloading/16450/game/gameclient.dll"
touch "~/.local/share/Steam/steamapps/downloading/16450/game/clientfx.fxd" 
Kkisak-valve maintainer 2026-07-25 github

Hello @xamionex, this issue is already #13406. Closing as a duplicate.

DLLs