ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.4k stars 1.07k forks source link

Gal*Gun: Double Peace (511740) #1932

Open ghost opened 5 years ago

ghost commented 5 years ago

Compatibility Report

System Information

I confirm:

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
  4. Change prefix back to Windows 7 and set mscoree to native in dll overrides WINEPREFIX=~/.steam/steam/steamapps/compatdata/511740/pfx winecfg
  5. 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
  6. Run Gal*Gun
  7. Profit$$$?

Related Issues

18

1786

Kymus commented 5 years ago

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

madewokherd commented 5 years ago

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

jmfergeau commented 1 week ago

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