Open matte-schwartz opened 2 days ago
c++
Hi, I have a completely different issue as @matte-schwartz, using the same form to provide feedback too!
https://github.com/trivarialthea/syrup-verdict-operator-morphine-zoology/blob/main/steam-2537590.tar.lzma (file is too big in .gz export, so uploaded it to a repo I created as a .lzma export, to extract use tar --lzma -xvf
)
Game crashes freezes after reaching the last simobject, otherwise works normally to that point. (Except for cursor issues, but those are also present on windows)
I get the "!status && vkCreateGraphicsPipeline" assert 100% of the time, twice in fact. The first time early in the loading process, the second time it coincides with the game freezing. But if I turn Proton logging on then I don't see the assert, though the overall behavior is the same. Grepped the log for that assert but didn't find any mentions of it.
In any case the game stops loading for me at "54% - Loading world data .."
Kubuntu 24.10, kernel 6.11, Mesa 24.2.7-kisak1-o, 7950X3D, 7900 XTX, amdgpu open source driver, Wayland, today's Proton Experimental, Steam official .deb package
Any progress in Proton development regarding this so far?
And if anyone is willing to explain, what's going on in Proton that is causing the game to not get past the loading screen?
Having the same problem here as @matte-schwartz on Manjaro Unstable branch fully up to date and using proton experimental.
tried winedlloverrides for things like d3d12... still getting the same error
if you add the PROTON_LOG=1 launch option, it doesn't immediately throw the vkcreategraphicspipeline error pop-up... but if you attempt to load into any flight it crashes (CTD)... and the log file is multiple GB in size
log shows a bunch of nvngx.dll errors, even though running the latest proprietary drivers from nvidia
I am also experiencing the same problem as @matte-schwartz on Fedora 41 Workstation. I have tried multiple proton versions, (Proton-GE 18 and 20, experimental, default proton,) but all of them result in the same error. Since listing the below specs and reporting on ProtonDB, I have updated all system packages but am still getting the same error.
Specs:
Edit: I can confirm that this bug is not happening on Windows. I installed the game on my windows install on the same hardware and did not have this issue.
Compatibility Report
System Information
1732012106 experimental-bleeding-edge-9.0-136449-20241119-p3301bd-w905449-ddd1532-v657f81
I confirm:
Proton log - quick crash after launch. This happens maybe 15% of the time: steam-2537590-crash.log
Proton log -
vkCreateGraphicsPipeline
pop-up. this one seems much harder to trigger: will drop one here if i can get it to happen againOn a side note - on otherwise successful launches, the game's proton log can easily balloon to many gigabytes over time. Not sure if there's anything to be done there. Including a log captured from the middle of one of these successful launches: steam-2537590-successful.tar.gz
Symptoms
After launching the game, it has a chance of randomly closing before completing the logos that play during the loading screen. This only happens on some launches and I'm not quite sure why. There is also a rarer issue where it launches an error window with a generic
vkCreateGraphicsPipeline
error.The intro video only plays once per launch before showing a black screen during loading,
but this could be a game issue. I'll try checking Windows later today.Edit: the video issue does not occur on WindowsReproduction