-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Horizon Zero Dawn™ Remastered (2561580) #8205
Comments
Same here.
|
same here .. tried with different versions of proton (proton-experimental, stable, proton-ge, .. ), result is always the same. |
If you add |
Someone on the Nixxes team gave me a workaround. Adding the |
I was able to connect to my PlayStation account just fine. I am using Proton Experimental. |
This kind of works. At the sign in I had to change my country to the USA for the sign in to work |
Nvidia users at the very least probably prefer to use the |
For me it still requests PSN acc. |
How are you using it. If you have |
After getting through the PSN account linking issue (which is possible), I now have the issue that after only a few minutes of gameplay (sometimes even less than a minute) the game processes crashes in a failed pointer page alignment assertion in the WINE/Proton implementation of GDB backtrace:
|
If you have |
With "steam[5051]: roDawnRemastered.exe: ../src-wine/dlls/ntdll/unix/virtual.c:1907: create_view: Assertion `!((UINT_PTR)base & page_mask)' failed." I applied vm.max_map_count = 2147483642 to sysctl and for now it seems better, benchmark did not crash and map view did not crash. https://forums.playdeadlock.com/threads/temp-solution-found-linux-crashes-when-trying-to-enter-map-from-menu.1332/#post-20795 |
for me the QR and the link in game are mangled, after manually following the referral_url part i was able to link steam and PSN |
Horizon Zero Dawn Remastered Crashes during Nixxes logo or early in first cutscene Issue transferred from #8218. Compatibility Report
System Information
I confirm:
Proton log:Symptoms:Horizon Zero Dawn Remastered crashes during developer logos or shortly after during first cutscene with Rost and baby Aloy. Maximum amount of cutscene view was approx. 5 seconds. Horizon Zero Dawn Complete Edition, Horizon Forbidden West, and a host of other AAA titles work fine. Fresh install of Debian 12, Steam, and Nvidia drivers today. Previously tried (many times) with Debian Testing (6.11.4.1) and Nvidia 560.35.03 drivers from Nvidia website. PSN and Steam previously linked via menu on Horizon Forbidden West. Received bonus Nora outfit during one recent attempt to start the game. Reproduction:Start Horizon Zero Dawn Remastered with -showlinkingqr switch in Steam. I have tried Proton Experimental and Proton 9.0-3. |
Hello @wcpenney, |
Added |
Since the game does not complain about the PlayStation PC SDK being missing, does it actually work now aside from the fact the game won't connect to their Internet without workarounds? |
I've beat the main quest just yesterday; played through the whole thing using Linux using the |
I believe the PlayStation Overlay is an indicator. Is it working by any chance? |
I'm curious how it ran for you. I'm getting horrible strutters whenever I pan the camera. |
I messed up starting OBS properly recording in the latter parts of the game. But here's some actual game play captured doing the "The Queen's Gambit" quest: https://www.youtube.com/watch?v=N5Esiy37_xg |
A 30fps video without a frametime graph doesn't tell me much unfortunately. Here's what it's like for me: |
Here's a benchmark setup: i512600kf, 32Gb ddr4, RTX4060, 2560X1440@120hz. Debian 12, stock Nvidia 535 driver, Proton experimental. Dedicated fullscreen, high settings, vsync on, DLSS set to balanced, antialiasing set to DLAA, Dynamic Res Scaling set to 60, Nvidia reflex off, Frame generation off. To get DLSS working, I had to download the exact same driver version from the Nvidia website as the one from the Debian repo. I just used the search tool to find it. Unpack it with the --extract-only switch. Find the two dlss dlls and copy them to the root folder of the game. I have a guide up on Steam if you want more details. After copying the dlls, I could select DLSS. There were only intel and amd options present before that. I get a fairly solid 60fps with dips into the mid to low 50's in Meridian and some stuttering during combat. There is another guide up on the HZDR Steam section that details turning off mouse deceleration by setting a registry key to get rid of the stuttering. I haven't tried it yet. The key is Hope that helps. I'll post again if I get to test the mouse thing. |
I have read about the "-showlinkingqr" switch a bunch of times now but for me it just does nothing... If anyone has any ideas what other switches or combinations i could try i would be very happy! |
Proton: Experimental, 9.0-3 and a few others, not sure. |
For me the "-showlinkingqr" option doesn't work on the Steam edition... |
I don't think I registered via the PSN website and then linked Steam via the menu option on Horizon Forbidden West. After doing that I received the free items for HFW. The next time I started HZDR I also got the free items for that game and the "No internet" dialog didn't show up. The game just proceeded to the logos then the cutscene. I no longer need the I remember someone on Steam mentioning issues with the wrong country showing up in the PSN registration URL page and being able to register after manually changing it. I can't find that thread on Steam again though. It's worth a shot to look into. |
It doesn't bypass the PSN account requirement, however it does bypass the PSN API Software requirement; this software does not successfully work on Linux, even when run manually. |
So does anyone happen to know why the PlayStation PC SDK isn't working properly under Proton at this time? |
I'm experiencing a random freeze on HZDR, seemingly regardless of what graphic settings I have. The game works normally for a while, between 10 and 120 minutes, and then freezes hard and crashes to desktop. Can't see anything obvious in the proton logs, and tried the suggestions here, that is to set vm limit before starting game, and use empty LD_PRELOAD. |
HZDR ran fine for a while, but now I have an issue with audio. It just randomly stops after around 20 minutes. The rest of the game continues normally. I can't see anything in the Proton logs that relates to audio as far as I can tell. |
Yeah, I have those sometimes, too – also in HFW, for that matter. However, my suspicion is, that this might be an actual RC bug in the game engine itself: Whenever I attach a debugger to the game and look at its thread status I see the audio threads waiting on a synchronization primitive to be released in a different thread. I also noticed, that sometimes that wait times out, and audio resumes. Add to that, that I observed that bug in Windows, too, just much much rarer, my suspicion is, that there's some unmitigated locking issue there, that depends on peculiarities scheduler timing and the time behavior of the audio subsystem among other things. On my Linux gaming rig I've given the audio daemon (Pipewire or PulseAudio) a higher priority and that seems to help. |
I checked and both pipewire and pipiwire-pulse were already at a nice value of -11, but I bumped it down (or up, depending on how you want to lock at it) to -15. I'll check tomorrow if it helps. Thank you for the suggestion @datenwolf! Also to add to the issue somewhat I tried Proton 9.0-4, Proton Experimental, GE-Proton9-23 and GE-Proton9-13. Subjectively Proton 9.0-4 seems to take longer for the audio to crash so I'm using that atm but what's weird is that I'm around 24 hours into the game and the first 20 were on GE-Proton9-13 with absolutely no issues whatsoever. |
No luck. Dialogue and/or all audio still cuts out eventually and I need to restart. EDIT: This fix by a HFW player seems to work for the most part! |
Needs further discovery, but it may be that the PSN requirement is being ameliorated to some extent. Making PSN optional hopefully means that playing without the PSN API software installed becomes possible, which will lead to Linux gameplay becoming possible without having to somehow figure out how to enable the software. My fingers are crossed... |
I just got to the main menu on the Epic Games Store edition of HZD:Remastered. I got an error message on the PSN Api screen, however it allowed me to continue, telling me that "Somethign went wrong initialising the API", but it did not stop me from continuing. That's a thank-you to Sony and Nixxes for finally allowing this access. |
Compatibility Report
Name of the game with compatibility issues: Horizon Zero Dawn™ Remastered
System Information
I confirm:
steam-2561580.zip
Symptoms
Something went wrong when trying connect to the internet.

Reproduction
Always
The text was updated successfully, but these errors were encountered: