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@winehq.org Reporter: bshanks@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.
https://bugs.winehq.org/show_bug.cgi?id=50094
Brendan Shanks bshanks@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |ba8638e1a4e2a31d0e62762ab29 | |b5a0b3d63856e
--- Comment #1 from Brendan Shanks bshanks@codeweavers.com --- Fixed by a688cb6971525e49ffd029161b9007cd748ad42f and ba8638e1a4e2a31d0e62762ab29b5a0b3d63856e
https://bugs.winehq.org/show_bug.cgi?id=50094
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc1.
https://bugs.winehq.org/show_bug.cgi?id=50094
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x
https://bugs.winehq.org/show_bug.cgi?id=50094
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |---
--- Comment #3 from Michael Stefaniuc mstefani@winehq.org --- Removing the 5.0.x milestone from bug fixes included in 5.0.4.