You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had the same issue as #3628 and have tried the solution described in #3497 (comment), however I have found a new bug in that scrcpy-server binary. Tested and confirmed, it's only after I try to scroll with my mouse's scroll wheel (scroll wheel worked fine with binary included in 1.24 Windows release). Every subsequent input (mouse or keyboard) gives the warning. I have left out the looooong list of all the warnings to keep this report short.
scrcpy 1.24 <https://github.com/Genymobile/scrcpy>
* daemon not running; starting now at tcp:5037
* daemon started successfully
C:\Users\jakef\platform-tools\scrcpy\scrcpy-server: 1 file pushed, 0 skipped. 2.5 MB/s (41159 bytes in 0.016s)
[server] INFO: Device: Google Pixel 7 (Android 13)
[server] ERROR: Could not invoke method
java.lang.NoSuchMethodException: android.content.IClipboard$Stub$Proxy.addPrimaryClipChangedListener [interface android.content.IOnPrimaryClipChangedListener, class java.lang.String, int]
at java.lang.Class.getMethod(Class.java:2103)
at java.lang.Class.getMethod(Class.java:1724)
at com.genymobile.scrcpy.wrappers.ClipboardManager.getAddPrimaryClipChangedListener(ClipboardManager.java:103)
at com.genymobile.scrcpy.wrappers.ClipboardManager.addPrimaryClipChangedListener(ClipboardManager.java:111)
at com.genymobile.scrcpy.Device.<init>(Device.java:103)
at com.genymobile.scrcpy.Server.scrcpy(Server.java:65)
at com.genymobile.scrcpy.Server.main(Server.java:335)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
INFO: Renderer: direct3d
INFO: Initial texture: 1080x2400
[server] WARN: Unknown event type: 56
...
[server] WARN: Unknown event type: 56
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
I had the same issue as #3628 and have tried the solution described in #3497 (comment), however I have found a new bug in that scrcpy-server binary. Tested and confirmed, it's only after I try to scroll with my mouse's scroll wheel (scroll wheel worked fine with binary included in 1.24 Windows release). Every subsequent input (mouse or keyboard) gives the warning. I have left out the looooong list of all the warnings to keep this report short.
The text was updated successfully, but these errors were encountered: