mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 22:57:40 -05:00
Android Screen Capture not possible - java.lang.Exception: Wrong bufSize (IFP) #1645
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk#1645
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 @Admin-Igor on GitHub (Mar 24, 2023).
Bug Description
Hi,
I am trying to connect from WIN10 to an Android IFP with Android 11.
The connection can be esteblished, but after allow on Android, on the Windows Client is a message "waiting for screen" and the screen is not shared.
I captured the log from Android and found the following messages:
03-24 11:48:24.621 2360 2360 E DartMessenger: Uncaught exception in binary message listener
03-24 11:48:24.621 2360 2360 E DartMessenger: java.lang.Exception: Wrong bufSize
03-24 11:48:24.621 2360 2360 E DartMessenger: at e0.a.(Unknown Source:43)
03-24 11:48:24.621 2360 2360 E DartMessenger: at com.carriez.flutter_hbb.MainService.n(Unknown Source:37)
03-24 11:48:24.621 2360 2360 E DartMessenger: at com.carriez.flutter_hbb.MainService.D(Unknown Source:0)
03-24 11:48:24.621 2360 2360 E DartMessenger: at com.carriez.flutter_hbb.MainService.E(Unknown Source:76)
03-24 11:48:24.621 2360 2360 E DartMessenger: at com.carriez.flutter_hbb.MainActivity.W(Unknown Source:429)
03-24 11:48:24.621 2360 2360 E DartMessenger: at com.carriez.flutter_hbb.MainActivity.Q(Unknown Source:0)
03-24 11:48:24.621 2360 2360 E DartMessenger: at e0.f.g(Unknown Source:2)
03-24 11:48:24.621 2360 2360 E DartMessenger: at h4.k$a.a(Unknown Source:17)
03-24 11:48:24.621 2360 2360 E DartMessenger: at u3.c.l(Unknown Source:18)
A bigger log is attached.
rust-log.txt
I've tried it with different Versions (App-Store, Nightly-Build, self-build) and offical Server and selfHost-Server.
All combinations show the same result.
With an Android-Phone it works fine.
What can be the reason or soloution?
How to Reproduce
Run the client on an IFP
Expected Behavior
The screen will be shared to the other client
Operating system(s) on local side and remote side
Windows 10 -> Android
RustDesk Version(s) on local side and remote side
1.1.9 -> 1.1.9 , 1.2.0 -> 1.2.0
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Mar 24, 2023):
close to favor #1038