While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Valve dev details more on the work behind making Steam for Linux more stable
- Proton Experimental adds DLSS 3 Frame Generation support, plus fixes for Dragon Age: The Veilguard, Rivals of Aether II and more
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Linux kernel 6.12 is out now with real-time capabilitie…
- HobbesHK -
The Walking Dead, The Expanse and more in the Telltale …
- Arehandoro -
Linux kernel 6.12 is out now with real-time capabilitie…
- Kirtai -
Linux kernel 6.12 is out now with real-time capabilitie…
- Eike -
Half-Life 2 free to keep until November 18th, Episodes …
- Xpander - > See more comments
- Steam and offline gaming
- Dorrit - Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - See more posts
Linux Distribution: Ubuntu 22.04
Desktop Environment: GNOME 42.5
Graphics Card: GTX 1050
GPU Driver Version: 535.54.03
Have you checked for system updates?: Yes
My system readout
You can note your issue below here
I installed Payday 2 and enabled proton compatibility mode, since a couple weeks ago you can no longer enter online games using the native linux client. However after installing game, when I try to launch it on steam it just gets stuck on the "launching" display and doesn't progress from there. No crashes or freezing, just endless "launching"
I have reinstalled it twice with no changes, and have also deleted the prefix in the settings a number of times as was suggested by others. I have tried launching from proton experimental down to 5.
Note any particular steps to reproduce it below here
I do not know if there are any ways to reproduce it currently. On the protondb page many people have stated they switched to the proton version with no issues and are playing online as normal. Other issues I have searched and found for the game not starting seem more to talk about crashes, while mine just never launches at all.
View PC info
Crashes may seem like programs freezing or not responding, when one process or thread dies and the main program is still running.
In Steam, you might get some useful information (along with a lot of noise) if you enable Proton logging.
In the Launch Options field in Properties of the game, put:
PROTON_LOG=1 %command%
Attempt to start your game, and stop it after it doesn't launch. Now in your home directory you should fine a log file named steam-appidnumbers.log (with the appid numbers of the game)
It may not have much of anything, if it's not even getting to launch the game with Wine (Proton). It could be stuck on installing runtimes and thus never leaves "Launching..." status. The new Steam client stopped showing what the game setup is doing now, it used to show dialogs for installing various runtime redistributables.
I followed your instructions but there was never a log file created after multiple attempts, even following a reboot after setting the launch parameters.
View PC info
I had a few Proton-GE builds that didn't log with PROTON_LOG=1 in the past, but that would be rare for that to not work.
You play other games with Proton and it works, I presume.
This is just a shot in the dark, but if you go to steam/steamapps/common and find the game installation directory, look for a directory named "Support" or "Third Party" or something (I've seen both). It may contain directx and msvc++ redistributables. If you can rename the runtime that it's hanging on, you might see if it proceeds further (and if it's really necessary, it may be possible to install with winetricks after the fact). Games that install runtime redists other than the common redists in "Steamworks Shared" tend to have them in the game directory.
So i launched the game while I had the terminal command "journalctl -f" running as well and it said that a dll was missing, along with some other things. I downloaded the .dll but whenever I place it in the directory it tells me to and try to launch the game, the .dll file gets deleted. I tried making the file read only but it still doesn't work and gets deleted.
However, doing this dll download makes it so that the game goes past saying just "launching" on Steam and it says "Running" now on the client, but there is still no activity or a window that launches. This "fix" also stops after a reboot and it goes back to saying "launching" again.
However after doing this "dll fix" I was able to finally generate steam-218620.log as was requested. I also captured the new journalctl log from this temporary state.
Thanks for the help, and would love to get this sorted!
View PC info
d3d12core.dll is part of vkd3d-proton, but until recently, it was just one dll. d3d12.dll. Proton bundles those and updates the wine prefix accordingly, but older versions of vkd3d-proton won't have the d3d12core.dll
Proton 8.0 does NOT have that newer version of vkd3d-proton, so perhaps the errors about the dll were related to switching from Experimental back to 8.0
Now, this is a 32 bit game so you would need to copy the 64 bit version to windows/system32 and the 32 bit version to windows/syswow64 if you were to do that.
You already said you've tried plunking down a new Wine prefix, but did you try creating a fresh one with Proton Experimental? Let's just make sure we're on the same page. The way I would do that would be to rename "218620" in compatdata (in case you want to go back to your current state of progress)
/home/onurubu/.local/share/Steam/steamapps/compatdata/218620
Make sure Proton Experimental (or whatever proton you're going to use) is selected and then try to start the game freshly and let it create a new one. It should populate the wine prefix and copy the dlls correctly.
Sorry if I'm going over stuff you've already done, but I don't know how you did it.
I already tried creating a new prefix like this multiple times on proton versions from experimental down to 5. No luck unfortunately.
No apologies necessary at all! Thank you so much for still being willing totry and help solve my issue after so long. I genuinely appreciate it.
Did you use the MS one or the vkd3d one like Grogan said?
Can you check the sizes of the d3d9 and dxgi dlls in the syswow64 folder? The wine ones are much smaller than the dxvk ones…
View PC info
For the ones that go in system32:
steam/steamapps/common/Proton - Experimental/files/lib64/wine/vkd3d-proton
For the ones that go in syswow64, that's
steam/steamapps/common/Proton - Experimental/files/lib/wine/vkd3d-proton
P.S. Corrected typo, I said lib64 for both
Proton versions prior to that (including 8.0) have their files in "dist" rather than "files"
Something is of course broken if you have to do things like that though.
Last edited by Grogan on 7 July 2023 at 9:43 pm UTC
They are 3.9 MB and 2.6 MB respectively.
I copied the dlls from the Proton files as you said and still have no luck. However now the dlls are not deleted whenever I try to launch the game so that seems better? It still just hangs on "launching" though.
View PC info
Have you considered trying Proton-GE?
https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton8-6
In case you aren't familiar with it, unpack GE-Proton8-6.tar.gz to steam/compatibilitytools.d (probably /home/onurubu/.local/share/Steam/compatibilitytools.d create it if it's not already there)
Last edited by Grogan on 8 July 2023 at 3:06 am UTC