mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #767] [Bug]: Genshin in-game camera zooming in and out randomly #359
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FlyMeToTheMoonAndLetMePlayAmongTheStars on GitHub (Jan 31, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/767
Describe the bug
Multiple users including myself have gotten this bug while playing Genshin Impact. Seemingly at random, when playing the game normally the camera will zoom in and out while the player is pressing WASD/dpad keys while panning the camera by moving the mouse. Another observation (as you will see in the recording linked below) is that when the bug happens and you press down W to walk forward, if you pan the camera in one direction, it will zoom out depending on much you've panned it, and panning in the opposite direction zooms it in.
I managed to capture a recording of this as it happened
In the video the only keys I was pressing were WASD ones, and was swiping on the trackpad to pan in-game camera.
A workaround I discovered that fixes this without requiring an app restart:
Mto open the mapoptionto disable keymapping/unlock mouse cursoroptionagain to enable keymapping/lock mouse cursorInitially I believed this was related to the WASD area being too big with parts of it going off-screen, but users have also reported (though I have not personally tested this myself) the issue still happens after making the WASD area normal size/not going off-screen.
Steps to reproduce
No steps because this bug happens seemingly at random, usually during combat/open world exploration in Genshin Impact.
Expected behaviour
No random zooming in or out.
Crash log
What version of PlayCover are you using?
2.0.4
What version of macOS are you using?
Ventura (macOS 13)
Issue Language
@FlyMeToTheMoonAndLetMePlayAmongTheStars commented on GitHub (Feb 13, 2023):
Currently testing a build for the past few days with these changes https://github.com/PlayCover/PlayTools/pull/83 and so far I've not encountered this issue, looks like it might be fixed with this pr.
@XuYicong commented on GitHub (Feb 13, 2023):
It's https://github.com/PlayCover/PlayTools/pull/79 to be more specific. In which PR I removed the joystick sliding behaviour, which makes it unusable for some FPS games but may somehow have solved Genshin unintended zooming problem. A "relative" mode may be later added to joystick mapping to support FPS games, in contrast of the default "absolute" mode.