mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Flutter compiles the Windows version and crashes after clicking the "connect" button #880
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#880
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 @szxv587 on GitHub (Oct 25, 2022).
Describe the bug you encountered:
I used the latest code of the master branch to compile, click the connect button after running it, and found that it did not work properly and crashed. I hope you can help me to see what caused it
...
What did you expect to happen instead?
...
How did you install
RustDesk?RustDesk version and environment
RustDesk 1.2.0 win10
C:\Users\dell>flutter doctor
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.5, on Microsoft Windows [版本 10.0.19044.2130], locale zh-CN)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.3.6)
[√] Android Studio (version 2021.1)
[√] Connected device (3 available)
[√] HTTP Host Availability
• No issues found!
C:\Users\dell>
@rustdesk commented on GitHub (Oct 25, 2022):
#763
@szxv587 commented on GitHub (Oct 26, 2022):
@szxv587 commented on GitHub (Oct 26, 2022):
@rustdesk