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.