https://bugs.winehq.org/show_bug.cgi?id=51301
Bug ID: 51301 Summary: Right click inside Roblox Client window causes the cursor to freeze Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gnuwho.gnuwho@gmail.com Distribution: ---
Platform: Arch Linux (GNOME) x86-64
In the Roblox Client (working as of Wine 6.11), if you join a game and press and hold right click (done in order to move the camera around), the cursor freezes in place and cannot get unstuck. As far as I know, this affects all users that try to run the Roblox Player using Wine 6.11 or later.
Note: Roblox was installed using the Grapejuice wrapper (https://gitlab.com/brinkervii/grapejuice).
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Right click inside Roblox |Right click inside the |Client window causes the |Roblox Client window causes |cursor to freeze |the cursor to freeze
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|Linux |NetBSD
--- Comment #1 from gnuwho.gnuwho@gmail.com --- Additional note: Forgot to mention, but this happens when you enable Shift-Lock and press the SHIFT key, as well as when you zoom in and try to move the camera.
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Right click inside the |Any action that locks the |Roblox Client window causes |cursor into place inside |the cursor to freeze |the Roblox Client window | |causes the cursor to freeze
--- Comment #2 from gnuwho.gnuwho@gmail.com --- Additional note: Since Grapejuice does count as a wine wrapper, I replicated this on a vanilla prefix and got the same results.
Steps to replicate:
1. Download the Roblox installer (https://www.roblox.com/download/client) 2. Launch the installer using Wine and finish installation 3. Log in to Roblox and go to a game page in the Chromium browser 4. Open Inspect Element and go to the Network tab 5. Attempt to launch a game and watch the Network tab for a link that starts with 'roblox-player:', then copy that link 6. Go to the location of the Roblox Player launcher (usually located in ~/.wine/drive_c/Program Files (x86)/Roblox/Versions/version-xxxxxxxxxxxxx/) 7. Type the command to launch 'RobloxPlayerLauncher.exe' using wine and append the 'roblox-player:' link after it (e.g. wine RobloxPlayerLauncher.exe roblox-player:1+launchmode:play+gameinfo:...) 8. Once loaded into the game, attempt to move the camera by right clicking and dragging, using the Shift-Lock option and moving the cursor around, or zooming into first person and moving the cursor around. This will lock the cursor into place.
Updating the title since this applies to more than just right clicking.
https://bugs.winehq.org/show_bug.cgi?id=51301
magiblot magiblot@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |magiblot@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=51301
Ho Tuan Dat datuanho2k9@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |datuanho2k9@gmail.com
--- Comment #3 from Ho Tuan Dat datuanho2k9@gmail.com --- This buggy mouse can be fixed by building from sources,you can follow the fandom instructions to fix this.
https://bugs.winehq.org/show_bug.cgi?id=51301
--- Comment #4 from gnuwho.gnuwho@gmail.com --- (In reply to Ho Tuan Dat from comment #3)
This buggy mouse can be fixed by building from sources,you can follow the fandom instructions to fix this.
The fix on the RoL fandom is not a proper fix, and is a janky one that would break other games as well.
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS|NetBSD |Linux
https://bugs.winehq.org/show_bug.cgi?id=51301
gnuwho.gnuwho@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv
https://bugs.winehq.org/show_bug.cgi?id=51301
Deve deveee@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |deveee@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=51301
eduardoreyesdpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eduardoreyesdpm@gmail.com
--- Comment #5 from eduardoreyesdpm@gmail.com --- I can confirm this bug... if you double tap the super key the mouse cursor gets unstuck....
https://bugs.winehq.org/show_bug.cgi?id=51301
Guilherme S. oguilherme@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |oguilherme@protonmail.com
https://bugs.winehq.org/show_bug.cgi?id=51301
ahannula4+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ahannula4+wine@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=51301
landeel cleberdemattoscasali-wine@yahoo.com.br changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cleberdemattoscasali-wine@y | |ahoo.com.br
https://bugs.winehq.org/show_bug.cgi?id=51301
Eric Tilton etilton@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |etilton@protonmail.com
--- Comment #6 from Eric Tilton etilton@protonmail.com --- Created attachment 70624 --> https://bugs.winehq.org/attachment.cgi?id=70624 output of test
I can confirm this bug is occurring with winehq-devel_6.16~hirsute-1. I used handler in firefox for "roblox-player" pointed to:
Roblox.sh #!/bin/bash WINEDEBUG=+cursor wine64 $HOME/.wine/drive_c/Program\ Files\ (x86)/Roblox/Versions/version-*/RobloxPlayerLauncher.exe "$@" &> blox.txt
When the right mouse button is pressed at line 1472 it grabs the clipping window at line 1482 but doesn't ungrab the clipping window until the window loses focus or is terminated.
https://bugs.winehq.org/show_bug.cgi?id=51301
RĂ©mi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=51301
francebaciu@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |francebaciu@outlook.com
--- Comment #7 from francebaciu@outlook.com --- It worked for a time and suddently stopped working (Now using wine 7.5)!
https://bugs.winehq.org/show_bug.cgi?id=51301
--- Comment #8 from francebaciu@outlook.com --- It worked for a time and suddently stopped working (Now using wine 7.5)!
https://bugs.winehq.org/show_bug.cgi?id=51301
--- Comment #9 from francebaciu@outlook.com --- https://brinkervii.gitlab.io/grapejuice/docs/Guides/Installing-Wine.html
Patch. Not integrated into wine.
https://bugs.winehq.org/show_bug.cgi?id=51301
Gold Star goldstar611@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |goldstar611@hotmail.com
--- Comment #10 from Gold Star goldstar611@hotmail.com --- I had this same issue with cursor locking until 12 May 2022 when I saw Roblox upgrading and I have not had issues since that Roblox upgrade for the experiences I play.
https://bugs.winehq.org/show_bug.cgi?id=51301
Jonathan Alfonso alfonsojon1997@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alfonsojon1997@gmail.com
--- Comment #11 from Jonathan Alfonso alfonsojon1997@gmail.com --- I'm not having this issue anymore on Kubuntu 22.04 (Wayland, KDE) using Wine-Staging 7.16. Can anyone else confirm?
https://bugs.winehq.org/show_bug.cgi?id=51301
--- Comment #12 from magiblot magiblot@hotmail.com --- Just tried this in Wine 7.22 and I am also not experiencing this issue anymore (X11, KDE).
https://bugs.winehq.org/show_bug.cgi?id=51301
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Austin English austinenglish@gmail.com --- Reported fixed.
https://bugs.winehq.org/show_bug.cgi?id=51301
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc4.