[GH-ISSUE #715] [Linux AppImage] Cannot download patches "Failed to retrieve HTML page" error #177

Closed
opened 2026-02-27 21:04:58 +03:00 by kerem · 13 comments
Owner

Originally created by @Aftonstjarna on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/715

Screenshot_20240901_123603
Using latest bb_hacks build #1998

Originally created by @Aftonstjarna on GitHub (Sep 1, 2024). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/715 ![Screenshot_20240901_123603](https://github.com/user-attachments/assets/76c12ee3-0b8f-4486-91d2-56cb41f3588a) Using latest bb_hacks build #1998
kerem closed this issue 2026-02-27 21:04:59 +03:00
Author
Owner

@Aftonstjarna commented on GitHub (Sep 1, 2024):

Patch downloader works with the download all button but not the per game one in the screenshot above.
The bulk cheat downloader says it's successful but no cheats populate and the per game downloader fails to find all repos.

<!-- gh-comment-id:2323421907 --> @Aftonstjarna commented on GitHub (Sep 1, 2024): Patch downloader works with the download all button but not the per game one in the screenshot above. The bulk cheat downloader says it's successful but no cheats populate and the per game downloader fails to find all repos.
Author
Owner

@DanielSvoboda commented on GitHub (Sep 1, 2024):

It's not just you, some other people who use Linux are having this problem, thanks for reporting, I'm working on a solution...

edit- this is the real mistake
image

<!-- gh-comment-id:2323483119 --> @DanielSvoboda commented on GitHub (Sep 1, 2024): It's not just you, some other people who use Linux are having this problem, thanks for reporting, I'm working on a solution... edit- this is the real mistake ![image](https://github.com/user-attachments/assets/ac8bd1eb-f511-4a20-89a5-a1738b8c3bd6)
Author
Owner

@DanielSvoboda commented on GitHub (Sep 2, 2024):

I believe it is necessary to include OpenSSL for Linux, but I don't understand much about it, maybe I have to change the CI, any help is welcome here.

<!-- gh-comment-id:2323611539 --> @DanielSvoboda commented on GitHub (Sep 2, 2024): I believe it is necessary to include OpenSSL for Linux, but I don't understand much about it, maybe I have to change the CI, any help is welcome here.
Author
Owner

@DanielSvoboda commented on GitHub (Sep 2, 2024):

I made PR 738, tested it with the build generated by the github action and now it can download the Cheats and Patches.

<!-- gh-comment-id:2325097898 --> @DanielSvoboda commented on GitHub (Sep 2, 2024): I made [PR 738](https://github.com/shadps4-emu/shadPS4/pull/738), tested it with the build generated by the github action and now it can download the Cheats and Patches.
Author
Owner

@DrShadow34 commented on GitHub (Sep 2, 2024):

I made PR 738, tested it with the build generated by the github action and now it can download the Cheats and Patches.

Tested it right now on my arch, behaves similar to native now: downloads fine, but then no new (or any) patches\options appearing, hence save button doesn't do anything (showing error message, that no option is selected). If I understand correctly - that a regression, cause I found a video tutorial on "how to setup emulator", where folder parsing after download works fine.

<!-- gh-comment-id:2325121952 --> @DrShadow34 commented on GitHub (Sep 2, 2024): > I made [PR 738](https://github.com/shadps4-emu/shadPS4/pull/738), tested it with the build generated by the github action and now it can download the Cheats and Patches. Tested it right now on my arch, behaves similar to native now: downloads fine, but then no new (or any) patches\options appearing, hence save button doesn't do anything (showing error message, that no option is selected). If I understand correctly - that a regression, cause I found a video tutorial on "how to setup emulator", where folder parsing after download works fine.
Author
Owner

@DanielSvoboda commented on GitHub (Sep 2, 2024):

The save button is to save the marked checkboxes, but first you need to download the Patches to be able to select them. And the patches are downloaded and used according to the serial + version, there may not be patches for the combination I mentioned, I didn't understand what you want to do with the 'save' button, to test if you are actually downloading something look in the 'user/patches' folder if there is something in there it is working.

<!-- gh-comment-id:2325146132 --> @DanielSvoboda commented on GitHub (Sep 2, 2024): The save button is to save the marked checkboxes, but first you need to download the Patches to be able to select them. And the patches are downloaded and used according to the serial + version, there may not be patches for the combination I mentioned, I didn't understand what you want to do with the 'save' button, to test if you are actually downloading something look in the 'user/patches' folder if there is something in there it is working.
Author
Owner

@DrShadow34 commented on GitHub (Sep 2, 2024):

The save button is to save the marked checkboxes, but first you need to download the Patches to be able to select them. And the patches are downloaded and used according to the serial + version, there may not be patches for the combination I mentioned, I didn't understand what you want to do with the 'save' button, to test if you are actually downloading something look in the 'user/patches' folder if there is something in there it is working.

Maybe screenshot will explain better:
image
As you can see, download succesfull, we have files for needed game, that match their serial, but window to chose patch to apply still empty, hence we can't use Save button, cause we can't select anything.

I see this behavior in both AppImage and AUR version on my Arch. Current build that I test is: 0.2.0.r259.g101aeb92-1[

According to another report](https://github.com/shadps4-emu/shadPS4/issues/709#issuecomment-2325099897), Windows 11 have same behavior.

Okay, I figured it out, it was actually pretty simple. My app version detected as 1.00, while downloaded patches are for 1.09. I think it still a UI issue, that we doesn't get notified about mismatched app version for downloaded patches.

<!-- gh-comment-id:2325188444 --> @DrShadow34 commented on GitHub (Sep 2, 2024): > The save button is to save the marked checkboxes, but first you need to download the Patches to be able to select them. And the patches are downloaded and used according to the serial + version, there may not be patches for the combination I mentioned, I didn't understand what you want to do with the 'save' button, to test if you are actually downloading something look in the 'user/patches' folder if there is something in there it is working. Maybe screenshot will explain better: ![image](https://github.com/user-attachments/assets/20481d79-c18a-4f9f-bd51-48737375535d) As you can see, download succesfull, we have files for needed game, that match their serial, but window to chose patch to apply still empty, hence we can't use Save button, cause we can't select anything. I see this behavior in both AppImage and AUR version on my Arch. Current build that I test is: 0.2.0.r259.g101aeb92-1[ According to another report](https://github.com/shadps4-emu/shadPS4/issues/709#issuecomment-2325099897), Windows 11 have same behavior. Okay, I figured it out, it was actually pretty simple. My app version detected as 1.00, while downloaded patches are for 1.09. I think it still a UI issue, that we doesn't get notified about mismatched app version for downloaded patches.
Author
Owner

@Zadeerade commented on GitHub (Sep 2, 2024):

I'm getting the same on Windows 10

Renaming AppVer from 01.09 to 01.00 worked for me

<!-- gh-comment-id:2325224467 --> @Zadeerade commented on GitHub (Sep 2, 2024): I'm getting the same on Windows 10 Renaming AppVer from 01.09 to 01.00 worked for me
Author
Owner

@DanielSvoboda commented on GitHub (Sep 2, 2024):

@DrShadow34 I have to add a new text for translation, so I'll take the opportunity to put a better explanation, that some patches were made only for specific versions

<!-- gh-comment-id:2325334272 --> @DanielSvoboda commented on GitHub (Sep 2, 2024): @DrShadow34 I have to add a new text for translation, so I'll take the opportunity to put a better explanation, that some patches were made only for specific versions
Author
Owner

@DanielSvoboda commented on GitHub (Sep 3, 2024):

Okay, the download has been fixed. You can now close this issue.
I will make this improvement to the text later, to make it clearer.

<!-- gh-comment-id:2326555057 --> @DanielSvoboda commented on GitHub (Sep 3, 2024): Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer.
Author
Owner

@LazyClicks commented on GitHub (Jan 2, 2025):

Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer.

im trying it rn with version 0.5.0 on windows 11 and im still getting that issue

<!-- gh-comment-id:2568230899 --> @LazyClicks commented on GitHub (Jan 2, 2025): > Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer. im trying it rn with version 0.5.0 on windows 11 and im still getting that issue
Author
Owner

@LazyClicks commented on GitHub (Jan 2, 2025):

Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer.

im trying it rn with version 0.5.0 on windows 11 and im still getting that issue

actually quite a weird thing happened, shadps4 from the website has the issue while the one from github doesn't for me

<!-- gh-comment-id:2568243784 --> @LazyClicks commented on GitHub (Jan 2, 2025): > > Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer. > > im trying it rn with version 0.5.0 on windows 11 and im still getting that issue actually quite a weird thing happened, shadps4 from the website has the issue while the one from github doesn't for me
Author
Owner

@DanielSvoboda commented on GitHub (Jan 3, 2025):

Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer.

im trying it rn with version 0.5.0 on windows 11 and im still getting that issue

actually quite a weird thing happened, shadps4 from the website has the issue while the one from github doesn't for me

Are you sure it's the same error? Could you send a print? Which error are we talking about?

<!-- gh-comment-id:2569300846 --> @DanielSvoboda commented on GitHub (Jan 3, 2025): > > > Okay, the download has been fixed. You can now close this issue. I will make this improvement to the text later, to make it clearer. > > > > > > im trying it rn with version 0.5.0 on windows 11 and im still getting that issue > > actually quite a weird thing happened, shadps4 from the website has the issue while the one from github doesn't for me Are you sure it's the same error? Could you send a print? Which error are we talking about?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#177
No description provided.