protonscr

Gal*Gun: Double Peace

protonopen appid 511740Game compatibility - Unofficial.NET
ValveSoftware/Proton#1932 · opened 2018-11-07 by ghost · updated 2024-10-21 · 3 comments · github · game page · search this game
1 matching comments, n / p to jump
?ghost 2018-11-07 github

Compatibility Report

  • Name of the game with compatibility issues: Gal*Gun: Double Peace
  • Steam AppID of the game: 511740

System Information

  • GPU: GTX 970
  • Driver/LLVM version: nvidia 410.66
  • Kernel version: 4.18.16
  • System information: gist
  • Proton version: 3.16-4 Beta

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.

Proton Log

steam-511740.log

Symptoms

Gal*Gun: Double Peace requires .NET 4.5+, thus does not run by default.

Reproduction

  1. Install Gal*Gun: Double Peace
  2. Run

Workaround

NOTE: This requires a local version of wine to be performed.

  1. Run the game once for Proton to initialise the prefix
  2. Change prefix to Windows XP
    WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx winecfg
  3. Download and install .NET 4.0
wget 'http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe' 
WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx wine dotNetFx40_Full_x86_x64.exe /q && WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx wineserver -k
  1. Change prefix back to Windows 7 and set mscoree to native in dll overrides
    WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx winecfg
  2. Download and install .NET 4.7.1
wget 'http://download.microsoft.com/download/9/E/6/9E63300C-0941-4B45-A0EC-0008F96DD480/NDP471-KB4033342-x86-x64-AllOS-ENU.exe'
WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx wine NDP471-KB4033342-x86-x64-AllOS-ENU.exe  /q && WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx wineserver -k
  1. Run Gal*Gun
  2. Profit$$$?

Related Issues

#18
#1786

KKymus 2018-11-24 github

I am absolutely amazed; it actually worked!

Linux Mint 17.3 Cinnamon
AMD driver

The game worked fine for me 6 months ago and at some point it just stopped working. This fixed it back to normal. During the process of going through this tutorial the terminal gave me all sorts of errors so I thought for sure that this wouldn't work, but it did! Woot!

Keep in mind (if you're running this for the first time) that it will take a minute to load the splash screen and then it'll (at least for me) run the game in the background but your desktop is still visible, sans a mouse. ALT+TAB and you'll be in game.

Thanks for this! So happy to get to play it again

Mmadewokherd 2019-04-09 github

This appears to work in wine-mono so #18 should fix it.

Jjmfergeau 2024-10-21 github

link to .NET 4.7.1 is dead. The devpack installer here seems to work, though.