Url protocol problem on roblox.
-
burnout426 Volunteer last edited by burnout426
@notxsync Got it.
Not sure if you not having "HKEY_CURRENT_USER\Software\Classes\roblox-studio" is a problem or not
It looks like "HKEY_CURRENT_USER\Software\Classes\roblox" is missing the shell, open and command keys.
"HKEY_CURRENT_USER\Software\Classes\roblox-player" looks okay, but I did notice a difference with the command.
I installed Roblox (Windows 11 23H2) by going to https://www.roblox.com/download and choosing "Download Windows app". That installed Roblox just for the current user to "C:\Users\myusername\AppData\Local\Roblox\Versions\version-48a28da848b7420d". In your reg file, I see Roblox is installed for all users to "C:\Program Files (x86)\Roblox\Versions\version-510663c9d33e4fd8".
That should be okay, but that means we should check for HKEY_LOCAL_MACHINE versions of all those keys.
"HKEY_LOCAL_MACHINE\Software\Classes\roblox-player"
"HKEY_LOCAL_MACHINE\Software\Classes\roblox-studio"
"HKEY_LOCAL_MACHINE\Software\Classes\roblox"
"HKEY_LOCAL_MACHINE\Software\RegisteredApplications" (the roblox entry in the right-hand pane for it)
"HKEY_LOCAL_MACHINE\Software\ROBLOX Corporation"And, look for those same keys under "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node" too.
-
Notxsync last edited by
@burnout426 I sent it but I only sent everything involving Roblox in that node file because I don't know what you can do with that file.
-
burnout426 Volunteer last edited by
@notxsync In Settings -> Apps -> Default Apps in Windows, scroll down to the bottom and click "Choose defaults by link type", do you see this?:
-
burnout426 Volunteer last edited by
I know you tried:
start "test" "roblox://test"
in a command prompt, but what happened when you tried:
start "test" "roblox-player:test"
?
I don't think you explicitly said for that one.
-
burnout426 Volunteer last edited by
@notxsync said in Url protocol problem on roblox.:
I sent it but I only sent everything involving Roblox
I didn't see anything that stands out as wrong (as long as "C:\Program Files (x86)\Roblox\Versions\version-48a28da848b7420d\RobloxPlayerBeta.exe" exists).
With:
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications] "roblox-player"="SOFTWARE\\ROBLOX Corporation\\Environments\\roblox-player\\Capabilities"
, it's technically pointing to "HKEY_LOCAL_MACHINE\SOFTWARE\Roblox Corporation..." and you only have "[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ROBLOX Corporation", but that should be fine and Windows should translate the path in that case depending on whether you're running a 32-bit or 64-bit version of Roblox (if they even provide both), so that should be okay too.
-
burnout426 Volunteer last edited by
@notxsync said in Url protocol problem on roblox.:
@burnout426 I don't have the "choose defaults by link type".
Scroll all the way down the Default apps page and you might see it.
-
burnout426 Volunteer last edited by
Try a manual uninstall and reinstall like so (ignore any that don't exist):
Delete "C:\Program Files (x86)\Roblox".
Delete "C:\Program Files\Roblox".
Delete "C:\Users\yourusername\AppData\Local\Roblox".
Delete "C:\Users\yourusername\AppData\Roaming\Roblox".
Delete everything in "C:\Windows\temp".
Delete everything in "C:\Users\yourusername\AppData\Local\temp".
In the registry, right-click and delete these keys (ignore any that don't exist):
"HKEY_CLASSES_ROOT\roblox-player"
"HKEY_CLASSES_ROOT\roblox-studio"
"HKEY_CLASSES_ROOT\roblox""HKEY_CURRENT_USER\Software\Classes\roblox-player"
"HKEY_CURRENT_USER\Software\Classes\roblox-studio"
"HKEY_CURRENT_USER\Software\Classes\roblox"
"HKEY_CURRENT_USER\Software\ROBLOX Corporation""HKEY_LOCAL_MACHINE\Software\Classes\roblox-player"
"HKEY_LOCAL_MACHINE\Software\Classes\roblox-studio"
"HKEY_LOCAL_MACHINE\Software\Classes\roblox"
"HKEY_LOCAL_MACHINE\Software\ROBLOX Corporation""HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\roblox-player"
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\roblox-studio"
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\roblox"
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ROBLOX Corporation"Delete any Roblox uninstallation subkeys in:
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall"Delte any Roblox entries in the right-hand pane in these keys:
"HKEY_CURRENT_USER\Software\RegisteredApplications"
"HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications"
"HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\RegisteredApplications"Delete any Roblox shortcuts on your desktop or ones pinned to your taskbar and ones in:
"C:\Users\yourusername\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch"
"C:\Users\yourusername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
"C:\Users\Public\Desktop"Download and install https://setup.rbxcdn.com/version-48a28da848b7420d-RobloxPlayerInstaller.exe (which is what the Roblox site gave me).
Restart Windows.
Then, do the:
start "test" "roblox-player:test"
test again and try a play button in Opera.
-
isaacw2410 last edited by
@burnout426 Hi,I got the same problem,when i tried test roblox,it show me game client,but when i use roblox.com,it show me url:roblox protocol.