Skip to content

Commit

Permalink
Update Middle-earth: Shadow of War (GOG/Steam) (#213)
Browse files Browse the repository at this point in the history
* Update Middle-earth: Shadow of War (GOG/Steam)

Updated to vcrun2022.

I seem to be getting the following error when using vcrun2019:

```
Executing cd /home/deck/.cache/winetricks/vcrun2019
Executing /home/deck/.config/heroic/tools/proton/Proton-GE-Proton9-23/files/bin/wine vc_redist.x86.exe /q
fsync: up and running.
------------------------------------------------------
warning: Note: command /home/deck/.config/heroic/tools/proton/Proton-GE-Proton9-23/files/bin/wine vc_redist.x86.exe /q returned status 102. Aborting.
------------------------------------------------------
�[33mProtonFixes[36985] WARN: Winetricks failed running verb "vcrun2019" with status 1.�[0m
Proton: /home/deck/Games/Heroic/Shadow of War/x64/ShadowOfWar.exe
Proton: Executable a unix path, launching with /unix option.
fsync: up and running.
Command exited with status: 0
Launch command: ['/home/deck/.config/heroic/tools/runtimes/umu/umu_run.py', '/home/deck/Games/Heroic/Shadow of War/x64/ShadowOfWar.exe']
All processes exited
============= End of log =============
```

No issues when using vcrun2022. Not sure if this is a separate issue altogether though.

* Remove Steam fix
  • Loading branch information
BlueInterlude authored Jan 19, 2025
1 parent 422c776 commit 0cae93d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion gamefixes-gog/umu-356190.py

This file was deleted.

7 changes: 7 additions & 0 deletions gamefixes-gog/umu-356190.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Game fix for Middle-earth: Shadow of War"""

from protonfixes import util

def main() -> None:
# Requires vcrun2022 to launch
util.protontricks('vcrun2022')
8 changes: 0 additions & 8 deletions gamefixes-steam/356190.py

This file was deleted.

0 comments on commit 0cae93d

Please sign in to comment.