mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
New window crash with Flutter 3.3.6 and 3.3.8 on Win11 #967
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-rustdesk#967
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 @zkteco-home on GitHub (Nov 10, 2022).
App crash when click Connect button,i also report it to https://github.com/Kingtous/rustdesk_desktop_multi_window/issues/2
An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:49694/BDVn_MMyCX4=/
[2022-11-11T05:42:59Z INFO librustdesk::ui_session_interface] starting global grab keyboard
flutter: [MultiWindowHandler] active window changed: [0]
flutter: registerEventHandler callback_query_onlines recent peer
flutter: registerEventHandler load_recent_peers recent peer
The Flutter DevTools debugger and profiler on Windows is available at:
http://127.0.0.1:9101?uri=http://127.0.0.1:49694/BDVn_MMyCX4=/
flutter: fetch id again at 0🆔1482065033
flutter: [MultiWindowHandler] active window changed: []
../../flutter/shell/platform/embedder/embedder.cc (2244): 'FlutterEngineOnVsync' returned 'kInternalInconsistency'. Could not notify the running engine instance of a Vsync event.
Lost connection to device.
...
What did you expect to happen instead?
...
i know you suggest to use Flutter 3.0.5 to compile,i still hope your team can solve this on New Flutter.
How did you install
RustDesk?download source code from github and build it
RustDesk version and environment
RustDesk:1.2.0
os:win11
Flutter:3.3.6 stable and 3.3.8
@rustdesk commented on GitHub (Nov 10, 2022):
#763
@rustdesk commented on GitHub (Nov 22, 2022):
once this https://github.com/flutter/engine/pull/36143 is merged, we will upgrade to new flutter.
@zkteco-home commented on GitHub (Nov 28, 2022):
just share information to you,i tested with fluter 3.3.9,still crash after click connect button
@rustdesk commented on GitHub (Nov 28, 2022):
So please keep testing with every new Flutter.
@zkteco-home commented on GitHub (Dec 1, 2022):
Congrats!it looks merged done