Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghostrunner (1139900) #4322

Open
alosarjos opened this issue Oct 27, 2020 · 34 comments
Open

Ghostrunner (1139900) #4322

alosarjos opened this issue Oct 27, 2020 · 34 comments
Labels
Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem

Comments

@alosarjos
Copy link

Compatibility Report

  • Name of the game with compatibility issues: Ghostrunner
  • Steam AppID of the game: 1139900

System Information

  • GPU: AMD 5700XT
  • Driver/LLVM version: Mesa 20.2.1
  • Kernel version: 5.9.1-zen2-1-zen
  • Link to full system information report as Gist:
  • Proton version: 5.13

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.

steam-1139900.log

Symptoms

Some intro videos don't play, with Proton GE they do so probably the usual MFPlat thing. Don't know yet if there are any cinematics outside of that. Besides that I have had some problems when streaming, but it's probably something related to Wayland/XWayland and OBS

@kisak-valve kisak-valve added Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem labels Oct 27, 2020
@kisak-valve
Copy link
Member

Hello @alosarjos, yes, it looks like this game would benefit from support for Media Foundation maturing. Can you elaborate on what problems you were seeing while streaming the game?

@alosarjos
Copy link
Author

alosarjos commented Oct 27, 2020

OBS capturing was stuck on the picture. I was playing and sound was being send, but the image was on the main menu. Doing it from a Xorg session works fine. (I know this has happened before but can't remember with which game exactly). Also on some parts while playing, while it looked fine on my screen, the streaming was lagging a lot.

Also closing OBS would freeze the game completely having to kill the process.

PD: The Steam Log is not from the session I was trying to stream, is just from running the game to the main menu so Media Foundation logs can appear.

@mkrasnitski
Copy link

I'm having issues with the game as well. It launches to the title screen, but then crashes if I send any keyboard or mouse input. Running with the same GPU/Driver/Kernel as above.

Steam Report Gist
steam-1139900.log

@alosarjos
Copy link
Author

I'm having issues with the game as well. It launches to the title screen, but then crashes if I send any keyboard or mouse input. Running with the same GPU/Driver/Kernel as above.

Steam Report Gist
steam-1139900.log

While with the demo Proton 5.0 was Ok. I think you need to upgrade to 5.13 to avoid this problem.

@mkrasnitski
Copy link

If I try to force 5.13-1 as my proton version, then the game doesn't even launch.

@alosarjos
Copy link
Author

If I try to force 5.13-1 as my proton version, then the game doesn't even launch.

Just to make sure:

  1. Steam Client on Beta version
  2. Proton 5.13
  3. Just in case, disable cloud saves (Until you get the game running, then you can enable them again)
  4. Delete the compatdata dir for this game.
  5. You should have installed the Steam Linux Runtime - Soldier tool, make sure it's on the client_beta branch

Try to launch the game again.

@mkrasnitski
Copy link

Tried all of the above, and the issue still persists, even through a reboot.

@alosarjos
Copy link
Author

Can you provide a new Proton Log when running from 5.13?

@mkrasnitski
Copy link

mkrasnitski commented Oct 29, 2020

The strange thing is that no log is generated with 5.13. I think it's stopping before it even starts proton. This could then be an issue with steam or with my proton install itself.

@alosarjos
Copy link
Author

You may try uninstalling both Proton 5.13 and the Steam Soldier Runtime so when running the game both are downloaded again.

Also, it shouldn't be necessary, but you can give it a try with this workaround:

flightlessmango/MangoHud#369 (comment)

@mkrasnitski
Copy link

Ok, that workaround got me to at least get a log.
steam-1139900.log

@alosarjos
Copy link
Author

Hmmmm, you are getting the:

Application tried to create a window, but no driver could be loaded.

Which is a bug supposedly fixed with the beta version of the Steam Client + Beta version of the Steam Linux Runtime...
I have to leave now, but maybe you can find more workarounds searching for that error message.
Also just in case, try running the game from a Xorg session.

@kisak-valve
Copy link
Member

kisak-valve commented Oct 29, 2020

Hello @mkrasnitski, err:module:import_dll Loading library kernelbase.dll (which is needed by L"C:\\windows\\system32\\kernel32.dll") failed (error c0000020). wine: could not load kernel32.dll, status c0000135 looks more significant in the log.

Sidestepping Steam Linux Runtime - Soldier isn't something we can support long term. Can you back out that workaround, completely close Steam, then run Steam from a terminal and let us know if any hints end up in the terminal spew when trying to run the game with Proton 5.13? Please use a gist for large copy/pastes.

@mkrasnitski
Copy link

Here's the output I get when I run steam in the terminal - https://gist.github.com/mkrasnitski/2685bfcf7ac5e99694d6a895fa543b83

@kisak-valve
Copy link
Member

Thanks @mkrasnitski, in your log, ln: failed to create symbolic link '/tmp/SteamPVSockets.AMYDlC/SteamLinuxRuntime.caceec5670bdcb42/socket' -> '': No such file or directory and pressure-vessel-launch[7498]: Can't connect to peer socket: Could not connect: No such file or directory tell us something went wrong with Pressure Vessel on your system, but it's not very clear as to what happened.

Please give https://github.com/ValveSoftware/steam-runtime/blob/master/doc/reporting-steamlinuxruntime-bugs.md a read and open a new issue report on the steam-runtime issue tracker.

@McMarius11
Copy link

McMarius11 commented Oct 29, 2020

with Proton: 5.13-1 it runs but without any videos

with Proton: 5.9-GE-6-ST i get this log
steam-1139900.log
it is mostly this error

3624.605:00c8:00cc:fixme:msvcrt:MSVCRT__stdio_common_vswprintf options 24 not handled

@alosarjos
Copy link
Author

I was only successful running the game with Proton 5.13. I would recommend trying that first.

@GloriousEggroll
Copy link
Contributor

GloriousEggroll commented Nov 8, 2020

The official game ships with xaudio2_9redist.dll which the demo does not. This causes sound to not work after getting past the intro movies in proton-ge and upstream wine, because the dll acts differently depending which version of windows is used. No idea how it works on proton unless there is a difference in the win10 version used from upstream's. I've submitted a bug and a patch fix for it upstream. For those using proton-ge try setting the prefix to win7.

https://bugs.winehq.org/show_bug.cgi?id=50101

@kisak-valve
Copy link
Member

Whitelist Request: Ghostrunner

Issue transferred from #4403.
@bonkmaykrQ posted on 2020-11-20T00:58:11:

Whitelist Request

  • Name of the game to be whitelisted: Ghostrunner
  • Steam AppID of the game: 1139900

System Information

I confirm:

  • [ Y ] that pressing the Play button in the Steam client is sufficient.
  • [ N ] that runtime config options are necessary to run the game.
  • [ Y ] that no workarounds other than PROTON_* env variables are necessary.

Issues

  • [ Y ] I haven't experienced any issues.
  • [ N ] There are no issues left open for this game.

https://youtu.be/5fkBsW-zLXk

@bonkmaykrQ
Copy link

bonkmaykrQ commented Nov 23, 2020

If I try to force 5.13-1 as my proton version, then the game doesn't even launch.

This is an issue alot of people are having with 5.13, 5.21 GE (fan-made build) seems to fix this problem, at least for me.

ValveSoftware/steam-runtime#298
#4278

I'd also like to add that both Ghostrunner and Titanfall 2 suffered from inconsistent performance (regardless of Proton version) when using NVIDIA cards and running without any tweaks, although it did not crash or fail to work. I think NVIDIA's poor driver support is to blame here, which causes issues outside of Proton, hence why I didn't mention it earlier in #4403.

@alosarjos
Copy link
Author

Since I see that Proton 5.13-3 has gotten fixes for this game and where is a whitelist request, I have to note that I just finished it finally, and the ending scene just shows a white screen (Without audio but subtitles work) and then is stuck there. Looks like an mfplat thing.

@Supreeeme
Copy link
Contributor

Supreeeme commented Jan 6, 2021

Also confirming the ending cutscene (which seems to be the only cutscene in the game) only shows a white screen with subtitles and no audio on 5.13-4.
edit: turns out there's another cutscene in the beginning of the game. Both this cutscene and the one at the end of the game run fine in 5.21-GE. Also, performance is much better for the ending section (The Monster) for me in 5.21-GE vs 5.13 - I seem to have sub 60 fps in this final gameplay section. Running a GTX 1060.

@DasCapschen
Copy link

DasCapschen commented Apr 16, 2021

I've experienced some problem or another with different Proton versions:

  • Proton 5.0-10: no sound, no cutscenes
  • Proton 6.3-2: cutscenes replaced with "test images", game freezes on certain loading screens (black screen)
  • Proton 5.21-GE: game freezes on certain loading screens (black screen)
  • Proton 6.5-GE: game crashes during play (might be a memory leak? I noticed swap usage after the crash)

(Proton 5.13 won't work for me at all, can't test)

About the game freezing:
There seems to be some issue with the game in later levels. I'm in the level "Echoes" and when I reach the end and enter the cybervoid, all I get is a black screen and the game freezes. This also happens if I press escape and "restart level" after reaching at least 1 checkpoint.
This does not occur in earlier levels, for example the second level (can reach cybervoid very fast) it does load, and restarting the level also works ; though I do still get a black screen and freeze for about a second, but the game manages to continue after that.
This is not just a loading screen. Loading a level usually takes a few seconds for me (from SSD), but this black screen will persist indefinitely (I waited multiple minutes, nothing).

I couldn't find any useful info in the logs myself, but I attached some logs (PROTON_LOG=1).
steam-1139900.log (Proton 5.21-GE)
steam-1139900.log (Proton 6.5-GE)
steam-1139900.log (Proton 5.0) (removed warning message MSVCRT__stdio_common_vswprintf options 24 not handled which bloated the log to multiple MB)
steam-1139900.log (Proton 6.3)

System:
OpenSuse Tumbleweed - Kernel 5.11.11
AMD Rx580 - Mesa 20.3.5 - RADV/ACO (other drivers like AMDVLK didn't affect anything)
16GB RAM

@vasiaplaton
Copy link

vasiaplaton commented Apr 29, 2021

Any solution for black screen and complete freeze in level "Echo"? I had this problem, and I really don't know how can I play further.

@aiudirog
Copy link

aiudirog commented Jun 3, 2021

I can confirm that I have the same issue as @DasCapschen and @vasiaplaton: crashes at the end of Echoes going into Cybervoid. I've tried Proton versions 6.3-4, 6.1-GE-2, 6.5-GE-2, and 6.9-GE-1 (clearing the prefix in between each one) as well underclocking my GPU and removing any extra environment variables for things like GameMode and MangoHud.

Edit: I can also confirm this happens with both DirectX 11 and 12.

System:

  • OS: Arch Linux
  • Kernel: 5.12.8-zen1-1-zen
  • CPU: AMD Ryzen 5900x
  • GPU: AMD Radeon RX 6800 XT

@aiudirog
Copy link

aiudirog commented Jul 17, 2021

After waiting some time, I decided to try again with the newest VKD3D to test out the performance improvements on DX12. It appears to work now and I was able to finish the Echoes level! I'm currently running kernel 5.12.15 with 6.12-GE-1 with VKD3D 2.4 manually installed.

@vasiaplaton
Copy link

vasiaplaton commented Jul 18, 2021

Good news. Have anyone savefile with finished level 9 Dharma City and not finished level 10 Echoes? Send me, please) I lose my file and don't want to replay 9 levels.

@Oschowa

This comment has been minimized.

@Oschowa

This comment has been minimized.

@alasky17

This comment has been minimized.

@Oschowa

This comment has been minimized.

@ChiefGyk3D
Copy link

I can't get past the initial level as it keeps crashing after the third or fourth checkpoint, and just now I didn't even make it to the first. Attached logs below

System specs:
Pop!_OS 20.04 (Nvidia vesion)
Ryzen 9 5950X
64GB DDR4
Nvidia 3070 (470.86 drivers)

steam-1139900.log

@singha95
Copy link

singha95 commented Mar 29, 2023

I recently tried installing this game and it seems fail to start with the error
'Microsoft Visual c++ Runtime needed'. Ive tried redownloading and still go the same error and tried different proton versions (Experimental and 7.0-6). Im wondering if there are others with similar issues.

@niscolas
Copy link

If anyone in the future have this issue, you should be able to fix it through Winetricks.
At least on Heroic you would do:
Select the default wineprefix > Install a Windows DLL or component > install vcrun2019
There's also some additional info on the ProtonDB Page, at the time of writing, my reviews are the top ones with some tips on how to get everything working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem
Projects
None yet
Development

No branches or pull requests