[Bug 50094] New: Rockstar Games Launcher installer hyperlinks don't work
https://bugs.winehq.org/show_bug.cgi?id=50094 Bug ID: 50094 Summary: Rockstar Games Launcher installer hyperlinks don't work Product: Wine Version: 5.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: bshanks(a)codeweavers.com Distribution: --- The Rockstar Games Launcher installer (NSIS-based) contains hyperlinks which do nothing when clicked. The NSIS script does the following: - fetches the content of HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice\ProgId - take that value and get the content of HKCR\$value\shell\open\command - concatenate the URL after that command, and execute it Two fixes are needed: one to add the UrlAssociations keys, and one for winebrowser to handle URLs which are missing a scheme (i.e. 'http://') HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice\ProgId needs to be set to 'http'. HKCR\http\shell\open\command is already set to '"C:\windows\system32\winebrowser.exe" -nohome'. With a UrlAssocations key for http added, "C:\windows\system32\winebrowser.exe" www.rockstargames.com/eula is what gets executed. But xdg-open on Linux requires URLs to have a scheme, and fails unless changes are made to winebrowser. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50094 Brendan Shanks <bshanks(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |ba8638e1a4e2a31d0e62762ab29 | |b5a0b3d63856e --- Comment #1 from Brendan Shanks <bshanks(a)codeweavers.com> --- Fixed by a688cb6971525e49ffd029161b9007cd748ad42f and ba8638e1a4e2a31d0e62762ab29b5a0b3d63856e -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50094 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.0-rc1. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50094 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50094 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |--- --- Comment #3 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 5.0.x milestone from bug fixes included in 5.0.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla